:root{--primary: #00D9A3;--primary-dark: #00BFA3;--bg-dark: #0f1f1a;--bg-medium: #162821;--bg-light: #1e352d;--text: #FFFFFF;--text-muted: #a3b5ae;--border: rgba(255, 255, 255, .1);--radius: 12px;--radius-sm: 8px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg-dark);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.bg-gradient{position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse at 50% 0%,rgba(0,217,163,.08) 0%,transparent 60%)}.bg-noise{position:fixed;inset:0;pointer-events:none;z-index:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.skip-link{position:absolute;left:-9999px;z-index:100}.skip-link:focus{left:50%;top:1rem;transform:translate(-50%);padding:.75rem 1.5rem;background:var(--primary);color:var(--bg-dark);border-radius:var(--radius-sm)}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 2rem;background:#0f1f1ae6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem}.brand-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--bg-dark);font-weight:800;font-size:1.25rem;border-radius:var(--radius-sm)}.brand-name{color:var(--text)}.nav-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001}.nav-toggle span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:all .3s ease}.nav-toggle.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-nav-cta{display:none!important}.desktop-nav-cta{display:inline-flex}.nav .nav-cta,.nav-overlay{display:none}.nav-links{display:flex;gap:.5rem;list-style:none;margin:0;padding:0}.nav-links a{padding:.5rem 1rem;color:var(--text-muted);font-size:.95rem;border-radius:var(--radius-sm);transition:color .2s,background .2s}.nav-links a:hover,.nav-links a.active{color:var(--primary)}.coming-soon-link{position:relative;cursor:default;opacity:.6}.coming-soon-link:hover{color:var(--text-muted)!important}.coming-soon-link:after{content:"Coming soon";position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;padding:.375rem .75rem;background:var(--surface);color:var(--text-muted);font-size:.75rem;border-radius:var(--radius-sm);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;z-index:100}.coming-soon-link:hover:after{opacity:1}.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;color:var(--text-muted);font-size:.95rem;background:none;border:none;cursor:pointer;transition:color .2s}.nav-dropdown-trigger:hover{color:var(--primary)}.dropdown-arrow{font-size:.75rem;transition:transform .2s}.nav-dropdown-trigger[aria-expanded=true] .dropdown-arrow{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:var(--bg-medium);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem 0;list-style:none;margin:.5rem 0 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s;z-index:100}.nav-dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu li a{display:block;padding:.625rem 1rem;color:var(--text-muted);font-size:.9rem;transition:background .15s,color .15s}.nav-dropdown-menu li a:hover{background:var(--bg-dark);color:var(--primary)}.nav-cta{display:inline-flex;align-items:center;justify-self:end;padding:.5rem 1.25rem;background:var(--primary);color:var(--bg-dark);font-size:.9rem;font-weight:600;border-radius:var(--radius-sm);transition:opacity .2s}.nav-cta:hover{opacity:.9}.cta{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-weight:600;font-size:1rem;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:transform .15s,box-shadow .15s}.cta.primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--bg-dark)}.cta.primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00d9a34d}.cta.secondary{background:transparent;color:var(--text);border:1px solid var(--border)}.cta.secondary:hover{border-color:var(--primary);color:var(--primary)}.content{position:relative;z-index:1}.hero{min-height:calc(100vh - 70px);display:flex;align-items:center;padding:4rem 2rem}.hero-layout{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:center}.hero-layout.hero-centered{grid-template-columns:1fr;text-align:center;justify-items:center}.hero-centered .hero-subtitle{max-width:600px}.hero-centered .hero-ctas{align-items:center}.hero-text h1{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.15;margin:0 0 1.5rem}.hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin:0 0 2rem;max-width:480px;line-height:1.6}.hero-subtitle strong{color:var(--text-color);font-weight:600}.hero-headline-secondary{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,2.75rem);font-weight:700;font-style:italic;margin:0 0 .75rem}.hero-tagline{font-size:1.25rem;font-style:italic;color:var(--text-muted);margin:0 0 .5rem}.hero-tagline-accent{font-size:1.25rem;font-style:italic;color:var(--text-muted);margin:0 0 2rem}.hero-ctas-row{flex-direction:row;gap:1rem}.hero-ctas{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.demo-links{display:flex;align-items:center;gap:.75rem}.demo-link{color:var(--primary);font-weight:500;transition:opacity .2s}.demo-link:hover{opacity:.8}.demo-divider{color:var(--text-muted);opacity:.5}.explainer-section{padding-top:4rem;padding-bottom:5rem}.explainer-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;font-style:italic;line-height:1.2;margin:0 0 1.25rem}.explainer-subtitle{font-size:1.25rem;color:var(--text-muted);margin:0}.explainer-subtitle em{font-style:italic;color:var(--text-color)}.explainer-video-container{max-width:800px;margin:2.5rem auto}.video-placeholder{aspect-ratio:16 / 9;background:var(--bg-medium);border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.video-placeholder-text{font-size:1.25rem;color:var(--text-muted);font-style:italic}.explainer-link{display:block;text-align:center;color:var(--text-color);font-size:1.125rem;text-decoration:underline;text-underline-offset:4px;transition:color .2s}.explainer-link:hover{color:var(--primary)}.founder-section{text-align:center}.founder-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;font-style:italic;margin:0 0 2rem}.founder-video-container{max-width:700px;margin:0 auto 1.5rem}.founder-subtitle{font-size:1.125rem;color:var(--text-muted);font-style:italic;margin:0}.founder-ctas{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.control-band{background:var(--bg-medium)}.control-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.control-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;font-style:italic;margin:0 0 1rem}.control-description{font-size:1.125rem;color:var(--text-muted);margin:0;line-height:1.6}.control-checklist{background:var(--bg-dark);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.checklist{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.875rem}.checklist li{display:flex;align-items:center;gap:.75rem;font-size:1.0625rem}.check-icon{color:var(--primary);font-weight:700}.checklist-label{display:inline-block;font-size:.875rem;color:var(--primary);border:1px solid var(--primary);border-radius:2rem;padding:.375rem 1rem;font-weight:500}@media (max-width: 768px){.control-layout{grid-template-columns:1fr;gap:2rem;text-align:center}.control-checklist{max-width:320px;margin:0 auto}}.strategy-section{background:var(--bg-dark)}.strategy-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.strategy-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;font-style:italic;margin:0 0 1.25rem;line-height:1.2}.strategy-description{font-size:1.0625rem;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.7}.strategy-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.strategy-bullets li{font-size:1.0625rem;font-weight:500;padding-left:1.5rem;position:relative}.strategy-bullets li:before{content:"→";position:absolute;left:0;color:var(--primary)}.strategy-canvas{background:var(--bg-medium);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.canvas-header{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.canvas-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.canvas-column{display:flex;flex-direction:column;gap:.5rem}.canvas-label{font-size:.8125rem;font-weight:600;color:var(--primary)}.canvas-items{display:flex;flex-direction:column;gap:.375rem}.canvas-item{height:8px;background:var(--border);border-radius:4px;opacity:.6}.canvas-item:first-child{width:85%}.canvas-item:last-child{width:60%}@media (max-width: 768px){.strategy-layout{grid-template-columns:1fr;gap:2.5rem}.canvas-grid{grid-template-columns:repeat(2,1fr)}}.section{padding:5rem 2rem}.section-dark{background:var(--bg-medium)}.section-inner{max-width:1100px;margin:0 auto}.section-narrow{max-width:720px}.section-header{text-align:center;margin-bottom:3rem}.eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--primary);margin-bottom:.75rem}.section-header h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600;margin:0;color:var(--text)}.workflow-tagline{font-size:1.125rem;color:var(--text-muted);margin:0 0 .75rem;letter-spacing:.02em}.workflow-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,5vw,2.75rem);font-style:italic;font-weight:600;margin:0 0 .5rem}.workflow-subtitle{font-size:1.1rem;color:var(--text-muted);margin:0}.workflow-input{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:3rem}.input-card{width:260px;background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 32px #00000040}.input-card-header{display:flex;gap:6px;padding:8px 12px;background:#f0f0f0}.input-card-header .dot{width:10px;height:10px;border-radius:50%;background:#ccc}.input-card-header .dot:nth-child(1){background:#ff5f57}.input-card-header .dot:nth-child(2){background:#ffbd2e}.input-card-header .dot:nth-child(3){background:#28c840}.input-card-body{padding:14px}.input-card-body .input-title{font-size:.9rem;font-weight:600;color:#222;margin:0 0 10px;line-height:1.3}.input-card-body img{width:100%;height:90px;object-fit:cover;border-radius:6px}.workflow-tree{display:flex;flex-direction:column;align-items:center;margin-bottom:2.5rem}.tree-trunk{width:2px;height:50px;background:var(--primary)}.tree-branches{display:flex;gap:1.5rem}.branch{display:flex;flex-direction:column;align-items:center;position:relative}.branch:before{content:"";position:absolute;top:0;height:2px;background:var(--primary)}.branch:not(:last-child):before{left:50%;right:calc(-.75rem - 1px)}.branch:not(:first-child):after{content:"";position:absolute;top:0;height:2px;background:var(--primary);right:50%;left:calc(-.75rem - 1px)}.branch-line{width:2px;height:40px;background:var(--primary)}.branch-arrow{color:var(--primary);font-size:14px;line-height:1;margin-top:-4px}.outputs-flow{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2.5rem}.output-item{display:flex;flex-direction:column;align-items:center;gap:8px}.output-thumb{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.output-thumb img{width:100%;height:100%;object-fit:cover}.thumb-landscape{width:140px;height:79px}.thumb-square{width:100px;height:100px}.thumb-portrait{width:65px;height:115px}.thumb-podcast{width:140px;height:79px;background:var(--bg-medium)}.thumb-languages{width:120px;height:79px;background:var(--bg-medium);gap:6px;font-size:1.75rem}.play-btn{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;color:#fff;font-size:1.5rem}.podcast-ui{display:flex;align-items:center;gap:10px;padding:0 14px}.podcast-play{width:30px;height:30px;background:var(--primary);color:var(--bg-dark);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem}.waveform{display:flex;align-items:center;gap:2px;height:28px}.waveform span{width:3px;background:var(--primary);border-radius:2px}.waveform span:nth-child(1){height:35%}.waveform span:nth-child(2){height:65%}.waveform span:nth-child(3){height:45%}.waveform span:nth-child(4){height:85%}.waveform span:nth-child(5){height:55%}.waveform span:nth-child(6){height:75%}.waveform span:nth-child(7){height:40%}.waveform span:nth-child(8){height:60%}.waveform span:nth-child(9){height:50%}.waveform span:nth-child(10){height:70%}.output-info{text-align:center}.output-name{display:block;font-size:.85rem;font-weight:500;color:var(--text)}.output-spec{display:block;font-size:.75rem;color:var(--text-muted)}.distribution{display:flex;justify-content:center;gap:2.5rem;padding-top:2rem;border-top:1px solid var(--border);flex-wrap:wrap}.dist-item{display:flex;flex-direction:column;align-items:center;gap:8px}.dist-item svg{width:28px;height:28px;stroke:var(--text-muted)}.dist-item span{font-size:.8rem;color:var(--text-muted)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.step-card{position:relative;padding:2rem 1.5rem 1.5rem;background:var(--bg-dark);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s,transform .2s}.step-card:hover{border-color:var(--primary);transform:translateY(-4px)}.step-num{position:absolute;top:-12px;left:1.5rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:var(--bg-dark);font-weight:700;font-size:.875rem;border-radius:50%}.step-card h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text)}.step-card p{margin:0;font-size:.95rem;color:var(--text-muted)}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.benefit{text-align:center}.benefit-icon{width:48px;height:48px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:#00d9a31a;border-radius:50%}.benefit-icon svg{width:24px;height:24px;stroke:var(--primary)}.benefit h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text)}.benefit p{margin:0;font-size:.95rem;color:var(--text-muted)}.audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.audience-card{background:var(--bg-dark);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;cursor:pointer;transition:border-color .3s,transform .3s,box-shadow .3s}.audience-card:hover,.audience-card:focus{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 12px 32px #0000004d;outline:none}.audience-card img{width:100%;height:160px;object-fit:cover;transition:height .3s ease}.audience-card:hover img,.audience-card:focus img{height:120px}.audience-card-body{padding:1.25rem}.audience-card h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--primary)}.audience-summary{margin:0;font-size:.9rem;color:var(--text-muted)}.audience-detail{max-height:0;overflow:hidden;opacity:0;margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.6;transition:max-height .4s ease,opacity .3s ease,margin .3s ease}.audience-card:hover .audience-detail,.audience-card:focus .audience-detail{max-height:200px;opacity:1;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.prose{text-align:center}.prose p{font-size:1.1rem;color:var(--text-muted);margin:0 0 1rem}.prose p:last-child{margin-bottom:0}.big-quote{margin:0 0 2rem;padding:0;border:none;text-align:center}.big-quote p{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.25rem,3vw,1.5rem);font-style:italic;color:var(--text);line-height:1.6;margin:0}.tagline-big{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:600;color:var(--primary);text-align:center;margin:0}.demos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.demo-card{display:block;background:var(--bg-light);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:transform .2s,border-color .2s,box-shadow .2s}.demo-card:hover{transform:translateY(-4px);border-color:var(--primary);box-shadow:0 12px 32px #0000004d}.demo-card img{width:100%;height:180px;object-fit:cover}.demo-card-body{padding:1.25rem}.demo-card-body h3{margin:0 0 .5rem;font-size:1.25rem;color:var(--primary)}.demo-card-body p{margin:0;font-size:.95rem;color:var(--text-muted)}.contact-text{text-align:center;font-size:1.1rem;color:var(--text-muted);margin:0 0 2rem}.contact-actions{display:flex;justify-content:center}.site-footer{padding:2rem;text-align:center;color:var(--text-muted);font-size:.875rem;border-top:1px solid var(--border)}.site-footer p{margin:0}@media (max-width: 900px){.hero-layout{grid-template-columns:1fr;gap:3rem;text-align:center}.hero-text h1{font-size:2.5rem}.hero-subtitle{margin-left:auto;margin-right:auto}.hero-ctas{align-items:center}}@media (max-width: 768px){.site-header{padding:1rem}.nav-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--bg-dark);border-left:1px solid var(--border);padding:5rem 2rem 2rem;transition:right .3s ease;z-index:1000;display:flex;flex-direction:column}.nav.mobile-open{right:0}.nav-links{display:flex;flex-direction:column;gap:0}.nav-links li{border-bottom:1px solid var(--border)}.nav-links a{display:block;padding:1rem 0;font-size:1.125rem}.mobile-nav-cta{display:inline-flex!important;margin-top:auto;justify-content:center}.nav .nav-cta{display:inline-flex!important}.desktop-nav-cta{display:none!important}.nav-overlay{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999}.hero{min-height:auto;padding:3rem 1.5rem}.hero-text h1{font-size:2rem}.hero-subtitle{font-size:1.1rem}.section{padding:3.5rem 1.5rem}.section-header{margin-bottom:2rem}.workflow-input{margin-bottom:.5rem}.tree-trunk{height:30px}.tree-branches{gap:.5rem}.branch:not(:last-child):before{right:calc(-.25rem - 1px)}.branch:not(:first-child):after{left:calc(-.25rem - 1px)}.branch-line{height:30px}.outputs-flow{gap:1rem}.thumb-landscape,.thumb-podcast,.thumb-languages{width:110px;height:62px}.thumb-square{width:80px;height:80px}.thumb-portrait{width:55px;height:95px}.distribution{gap:1.5rem}.dist-item svg{width:24px;height:24px}.dist-item span{font-size:.75rem}.steps-grid{grid-template-columns:1fr}.benefits-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.audience-grid{grid-template-columns:1fr}.demos-grid{grid-template-columns:1fr;gap:1.5rem}.demo-card img{height:160px}.audience-card img{height:140px}.audience-detail{max-height:none;opacity:1;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border)}.big-quote p{font-size:1.15rem}.tagline-big{font-size:1.4rem}}@media (max-width: 480px){.hero-text h1{font-size:1.75rem}.cta{width:100%;justify-content:center}.hero-ctas{width:100%}.hero-ctas-row{flex-direction:column}.benefits-grid{grid-template-columns:1fr}.output-tags{gap:.375rem}.tag{padding:.4rem .75rem;font-size:.8rem}}.use-cases-hero{padding-top:4rem;padding-bottom:3rem;text-align:center}.use-cases-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;margin:0 0 1rem}.use-cases-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:600px;margin:0 auto}.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:900px;margin:0 auto}.use-case-card{background:var(--bg-medium);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;gap:1.25rem;transition:border-color .2s}.use-case-card:hover{border-color:var(--primary)}.use-case-icon{flex-shrink:0;width:48px;height:48px;border-radius:8px;overflow:hidden;background:var(--bg-light)}.use-case-icon img{width:100%;height:100%;object-fit:cover}.use-case-content h2{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.use-case-content p{font-size:.9375rem;color:var(--text-muted);margin:0 0 1rem;line-height:1.5}.use-case-link{display:inline-block;font-size:.875rem;color:var(--text);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.5rem 1rem;transition:border-color .2s,color .2s}.use-case-link:hover{border-color:var(--primary);color:var(--primary)}.use-case-link.coming-soon-badge{cursor:default;opacity:.7;border-color:var(--border);color:var(--text-muted)}.use-case-link.coming-soon-badge:hover{border-color:var(--border);color:var(--text-muted)}.use-case-card.coming-soon{opacity:.8}@media (max-width: 768px){.use-cases-grid{grid-template-columns:1fr}}.formats-hero{padding-top:4rem;padding-bottom:3rem;text-align:center}.formats-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;font-style:italic;margin:0 0 1rem}.formats-subtitle{font-size:1.125rem;color:var(--text-muted);max-width:550px;margin:0 auto}.formats-section-title{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;font-style:italic;text-align:center;margin:0 0 .5rem}.formats-section-subtitle{font-size:1rem;color:var(--text-muted);text-align:center;margin:0 0 2.5rem}.formats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:900px;margin:0 auto 2rem}.format-card{background:var(--bg-medium);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.format-label{font-size:1rem;font-weight:600;margin:0 0 1rem}.format-content{display:flex;gap:1rem;align-items:flex-start}.format-content-reverse{flex-direction:row-reverse}.format-preview{flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--bg-light)}.format-preview img{width:100%;height:100%;object-fit:cover}.format-landscape{width:140px;aspect-ratio:16 / 9}.format-vertical{width:80px;aspect-ratio:9 / 16}.format-square{width:100px;aspect-ratio:1 / 1}.format-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.format-checklist li{font-size:.875rem;color:var(--text-muted);display:flex;align-items:flex-start;gap:.5rem}.format-checklist .check{color:var(--primary);font-weight:600;flex-shrink:0}.format-checklist-light li{font-size:.9375rem;line-height:1.5}.formats-tagline{text-align:center;font-size:1.0625rem;color:var(--text-muted);margin:0;padding-top:1rem}.formats-two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:2rem}.formats-col-title{font-family:Playfair Display,Georgia,serif;font-size:1.375rem;font-weight:700;font-style:italic;margin:0 0 1.25rem}.formats-link-text{text-align:center;font-size:1rem;color:var(--text-muted);font-style:italic;margin:0}.formats-link{color:var(--text);text-decoration:underline;text-underline-offset:3px}.formats-link:hover{color:var(--primary)}.formats-cta-section{text-align:center;border-top:1px solid var(--border)}.formats-cta-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;font-style:italic;margin:0 0 1rem}.formats-cta-text{font-size:1.0625rem;color:var(--text-muted);margin:0 0 2rem;max-width:550px;margin-left:auto;margin-right:auto}.formats-cta-buttons{display:flex;justify-content:center;gap:1rem}@media (max-width: 768px){.formats-grid{grid-template-columns:1fr}.formats-two-col{grid-template-columns:1fr;gap:2rem}.format-content,.format-content-reverse{flex-direction:column}.formats-cta-buttons{flex-direction:column;align-items:center}}.listings-hero{padding-top:6rem;padding-bottom:4rem;text-align:center}.listings-title{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:600;line-height:1.15;margin-bottom:1.5rem;color:var(--text)}.listings-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem}.listings-ctas{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.listings-section-title{font-size:clamp(2rem,4vw,3rem);font-weight:500;text-align:center;margin-bottom:1rem;font-style:italic;color:var(--text)}.listings-section-subtitle{font-size:1rem;color:var(--text-muted);text-align:center;margin-bottom:3rem}.listings-io-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.listings-io-card{display:flex;flex-direction:column;gap:1rem}.listings-io-label{font-size:.875rem;font-weight:600;color:var(--primary);text-transform:capitalize}.listings-io-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 2rem}.listings-io-content h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:1.25rem}.listings-io-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.listings-io-list li{font-size:.9375rem;color:var(--text-muted);padding-top:1rem;border-top:1px solid var(--border)}.listings-io-list li:first-child{padding-top:0;border-top:none}.listings-examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:2rem}.listings-example-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.listing-video-embed{aspect-ratio:16 / 9;width:100%}.listing-video-embed iframe{width:100%;height:100%;border:none}.listings-example-label{padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;color:var(--text);background:var(--surface);border-top:1px solid var(--border)}.listings-cta-section{padding-top:5rem;padding-bottom:5rem;text-align:center}.listings-cta-title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:500;color:var(--text);margin-bottom:2rem}@media (max-width: 768px){.listings-io-grid,.listings-examples-grid{grid-template-columns:1fr}.listings-ctas{flex-direction:column;align-items:center}}.media-hero{padding-top:6rem;padding-bottom:4rem;text-align:center}.media-eyebrow{display:block;font-size:1rem;color:var(--text-muted);margin-bottom:1rem;font-style:italic}.media-eyebrow-centered{text-align:center;margin-bottom:2rem}.media-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;margin-bottom:1.5rem;color:var(--text);font-style:italic}.media-subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.7}.media-section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;text-align:center;margin-bottom:2rem;font-style:italic;color:var(--text)}.media-text-block{max-width:700px;margin:0 auto}.media-text-block p{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:1rem;text-align:center}.media-text-block p strong{color:var(--text)}.media-text-centered{text-align:center;margin-top:3rem}.media-flow-diagram{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin:3rem 0}.media-flow-source{display:flex;justify-content:center}.media-article-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem 2rem;min-width:180px}.media-article-header{display:block;font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.75rem;text-align:center;background:var(--primary);color:var(--background);padding:.25rem .75rem;border-radius:var(--radius-sm)}.media-article-lines{display:flex;flex-direction:column;gap:.5rem}.media-article-lines span{display:block;height:8px;background:var(--border);border-radius:4px}.media-article-lines span:nth-child(2){width:80%}.media-article-lines span:nth-child(3){width:60%}.media-flow-arrows{display:flex;gap:6rem}.media-arrow-left,.media-arrow-right{width:2px;height:40px;background:var(--primary);position:relative}.media-arrow-left:after,.media-arrow-right:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--primary)}.media-flow-outputs{display:flex;gap:3rem}.media-output-card{display:flex;flex-direction:column;align-items:center;gap:.5rem}.media-video-preview{width:140px;height:90px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.media-podcast-preview{width:140px;height:90px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;gap:.5rem}.media-play-icon{font-size:1.5rem;color:var(--text-muted)}.media-play-icon-small{font-size:.875rem;color:var(--text-muted)}.media-waveform{display:flex;align-items:center;gap:3px;height:30px}.media-waveform span{width:4px;background:var(--primary);border-radius:2px}.media-waveform span:nth-child(1){height:40%}.media-waveform span:nth-child(2){height:70%}.media-waveform span:nth-child(3){height:100%}.media-waveform span:nth-child(4){height:55%}.media-waveform span:nth-child(5){height:80%}.media-output-label{font-size:.875rem;font-weight:500;color:var(--text);background:var(--surface);border:1px solid var(--border);padding:.375rem 1rem;border-radius:var(--radius-sm)}.media-example-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 2rem;margin-bottom:2rem}.media-example-label{display:block;font-size:.8125rem;color:var(--text-muted);margin-bottom:1rem}.media-example-content{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center}.media-example-text h3{font-size:1.25rem;font-weight:500;color:var(--primary);margin-bottom:1rem}.media-example-text p{font-size:.9375rem;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.media-example-visual{display:flex;flex-direction:column;align-items:center;gap:.5rem}.media-mini-article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1.25rem;min-width:120px}.media-mini-article .media-article-header{font-size:.75rem;padding:.125rem .5rem;margin-bottom:.5rem}.media-mini-article .media-article-lines span{height:6px}.media-arrow-down{font-size:1.25rem;color:var(--primary)}.media-mini-video{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1.25rem;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:.25rem}.media-mini-video .media-play-icon{font-size:1rem}.media-mini-video .media-output-label{font-size:.75rem;padding:.125rem .5rem;background:transparent;border:none}.media-mini-podcast{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1.25rem;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.media-mini-waveform{display:flex;align-items:center;gap:2px;height:20px}.media-mini-waveform span{width:3px;background:var(--primary);border-radius:2px}.media-mini-waveform span:nth-child(1){height:40%}.media-mini-waveform span:nth-child(2){height:70%}.media-mini-waveform span:nth-child(3){height:100%}.media-mini-waveform span:nth-child(4){height:55%}.media-mini-waveform span:nth-child(5){height:80%}.media-mini-podcast .media-output-label{font-size:.75rem;padding:.125rem .5rem;background:transparent;border:none}.media-format-title{font-size:clamp(2rem,4vw,3rem);font-weight:500;text-align:center;margin-bottom:1rem;font-style:italic;color:var(--text)}.media-format-subtitle{font-size:1rem;color:var(--text-muted);text-align:center;line-height:1.8;max-width:600px;margin:0 auto 2rem}.media-format-subtitle strong{color:var(--text)}.media-bullet-list{list-style:disc;padding-left:1.5rem;max-width:500px;margin:0 auto 3rem}.media-bullet-list li{font-size:.9375rem;color:var(--text-muted);line-height:1.8;margin-bottom:.5rem}.media-bullet-list li strong{color:var(--text)}.media-value-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.media-value-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 2rem}.media-value-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem}.media-value-icon{display:block;font-size:1.5rem;color:var(--primary);margin-bottom:1rem}.media-value-card ul{list-style:disc;padding-left:1.25rem}.media-value-card ul li{font-size:.875rem;color:var(--text-muted);line-height:1.7;margin-bottom:.5rem}.media-value-card ul li strong{color:var(--text)}.media-closing-text{font-size:1rem;color:var(--text-muted);text-align:center;line-height:1.8;max-width:600px;margin:2rem auto 0}.media-cta-section{padding-top:5rem;padding-bottom:5rem;text-align:center}.media-cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:var(--text);margin-bottom:2rem}.media-ctas{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){.media-example-content{grid-template-columns:1fr}.media-example-visual{order:-1;margin-bottom:1rem}.media-flow-outputs{flex-direction:column;gap:1.5rem}.media-flow-arrows{flex-direction:column;gap:0}.media-value-grid{grid-template-columns:1fr}.media-ctas{flex-direction:column;align-items:center}}.ecom-hero{padding-top:6rem;padding-bottom:4rem;text-align:center}.ecom-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1.1;margin-bottom:1.5rem;color:var(--text)}.ecom-headline{font-size:1.25rem;color:var(--text);margin-bottom:2rem}.ecom-intro-text{max-width:600px;margin:0 auto 2rem}.ecom-intro-text p{font-size:1rem;color:var(--text-muted);line-height:1.7;margin-bottom:.75rem}.ecom-intro-emphasis{margin-top:1rem}.ecom-ctas{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.ecom-section-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;text-align:center;margin-bottom:1.5rem;color:var(--text)}.ecom-section-subtitle{font-size:1rem;color:var(--text-muted);text-align:center;line-height:1.8;max-width:700px;margin:0 auto 2rem}.ecom-section-subtitle strong{color:var(--text)}.ecom-flow{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin:3rem 0;padding:2rem}.ecom-flow-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text);min-width:80px}.ecom-flow-item:not(.ecom-flow-source){height:95px;justify-content:flex-start}.ecom-flow-source{margin-right:0}.ecom-product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem;width:120px;display:flex;flex-direction:column;align-items:center}.ecom-product-image{width:100%;height:90px;object-fit:cover;border-radius:var(--radius-sm);margin-bottom:.5rem;background:var(--border)}.ecom-product-name{font-size:.75rem;color:var(--text);display:block;text-align:center}.ecom-flow-arrow{font-size:1.25rem;color:var(--text-muted);opacity:.5}.ecom-flow-icon{width:50px;height:50px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text-muted)}.ecom-flow-genjed{background:linear-gradient(135deg,var(--primary),var(--primary-dark));border:none;border-radius:var(--radius-sm)}.ecom-genjed-logo{color:var(--bg-dark);font-weight:800;font-size:1.25rem}.ecom-flow-waveform{display:flex;align-items:center;gap:3px}.ecom-flow-waveform span{width:4px;background:var(--primary);border-radius:2px}.ecom-flow-waveform span:nth-child(1){height:10px}.ecom-flow-waveform span:nth-child(2){height:18px}.ecom-flow-waveform span:nth-child(3){height:24px}.ecom-flow-waveform span:nth-child(4){height:14px}.ecom-flow-waveform span:nth-child(5){height:20px}.ecom-flow-globe{background:var(--surface)}.ecom-flow-globe svg{width:28px;height:28px;stroke:var(--primary)}.ecom-flow-spec{font-size:.75rem;color:var(--text-muted)}.ecom-flow-spec-hidden{visibility:hidden}.ecom-flow-tagline{text-align:center;font-size:1rem;color:var(--text-muted);margin-top:2rem}.ecom-flow-tagline strong{color:var(--text)}.ecom-text-block{max-width:700px;margin:0 auto;text-align:center}.ecom-text-block p{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:1.25rem}.ecom-text-block p strong{color:var(--text)}.ecom-intro-block{text-align:center;max-width:700px;margin:0 auto 3rem}.ecom-intro-heading{font-size:1.5rem;font-weight:500;color:var(--text);margin-bottom:1rem}.ecom-intro-block p{font-size:1rem;color:var(--text-muted);line-height:1.8}.ecom-features{display:flex;flex-direction:column;gap:1.5rem}.ecom-feature-card{display:grid;grid-template-columns:200px 1fr;gap:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 2rem;align-items:center}.ecom-feature-image{width:100%;height:120px;object-fit:cover;border-radius:var(--radius-md);background:var(--border)}.ecom-feature-flags{display:flex;align-items:center;justify-content:center;font-size:2rem;letter-spacing:4px;background:transparent}.ecom-feature-content h3{font-size:1.125rem;font-weight:500;color:var(--primary);margin-bottom:.75rem;font-style:italic}.ecom-feature-content p{font-size:.9375rem;color:var(--text-muted);line-height:1.7}.ecom-pdp-section{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;margin-top:3rem}.ecom-pdp-text h3{font-size:1.25rem;font-weight:500;color:var(--text);margin-bottom:1rem}.ecom-pdp-text p{font-size:.9375rem;color:var(--text-muted);line-height:1.8;margin-bottom:1rem}.ecom-pdp-text p strong{color:var(--text)}.ecom-pdp-mockup{display:flex;justify-content:center}.ecom-pdp-browser{background:#f5f0e8;border:1px solid var(--border);border-radius:var(--radius-lg);padding:.75rem;width:400px}.ecom-pdp-dots{display:flex;gap:6px;margin-bottom:.75rem}.ecom-pdp-dots span{width:8px;height:8px;border-radius:50%;background:#ccc}.ecom-pdp-content{padding:.5rem}.ecom-pdp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.ecom-pdp-title{font-size:1rem;font-weight:500;color:#333}.ecom-pdp-price{font-size:1rem;font-weight:600;color:#333}.ecom-pdp-main{display:grid;grid-template-columns:1.2fr 1fr;gap:1rem}.ecom-pdp-video{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/5}.ecom-pdp-product-image{width:100%;height:100%;object-fit:cover}.ecom-pdp-play{position:absolute;bottom:.75rem;left:.75rem;width:36px;height:36px;background:#0009;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#fff}.ecom-pdp-info{display:flex;flex-direction:column;gap:.5rem}.ecom-pdp-rating{color:#d4a853;font-size:.875rem;letter-spacing:1px}.ecom-pdp-description{font-size:.75rem;color:#666;line-height:1.5}.ecom-pdp-price-large{font-size:1.125rem;font-weight:600;color:#333;margin-top:auto}.ecom-pdp-button{padding:.625rem 1rem;background:#fff;border:1px solid #333;border-radius:var(--radius-sm);color:#333;font-size:.75rem;cursor:pointer;text-transform:uppercase;letter-spacing:.5px}.ecom-platforms{display:flex;justify-content:center;gap:1rem;margin-top:2rem}.ecom-platform-icon{width:50px;height:50px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--text)}.ecom-platform-icon svg{width:24px;height:24px}.ecom-bottleneck-list{list-style:disc;padding-left:1.5rem;max-width:600px;margin:2rem auto 0}.ecom-bottleneck-list li{font-size:1rem;color:var(--text-muted);line-height:1.8;margin-bottom:.75rem}.ecom-bottleneck-list li strong{color:var(--text)}.ecom-cta-section{padding-top:5rem;padding-bottom:5rem;text-align:center}.ecom-cta-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:var(--text);margin-bottom:1.5rem;font-style:italic;line-height:1.3}.ecom-cta-subtitle{font-size:1rem;color:var(--text-muted);line-height:1.8;max-width:600px;margin:0 auto 2rem}.ecom-cta-subtitle strong{color:var(--text)}@media (max-width: 768px){.ecom-flow{flex-direction:column;gap:1.5rem}.ecom-flow-arrow{transform:rotate(90deg)}.ecom-flow-source{margin-right:0}.ecom-feature-card{grid-template-columns:1fr}.ecom-feature-image{height:150px}.ecom-pdp-section{grid-template-columns:1fr}.ecom-pdp-mockup{order:-1}.ecom-pdp-browser{width:100%;max-width:350px}.ecom-pdp-main{grid-template-columns:1fr}.ecom-pdp-video{max-height:200px;aspect-ratio:auto}.ecom-ctas{flex-direction:column;align-items:center}}.car-showcase-root{--primary-color: #00D9A3;--secondary-color: #1a3a2e;--background-color: #173328;--text-color: #FFFFFF;--muted-text-color: #CCCCCC;--light-background: #204538;--border-color: rgba(255, 255, 255, .1);--cta-gradient-start: #00D9A3;--cta-gradient-end: #00BFA3;background-color:var(--background-color);color:var(--text-color);width:100%;min-height:100vh}.car-showcase-root h1,.car-showcase-root h2,.car-showcase-root h3{color:var(--primary-color);line-height:1.2}.car-showcase-root .hero{background-color:var(--secondary-color);color:var(--text-color);text-align:center;padding:8rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem;border-radius:0 0 20px 20px;position:relative;background:radial-gradient(circle at center,#0000,#0006 75%),var(--secondary-color)}.car-showcase-root .hero h1{font-size:4.5rem;margin-bottom:1.5rem;color:var(--text-color)}.car-showcase-root .hero p{font-size:1.7rem;max-width:900px;margin-bottom:3rem;color:var(--muted-text-color)}.car-showcase-root .cta-button{background:linear-gradient(45deg,var(--cta-gradient-start),var(--cta-gradient-end));color:var(--secondary-color);padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .18s ease;letter-spacing:1.5px;box-shadow:0 4px 10px #00d9a34d;text-decoration:none;display:inline-block}.car-showcase-root .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00d9a380}.car-showcase-root .content-block{padding:5rem 3rem;max-width:1400px;margin:0 auto 2rem;text-align:center;border-radius:12px;box-shadow:0 4px 15px #0000004d}.car-showcase-root .content-block:nth-of-type(odd){background-color:var(--light-background)}.car-showcase-root .content-block:nth-of-type(2n){background-color:var(--secondary-color)}.car-showcase-root .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.car-showcase-root .feature-item{background-color:#0a0b0b;padding:2.5rem;border-radius:12px;box-shadow:0 4px 10px #0000004d;border:1px solid var(--border-color);transition:all .18s ease}.car-showcase-root .feature-item:hover{transform:translateY(-4px);border-color:var(--primary-color)}.car-showcase-root .video-showcase{padding:4.5rem 2.5rem;text-align:center;background-color:var(--light-background);border-radius:12px;margin-bottom:2rem}.car-showcase-root .video-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.car-showcase-root .video-item{background-color:#0a0b0b;padding:1.5rem;border-radius:14px;border:1px solid var(--border-color);transition:all .18s ease}.video-embed{position:relative;width:100%;max-width:100%;aspect-ratio:16 / 9;margin:0 auto;overflow:hidden;border-radius:14px;border:1px solid var(--border-color);box-shadow:0 4px 12px #00000059}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:14px}.video-link{display:inline-block;margin-top:.85rem;color:var(--primary-color);font-weight:600;text-decoration:none}.video-link:hover{text-decoration:underline}.car-showcase-root .video-item:hover{transform:translateY(-4px);border-color:var(--primary-color)}.car-showcase-root .premium-cards-section{padding:5rem 3rem;max-width:1400px;margin:0 auto 3rem;text-align:center;background-color:var(--secondary-color);border-radius:12px}.car-showcase-root .premium-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}.car-showcase-root .premium-card{background-color:#0a0b0b;padding:2.5rem;border-radius:12px;box-shadow:0 6px 20px #0006;border:1px solid var(--border-color);transition:all .18s ease}.car-showcase-root .premium-card:hover{transform:translateY(-4px);border-color:var(--primary-color)}.car-showcase-root .contact-section{padding:5rem 3rem;max-width:900px;margin:0 auto 3rem;text-align:center;background-color:var(--light-background);border-radius:12px;box-shadow:0 4px 15px #0000004d;border:1px solid var(--border-color)}.car-showcase-root .contact-section h2{margin-bottom:1.5rem}.car-showcase-root .contact-section p{font-size:1.2rem;color:var(--muted-text-color);margin-bottom:2.5rem;line-height:1.6}@media (max-width: 768px){.car-showcase-root .hero h1{font-size:2.8rem}.car-showcase-root .hero{padding:5rem 1rem}.car-showcase-root .feature-grid,.car-showcase-root .video-container,.car-showcase-root .premium-cards-container{grid-template-columns:1fr}.car-showcase-root .video-showcase{padding:3.5rem 1.25rem}.car-showcase-root .video-item{padding:1.25rem}.video-embed{border-radius:12px}.car-showcase-root .contact-section{padding:3rem 1.5rem}}.property-showcase-root{--primary-color: #00D9A3;--secondary-color: #1a3a2e;--background-color: #173328;--text-color: #FFFFFF;--muted-text-color: #CCCCCC;--light-background: #204538;--border-color: rgba(255, 255, 255, .1);--cta-gradient-start: #00D9A3;--cta-gradient-end: #00BFA3;background-color:var(--background-color);color:var(--text-color);width:100%;min-height:100vh}.property-showcase-root h1,.property-showcase-root h2,.property-showcase-root h3{color:var(--primary-color);line-height:1.2}.property-showcase-root .hero{background-color:var(--secondary-color);color:var(--text-color);text-align:center;padding:8rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem;border-radius:0 0 20px 20px;position:relative;background:radial-gradient(circle at center,#0000,#0006 75%),var(--secondary-color)}.property-showcase-root .hero h1{font-size:4.5rem;margin-bottom:1.5rem;color:var(--text-color)}.property-showcase-root .hero p{font-size:1.7rem;max-width:900px;margin-bottom:3rem;color:var(--muted-text-color)}.property-showcase-root .cta-button{background:linear-gradient(45deg,var(--cta-gradient-start),var(--cta-gradient-end));color:var(--secondary-color);padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .18s ease;letter-spacing:1.5px;box-shadow:0 4px 10px #00d9a34d}.property-showcase-root .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00d9a380}.property-showcase-root .content-block{padding:5rem 3rem;max-width:1400px;margin:0 auto 2rem;text-align:center;border-radius:12px;box-shadow:0 4px 15px #0000004d}.property-showcase-root .content-block:nth-of-type(odd){background-color:var(--light-background)}.property-showcase-root .content-block:nth-of-type(2n){background-color:var(--secondary-color)}.property-showcase-root .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.property-showcase-root .feature-item{background-color:#0a0b0b;padding:2.5rem;border-radius:12px;box-shadow:0 4px 10px #0000004d;border:1px solid var(--border-color);transition:all .18s ease}.property-showcase-root .feature-item:hover{transform:translateY(-4px);border-color:var(--primary-color)}.property-showcase-root .video-showcase{padding:4.5rem 2.5rem;text-align:center;background-color:var(--light-background);border-radius:12px;margin-bottom:2rem}.property-showcase-root .video-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:960px;margin:0 auto}.property-showcase-root .video-item{background-color:#0a0b0b;padding:1.5rem;border-radius:14px;border:1px solid var(--border-color);transition:all .18s ease}.property-showcase-root .video-embed{position:relative;width:100%;max-width:420px;aspect-ratio:9 / 16;margin:0 auto;overflow:hidden;border-radius:14px;border:1px solid var(--border-color);box-shadow:0 4px 12px #00000059}.property-showcase-root .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:14px}.property-showcase-root .video-link{display:inline-block;margin-top:.85rem;color:var(--primary-color);font-weight:600;text-decoration:none}.property-showcase-root .video-link:hover{text-decoration:underline}.property-showcase-root .video-item:hover{transform:translateY(-4px);border-color:var(--primary-color)}.property-showcase-root .premium-cards-section{padding:5rem 3rem;max-width:1400px;margin:0 auto 3rem;text-align:center;background-color:var(--secondary-color);border-radius:12px}.property-showcase-root .premium-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}.property-showcase-root .premium-card{background-color:#0a0b0b;padding:2.5rem;border-radius:12px;box-shadow:0 6px 20px #0006;border:1px solid var(--border-color);transition:all .18s ease}.property-showcase-root .premium-card:hover{transform:translateY(-4px);border-color:var(--primary-color)}.property-showcase-root .contact-section{padding:5rem 3rem;max-width:900px;margin:0 auto 3rem;text-align:center;background-color:var(--light-background);border-radius:12px;box-shadow:0 4px 15px #0000004d;border:1px solid var(--border-color)}.property-showcase-root .contact-section h2{margin-bottom:1.5rem}.property-showcase-root .contact-section p{font-size:1.2rem;color:var(--muted-text-color);margin-bottom:2.5rem;line-height:1.6}@media (max-width: 768px){.property-showcase-root .hero h1{font-size:2.8rem}.property-showcase-root .hero{padding:5rem 1rem}.property-showcase-root .feature-grid,.property-showcase-root .video-container,.property-showcase-root .premium-cards-container{grid-template-columns:1fr}.property-showcase-root .video-embed{max-width:100%}.property-showcase-root .video-showcase{padding:3.5rem 1.25rem}.property-showcase-root .video-item{padding:1.25rem}.property-showcase-root .video-embed{border-radius:12px}.property-showcase-root .contact-section{padding:3rem 1.5rem}}.commerce-showcase-root{--primary-color: #00D9A3;--secondary-color: #1a3a2e;--background-color: #173328;--text-color: #FFFFFF;--muted-text-color: #CCCCCC;--light-background: #204538;--border-color: rgba(255, 255, 255, .1);--cta-gradient-start: #00D9A3;--cta-gradient-end: #00BFA3;background-color:var(--background-color);color:var(--text-color);width:100%;min-height:100vh}.commerce-showcase-root h1,.commerce-showcase-root h2,.commerce-showcase-root h3{color:var(--primary-color);line-height:1.2}.commerce-showcase-root .hero{background-color:var(--secondary-color);color:var(--text-color);text-align:center;padding:8rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem;border-radius:0 0 20px 20px;position:relative;background:radial-gradient(circle at center,#0000,#0006 75%),var(--secondary-color)}.commerce-showcase-root .hero h1{font-size:4rem;margin-bottom:1.5rem;color:var(--text-color)}.commerce-showcase-root .hero p{font-size:1.5rem;max-width:800px;margin-bottom:3rem;color:var(--muted-text-color);line-height:1.6}.commerce-showcase-root .cta-button{background:linear-gradient(45deg,var(--cta-gradient-start),var(--cta-gradient-end));color:var(--secondary-color);padding:1.2rem 2.5rem;border:none;border-radius:8px;font-size:1.3rem;font-weight:700;cursor:pointer;transition:all .18s ease;letter-spacing:1.5px;box-shadow:0 4px 10px #00d9a34d;text-decoration:none;display:inline-block}.commerce-showcase-root .cta-button:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00d9a380}.commerce-showcase-root .content-block{padding:5rem 3rem;max-width:1400px;margin:0 auto 2rem;text-align:center;border-radius:12px;box-shadow:0 4px 15px #0000004d}.commerce-showcase-root .content-block:nth-of-type(odd){background-color:var(--light-background)}.commerce-showcase-root .content-block:nth-of-type(2n){background-color:var(--secondary-color)}.commerce-showcase-root .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.commerce-showcase-root .feature-item{background-color:#0a0b0b;padding:2.5rem;border-radius:12px;box-shadow:0 4px 10px #0000004d;border:1px solid var(--border-color);transition:all .18s ease}.commerce-showcase-root .feature-item:hover{transform:translateY(-4px);border-color:var(--primary-color)}.commerce-showcase-root .video-showcase{padding:4.5rem 2.5rem;text-align:center;background-color:var(--light-background);border-radius:12px;margin-bottom:2rem}.commerce-showcase-root .video-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:2.5rem;max-width:1000px;margin:0 auto}.commerce-showcase-root .video-item{background-color:#0a0b0b;padding:1.5rem;border-radius:14px;border:1px solid var(--border-color);transition:all .18s ease}.commerce-showcase-root .video-embed{position:relative;width:100%;max-width:100%;aspect-ratio:16 / 9;margin:0 auto;overflow:hidden;border-radius:14px;border:1px solid var(--border-color);box-shadow:0 4px 12px #00000059}.commerce-showcase-root .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0;border-radius:14px}.commerce-showcase-root .video-link{display:inline-block;margin-top:.85rem;color:var(--primary-color);font-weight:600;text-decoration:none}.commerce-showcase-root .video-link:hover{text-decoration:underline}.commerce-showcase-root .video-item:hover{transform:translateY(-4px);border-color:var(--primary-color)}.commerce-showcase-root .premium-cards-section{padding:5rem 3rem;max-width:1400px;margin:0 auto 3rem;text-align:center;background-color:var(--secondary-color);border-radius:12px}.commerce-showcase-root .premium-cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-top:3rem}.commerce-showcase-root .premium-card{background-color:#0a0b0b;padding:2.5rem;border-radius:12px;box-shadow:0 6px 20px #0006;border:1px solid var(--border-color);transition:all .18s ease}.commerce-showcase-root .premium-card:hover{transform:translateY(-4px);border-color:var(--primary-color)}.commerce-showcase-root .contact-section{padding:5rem 3rem;max-width:900px;margin:0 auto 3rem;text-align:center;background-color:var(--light-background);border-radius:12px;box-shadow:0 4px 15px #0000004d;border:1px solid var(--border-color)}.commerce-showcase-root .contact-section h2{margin-bottom:1.5rem}.commerce-showcase-root .contact-section p{font-size:1.2rem;color:var(--muted-text-color);margin-bottom:2.5rem;line-height:1.6}.commerce-showcase-root .brand-icon{display:flex;align-items:center;justify-content:center;background:var(--primary-color);color:var(--secondary-color);font-weight:700}.commerce-showcase-root .social-links a{color:var(--primary-color);text-decoration:none;margin:0 .5rem}.commerce-showcase-root .social-links a:hover{text-decoration:underline}@media (max-width: 768px){.commerce-showcase-root .hero h1{font-size:2.5rem}.commerce-showcase-root .hero p{font-size:1.2rem}.commerce-showcase-root .hero{padding:5rem 1rem}.commerce-showcase-root .feature-grid,.commerce-showcase-root .video-container,.commerce-showcase-root .premium-cards-container{grid-template-columns:1fr}.commerce-showcase-root .video-showcase{padding:3.5rem 1.25rem}.commerce-showcase-root .video-item{padding:1.25rem}.commerce-showcase-root .video-embed{border-radius:12px}.commerce-showcase-root .contact-section,.commerce-showcase-root .content-block{padding:3rem 1.5rem}}
