:root {
    --bg-color:#020617;
    --text-color:#f8fafc;
    --text-muted:#94a3b8;
    --primary-color:#3b82f6;
    --primary-hover:#2563eb;
    --accent-gradient:linear-gradient(135deg,#22d3ee 0%,#a855f7 50%,#facc15 100%);
    --surface-color:rgba(30,41,59,0.5);
    --border-color:rgba(255,255,255,0.1);
    --font-sans:'Inter',system-ui,-apple-system,sans-serif;
    --font-serif:'Inter',sans-serif
}
html {
    scroll-behavior:smooth
}
body {
    margin:0;
    font-family:var(--font-sans);
    background-color:var(--bg-color);
    color:var(--text-color);
    line-height:1.6;
    -webkit-font-smoothing:antialiased
}
.container {
    max-width:1200px;
    margin:0 auto;
    padding:0 24px
}
header {
    padding:24px 0;
    position:sticky;
    top:0;
    z-index:100;
    background:rgba(2,6,23,0.8);
    backdrop-filter:blur(12px);
    border-bottom:1px solid var(--border-color)
}
.nav-container {
    display:flex;
    justify-content:space-between;
    align-items:center
}
.logo {
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:700;
    font-size:1.25rem;
    letter-spacing:-0.02em
}
.logo img {
    height:40px;
    width:auto;
    border-radius:6px
}
nav {
    display:flex;
    gap:32px;
    align-items:center
}
nav a {
    color:var(--text-muted);
    text-decoration:none;
    font-weight:500;
    font-size:0.95rem;
    transition:color 0.2s;
    display:inline-flex;
    align-items:center;
    gap:6px
}
.nav-icon {
    font-size:1.1em
}
.nav-icon-fa {
    font-size: 0.95em;
    margin-right: 6px;
    color: #ffffff;
}
nav a:hover {
    color:var(--text-color)
}
.btn-primary-small {
    background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.2;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.btn-primary-small:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(168, 85, 247, 0.5);
    filter: brightness(1.1);
    color: #ffffff;
}
.hero {
    padding:100px 0 60px;
    text-align:center;
    overflow:hidden;
    position:relative
}
#hero-canvas {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:0;
    opacity:0.8;
    pointer-events:none
}
.hero .container {
    position:relative;
    z-index:1
}
.hero-content {
    max-width:800px;
    margin:0 auto 60px
}
.ollama-alert {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #000000;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 24px;
    backdrop-filter: blur(4px);
    font-size: 0.8rem;
    color: #FFFF00;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0.9;
}

.ollama-alert:hover {
    transform: translateY(-1px);
    opacity: 1;
}

.ollama-alert a {
    color: #FFFF00;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dotted #FFFF00;
    transition: all 0.2s;
}

.ollama-alert a:hover {
    color: #fff;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}

.alert-icon-img {
    height: 32px;
    width: auto;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}

.info-icon-img {
    height: 1.2em;
    width: auto;
    vertical-align: text-bottom;
    margin-right: 4px;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.2));
}
.hero-title {
    font-family:var(--font-serif);
    font-size:4.5rem;
    line-height:1.2;
    margin-top:0;
    margin-bottom:24px;
    font-weight:600
}
.highlight-text {
    background:var(--accent-gradient);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    font-style:normal;
    font-weight:800;
    filter:drop-shadow(0 0 15px rgba(168,85,247,0.5)) drop-shadow(0 0 30px rgba(34,211,238,0.3))
}
.hero-subtitle {
    font-size:1.25rem;
    color:var(--text-muted);
    max-width:600px;
    margin:0 auto 40px;
    font-weight:400
}
.hero-subtitle strong {
    color:var(--text-color);
    font-weight:600
}
.hero-note {
    font-size:0.85rem;
    color:#64748b;
    margin-top:24px
}
.hero-logo {
    max-width:640px;
    width:100%;
    aspect-ratio:16 / 9;
    object-fit:cover;
    border-radius:24px;
    margin-bottom:12px;
    box-shadow:0 20px 40px rgba(0,0,0,0.2)
}
.cta-group {
    display:flex;
    gap:16px;
    justify-content:center;
    flex-wrap:wrap
}
.btn-download {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 32px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    font-size:1.1rem;
    transition:all 0.2s ease;
    min-width:200px
}
.btn-download:hover {
    transform:translateY(-2px);
    box-shadow:0 10px 30px rgba(0,0,0,0.2)
}
.btn-download.windows {
    background-color:#0078D4;
    color:white
}
.btn-download.mac {
    background-color:#ffffff;
    color:#000000
}
.btn-download .icon {
    font-size:1.2em
}
.hero-visual {
    max-width:900px;
    margin:0 auto;
    position:relative;
    z-index:1
}
.video-placeholder {
    aspect-ratio:16 / 9;
    background:linear-gradient(180deg,#1e293b 0%,#0f172a 100%);
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.1);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    color:var(--text-muted);
    box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);
    position:relative;
    z-index:2;
    overflow:hidden
}
.hero-video {
    width:100%;
    aspect-ratio:16 / 9;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.1);
    box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);
    position:relative;
    z-index:2;
    background:#000
}
.play-button {
    width:80px;
    height:80px;
    border-radius:50%;
    background:rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.2);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:16px;
    backdrop-filter:blur(4px);
    transition:transform 0.3s,background 0.3s;
    cursor:pointer
}
.video-placeholder:hover .play-button {
    transform:scale(1.1);
    background:rgba(255,255,255,0.2)
}
.play-icon {
    font-size:24px;
    color:white;
    margin-left:4px
}
.hero-glow {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
    height:100%;
    background:radial-gradient(circle,rgba(59,130,246,0.15) 0%,rgba(0,0,0,0) 70%);
    z-index:1;
    filter:blur(60px);
    pointer-events:none
}
.features-grid {
    padding:80px 0
}
.grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:24px
}
.card {
    background:var(--surface-color);
    border:1px solid var(--border-color);
    border-radius:24px;
    padding:32px;
    transition:transform 0.3s,border-color 0.3s
}
.card:hover {
    transform:translateY(-5px);
    border-color:rgba(255,255,255,0.2)
}
.card-icon {
    font-size:2rem;
    margin-bottom:20px
}
.card h3 {
    font-size:1.5rem;
    margin:0 0 12px 0;
    font-weight:600
}
.card p {
    color:var(--text-muted);
    margin:0;
    font-size:1rem
}
.feature-highlight {
    padding:100px 0
}
.feature-highlight.alt-bg {
    background:rgba(255,255,255,0.02);
    border-top:1px solid var(--border-color);
    border-bottom:1px solid var(--border-color)
}
.split-layout {
    display:flex;
    align-items:center;
    gap:60px
}
.split-layout.reverse {
    flex-direction:row-reverse
}
.text-content {
    flex:1
}
.visual-content {
    flex:1
}
.badge {
    display:inline-block;
    color:#60a5fa;
    font-size:0.85rem;
    font-weight:700;
    letter-spacing:0.05em;
    margin-bottom:16px;
    text-transform:uppercase
}
.feature-highlight h2 {
    font-family:var(--font-serif);
    font-size:3rem;
    line-height:1.3;
    margin:0 0 24px 0
}
.feature-highlight p {
    font-size:1.15rem;
    color:var(--text-muted);
    margin-bottom:32px
}
.feature-list {
    list-style:none;
    padding:0;
    margin:0
}
.feature-list li {
    margin-bottom:12px;
    font-size:1.05rem;
    line-height:1.6
}
.code-preview {
    background:#1e293b;
    border-radius:12px;
    border:1px solid var(--border-color);
    box-shadow:0 20px 40px rgba(0,0,0,0.3);
    overflow:hidden
}
.preview-header {
    background:#0f172a;
    padding:12px 16px;
    display:flex;
    gap:8px;
    border-bottom:1px solid var(--border-color)
}
.dot {
    width:12px;
    height:12px;
    border-radius:50%
}
.dot.red {
    background:#ef4444
}
.dot.yellow {
    background:#eab308
}
.dot.green {
    background:#22c55e
}
.preview-body {
    padding:24px;
    font-family:'Monaco','Consolas',monospace;
    font-size:0.95rem;
    color:#cbd5e1;
    line-height:1.5
}
.dim {
    color:#64748b
}
.highlight {
    color:#60a5fa;
    font-weight:bold
}
.integration-grid {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px
}
.logo-box {
    aspect-ratio:1;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.1);
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:600;
    color:var(--text-muted);
    font-size:0.9rem;
    transition:all 0.2s
}
.logo-box:hover {
    background:rgba(255,255,255,0.1);
    color:white;
    transform:scale(1.05)
}
.comparison-section {
    padding:100px 0;
    background:var(--surface-color);
    border-top:1px solid var(--border-color)
}
.comparison-table {
    width:100%;
    border-collapse:collapse;
    margin-top:40px;
    background:#0f172a;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 40px rgba(0,0,0,0.3)
}
.comparison-table th,.comparison-table td {
    padding:24px;
    text-align:center;
    border-bottom:1px solid var(--border-color);
    font-size:1.1rem
}
.comparison-table th {
    background:rgba(255,255,255,0.05);
    font-weight:700;
    color:var(--text-color);
    text-transform:uppercase;
    letter-spacing:0.05em;
    font-size:0.9rem
}
.comparison-table th.highlight-col {
    background:rgba(59,130,246,0.1);
    color:#60a5fa;
    border-bottom:2px solid #60a5fa
}
.comparison-table td:first-child {
    text-align:left;
    font-weight:600;
    color:var(--text-color);
    width:30%
}
.comparison-table td.check {
    color:#22c55e;
    font-size:1.5rem
}
.comparison-table td.cross {
    color:#ef4444;
    font-size:1.5rem
}
.comparison-table tr:last-child td {
    border-bottom:none
}
.comparison-table tr:hover td {
    background:rgba(255,255,255,0.02)
}
.comparison-table .highlight-cell {
    background:rgba(59,130,246,0.05);
    font-weight:700;
    color:var(--text-color)
}
.pricing-section {
    padding:100px 0;
    text-align:center
}
.pricing-card {
    background:linear-gradient(145deg,#1e293b 0%,#0f172a 100%);
    border:1px solid rgba(96,165,250,0.3);
    border-radius:32px;
    padding:60px 40px;
    max-width:500px;
    margin:40px auto 0;
    position:relative;
    box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);
    overflow:hidden
}
.pricing-card::before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:6px;
    background:var(--accent-gradient)
}
.price-tag {
    font-size:4rem;
    font-weight:800;
    color:var(--text-color);
    line-height:1;
    margin:24px 0 8px;
    letter-spacing:-0.02em
}
.price-period {
    color:var(--text-muted);
    font-size:1.1rem;
    text-transform:uppercase;
    letter-spacing:0.05em;
    font-weight:600
}
.price-original {
    text-decoration:line-through;
    color:#64748b;
    font-size:1.5rem;
    margin-right:12px
}
.pricing-features {
    list-style:none;
    padding:0;
    margin:40px 0;
    text-align:left
}
.pricing-features li {
    padding:12px 0;
    border-bottom:1px solid var(--border-color);
    color:#cbd5e1;
    display:flex;
    align-items:center;
    gap:12px
}
.pricing-features li:last-child {
    border-bottom:none
}
.pricing-features li .check-icon {
    color:#22c55e;
    font-size:1.2rem
}
.about-section {
    padding:100px 0;
    background:linear-gradient(180deg,var(--bg-color) 0%,#0f172a 100%);
    text-align:center;
    border-top:1px solid var(--border-color)
}
.about-content {
    max-width:700px;
    margin:0 auto
}
.about-profile-img {
    width:200px;
    height:200px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:32px;
    border:4px solid var(--primary-color);
    box-shadow:0 20px 40px rgba(0,0,0,0.4)
}
.about-icon-small {
    font-size:2rem;
    margin:12px 0 24px;
    display:block;
    filter:drop-shadow(0 0 10px rgba(96,165,250,0.3))
}
.about-title {
    font-family:var(--font-serif);
    font-size:2.5rem;
    margin-bottom:32px;
    color:var(--text-color)
}
.about-text {
    font-size:1.15rem;
    color:var(--text-muted);
    line-height:1.8;
    margin-bottom:24px
}
.about-text strong {
    color:var(--text-color);
    font-weight:600
}
.cta-banner {
    padding:100px 0;
    text-align:center
}
.cta-banner h2 {
    font-family:var(--font-serif);
    font-size:2.5rem;
    margin-bottom:16px
}
.cta-banner p {
    color:var(--text-muted);
    font-size:1.2rem;
    margin-bottom:40px
}
/* Scroll Reveal Animation */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Carousel Dots */
.carousel-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot.active {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Button Shimmer Effect */
@keyframes btn-shimmer {
    0% { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.btn-download.mac {
    background: linear-gradient(110deg, #ffffff 45%, #e2e8f0 50%, #ffffff 55%);
    background-size: 200% auto;
    animation: btn-shimmer 6s linear infinite;
    color: #000;
}
.btn-download.mac:hover {
    animation: none;
    background: #fff;
}

footer {
    padding:60px 0;
    border-top:1px solid var(--border-color);
    font-size:0.9rem
}
.footer-content {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:24px
}
.footer-logo {
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600
}
.footer-links {
    display:flex;
    gap:24px
}
.footer-links a {
    color:var(--text-muted);
    text-decoration:none;
    font-weight:500;
    font-size:0.95rem;
    transition:color 0.2s
}
.footer-links a:hover {
    color:var(--text-color)
}
.copyright {
    color:#64748b;
    margin:0
}
@media (max-width:768px) {
    .hero-title {
    font-size:3rem
}
.split-layout {
    flex-direction:column !important;
    gap:40px
}
.nav-container {
    flex-direction:column;
    gap:16px
}
nav {
    gap:16px;
    flex-wrap:wrap;
    justify-content:center
}
}
.feature-highlight.alt-bg {
    background:rgba(255,255,255,0.02);
    border-top:1px solid var(--border-color);
    border-bottom:1px solid var(--border-color)
}
.showcase-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    width:100%
}
.showcase-card {
    position:relative;
    background:var(--surface-color);
    border-radius:24px;
    overflow:hidden;
    border:1px solid var(--border-color);
    transition:transform 0.3s ease,box-shadow 0.3s ease
}
.showcase-card:hover {
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(0,0,0,0.4)
}
.showcase-media {
    width:100%;
    aspect-ratio:16 / 9;
    object-fit:cover;
    display:block;
    background:#000
}
img.showcase-media {
    object-fit:contain;
    background-color:var(--surface-color)
}
.showcase-caption {
    padding:20px;
    background:rgba(18,18,18,0.95);
    border-top:1px solid var(--border-color)
}
.showcase-caption h3 {
    font-size:18px;
    margin-bottom:8px;
    color:white
}
.showcase-caption p {
    font-size:14px;
    margin:0;
    color:var(--text-secondary)
}
.expand-btn {
    position:absolute;
    top:10px;
    right:10px;
    width:36px;
    height:36px;
    border-radius:50%;
    background:rgba(0,0,0,0.6);
    border:1px solid rgba(255,255,255,0.2);
    color:white;
    font-size:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    opacity:0;
    transition:all 0.3s ease;
    z-index:20;
    backdrop-filter:blur(4px)
}
.showcase-card:hover .expand-btn {
    opacity:1
}
.expand-btn:hover {
    background:var(--primary-color);
    transform:scale(1.1)
}
.media-modal {
    display:none;
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.95);
    backdrop-filter:blur(10px);
    justify-content:center;
    align-items:center;
    opacity:0;
    transition:opacity 0.3s ease
}
.media-modal.active {
    display:flex;
    opacity:1
}
.modal-content {
    position:relative;
    width:90%;
    max-width:1200px;
    max-height:90vh;
    display:flex;
    justify-content:center;
    align-items:center;
    transform:scale(0.9);
    transition:transform 0.3s ease
}
.media-modal.active .modal-content {
    transform:scale(1)
}
.modal-media {
    max-width:100%;
    max-height:85vh;
    border-radius:16px;
    box-shadow:0 0 50px rgba(0,0,0,0.5);
    border:1px solid rgba(255,255,255,0.1)
}
.close-modal {
    position:absolute;
    top:30px;
    right:30px;
    color:white;
    font-size:40px;
    font-weight:bold;
    cursor:pointer;
    transition:color 0.2s;
    z-index:10001;
    line-height:1
}
.close-modal:hover {
    color:var(--primary-color)
}
.modal-hint {
    position:absolute;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    color:rgba(255,255,255,0.7);
    font-size:14px;
    pointer-events:none;
    text-transform:uppercase;
    letter-spacing:1px;
    z-index:10002;
    text-shadow:0 2px 4px rgba(0,0,0,0.5)
}
.product-spotlight-section {
    padding:80px 0;
    position:relative;
    overflow:hidden;
    background:linear-gradient(to bottom,var(--bg-color),#0f172a)
}
.blend-container {
    position:relative;
    width:100%;
    max-width:900px;
    aspect-ratio:16 / 9;
    margin:0 auto;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 25px 50px -12px rgba(0,0,0,0.5);
    border:1px solid var(--border-color)
}
.blend-img {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}
.blend-img.active {
    opacity: 1;
    z-index: 2;
}
.vertical-video-container {
    display:flex;
    justify-content:center;
    align-items:center;
    padding:20px
}
.vertical-media {
    height:520px;
    width:auto;
    border-radius:16px;
    box-shadow:0 30px 60px -12px rgba(0,0,0,0.6);
    border:1px solid rgba(255,255,255,0.1);
    background:#000
}
@media (max-width:768px) {
    .vertical-media {
    height:420px;
    max-width:90vw
}
}
.model-tabs-container {
    display:flex;
    flex-direction:row;
    gap:16px;
    width:100%;
    margin-top:24px
}
.model-tab {
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:24px 16px;
    background:var(--surface-color);
    border:1px solid var(--border-color);
    border-radius:16px;
    text-align:center;
    transition:all 0.2s ease
}
.model-tab:hover {
    transform:translateY(-2px);
    background:rgba(255,255,255,0.1);
    border-color:rgba(255,255,255,0.2)
}
.model-tab.highlight {
    background:rgba(59,130,246,0.1);
    border-color:var(--primary-color)
}
.tab-icon {
    font-size:2rem;
    margin-bottom:12px
}
.tab-name {
    font-weight:600;
    color:var(--text-color);
    font-size:0.9rem
}
.no-subscription-banner {
    background:transparent;
    border:none;
    padding:2rem 0;
    margin-top:0;
    margin-bottom:3rem
}
.banner-image-container {
    max-width:1000px;
    margin:0 auto;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 40px -10px rgba(0,0,0,0.5);
    border:1px solid var(--border-color);
    transition:transform 0.3s ease;
    background:rgba(30,41,59,0.5)
}
.banner-image-container:hover {
    transform:translateY(-5px)
}
.banner-image {
    width:100%;
    height:auto;
    display:block;
    aspect-ratio:16 / 9;
    object-fit:cover
}

/* Brand New Section */
.brand-new-section {
    padding: 20px 0 60px;
    margin-top: -40px;
    background: linear-gradient(180deg, var(--bg-color) 0%, rgba(30, 41, 59, 0.3) 100%);
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.brand-new-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
}

.brand-new-title-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.golden-sparkle {
    font-size: 1.2rem;
    color: #facc15;
    text-shadow: 0 0 10px rgba(250, 204, 21, 0.5);
    animation: pulse 2s infinite;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(1); opacity: 1; }
}

.new-badge {
    background: #facc15;
    color: #000;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.4);
    margin: 4px 0 0 0;
    height: 32px;
    box-sizing: border-box;
}

.brand-new-header h2 {
    font-family: var(--font-serif);
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 0;
    background: linear-gradient(to right, #fff, #94a3b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    align-items: center;
}

.brand-new-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.brand-new-video-container {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.brand-new-video {
    width: 100%;
    display: block;
}

/* Business Section Specifics */
#business.feature-highlight {
    background: linear-gradient(to right, rgba(15, 23, 42, 0.95), rgba(30, 41, 59, 0.95));
    border-top: 1px solid rgba(59, 130, 246, 0.2);
    border-bottom: 1px solid rgba(59, 130, 246, 0.2);
    position: relative;
    overflow: hidden;
}

#business .badge {
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.1);
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgba(59, 130, 246, 0.2);
}

#business h2 {
    background: linear-gradient(135deg, #e2e8f0 0%, #94a3b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Local Intelligence Section */
#local-intelligence {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
    border-top: 1px solid rgba(168, 85, 247, 0.2);
    border-bottom: 1px solid rgba(168, 85, 247, 0.2);
}

#local-intelligence .badge {
    color: #d8b4fe;
    background: rgba(168, 85, 247, 0.1);
    padding: 6px 12px;
    border-radius: 4px;
    border: 1px solid rgba(168, 85, 247, 0.2);
}

#local-intelligence h2 {
    background: linear-gradient(135deg, #f3e8ff 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-box {
    background: rgba(15, 23, 42, 0.6);
    border-left: 4px solid #facc15;
    padding: 16px;
    border-radius: 8px;
    margin: 20px 0;
}

.info-box p {
    margin: 0;
    font-size: 0.95rem;
    color: #e2e8f0;
}

.text-link {
    color: #22d3ee;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
    border-bottom: 1px dotted #22d3ee;
}

.text-link:hover {
    color: #67e8f9;
    border-bottom-style: solid;
}
#business .feature-list li strong,
#strict-mode .feature-list li strong {
    color: #facc15
}