:root{--teal:#2596be;--teal-dark:#1a7a9a;--teal-light:#e8f6fb;--teal-glow:#2596be26;--purple:#4a3a5c;--purple-deep:#3d2f4d;--purple-light:#4a3a5c14;--gold:#f5a623;--gold-dark:#e0951a;--gold-light:#fef7e8;--gold-glow:#f5a6231f;--ink:#0f1a2a;--slate:#3a4a5c;--mist:#6b7a8d;--cloud:#f7f9fb;--white:#fff;--border:#e4eaf0;--shadow-sm:0 1px 3px #0f1a2a0a;--shadow-md:0 4px 20px #0f1a2a0f;--shadow-lg:0 12px 40px #0f1a2a14;--shadow-glow:0 8px 32px #2596be1f;--radius:16px;--radius-sm:10px;--radius-lg:24px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:100px}body{color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.super-nav{background:var(--ink);letter-spacing:.01em;justify-content:space-between;align-items:center;padding:9px 60px;font-size:13px;display:flex}.super-nav a{color:#ffffff8c;align-items:center;gap:6px;text-decoration:none;transition:color .2s;display:inline-flex}.super-nav a:hover{color:#fff}.super-nav-left{gap:28px;display:flex}.super-nav-right{align-items:center;gap:22px;display:flex}.super-nav .divider{background:#ffffff26;width:1px;height:14px}.super-nav .client-login{font-weight:600;color:var(--teal)!important}.super-nav svg{width:13px;height:13px}.header{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);z-index:100;background:#ffffffeb;justify-content:space-between;align-items:center;height:72px;padding:0 60px;display:flex;position:sticky;top:0}.logo{z-index:2;align-items:center;gap:10px;text-decoration:none;display:flex;position:relative}.logo-img{width:auto;height:56px}.nav{z-index:1;align-items:center;gap:36px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav a{color:var(--slate);letter-spacing:.01em;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:var(--teal)}.header-actions{z-index:2;align-items:center;gap:12px;display:flex;position:relative}.btn-outline{border:1.5px solid var(--border);color:var(--slate);cursor:pointer;background:0 0;border-radius:8px;padding:9px 20px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s}.btn-outline:hover{border-color:var(--teal);color:var(--teal)}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 2px 12px #2596be40}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 20px #2596be59}.section{padding:100px 60px}.section-label{letter-spacing:3px;text-transform:uppercase;color:var(--teal);margin-bottom:16px;font-size:12px;font-weight:700}.section-title{color:var(--ink);margin-bottom:20px;font-family:Instrument Serif,serif;font-size:52px;font-weight:400;line-height:1.12}.section-title em{color:var(--teal);font-style:italic}.section-subtitle{color:var(--mist);max-width:600px;font-size:18px;line-height:1.65}.container{max-width:1340px;margin:0 auto}.hero{background:linear-gradient(180deg,var(--cloud)0%,var(--white)100%);padding:80px 60px 100px;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,var(--teal-glow)0%,transparent 70%);pointer-events:none;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.hero:after{content:"";background:radial-gradient(circle,var(--purple-light)0%,transparent 70%);pointer-events:none;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.hero .container{z-index:1;grid-template-columns:1fr 1.15fr;align-items:center;gap:60px;display:grid;position:relative}.hero-badge{background:var(--white);border:1px solid var(--border);color:var(--slate);box-shadow:var(--shadow-sm);border-radius:100px;align-items:center;gap:8px;margin-bottom:28px;padding:6px 16px 6px 8px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--gold);border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero h1{color:var(--ink);margin-bottom:24px;font-family:Instrument Serif,serif;font-size:64px;font-weight:400;line-height:1.08}.hero h1 em{color:var(--teal);font-style:italic}.hero-desc{color:var(--mist);max-width:500px;margin-bottom:36px;font-size:18px;line-height:1.7}.hero-ctas{align-items:center;gap:14px;display:flex}.hero-trust{border-top:1px solid var(--border);align-items:center;gap:16px;margin-top:32px;padding-top:28px;display:flex}.hero-trust-item{color:var(--slate);letter-spacing:.01em;align-items:center;gap:7px;font-size:13px;font-weight:600;display:flex}.hero-trust-divider{background:var(--border);width:1px;height:16px}.btn-hero{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;cursor:pointer;border:none;border-radius:10px;padding:14px 32px;font-family:inherit;font-size:16px;font-weight:600;transition:all .25s;box-shadow:0 4px 20px #2596be4d}.btn-hero:hover{transform:translateY(-2px);box-shadow:0 6px 28px #2596be66}.btn-hero-outline{border:1.5px solid var(--border);background:var(--white);color:var(--slate);cursor:pointer;border-radius:10px;padding:14px 32px;font-family:inherit;font-size:16px;font-weight:600;transition:all .2s}.btn-hero-outline:hover{border-color:var(--teal);color:var(--teal)}.hero-visual{border-radius:var(--radius-lg);position:relative;overflow:visible}.hero-visual:before{content:"";background:linear-gradient(145deg,var(--teal-glow),var(--gold-glow));z-index:-1;border-radius:30px;position:absolute;inset:-12px}.hero-visual:after{content:"";background:radial-gradient(ellipse,var(--teal-glow)0%,transparent 60%);z-index:-2;pointer-events:none;width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-image-wrap{border-radius:var(--radius-lg);aspect-ratio:4/3;box-shadow:var(--shadow-lg),0 0 0 1px #00000008;background:linear-gradient(145deg,#e8f6fb,#f0f4ff);position:relative;overflow:hidden}.hero-person{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.hero-person-placeholder{background:linear-gradient(145deg,#d6ecf3 0%,#e4dff0 50%,#f5e6d0 100%);justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex;position:relative}.hero-person-silhouette{background:linear-gradient(#2596be14 0%,#2596be26 100%);border-radius:50% 50% 0 0;width:65%;height:85%;position:relative}.hero-person-silhouette:after{content:"";aspect-ratio:1;background:#2596be1f;border-radius:50%;width:35%;position:absolute;top:8%;left:50%;transform:translate(-50%)}.hero-image-wrap:after{content:"";background:linear-gradient(90deg,var(--teal),var(--gold),var(--teal));height:4px;position:absolute;bottom:0;left:0;right:0}.hero-video-mini{background:var(--ink);border-radius:var(--radius);width:200px;height:120px;box-shadow:var(--shadow-lg),0 0 0 3px var(--white);cursor:pointer;z-index:4;justify-content:center;align-items:center;transition:transform .3s,box-shadow .3s;display:flex;position:absolute;bottom:-24px;right:-20px;overflow:hidden}.hero-video-mini:hover{box-shadow:0 16px 48px #0f1a2a26,0 0 0 3px var(--white);transform:scale(1.04)}.hero-video-mini-inner{background:linear-gradient(145deg,#0d2836 0%,#162a38 40%,#1e3444 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.play-btn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;z-index:2;background:#ffffff26;border:1.5px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:relative}.play-btn:hover{background:#ffffff40;transform:scale(1.08)}.play-btn svg{color:#fff;width:18px;height:18px;margin-left:2px}.play-ring{border:1px solid #2596be4d;border-radius:50%;width:60px;height:60px;animation:2.5s ease-out infinite ring-pulse;position:absolute}@keyframes ring-pulse{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.6)}}.hero-video-label{color:#ffffff80;letter-spacing:.5px;white-space:nowrap;font-size:10px;font-weight:500;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.hero-float{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);color:var(--ink);z-index:3;background:#fffffff2;border:1px solid #fff9;padding:12px 18px;font-size:13px;font-weight:600;position:absolute}.hero-float-1{animation:4s ease-in-out infinite float-1;top:-16px;right:-20px}.hero-float-2{animation:5s ease-in-out infinite float-2;bottom:40px;left:-28px}.hero-float .float-label{color:var(--mist);margin-bottom:2px;font-size:11px;font-weight:500}.hero-float .float-value{color:var(--teal)}@keyframes float-1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float-2{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.work-section{background:var(--white);padding:100px 60px}.work-section .container{text-align:center}.work-section .section-subtitle{max-width:680px;margin:0 auto 64px}.work-stages{grid-template-columns:repeat(3,1fr);gap:28px;max-width:1100px;margin:0 auto;display:grid}.work-stage{text-align:left;background:var(--cloud);border-radius:var(--radius);border:1px solid var(--border);padding:36px 32px 40px;transition:transform .25s,box-shadow .25s;position:relative}.work-stage:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.work-stage-num{letter-spacing:2.5px;text-transform:uppercase;color:var(--teal);margin-bottom:14px;font-size:11px;font-weight:700}.work-stage h3{color:var(--ink);margin-bottom:14px;font-family:Instrument Serif,serif;font-size:26px;font-weight:400;line-height:1.2}.work-stage p{color:var(--mist);font-size:15px;line-height:1.7}.work-stage-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.work-stage-icon svg{width:24px;height:24px}.work-stage-icon.research{background:linear-gradient(135deg,var(--teal-light),#2596be26);color:var(--teal)}.work-stage-icon.strategy{background:linear-gradient(135deg,var(--gold-light),#f5a62326);color:var(--gold-dark)}.work-stage-icon.production{background:linear-gradient(135deg,var(--purple-light),#4a3a5c33);color:var(--purple)}.work-bottom-stats{border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr);gap:0;max-width:900px;margin-top:64px;margin-left:auto;margin-right:auto;padding-top:48px;display:grid}.work-stat{text-align:center;padding:0 28px;position:relative}.work-stat:not(:last-child):after{content:"";background:var(--border);width:1px;position:absolute;top:4px;bottom:4px;right:0}.work-stat-icon{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:14px;display:inline-flex}.work-stat-icon svg{width:18px;height:18px}.work-stat-icon.icon-research{background:var(--teal);color:#fff}.work-stat-icon.icon-human{background:var(--gold);color:#fff}.work-stat-icon.icon-channels{background:var(--purple);color:#fff}.work-stat-label{color:var(--ink);margin-bottom:6px;font-family:Instrument Serif,serif;font-size:22px;font-style:italic;line-height:1.2}.work-stat-desc{color:var(--mist);max-width:220px;margin:0 auto;font-size:13px;font-weight:500;line-height:1.5}.how-section{background:linear-gradient(160deg,var(--ink)0%,#162a38 50%,var(--purple-deep)100%);padding:100px 60px;position:relative;overflow:hidden}.how-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2596be0f 0%,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.how-section .section-label{color:#2596becc}.how-section .section-title{color:#fff}.how-section .section-title em{color:var(--teal)}.how-section .section-subtitle{color:#ffffff8c}.how-section .container{text-align:center}.how-section .section-subtitle{margin:0 auto 64px}.how-grid{grid-template-columns:repeat(5,1fr);gap:0;display:grid;position:relative}.how-grid:before{content:"";opacity:1;background:linear-gradient(90deg,#2596be14,#2596be33,#f5a62333,#8b5cf633,#2596be14);height:2px;position:absolute;top:52px;left:10%;right:10%}.how-grid:after{content:"";background:var(--teal);border-radius:50%;width:8px;height:8px;animation:6s ease-in-out infinite travel-dot;position:absolute;top:49px;left:10%;box-shadow:0 0 12px #2596be99,0 0 24px #2596be4d}@keyframes travel-dot{0%{opacity:0;left:10%}5%{opacity:1}95%{opacity:1}to{opacity:0;left:88%}}.how-step{text-align:center;padding:0 20px;position:relative}.how-icon{z-index:1;border-radius:28px;justify-content:center;align-items:center;width:104px;height:104px;margin:0 auto 24px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.how-step:hover .how-icon{transform:translateY(-4px)}.how-icon-1{background:linear-gradient(145deg,#e8f6fb,#d0eef7);box-shadow:0 8px 24px #2596be1f}.how-icon-2{background:linear-gradient(145deg,#ede9fe,#ddd6fe);box-shadow:0 8px 24px #8b5cf61f}.how-icon-3{background:linear-gradient(145deg,#e8f6fb,#d0eef7);box-shadow:0 8px 24px #2596be1f}.how-icon-4{background:linear-gradient(145deg,#d1fae5,#a7f3d0);box-shadow:0 8px 24px #10b9811f}.how-icon-5{background:linear-gradient(145deg,var(--gold-light),#fde9c4);box-shadow:0 8px 24px var(--gold-glow)}.how-icon svg{width:40px;height:40px}.how-icon-1 svg{color:var(--teal)}.how-icon-2 svg{color:#8b5cf6}.how-icon-3 svg{color:var(--teal)}.how-icon-4 svg{color:#10b981}.how-icon-5 svg{color:var(--gold)}.how-num{color:#ffffff59;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:700}.how-step h3{color:#fff;margin-bottom:10px;font-size:18px;font-weight:700}.how-step p{color:#ffffff80;font-size:14px;line-height:1.6}.how-deep-link{color:var(--teal);background:#ffffff0d;border:1.5px solid #ffffff26;border-radius:10px;align-items:center;gap:8px;margin-top:48px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.how-deep-link:hover{border-color:var(--teal);background:#ffffff14;box-shadow:0 8px 32px #2596be26}.how-deep-link svg{width:18px;height:18px}.context-section{background:var(--cloud);padding:100px 60px;position:relative}.context-section:before{content:"";background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;position:absolute;top:0;left:0;right:0}.context-section:after{content:"";background:linear-gradient(90deg,transparent,var(--border),transparent);height:1px;position:absolute;bottom:0;left:0;right:0}.context-layout{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.context-content .section-subtitle{margin-bottom:32px}.context-features{flex-direction:column;gap:20px;display:flex}.context-feature{align-items:flex-start;gap:16px;display:flex}.context-feature-icon{background:var(--teal-light);border-radius:12px;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;display:flex}.context-feature-icon svg{width:20px;height:20px;color:var(--teal)}.context-feature h4{color:var(--ink);margin-bottom:4px;font-size:15px;font-weight:700}.context-feature p{color:var(--mist);font-size:14px;line-height:1.55}.context-visual{position:relative}.context-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-lg);overflow:hidden}.context-card-header{border-bottom:1px solid var(--border);background:var(--cloud);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.context-card-header h4{color:var(--ink);align-items:center;gap:10px;font-size:15px;font-weight:700;display:flex}.context-card-header h4 svg{width:18px;height:18px;color:var(--teal)}.context-card-tabs{gap:4px;display:flex}.context-tab{color:var(--mist);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.context-tab.active{background:var(--teal);color:#fff}.context-card-body{grid-template-columns:1fr 1fr;gap:16px;padding:24px;display:grid}.context-item{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);padding:16px;transition:all .2s}.context-item:hover{border-color:var(--teal);box-shadow:var(--shadow-glow)}.context-item-icon{border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:10px;display:flex}.context-item-icon svg{width:18px;height:18px}.ci-teal{background:var(--teal-light)}.ci-teal svg{color:var(--teal)}.ci-purple{background:#f3f0ff}.ci-purple svg{color:#8b5cf6}.ci-green{background:#ecfdf5}.ci-green svg{color:#10b981}.ci-amber{background:var(--gold-light)}.ci-amber svg{color:var(--gold)}.context-item h5{color:var(--ink);margin-bottom:4px;font-size:13px;font-weight:700}.context-item p{color:var(--mist);font-size:12px;line-height:1.45}.context-card-footer{border-top:1px solid var(--border);background:var(--cloud);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.context-card-footer span{color:var(--mist);font-size:12px;font-weight:500}.context-card-footer .context-sync{color:#10b981;align-items:center;gap:6px;font-size:12px;font-weight:600;display:flex}.context-card-footer .context-sync svg{width:14px;height:14px}.context-visual:before{content:"";background:radial-gradient(circle,var(--teal-glow)0%,transparent 70%);pointer-events:none;width:200px;height:200px;position:absolute;top:-20px;right:-20px}.context-visual:after{content:"";background:radial-gradient(circle,var(--purple-light)0%,transparent 70%);pointer-events:none;width:160px;height:160px;position:absolute;bottom:-20px;left:-20px}.audience-section{background:linear-gradient(180deg,var(--cloud)0%,var(--white)100%);padding:100px 60px}.audience-section .container{text-align:center}.audience-section .section-subtitle{margin:0 auto 60px}.audience-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.audience-card{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--border);text-align:left;padding:0;transition:all .3s;position:relative;overflow:hidden}.audience-card:hover{border-color:var(--teal);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.audience-card:before{content:"";background:linear-gradient(90deg,var(--teal),var(--gold));opacity:0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.audience-card:hover:before{opacity:1}.audience-photo{width:100%;height:180px;position:relative;overflow:hidden}.audience-photo-placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.audience-photo-placeholder.aph-1{background:linear-gradient(135deg,#d6ecf3 0%,#e0eef4 100%)}.audience-photo-placeholder.aph-2{background:linear-gradient(135deg,#e4dff0 0%,#ebe6f4 100%)}.audience-photo-placeholder.aph-3{background:linear-gradient(135deg,#d6f0e4 0%,#e0f4ec 100%)}.audience-photo-placeholder svg{opacity:.2;width:48px;height:48px}.audience-photo img{object-fit:cover;width:100%;height:100%}.audience-card-body{padding:32px 28px}.audience-icon{border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;display:flex}.audience-icon svg{width:28px;height:28px}.ai-teal{background:var(--teal-light)}.ai-teal svg{color:var(--teal)}.ai-purple{background:#f3f0ff}.ai-purple svg{color:#8b5cf6}.ai-green{background:#ecfdf5}.ai-green svg{color:#10b981}.audience-card h3{color:var(--ink);margin-bottom:12px;font-size:20px;font-weight:700}.audience-card p{color:var(--mist);margin-bottom:24px;font-size:15px;line-height:1.65}.audience-perks{flex-direction:column;gap:10px;display:flex}.audience-perk{color:var(--slate);align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.audience-perk svg{width:16px;height:16px;color:var(--gold);flex-shrink:0}.capabilities-section{background:var(--white);padding:100px 60px}.capabilities-section .container{text-align:center}.capabilities-section .section-subtitle{margin:0 auto 60px}.capabilities-grid{text-align:left;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.cap-card{background:var(--cloud);border-radius:var(--radius-lg);border:1px solid #0000;padding:36px 28px;transition:all .25s;position:relative;overflow:hidden}.cap-card:before{content:"";opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.cap-card:hover:before{opacity:1}.cap-card:first-child:before{background:var(--teal)}.cap-card:nth-child(2):before{background:#8b5cf6}.cap-card:nth-child(3):before{background:var(--gold)}.cap-card:nth-child(4):before{background:#10b981}.cap-card:hover{background:var(--white);border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-4px)}.cap-card-icon{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:20px;display:flex}.cap-card-icon svg{width:24px;height:24px}.cap-card h4{color:var(--ink);margin-bottom:10px;font-size:18px;font-weight:700}.cap-card p{color:var(--mist);margin-bottom:20px;font-size:14px;line-height:1.6}.cap-agents{flex-wrap:wrap;gap:6px;display:flex}.cap-agent-tag{color:var(--teal);letter-spacing:.02em;background:#2596be14;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600}.cap-card:nth-child(2) .cap-agent-tag{color:#8b5cf6;background:#8b5cf614}.cap-card:nth-child(3) .cap-agent-tag{color:var(--gold-dark);background:#f5a62314}.cap-card:nth-child(4) .cap-agent-tag{color:#10b981;background:#10b98114}.channels-section{background:linear-gradient(160deg,var(--ink)0%,#162a38 50%,var(--purple-deep)100%);padding:100px 60px;position:relative;overflow:hidden}.channels-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#2596be14 0%,#0000 60%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.channels-section .section-label{color:#2596becc}.channels-section .section-title{color:#fff}.channels-section .section-subtitle{color:#ffffff80}.channels-section .container{text-align:center;z-index:1;position:relative}.channels-section .section-subtitle{margin:0 auto 64px}.channels-universe{width:620px;height:520px;margin:0 auto;position:relative}.channels-center{background:linear-gradient(135deg,var(--teal),var(--teal-dark));z-index:2;border-radius:32px;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 80px #2596be4d,0 0 160px #2596be1a}.channels-center img{width:auto;height:40px}.center-ring{pointer-events:none;border:1px solid #2596be1f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.center-ring-1{width:200px;height:200px;animation:4s ease-in-out infinite ring-breathe}.center-ring-2{border-style:dashed;border-color:#ffffff0a;width:320px;height:320px;animation:4s ease-in-out .8s infinite ring-breathe}.center-ring-3{border-color:#ffffff08;width:460px;height:460px;animation:4s ease-in-out 1.6s infinite ring-breathe}@keyframes ring-breathe{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.03)}}.wing-logo{filter:brightness(0)invert();opacity:.95;width:56px;height:auto}.channel-float{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;z-index:3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:80px;height:80px;transition:background .3s,border-color .3s,box-shadow .3s;display:flex;position:absolute}.channel-float:hover{border-color:var(--teal);z-index:20;background:#2596be26;box-shadow:0 0 24px #2596be4d}.channel-float svg{width:22px;height:22px;color:var(--teal);transition:transform .3s}.channel-float:hover svg{transform:scale(1.15)}.channel-float span{color:#ffffffa6;letter-spacing:.5px;font-size:10px;font-weight:600}.cf-1,.cf-2,.cf-3,.cf-4,.cf-5,.cf-6,.cf-7,.cf-8{transition:background .3s,border-color .3s,box-shadow .3s}.channel-particle{pointer-events:none;background:#fff;border-radius:50%;position:absolute}.cp-1{opacity:.4;width:3px;height:3px;animation:20s linear infinite drift-slow;top:8%;left:15%}.cp-2{opacity:.3;width:4px;height:4px;animation:24s linear infinite reverse drift-slow;top:72%;right:12%}.cp-3{opacity:.35;width:3px;height:3px;animation:18s linear infinite drift-med;bottom:18%;left:22%}.cp-4{opacity:.25;background:var(--teal);width:2px;height:2px;animation:22s linear infinite reverse drift-med;top:30%;right:25%}.cp-5{opacity:.2;width:2px;height:2px;animation:26s linear infinite drift-slow;bottom:35%;right:40%}.cp-6{opacity:.2;background:var(--gold);width:2px;height:2px;animation:16s linear infinite drift-fast;top:55%;left:35%}.cp-7{opacity:.15;width:3px;height:3px;animation:28s linear infinite reverse drift-med;top:15%;left:55%}.cp-8{opacity:.12;width:1.5px;height:1.5px;animation:14s linear infinite drift-fast;top:42%;left:8%}.cp-9{opacity:.1;width:1.5px;height:1.5px;animation:30s linear infinite reverse drift-slow;bottom:50%;right:8%}.cp-10{opacity:.15;width:1px;height:1px;animation:12s linear infinite drift-fast;top:22%;right:38%}.cp-11{opacity:.12;width:1px;height:1px;animation:20s linear infinite reverse drift-med;bottom:25%;left:42%}.cp-12{opacity:.18;background:var(--teal);width:2px;height:2px;animation:22s linear infinite drift-slow;top:80%;left:50%}.cp-13{opacity:.1;width:1.5px;height:1.5px;animation:15s linear infinite reverse drift-fast;top:5%;right:30%}.cp-14{opacity:.08;width:1px;height:1px;animation:25s linear infinite drift-med;bottom:8%;right:55%}.cp-15{opacity:.14;background:#8b5cf699;width:2px;height:2px;animation:19s linear infinite reverse drift-slow;top:60%;right:5%}@keyframes drift-slow{0%{transform:translate(0)scale(1)}25%{transform:translate(30px,-20px)scale(1.2)}50%{transform:translate(-10px,25px)scale(.8)}75%{transform:translate(-25px,-15px)scale(1.1)}to{transform:translate(0)scale(1)}}@keyframes drift-med{0%{transform:translate(0)}20%{transform:translate(-20px,15px)}40%{transform:translate(15px,30px)}60%{transform:translate(25px,-10px)}80%{transform:translate(-10px,-20px)}to{transform:translate(0)}}@keyframes drift-fast{0%{transform:translate(0)}33%{transform:translate(18px,-22px)}66%{transform:translate(-15px,12px)}to{transform:translate(0)}}.channel-outputs-panel{opacity:0;pointer-events:none;z-index:30;background:#fffffff7;border-radius:14px;width:220px;padding:16px 18px;transition:opacity .25s,transform .25s;position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%)scale(.9);box-shadow:0 12px 40px #00000040}.channel-float:hover .channel-outputs-panel,.channel-float.active .channel-outputs-panel{opacity:1;pointer-events:auto;transform:translate(-50%)scale(1)}.channel-outputs-panel:after{content:"";border:8px solid #0000;border-top-color:#fffffff7;position:absolute;top:100%;left:50%;transform:translate(-50%)}.cop-title{color:var(--ink);letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px;font-size:12px;font-weight:700}.cop-list{flex-direction:column;gap:6px;display:flex}.cop-item{color:var(--slate);align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.cop-item:before{content:"";background:var(--teal);border-radius:50%;flex-shrink:0;width:5px;height:5px}.cta-section{background:var(--white);text-align:center;padding:120px 60px;position:relative}.cta-section:before{content:"";background:radial-gradient(circle at 40% 50%,var(--teal-glow)0%,transparent 50%),radial-gradient(circle at 60% 50%,var(--gold-glow)0%,transparent 50%);pointer-events:none;width:600px;height:600px;position:absolute;top:0;left:50%;transform:translate(-50%)}.cta-section .container{z-index:1;position:relative}.cta-section .section-title{margin-bottom:20px;font-size:56px}.cta-section .section-subtitle{max-width:540px;margin:0 auto 44px}.cta-buttons{justify-content:center;gap:16px;display:flex}.btn-cta-primary{background:linear-gradient(135deg,var(--teal),var(--teal-dark));color:#fff;cursor:pointer;border:none;border-radius:12px;padding:16px 44px;font-family:inherit;font-size:17px;font-weight:700;transition:all .25s;box-shadow:0 4px 24px #2596be4d}.btn-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 36px #2596be66}.btn-cta-secondary{border:1.5px solid var(--border);background:var(--white);color:var(--slate);cursor:pointer;border-radius:12px;padding:16px 44px;font-family:inherit;font-size:17px;font-weight:700;transition:all .2s}.btn-cta-secondary:hover{border-color:var(--teal);color:var(--teal)}.cta-note{color:var(--mist);margin-top:20px;font-size:13px}.footer{background:var(--ink);color:#ffffff80;padding:60px 60px 40px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:48px;display:grid}.footer-brand .logo-text{color:#fff;letter-spacing:3px;margin-bottom:14px;font-size:20px}.footer-brand p{max-width:280px;font-size:14px;line-height:1.6}.footer-col h5{letter-spacing:2px;text-transform:uppercase;color:#ffffff4d;margin-bottom:20px;font-size:12px;font-weight:700}.footer-col a{color:#ffffff80;margin-bottom:12px;font-size:14px;text-decoration:none;transition:color .15s;display:block}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:32px;font-size:13px;display:flex}.footer-socials{gap:14px;display:flex}.footer-socials a{color:#fff6;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer-socials a:hover{background:var(--teal);color:#fff}.footer-socials svg{width:16px;height:16px}.hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger span{background:var(--ink);border-radius:2px;width:22px;height:2px;transition:all .3s;display:block}@media (max-width:1024px){.section{padding:72px 32px}.super-nav{padding:9px 32px}.header{padding:0 32px}.hero{padding:60px 32px 80px}.work-section,.how-section,.context-section,.audience-section,.capabilities-section,.channels-section,.cta-section{padding:72px 32px}.footer{padding:48px 32px 32px}.hero .container{grid-template-columns:1fr 1fr;gap:40px}.hero h1{font-size:48px}.section-title{font-size:40px}.cta-section .section-title{font-size:44px}.how-grid{grid-template-columns:repeat(3,1fr);gap:24px}.how-grid:before,.how-grid:after{display:none}.how-step:nth-child(4),.how-step:nth-child(5){grid-column:span 1}.capabilities-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}.channels-universe{width:500px;height:440px}.context-layout{gap:48px}}@media (max-width:768px){.super-nav{display:none}.header{padding:0 20px}.hamburger{display:flex}.nav{background:var(--white);z-index:150;flex-direction:column;justify-content:center;align-items:center;gap:32px;transition:transform .35s;position:fixed;inset:72px 0 0;transform:translate(100%)}.nav a{font-size:20px}.header-actions{z-index:160;transition:transform .35s .1s;position:fixed;bottom:80px;left:50%;transform:translate(-50%)translate(200%)}.header.nav-open .nav{transform:translate(0)}.header.nav-open .header-actions{transform:translate(-50%)translate(0)}.header.nav-open .hamburger span:first-child{transform:rotate(45deg)translate(5px,5px)}.header.nav-open .hamburger span:nth-child(2){opacity:0}.header.nav-open .hamburger span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.section{padding:56px 20px}.hero{padding:40px 20px 56px}.hero .container{grid-template-columns:1fr;gap:32px}.hero h1{font-size:40px}.hero-desc{font-size:16px}.hero-ctas{flex-direction:column;gap:12px}.hero-ctas .btn-hero,.hero-ctas .btn-hero-outline{text-align:center;width:100%}.hero-trust{flex-wrap:wrap;gap:12px}.hero-trust-divider{display:none}.hero-visual{max-width:420px;margin:0 auto}.hero-float-1{top:-8px;right:-8px}.hero-float-2{left:-8px}.hero-video-mini{width:160px;height:96px;bottom:-16px;right:-8px}.section-title{font-size:32px}.section-subtitle{font-size:16px}.work-section,.how-section,.context-section,.audience-section,.capabilities-section,.channels-section,.cta-section{padding:56px 20px}.footer{padding:40px 20px 28px}.work-stages{grid-template-columns:1fr;gap:20px}.work-bottom-stats{grid-template-columns:1fr;gap:24px}.work-stat:not(:last-child):after{display:none}.how-grid{grid-template-columns:1fr 1fr;gap:20px}.how-step:last-child{grid-column:1/-1}.how-icon{border-radius:20px;width:80px;height:80px}.how-icon svg{width:32px;height:32px}.context-layout{grid-template-columns:1fr;gap:32px}.audience-grid{grid-template-columns:1fr;gap:20px}.capabilities-grid{grid-template-columns:1fr;gap:16px}.channels-universe{width:100%;max-width:340px;height:340px;margin:0 auto}.channels-center{border-radius:20px;width:80px;height:80px}.wing-logo{width:36px}.channel-float{border-radius:14px;width:60px;height:60px}.channel-float svg{width:18px;height:18px}.channel-float span{font-size:8px}.channel-outputs-panel{display:none}.cta-section .section-title{font-size:36px}.cta-buttons{flex-direction:column;gap:12px}.cta-buttons .btn-cta-primary,.cta-buttons .btn-cta-secondary{width:100%}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (max-width:480px){.hero h1{font-size:32px}.section-title,.cta-section .section-title{font-size:28px}.how-grid{grid-template-columns:1fr}.how-step:last-child{grid-column:auto}.context-card-body{grid-template-columns:1fr}.channels-universe{max-width:280px;height:280px}.channel-float{border-radius:12px;width:50px;height:50px}.channel-float svg{width:16px;height:16px}.channel-float span{font-size:7px}.footer-grid{grid-template-columns:1fr}}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(24px)}.fade-up.visible{opacity:1;transform:translateY(0)}
