@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #07080a;--bg-soft: #0c0e12;--panel: rgba(15, 17, 21, .75);--panel-strong: rgba(10, 11, 13, .96);--copper: #c59f7d;--copper-light: #e6ceb8;--copper-dark: #8c6444;--champagne: #f4ebd9;--line: rgba(197, 159, 125, .18);--line-hover: rgba(197, 159, 125, .38);--line-soft: rgba(197, 159, 125, .08);--rose: #b83a4f;--rose-hover: #d14961;--rose-light: #f6a4b2;--rose-glow: rgba(184, 58, 79, .35);--text: #f5f3f0;--muted: #d4cdc3;--muted-2: #9e958c;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--shadow: 0 30px 90px rgba(0, 0, 0, .75);--glow-copper: 0 0 50px rgba(197, 159, 125, .06);--transition: all .4s cubic-bezier(.16, 1, .3, 1)}:root.theme-light{color-scheme:light;--bg: #fdfcf9;--bg-soft: #f4f2eb;--panel: rgba(255, 255, 255, .65);--panel-strong: rgba(253, 251, 247, .97);--copper: #9b724c;--copper-light: #704f33;--copper-dark: #b69270;--champagne: #1e1b19;--line: rgba(155, 114, 76, .18);--line-hover: rgba(155, 114, 76, .35);--line-soft: rgba(155, 114, 76, .08);--rose: #b83a4f;--rose-hover: #d14961;--rose-light: #b83a4f;--rose-glow: rgba(184, 58, 79, .18);--text: #1e1b19;--muted: #3d3731;--muted-2: #59534c;--shadow: 0 30px 80px rgba(155, 114, 76, .12);--glow-copper: 0 0 40px rgba(155, 114, 76, .06)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg)}body{color:var(--text);font-family:var(--sans);background-color:var(--bg);background-image:radial-gradient(circle at 80% 10%,rgba(197,159,125,.12) 0%,transparent 50%),radial-gradient(circle at 20% 40%,rgba(184,58,79,.07) 0%,transparent 45%),radial-gradient(circle at 50% 80%,rgba(197,159,125,.05) 0%,transparent 60%);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;transition:background-color .4s ease,color .4s ease}:root.theme-light body{background-image:radial-gradient(circle at 80% 10%,rgba(155,114,76,.08) 0%,transparent 50%),radial-gradient(circle at 20% 40%,rgba(184,58,79,.04) 0%,transparent 45%),radial-gradient(circle at 50% 80%,rgba(155,114,76,.04) 0%,transparent 60%)}body:before{content:"";position:fixed;inset:0;z-index:-2;opacity:.15;background:url(/assets/ag_dark_texture.webp) center top / cover no-repeat;pointer-events:none;transition:background-image .4s ease,opacity .4s ease}:root.theme-light body:before{background-image:url(/assets/ag_light_texture.webp);opacity:.18}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#07080abf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--line);height:80px;display:flex;align-items:center;transition:var(--transition)}:root.theme-light .site-header{background:#fdfbf7cc}.header-container{width:min(100% - 48px,1440px);margin:0 auto;display:flex;align-items:center;justify-content:space-between}.site-logo{font-family:var(--serif);font-size:26px;font-weight:500;letter-spacing:.05em;color:var(--champagne);text-decoration:none;background:linear-gradient(135deg,var(--champagne) 30%,var(--copper) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:var(--transition)}:root.theme-light .site-logo{background:linear-gradient(135deg,#1c1a18 35%,var(--copper) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.site-logo:hover{opacity:.9}.site-nav{display:flex;align-items:center;gap:clamp(20px,2.1vw,34px)}.site-nav a{font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);text-decoration:none;transition:var(--transition);position:relative;padding:6px 0}.site-nav a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--copper);transition:var(--transition)}.site-nav a:hover{color:var(--champagne)}.site-nav a:hover:after{width:100%}.nav-mobile-btn{display:none}.header-actions{display:flex;align-items:center;gap:12px}.site-nav a:focus-visible,.btn:focus-visible,.theme-toggle-btn:focus-visible,.theme-toggle-nav-btn:focus-visible,.mobile-menu-toggle:focus-visible,.video-action:focus-visible,.format-action-btn:focus-visible,.approach-tab-btn:focus-visible,.request-form input:focus-visible,.btn-cookie-accept:focus-visible{outline:2px solid var(--copper);outline-offset:4px}.theme-toggle-btn{background:#ffffff0a;border:1px solid var(--line);color:var(--muted);border-radius:8px;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;font-weight:600;transition:var(--transition)}.theme-toggle-btn:hover{background:#ffffff14;border-color:var(--line-hover);color:var(--champagne)}:root.theme-light .theme-toggle-btn{background:#00000008}:root.theme-light .theme-toggle-btn:hover{background:#0000000f;border-color:var(--line-hover);color:var(--champagne)}.theme-toggle-nav-btn{display:none}.mobile-menu-toggle{display:none;background:transparent;border:0;color:var(--champagne);cursor:pointer;width:44px;height:44px;place-items:center}.hamburger-icon{width:20px;height:12px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-icon span{width:100%;height:1.5px;background-color:var(--champagne);transition:var(--transition)}.page-shell{width:min(100% - 48px,1440px);margin:0 auto;padding:100px 0 60px;display:flex;flex-direction:column;gap:96px}.btn{min-height:56px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 32px;font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:.02em;cursor:pointer;white-space:nowrap;transition:var(--transition)}.btn-primary{background:linear-gradient(135deg,var(--rose) 0%,#a0283d 100%);color:#fff;box-shadow:0 10px 30px var(--rose-glow),inset 0 1px #ffffff26}.btn-primary:hover{background:linear-gradient(135deg,var(--rose-hover) 0%,var(--rose) 100%);transform:translateY(-2px);box-shadow:0 15px 35px #b83a4f80,inset 0 1px #ffffff40}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#ffffff0a;border:1px solid var(--line);color:var(--champagne)}:root.theme-light .btn-secondary{background:#00000005}.btn-secondary:hover{background:#ffffff14;border-color:var(--line-hover);color:#fff;transform:translateY(-2px)}:root.theme-light .btn-secondary:hover{background:#0000000a;color:var(--text)}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(42px,5vw,86px);align-items:center;min-height:min(780px,calc(100dvh - 108px));padding:clamp(32px,4.4vw,62px);position:relative;isolation:isolate;overflow:hidden;border:1px solid var(--line);border-radius:38px;background:linear-gradient(135deg,#ffffff09,#fff0),#0c0e126b;box-shadow:var(--shadow)}.hero-copy{display:flex;flex-direction:column;align-items:flex-start;position:relative;z-index:2;max-width:680px}.hero-cinema{position:absolute;inset:0;z-index:-1;opacity:.34;pointer-events:none}.hero-cinema video{width:100%;height:100%;object-fit:cover;filter:saturate(.78) brightness(.5) contrast(1.08);transform:scale(1.04)}.hero-cinema-scrim{position:absolute;inset:0;background:radial-gradient(circle at 72% 42%,rgba(197,159,125,.12),transparent 34%),linear-gradient(90deg,#07080aeb,#07080aad 42%,#07080a57),linear-gradient(180deg,#07080a3d,#07080ab8)}:root.theme-light .hero{background:linear-gradient(135deg,#ffffffb8,#ffffff3d),#fdfbf7a8}:root.theme-light .hero-cinema{opacity:.46}:root.theme-light .hero-cinema video{filter:saturate(.92) brightness(1.03) contrast(.95)}:root.theme-light .hero-cinema-scrim{background:radial-gradient(circle at 72% 42%,rgba(155,114,76,.11),transparent 35%),linear-gradient(90deg,#fdfbf7f0,#fdfbf7b8 43%,#fdfbf747),linear-gradient(180deg,#fdfbf75c,#fdfbf7d6)}.hero-kicker-wrapper{margin-bottom:18px}.hero-kicker{display:inline-flex;align-items:center;padding:6px 16px;border:1px solid rgba(197,159,125,.35);border-radius:999px;color:var(--copper);background:#0c0e1299;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}:root.theme-light .hero-kicker{border-color:#9b724c59;background:#fff9}.hero h1{font-family:var(--serif);font-size:clamp(44px,4vw,62px);font-weight:300;line-height:1.08;letter-spacing:-.01em;color:var(--text);margin-bottom:18px;text-wrap:balance}.hero h1 span{color:var(--copper-light);font-style:italic;font-weight:400}:root.theme-light .hero h1 span{color:var(--copper)}.hero-lead{font-size:clamp(17px,1.25vw,20px);color:var(--muted);line-height:1.55;margin-bottom:28px;max-width:620px}.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);width:100%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:30px;background:#ffffff03}:root.theme-light .hero-trust{background:#00000001}.trust-item{display:flex;flex-direction:column;gap:10px;padding:18px}.trust-item+.trust-item{border-left:1px solid var(--line)}.trust-icon-box{color:var(--copper);display:flex;align-items:center}.trust-item p{font-size:13px;color:var(--muted);line-height:1.4}.trust-item strong{display:block;font-family:var(--serif);font-size:16px;font-weight:500;color:var(--champagne);margin-bottom:2px}.hero-actions{display:flex;align-items:center;gap:24px}.video-action{background:transparent;border:0;display:flex;align-items:center;gap:16px;color:var(--champagne);font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition)}.video-action span{width:54px;height:54px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;background:#ffffff05;color:var(--copper);transition:var(--transition)}:root.theme-light .video-action span{background:#00000005}.video-action:hover span{background:var(--copper);color:var(--bg);border-color:var(--copper);box-shadow:0 0 20px #c59f7d4d}:root.theme-light .video-action:hover span{color:#fff;box-shadow:0 0 20px #9b724c4d}.video-action:hover{color:#fff}:root.theme-light .video-action:hover{color:var(--champagne)}.hero-visual-wrapper{position:relative;justify-self:center;width:100%;max-width:570px;z-index:2}.hero-visual{width:100%;aspect-ratio:.86;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:var(--bg-soft);position:relative;box-shadow:var(--shadow)}.hero-visual img{width:100%;height:100%;display:block;object-fit:cover;transition:var(--transition)}.hero-visual:hover img{transform:scale(1.03)}.hero-visual-glow{position:absolute;inset:0;box-shadow:inset 0 0 110px #0000009e;pointer-events:none}:root.theme-light .hero-visual-glow{box-shadow:inset 0 0 80px #ffffff1a}.hero-portrait-sheen{position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.15) 42%,transparent 58%),radial-gradient(circle at 52% 12%,rgba(246,164,178,.12),transparent 34%);mix-blend-mode:soft-light;opacity:.52;pointer-events:none}.cinematic-prelude{position:relative;display:grid;grid-template-columns:minmax(420px,.95fr) minmax(420px,.78fr);grid-template-rows:minmax(0,auto) auto;column-gap:clamp(44px,5vw,78px);row-gap:clamp(26px,3vw,42px);min-height:600px;padding:clamp(38px,4.7vw,70px);border:1px solid var(--line);border-radius:34px;overflow:hidden;isolation:isolate;background:linear-gradient(135deg,#c59f7d0d,#b83a4f08),#0c0e1280;box-shadow:var(--shadow)}.cinematic-prelude:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(90deg,transparent 0%,rgba(197,159,125,.08) 48%,transparent 70%),radial-gradient(circle at 62% 26%,rgba(184,58,79,.08),transparent 34%);pointer-events:none}.cinematic-prelude:after{content:"";position:absolute;left:calc(50% - 1px);bottom:-56px;width:1px;height:112px;background:linear-gradient(180deg,var(--line-hover),transparent);opacity:.58;pointer-events:none}:root.theme-light .cinematic-prelude{background:linear-gradient(135deg,#9b724c14,#b83a4f09),#fff9}:root.theme-light .cinematic-prelude:before{background:linear-gradient(90deg,transparent 0%,rgba(155,114,76,.08) 48%,transparent 70%),radial-gradient(circle at 62% 26%,rgba(184,58,79,.06),transparent 34%)}.prelude-film{position:relative;grid-row:1 / span 2;height:clamp(500px,44vw,620px);min-height:unset;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:var(--bg-soft);box-shadow:0 32px 90px #00000080}.prelude-film video{width:100%;height:100%;min-height:inherit;object-fit:cover;object-position:68% 50%;display:block;filter:saturate(.92) brightness(.76) contrast(1.18);transform:scale(1.035);transform-origin:58% 50%}:root.theme-light .prelude-film video{object-position:50% 50%}.prelude-film-shade{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(7,8,10,.14) 52%,rgba(7,8,10,.5) 100%),linear-gradient(180deg,#07080a14,#07080a94),radial-gradient(circle at 72% 18%,rgba(197,159,125,.2),transparent 32%);pointer-events:none}:root.theme-light .prelude-film{box-shadow:0 28px 70px #9b724c21}:root.theme-light .prelude-film-shade{background:linear-gradient(180deg,#fdfbf70d,#fdfbf761),radial-gradient(circle at 70% 20%,rgba(155,114,76,.13),transparent 35%)}.prelude-story{align-self:end;position:relative;z-index:2;padding-top:clamp(10px,2vw,28px);max-width:650px}.prelude-small{color:var(--copper);font-size:13px;font-weight:700;margin-bottom:16px}.prelude-story h2{font-family:var(--serif);font-size:clamp(38px,3.35vw,56px);font-weight:300;line-height:1.08;color:var(--champagne);margin-bottom:22px;text-wrap:balance}.prelude-story>p:not(.prelude-small){color:var(--muted);max-width:520px;font-size:clamp(16px,1.25vw,19px);line-height:1.6;margin-bottom:28px}.prelude-proof-line{display:flex;flex-wrap:wrap;gap:10px}.prelude-proof-line span{min-height:42px;padding:0 17px;border:1px solid var(--line);border-radius:999px;display:inline-flex;align-items:center;color:var(--champagne);background:#ffffff09;font-size:14px;font-weight:650;transition:var(--transition)}.prelude-proof-line span:hover{border-color:var(--line-hover);transform:translateY(-2px);background:#c59f7d14}:root.theme-light .prelude-proof-line span{background:#ffffff9e}.prelude-gallery{position:relative;z-index:2;width:min(100%,560px);align-self:start;display:grid;grid-template-columns:minmax(0,1fr);gap:18px;margin-top:6px}.prelude-route{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;color:var(--muted);font-size:12px;font-weight:700;text-transform:lowercase;letter-spacing:.02em;z-index:2;pointer-events:none}.prelude-route:before{content:"";position:absolute;left:12%;right:12%;top:50%;height:1px;background:linear-gradient(90deg,transparent,var(--line-hover),transparent);opacity:.76}.prelude-route span{position:relative;justify-self:center;padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--bg-soft) 86%,transparent);box-shadow:0 10px 28px #0000002e}.prelude-device-frame{border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--panel-strong);box-shadow:0 28px 70px #00000061;position:relative}.prelude-device-frame:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(197,159,125,.18),transparent 28%),linear-gradient(180deg,transparent 0%,rgba(7,8,10,.22) 100%);pointer-events:none}.prelude-device-frame img{width:100%;height:100%;min-height:210px;object-fit:cover;display:block;opacity:.9}.prelude-proof-note{width:max-content;max-width:min(100%,360px);justify-self:end;margin-top:-48px;margin-right:22px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:#0c0e12eb;box-shadow:0 22px 55px #00000057;display:grid;gap:4px;position:relative;z-index:3}.prelude-proof-note strong{color:var(--champagne);font-family:var(--serif);font-size:18px;font-weight:500}.prelude-proof-note span{color:var(--muted);font-size:13px}:root.theme-light .prelude-device-frame{box-shadow:0 18px 45px #9b724c1f}:root.theme-light .prelude-route span,:root.theme-light .prelude-proof-note{background:#ffffffdb;box-shadow:0 18px 45px #9b724c1a}.framed-section{position:relative;border:1px solid var(--line);border-radius:32px;padding:80px 60px;background:#0c0e1273;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow);transition:background-color .4s ease}:root.theme-light .framed-section{background:#ffffff73}.section-heading{text-align:center;margin-bottom:60px;display:flex;flex-direction:column;align-items:center}.section-kicker{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--copper);margin-bottom:12px}.section-heading h2{font-family:var(--serif);font-size:clamp(32px,3vw,44px);font-weight:300;color:var(--champagne);letter-spacing:.02em}.heading-divider{display:flex;align-items:center;gap:12px;margin-top:18px;width:100%;max-width:200px}.heading-divider .dot{width:4px;height:4px;border-radius:50%;background-color:var(--copper)}.heading-divider .line{flex:1;height:1px;background:linear-gradient(90deg,transparent,var(--line) 50%,transparent)}.ecosystem-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center}.step-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.step-card{display:flex;gap:20px;padding:28px;border-radius:16px;border:1px solid var(--line-soft);background:#ffffff03;cursor:pointer;transition:var(--transition)}:root.theme-light .step-card{background:#ffffff73;border-color:#9b724c0f}.step-card:hover,.step-card.active{border-color:var(--line);background:#c59f7d08;transform:translateY(-2px);box-shadow:0 15px 35px #0000004d}:root.theme-light .step-card:hover,:root.theme-light .step-card.active{background:#9b724c0d;box-shadow:0 15px 30px #9b724c14}.step-card .round-icon{width:52px;height:52px;border-radius:50%;border:1px solid var(--line);background:#0c0e12cc;color:var(--copper);display:grid;place-items:center;flex-shrink:0;box-shadow:var(--glow-copper)}:root.theme-light .step-card .round-icon{background:#ffffffe6}.step-card.active .round-icon{background:var(--copper);color:var(--bg)}:root.theme-light .step-card.active .round-icon{background:var(--copper);color:#fff}.step-card-content h3{font-family:var(--serif);font-size:20px;font-weight:500;color:var(--champagne);margin-bottom:8px;display:flex;align-items:center;gap:8px}.step-card-content h3 span{font-family:var(--sans);font-size:13px;font-weight:700;color:var(--copper);letter-spacing:.05em}.step-card-content p{font-size:14px;color:var(--muted);line-height:1.5}.step-details-expand{max-height:0;overflow:hidden;transition:max-height .3s ease;margin-top:0}.step-card.active .step-details-expand{max-height:120px;margin-top:10px}.step-details-expand p{font-size:13px;color:var(--copper-light);border-top:1px solid rgba(197,159,125,.1);padding-top:10px}:root.theme-light .step-details-expand p{color:var(--copper-light);border-top-color:#9b724c1a}.ecosystem-visual{display:flex;flex-direction:column;gap:24px;align-items:center}.phone-stack{width:100%;max-width:380px;position:relative}.phone-stack img{width:100%;height:auto;display:block;filter:drop-shadow(0 20px 40px rgba(0,0,0,.6));transition:var(--transition)}:root.theme-light .phone-stack img{filter:drop-shadow(0 20px 40px rgba(155,114,76,.15))}.phone-stack:hover img{transform:translateY(-5px) scale(1.02)}.ecosystem-interactive-preview{width:100%;max-width:380px;padding:24px;border-radius:16px;border:1px solid var(--line);background:#0c0e12d9;box-shadow:var(--shadow);text-align:left;animation:fadeIn .5s ease}:root.theme-light .ecosystem-interactive-preview{background:#fffffff2;border-color:var(--line)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.preview-label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--copper);letter-spacing:.1em;display:block;margin-bottom:8px}.ecosystem-interactive-preview h4{font-family:var(--serif);font-size:18px;color:var(--champagne);margin-bottom:8px}.ecosystem-interactive-preview p{font-size:13px;color:var(--muted);line-height:1.5}.approach-editorial-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;min-height:420px}.approach-tabs-sidebar{display:flex;flex-direction:column;gap:12px}.approach-tab-btn{background:transparent;border:1px solid var(--line-soft);border-radius:12px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;transition:var(--transition)}.approach-tab-btn:hover{border-color:var(--line);background:#ffffff05}:root.theme-light .approach-tab-btn:hover{background:#00000003}.approach-tab-btn.active{border-color:var(--copper);background:#c59f7d0d;box-shadow:var(--glow-copper)}:root.theme-light .approach-tab-btn.active{background:#9b724c0f}.tab-bullet{width:6px;height:6px;border-radius:50%;background-color:var(--muted-2);transition:var(--transition);margin-right:16px}.approach-tab-btn.active .tab-bullet{background-color:var(--copper);box-shadow:0 0 10px var(--copper);transform:scale(1.5)}.tab-title-text{font-family:var(--serif);font-size:19px;font-weight:500;color:var(--muted);flex-grow:1;transition:var(--transition)}.approach-tab-btn.active .tab-title-text{color:var(--champagne)}.tab-arrow{color:var(--muted-2);transition:var(--transition)}.approach-tab-btn.active .tab-arrow{color:var(--copper);transform:translate(3px)}.approach-tab-content-panel{display:flex;align-items:center}.editorial-card{width:100%;padding:40px;border-radius:20px;border:1px solid var(--line);background:#0a0b0db3;box-shadow:var(--shadow);animation:fadeIn .4s ease;position:relative;overflow:hidden}:root.theme-light .editorial-card{background:#ffffffd9}.editorial-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background-color:var(--copper)}.card-kicker{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--copper);letter-spacing:.12em;display:block;margin-bottom:12px}.editorial-card h3{font-family:var(--serif);font-size:32px;font-weight:400;color:var(--champagne);margin-bottom:20px}.card-description{font-size:16px;color:var(--muted);line-height:1.6;margin-bottom:30px}.card-divider{height:1px;background-color:var(--line-soft);margin-bottom:24px}.card-bullets{list-style:none;display:flex;flex-direction:column;gap:14px}.card-bullets li{display:flex;align-items:flex-start;gap:12px}.bullet-icon{color:var(--copper);margin-top:4px;flex-shrink:0}.card-bullets li span{font-size:15px;color:var(--text)}.format-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.format-card{padding:36px 30px;border-radius:20px;border:1px solid var(--line);background:#0f111580;display:flex;flex-direction:column;min-height:380px;transition:var(--transition)}:root.theme-light .format-card{background:#ffffff8c}.format-card:hover{transform:translateY(-5px);border-color:var(--copper);background:#c59f7d0a;box-shadow:var(--shadow)}:root.theme-light .format-card:hover{background:#9b724c0d;box-shadow:0 15px 30px #9b724c14}.format-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.format-kicker{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--copper);letter-spacing:.08em;background:#c59f7d14;padding:4px 10px;border-radius:4px}:root.theme-light .format-kicker{background:#9b724c14}.format-card .round-icon{width:48px;height:48px;border-radius:50%;border:1px solid var(--line);color:var(--copper);display:grid;place-items:center;background:#07080a99}:root.theme-light .format-card .round-icon{background:#ffffffe6}.format-card h3{font-family:var(--serif);font-size:22px;font-weight:500;color:var(--champagne);margin-bottom:16px;line-height:1.25}.format-card p{font-size:14px;color:var(--muted);line-height:1.55;margin-bottom:auto}.format-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:28px;padding-top:20px;border-top:1px solid rgba(197,159,125,.1)}:root.theme-light .format-card-footer{border-top-color:#9b724c1a}.format-price{font-family:var(--serif);font-size:16px;color:var(--champagne);font-weight:500}.format-action-btn{background:transparent;border:0;color:var(--copper);cursor:pointer;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;transition:var(--transition)}.format-card:hover .format-action-btn{background:var(--copper);color:var(--bg);transform:translate(3px)}:root.theme-light .format-card:hover .format-action-btn{color:#fff}.proof-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.proof-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.proof-card{display:flex;gap:20px;align-items:flex-start}.proof-icon-container{width:56px;height:56px;border-radius:12px;border:1px solid var(--line);background:#c59f7d0d;color:var(--copper);display:grid;place-items:center;flex-shrink:0}:root.theme-light .proof-icon-container{background:#9b724c0f}.proof-content h3{font-family:var(--serif);font-size:21px;font-weight:500;color:var(--champagne);margin-bottom:8px;line-height:1.25}.proof-content p{font-size:14px;color:var(--muted);line-height:1.5}.proof-visual{width:100%}.credentials-frame{width:100%;border-radius:20px;overflow:hidden;border:1px solid var(--line);background:var(--bg-soft);position:relative;box-shadow:var(--shadow)}.credentials-frame img{width:100%;height:auto;display:block;object-fit:cover;transition:var(--transition)}.credentials-frame:hover img{transform:scale(1.02)}.credentials-caption{padding:16px 20px;background:#07080ae6;border-top:1px solid var(--line);font-size:13px;color:var(--copper-light);text-align:center;font-style:italic}:root.theme-light .credentials-caption{background:#fffffff2;color:var(--copper-light)}.reviews-section{display:flex;flex-direction:column}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.review-card{padding:40px;border-radius:24px;border:1px solid var(--line);background:#0f111599;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:320px;transition:var(--transition);position:relative}:root.theme-light .review-card{background:#ffffffa6}.review-card:after{content:"";position:absolute;bottom:0;right:0;width:120px;height:120px;background:radial-gradient(circle,rgba(184,58,79,.05) 0%,transparent 70%);pointer-events:none}.review-card:hover{transform:translateY(-5px);border-color:#b83a4f66;box-shadow:0 20px 45px #b83a4f14}:root.theme-light .review-card:hover{box-shadow:0 20px 40px #9b724c1a}.review-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.quote-icon{color:var(--rose-light);opacity:.6}.stars-wrapper{display:flex;gap:4px;color:#f2b35f}.review-text{font-size:15px;color:var(--text);line-height:1.6;margin-bottom:28px;font-style:italic;flex-grow:1}.review-footer{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.06);padding-top:18px}:root.theme-light .review-footer{border-top-color:#0000000f}.review-author{font-family:var(--serif);font-size:17px;font-weight:500;color:var(--champagne)}.review-role{font-size:12px;color:var(--muted);margin-top:2px}.contact-section{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:80px;border-radius:32px;border:1px solid var(--line);background:linear-gradient(#0a0b0dcc,#0a0b0df2),url(/assets/ag_dark_texture.webp) center/cover no-repeat;box-shadow:var(--shadow);position:relative;overflow:hidden;transition:var(--transition)}:root.theme-light .contact-section{background:linear-gradient(#fdfbf7eb,#fdfbf7f7),url(/assets/ag_light_texture.webp) center/cover no-repeat}.contact-section:after{content:"";position:absolute;top:-20%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(197,159,125,.08) 0%,transparent 70%);pointer-events:none}:root.theme-light .contact-section:after{background:radial-gradient(circle,rgba(155,114,76,.05) 0%,transparent 70%)}.contact-kicker{font-size:12px;font-weight:700;text-transform:uppercase;color:var(--copper);letter-spacing:.15em;display:block;margin-bottom:12px}.contact-copy h2{font-family:var(--serif);font-size:clamp(38px,3.5vw,56px);font-weight:300;line-height:1.1;color:var(--champagne);margin-bottom:20px}.contact-copy>p{font-size:16px;color:var(--muted);line-height:1.6;margin-bottom:40px;max-width:540px}.contact-links{display:flex;flex-direction:column;gap:16px;max-width:420px}.contact-link-card{display:flex;align-items:center;gap:20px;padding:18px 24px;border-radius:14px;border:1px solid var(--line-soft);background:#ffffff05;text-decoration:none;color:var(--text);transition:var(--transition)}:root.theme-light .contact-link-card{background:#ffffff8c}.contact-link-card:hover{border-color:var(--copper);background:#c59f7d0d;transform:translate(4px)}:root.theme-light .contact-link-card:hover{background:#9b724c0d}.contact-link-card svg{color:var(--copper);flex-shrink:0}.link-text{display:flex;flex-direction:column}.link-text span{font-size:11px;text-transform:uppercase;color:var(--muted);letter-spacing:.05em}.link-text strong{font-family:var(--serif);font-size:16px;font-weight:500;color:var(--champagne)}.contact-form-container{width:100%}.request-form{display:flex;flex-direction:column;gap:20px;background:#07080a99;border:1px solid var(--line);padding:40px;border-radius:24px;box-shadow:var(--shadow)}:root.theme-light .request-form{background:#ffffffd9}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:12px;font-weight:600;text-transform:uppercase;color:var(--muted);letter-spacing:.05em}.request-form input{width:100%;height:52px;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:0 16px;color:#fff;outline:0;background:#0006;font-family:var(--sans);font-size:14px;transition:var(--transition)}:root.theme-light .request-form input{background:#ffffffe6;border-color:#9b724c26;color:var(--text)}.request-form input::placeholder{color:#55504a}:root.theme-light .request-form input::placeholder{color:#b2a89f}.request-form input:focus{border-color:var(--copper);background:#0009;box-shadow:0 0 15px #c59f7d26}:root.theme-light .request-form input:focus{background:#fff;border-color:var(--copper);box-shadow:0 0 15px #9b724c26}.form-error-message{color:#e25c5c;font-size:13px;margin-top:-8px}.btn-submit{width:100%;min-height:54px;margin-top:10px}.form-privacy-note{font-size:12px;color:var(--muted-2);line-height:1.4;text-align:center}.form-privacy-note a{color:var(--muted);text-decoration:underline;text-decoration-color:var(--line)}.form-privacy-note a:hover{color:var(--copper)}.form-success-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:48px 40px;border:1px solid var(--copper);background:#0c0e12d9;border-radius:24px;box-shadow:var(--shadow);animation:fadeIn .5s ease}:root.theme-light .form-success-state{background:#fffffff2}.success-icon-box{width:72px;height:72px;border-radius:50%;background:#c59f7d1a;color:var(--copper);display:grid;place-items:center;margin-bottom:24px;box-shadow:var(--glow-copper)}:root.theme-light .success-icon-box{background:#9b724c1a}.form-success-state h3{font-family:var(--serif);font-size:26px;color:var(--champagne);margin-bottom:14px}.form-success-state p{font-size:14px;color:var(--muted);line-height:1.6;margin-bottom:28px;max-width:320px}.cookie-banner{position:fixed;left:24px;right:auto;bottom:24px;z-index:99;width:min(calc(100% - 48px),520px);margin:0;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;gap:16px;border:1px solid var(--line);border-radius:12px;background:#0a0b0deb;box-shadow:0 18px 44px #00000094;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}:root.theme-light .cookie-banner{background:#fdfbf7f0;box-shadow:0 20px 50px #9b724c1f}.cookie-content p{font-size:13px;color:var(--muted);line-height:1.45}.cookie-content a{color:var(--copper-light);text-decoration:underline}.cookie-content a:hover{color:var(--copper)}.btn-cookie-accept{min-height:38px!important;height:38px;padding:0 18px!important;font-size:12px!important;border-radius:8px!important;flex-shrink:0}.policy-page{min-height:100vh;padding:120px 24px 80px;background:radial-gradient(circle at 10% 10%,rgba(184,58,79,.08) 0%,transparent 40%),radial-gradient(circle at 90% 90%,rgba(197,159,125,.08) 0%,transparent 45%),#050608}:root.theme-light .policy-page{background:radial-gradient(circle at 10% 10%,rgba(184,58,79,.04) 0%,transparent 40%),radial-gradient(circle at 90% 90%,rgba(155,114,76,.04) 0%,transparent 45%),#fdfcf9}.back-link{display:block;width:max-content;margin:0 auto 30px;color:var(--copper);font-weight:600;text-decoration:none;font-size:14px;text-transform:uppercase;letter-spacing:.1em;transition:var(--transition)}.back-link:hover{color:var(--champagne);transform:translate(-4px)}.policy-article{width:min(100%,860px);margin:0 auto;padding:60px;border:1px solid var(--line);border-radius:28px;background:#0a0b0dcc;box-shadow:var(--shadow)}:root.theme-light .policy-article{background:#ffffffd9}.policy-article h1{font-family:var(--serif);font-size:clamp(32px,4vw,48px);font-weight:300;color:var(--champagne);margin-bottom:24px}.policy-divider{height:1px;background:linear-gradient(90deg,var(--line),transparent);margin-bottom:32px}.policy-intro{font-size:16px;color:var(--muted);line-height:1.6;margin-bottom:36px;font-style:italic}.policy-sections h2{font-family:var(--serif);font-size:24px;font-weight:400;color:var(--copper);margin:32px 0 14px}.policy-sections p{font-size:15px;color:var(--text);line-height:1.65;margin-bottom:24px}.policy-article h2{font-family:var(--serif);font-size:24px;font-weight:400;color:var(--copper);margin:32px 0 14px}.policy-article p{font-size:15px;color:var(--text);line-height:1.65;margin-bottom:24px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}.hero-cinema video,.prelude-film video{display:none}}@media(prefers-reduced-motion:no-preference){.prelude-film video{animation:preludeDrift 18s cubic-bezier(.16,1,.3,1) infinite alternate}.prelude-route:before{animation:routePulse 4.8s cubic-bezier(.16,1,.3,1) infinite}.prelude-device-frame{animation:deviceFloat 7.2s cubic-bezier(.16,1,.3,1) infinite alternate}}@keyframes preludeDrift{0%{transform:scale(1.035) translate3d(-1.2%,0,0)}to{transform:scale(1.075) translate3d(1.4%,-.8%,0)}}@keyframes routePulse{0%,to{opacity:.34;transform:scaleX(.82)}45%{opacity:.92;transform:scaleX(1)}}@keyframes deviceFloat{0%{transform:translateZ(0)}to{transform:translate3d(0,-8px,0)}}@media(max-width:1280px){.page-shell{width:min(100% - 32px,1100px);gap:90px}.hero{grid-template-columns:1fr;gap:50px;padding-top:20px;min-height:auto}.hero-visual-wrapper{max-width:500px}.ecosystem-layout,.approach-editorial-layout,.proof-layout,.contact-section{grid-template-columns:1fr}.ecosystem-layout{gap:40px}.ecosystem-visual{order:-1}.approach-editorial-layout{gap:36px}.approach-tabs-sidebar{flex-direction:row;flex-wrap:wrap;justify-content:center}.approach-tab-btn{padding:12px 20px}.format-grid{grid-template-columns:repeat(2,1fr)}.proof-layout{gap:40px}.proof-visual{max-width:500px;margin:0 auto}.review-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1120px){.cinematic-prelude{grid-template-columns:1fr;min-height:auto}.prelude-film{grid-row:auto;height:clamp(360px,58vw,520px)}.prelude-story{max-width:720px;align-self:start}.prelude-gallery{position:relative;width:100%;max-width:620px;margin-top:0}}@media(max-width:980px){.site-nav{display:none}.mobile-menu-toggle{display:grid}.theme-toggle-btn{display:none}.theme-toggle-nav-btn{display:inline-flex;background:#ffffff0a;border:1px solid var(--line);color:var(--muted);border-radius:8px;min-height:48px;padding:0 20px;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-size:15px;font-weight:600;width:100%;margin-top:10px}:root.theme-light .theme-toggle-nav-btn{background:#00000008;border-color:var(--line);color:var(--text)}.site-nav.active{display:flex;flex-direction:column;position:fixed;inset:80px 0 0;background:#07080afa;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:40px 24px;gap:24px;animation:fadeIn .3s ease;z-index:99}:root.theme-light .site-nav.active{background:#fdfbf7fa}.site-nav.active a{font-size:18px;width:100%;text-align:center}.nav-mobile-btn{display:inline-flex;width:100%;margin-top:20px}.hero h1{font-size:clamp(38px,8.5vw,54px)}.hero{border-radius:28px;padding:34px}.hero-cinema-scrim{background:linear-gradient(180deg,#07080ad6,#07080aad),radial-gradient(circle at 50% 24%,rgba(197,159,125,.15),transparent 42%)}:root.theme-light .hero-cinema-scrim{background:linear-gradient(180deg,#fdfbf7f0,#fdfbf7c2),radial-gradient(circle at 50% 24%,rgba(155,114,76,.12),transparent 42%)}.hero-trust{grid-template-columns:1fr}.trust-item{flex-direction:row;align-items:center;padding:18px 16px}.trust-item+.trust-item{border-left:0;border-top:1px solid var(--line)}.framed-section{padding:50px 30px}.step-grid{grid-template-columns:1fr}.contact-section{padding:40px 30px}.prelude-gallery{max-width:100%}.prelude-device-frame img{min-height:210px}.prelude-proof-note{justify-self:start;margin-left:24px}.review-grid{grid-template-columns:1fr}}@media(max-width:700px){.page-shell{width:min(100% - 24px,100%);gap:70px;padding-top:100px}.hero-actions{flex-direction:column;align-items:stretch;width:100%;gap:16px;order:3;margin-bottom:18px}.hero-trust{order:4}.btn{width:100%}.video-action{justify-content:center}.hero{padding:26px;border-radius:22px}.hero-visual{border-radius:18px}.cinematic-prelude{padding:26px;border-radius:22px;min-height:auto}.prelude-film{min-height:260px;border-radius:18px}.prelude-route{grid-template-columns:1fr;gap:8px;max-width:240px}.prelude-route:before{display:none}.prelude-story h2{font-size:clamp(32px,9vw,44px)}.prelude-gallery{margin-top:0}.prelude-device-frame img{min-height:190px}.prelude-proof-note{width:auto;max-width:100%;justify-self:stretch;margin:-16px 12px 0}.approach-tabs-sidebar{gap:8px}.approach-tab-btn{width:100%}.editorial-card{padding:24px}.editorial-card h3{font-size:24px}.format-grid{grid-template-columns:1fr}.format-card{min-height:auto}.proof-grid{grid-template-columns:1fr}.contact-section{padding:30px 20px;border-radius:20px}.request-form{padding:24px}.cookie-banner{left:16px;right:16px;bottom:16px;width:calc(100% - 32px);flex-direction:column;align-items:stretch;gap:16px}.btn-cookie-accept{width:100%}.policy-article{padding:30px 20px}}.page-shell{padding-top:100px!important}img,video{max-width:100%;height:auto}.theme-toggle-btn{width:auto!important;height:40px!important;min-height:40px!important;padding:0 16px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;white-space:nowrap!important}.theme-toggle-btn span{display:inline!important;color:currentColor!important;font-size:13px!important;font-weight:700!important}.hero{position:relative!important;--hero-pointer-x: 72%;--hero-pointer-y: 34%;width:100vw!important;left:auto!important;transform:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;display:grid!important;grid-template-columns:1.1fr .9fr!important;gap:60px!important;align-items:center!important;min-height:calc(100vh - 80px)!important;padding:80px max(24px,calc((100vw - 1440px)/2 + 24px))!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.hero:after{content:""!important;position:absolute!important;inset:0!important;z-index:0!important;pointer-events:none!important;background:radial-gradient(circle at var(--hero-pointer-x) var(--hero-pointer-y),rgba(255,255,255,.56),transparent 18%),radial-gradient(circle at calc(var(--hero-pointer-x) + 10%) calc(var(--hero-pointer-y) + 8%),rgba(197,159,125,.13),transparent 28%)!important;opacity:.68!important;mix-blend-mode:screen!important;transition:opacity .24s ease!important}:root.theme-light .hero:after{background:radial-gradient(circle at var(--hero-pointer-x) var(--hero-pointer-y),rgba(255,255,255,.7),transparent 19%),radial-gradient(circle at calc(var(--hero-pointer-x) + 8%) calc(var(--hero-pointer-y) + 10%),rgba(196,127,118,.11),transparent 30%)!important;mix-blend-mode:soft-light!important}.hero-copy,.hero-visual-wrapper{position:relative!important;z-index:1!important}.hero-cinema{position:absolute!important;width:100%!important;height:100%!important;inset:0!important;transform:none!important;opacity:.22!important;z-index:-1!important}.hero-cinema video{width:100%!important;height:100%!important;object-fit:cover!important;transform:scale(1.045)!important;filter:blur(1px) saturate(.86) contrast(.98)!important;opacity:.72!important}.hero h1{font-family:var(--serif)!important;font-size:clamp(48px,5.5vw,76px)!important;font-weight:300!important;line-height:1.1!important;letter-spacing:-.01em!important;margin-bottom:24px!important}.hero-lead{font-size:clamp(16px,1.2vw,19px)!important;color:var(--muted)!important;line-height:1.65!important;margin-bottom:32px!important}.hero-trust-line{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:36px;font-size:12px;font-weight:600;color:var(--muted-2);letter-spacing:.1em;text-transform:uppercase}.hero-trust-line .separator{color:var(--copper);opacity:.5}.video-action-quiet{background:transparent;border:0;display:inline-flex;align-items:center;gap:8px;color:var(--copper);font-family:var(--sans);font-size:15px;font-weight:600;cursor:pointer;transition:var(--transition);padding:8px 0;position:relative;text-decoration:none}.video-action-quiet svg{transition:var(--transition)}.video-action-quiet:hover{color:var(--copper-light)}.video-action-quiet:hover svg{transform:translate(4px)}.hero-visual-wrapper{position:relative;width:100%;max-width:480px;justify-self:center}.hero-visual{width:100%;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;margin:0!important;padding:0!important;overflow:visible!important}.hero-visual img{width:100%!important;height:auto!important;display:block!important;object-fit:cover!important;border-radius:0!important}.recognition-section{display:flex!important;justify-content:center!important;align-items:center!important;padding:120px 0!important;border:0!important;border-radius:0!important;background:transparent!important;margin:0!important}.recognition-content{max-width:800px!important;width:100%!important;text-align:center!important}.recognition-content h2{font-family:var(--serif)!important;font-size:clamp(38px,4vw,56px)!important;font-weight:300!important;color:var(--champagne)!important;margin-bottom:24px!important;line-height:1.15!important}.recognition-quote{font-family:var(--serif)!important;font-size:clamp(24px,2.5vw,36px)!important;color:var(--copper)!important;line-height:1.4!important;font-style:italic!important;font-weight:400!important;max-width:800px!important;margin:36px auto!important}.recognition-monologue{display:flex!important;flex-direction:column!important;gap:28px!important;text-align:center!important;border-top:1px solid var(--line-soft)!important;padding-top:48px!important;margin-top:48px!important}.recognition-monologue p{font-size:clamp(16px,1.25vw,19px)!important;color:var(--muted)!important;line-height:1.75!important;max-width:680px!important;margin:0 auto!important}.method-section{padding:120px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.method-lead-text{text-align:center!important;font-size:clamp(18px,1.35vw,22px)!important;color:var(--muted)!important;max-width:720px!important;margin:-20px auto 60px!important;line-height:1.6!important}.method-editorial-layout{display:grid!important;grid-template-columns:.76fr 1.24fr!important;gap:clamp(44px,5vw,82px)!important;align-items:start!important}.method-tabs-sidebar{display:flex!important;flex-direction:column!important;gap:12px!important}.method-tab-btn{background:transparent!important;border:0!important;border-bottom:1px solid var(--line-soft)!important;border-radius:0!important;padding:26px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important;text-align:left!important;transition:var(--transition)!important}.method-tab-btn .tab-number{font-family:var(--sans)!important;font-size:12px!important;font-weight:700!important;color:var(--copper)!important;margin-right:18px!important;opacity:.6!important}.method-tab-btn .tab-title-text{font-family:var(--serif)!important;font-size:clamp(28px,2.35vw,42px)!important;font-weight:400!important;color:var(--muted)!important;flex-grow:1!important;transition:var(--transition)!important}.method-tab-btn .tab-arrow{color:var(--muted-2)!important;transition:var(--transition)!important}.method-tab-btn:hover{border-bottom-color:var(--line-hover)!important;background:transparent!important}.method-tab-btn.active{border-bottom-color:var(--copper)!important;background:transparent!important;box-shadow:none!important}.method-tab-btn.active .tab-title-text{color:var(--champagne)!important;font-weight:500!important}.method-tab-btn.active .tab-arrow{color:var(--copper)!important;transform:translate(4px)!important}.method-tab-content-panel{display:flex!important;align-items:center!important;min-height:480px!important}.editorial-card{width:100%!important;padding:clamp(28px,4vw,54px)!important;border-radius:0!important;border:1px solid var(--line-soft)!important;border-left:2px solid var(--copper)!important;background:linear-gradient(145deg,#ffffff0e,#ffffff03),#0c0e1247!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;box-shadow:none!important;position:relative!important;overflow:visible!important}:root.theme-light .editorial-card{background:linear-gradient(145deg,#fffffffa,#fffcf8eb),#fffffff0!important;border-color:#9b724c2e!important;box-shadow:0 26px 90px #7c5b401c!important}:root.theme-light .editorial-card h3{color:#1d1715!important}:root.theme-light .editorial-card .card-description,:root.theme-light .editorial-card .card-bullets li{color:#2f2925!important}.method-progress-rail{width:100%!important;height:2px!important;margin-bottom:clamp(24px,3vw,38px)!important;background:#c59f7d24!important;overflow:hidden!important}.method-progress-rail span{display:block!important;width:var(--method-progress)!important;height:100%!important;background:linear-gradient(90deg,var(--copper),var(--rose-light))!important;transition:width .42s ease!important}.editorial-card .card-kicker{font-size:13px!important;letter-spacing:.14em!important}.editorial-card h3{font-size:clamp(38px,4.2vw,64px)!important;line-height:1.02!important;max-width:760px!important}.editorial-card .card-description{font-size:clamp(18px,1.4vw,22px)!important;line-height:1.62!important;max-width:720px!important}.editorial-card .card-bullets li{font-size:17px!important;line-height:1.45!important}.method-mobile-stack.mobile-only-method{display:none!important}.editorial-card:before{display:none!important}.method-mobile-stack{display:flex!important;flex-direction:column!important;gap:48px!important;margin-top:32px!important}.method-mobile-layer{padding:32px 0!important;border:0!important;border-bottom:1px solid var(--line-soft)!important;border-radius:0!important;background:transparent!important}.method-mobile-layer .layer-header{display:flex!important;align-items:center!important;gap:16px!important;margin-bottom:12px!important}.method-mobile-layer .layer-number{font-family:var(--sans)!important;font-size:13px!important;font-weight:700!important;color:var(--copper)!important}.method-mobile-layer h3{font-family:var(--serif)!important;font-size:clamp(24px,6.5vw,32px)!important;color:var(--champagne)!important;font-weight:400!important}.method-mobile-layer .layer-subtitle{font-family:var(--sans)!important;font-size:12px!important;text-transform:uppercase!important;color:var(--copper)!important;letter-spacing:.1em!important;display:block!important;margin-bottom:18px!important}.method-mobile-layer .layer-description{font-size:15px!important;color:var(--muted)!important;line-height:1.6!important;margin-bottom:24px!important}.method-mobile-layer .layer-bullets{list-style:none!important;display:flex!important;flex-direction:column!important;gap:12px!important}.method-mobile-layer .layer-bullets li{display:flex!important;align-items:flex-start!important;gap:12px!important;font-size:14px!important;color:var(--text)!important}.method-mobile-layer .bullet-icon{color:var(--copper)!important;margin-top:3px!important;flex-shrink:0!important}.route-section{padding:120px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.route-lead-text{text-align:center!important;font-size:clamp(16px,1.2vw,19px)!important;color:var(--muted)!important;max-width:720px!important;margin:-20px auto 60px!important;line-height:1.6!important}.route-layout{display:grid!important;grid-template-columns:1fr 1fr!important;gap:80px!important;align-items:start!important}.route-timeline{display:flex!important;flex-direction:column!important;gap:32px!important}.timeline-node{display:flex!important;gap:24px!important;cursor:pointer!important;padding:24px!important;border-left:2px solid var(--line-soft)!important;transition:var(--transition)!important}.timeline-node.active{border-left-color:var(--copper)!important;background:#c59f7d05!important}.timeline-node:hover:not(.active){border-left-color:var(--line-hover)!important;background:#ffffff03!important}.timeline-node .node-number{font-family:var(--sans)!important;font-size:14px!important;font-weight:700!important;color:var(--copper)!important;opacity:.6!important}.timeline-node.active .node-number{opacity:1!important}.timeline-node .node-content h3{font-family:var(--serif)!important;font-size:24px!important;color:var(--champagne)!important;margin-bottom:8px!important;font-weight:400!important}.timeline-node .node-content p{font-size:15px!important;color:var(--muted)!important;line-height:1.55!important}.route-visual{display:flex!important;flex-direction:column!important;gap:32px!important;align-items:center!important}.route-device-frame{width:100%!important;max-width:300px!important;position:relative!important;border-radius:40px!important;border:12px solid #1c1b19!important;overflow:hidden!important;background:#000!important;box-shadow:var(--shadow)!important}.route-device-frame img{width:100%!important;display:block!important;object-fit:cover!important;aspect-ratio:9 / 19.5!important}.route-badge-container{position:absolute!important;bottom:20px!important;left:50%!important;transform:translate(-50%)!important;display:flex!important;gap:8px!important;z-index:2!important;width:max-content!important}.route-badge{padding:6px 12px!important;border-radius:99px!important;background:#07080ad9!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:1px solid rgba(197,159,125,.25)!important;color:var(--copper-light)!important;font-size:10px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.08em!important}.route-step-detail{width:100%!important;max-width:440px!important;padding:28px!important;border-radius:16px!important;border:1px solid var(--line-soft)!important;background:#ffffff05!important;text-align:center!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}:root.theme-light .route-step-detail{background:#fff9!important}.route-step-detail h4{font-family:var(--serif)!important;font-size:20px!important;color:var(--champagne)!important;margin-bottom:12px!important;font-weight:400!important}.route-step-detail p{font-size:14px!important;color:var(--muted)!important;line-height:1.6!important}.formats-section{padding:120px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.formats-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(16px,2vw,24px)!important}.format-editorial-card{min-width:0!important;min-height:360px!important;padding:clamp(24px,2.4vw,34px) clamp(20px,2vw,28px)!important;border:1px solid var(--line-soft)!important;background:#0c0e1226!important;box-shadow:none!important;border-radius:20px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}:root.theme-light .format-editorial-card{background:#ffffff59!important}.format-editorial-card:hover{border-color:var(--copper)!important;background:#c59f7d05!important;box-shadow:none!important}.format-editorial-card .format-card-header{gap:14px!important;margin-bottom:28px!important}.format-editorial-card .format-kicker{max-width:calc(100% - 44px)!important;overflow-wrap:anywhere!important}.format-editorial-card .format-number{flex:0 0 auto!important;font-family:var(--serif)!important;font-size:22px!important;line-height:1!important;color:var(--champagne)!important}.format-editorial-card h3{font-family:var(--serif)!important;font-size:clamp(21px,1.55vw,26px)!important;font-weight:500!important;color:var(--champagne)!important;line-height:1.14!important;margin:0 0 18px!important;letter-spacing:0!important;overflow-wrap:anywhere!important}.format-editorial-card .format-description,.format-editorial-card .format-target{font-family:var(--sans)!important;font-size:14px!important;line-height:1.58!important;color:var(--muted)!important;margin:0 0 14px!important;overflow-wrap:anywhere!important}.format-editorial-card .format-target{margin-bottom:0!important}.format-editorial-card .format-card-footer{margin-top:auto!important;padding-top:22px!important;width:100%!important;min-width:0!important;gap:14px!important}.format-editorial-card .format-price{min-width:0!important;max-width:calc(100% - 46px)!important;font-size:clamp(13px,1.05vw,16px)!important;line-height:1.2!important;white-space:normal!important;overflow-wrap:anywhere!important}.format-editorial-card .format-action-btn{flex:0 0 32px!important}.format-editorial-card:hover .format-action-btn{background:var(--copper)!important;color:var(--bg)!important;transform:translate(3px)!important}.authority-section{padding:120px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;scroll-margin-top:112px!important}.authority-layout{width:min(100%,1240px)!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(460px,1fr) minmax(360px,.72fr)!important;gap:clamp(36px,5vw,76px)!important;align-items:center!important}.authority-visual{position:relative!important;margin:0!important;min-width:0!important;height:clamp(560px,58vw,760px)!important;border-radius:16px!important;box-shadow:0 15px 40px #0000004d!important;overflow:hidden!important}.authority-visual img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:50% 38%!important}.authority-visual-glow{position:absolute!important;inset:0!important;pointer-events:none!important;background:linear-gradient(180deg,transparent 62%,rgba(7,8,10,.42) 100%),radial-gradient(circle at 52% 26%,rgba(197,159,125,.16),transparent 42%)!important}:root.theme-light .authority-visual-glow{background:linear-gradient(180deg,transparent 66%,rgba(253,251,247,.34) 100%),radial-gradient(circle at 52% 26%,rgba(196,127,118,.15),transparent 44%)!important}.authority-info{min-width:0!important;display:flex!important;flex-direction:column!important;gap:22px!important}.authority-statement{padding:clamp(24px,3vw,34px)!important;border:1px solid var(--line-soft)!important;border-radius:18px!important;background:linear-gradient(145deg,#ffffff0e,#ffffff04),#0c0e1294!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;box-shadow:0 24px 70px #00000038!important}:root.theme-light .authority-statement{background:linear-gradient(145deg,#ffffffeb,#fffaf4b8),#ffffff9e!important;box-shadow:0 24px 70px #7c5b401c!important}.authority-statement p{border-left:2px solid var(--copper)!important;padding-left:24px!important;margin:0!important;max-width:52ch!important;font-family:var(--serif)!important;font-size:clamp(22px,2vw,31px)!important;line-height:1.32!important;color:var(--champagne)!important;overflow-wrap:break-word!important}.authority-achievements{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}.achievement-item{padding:20px 22px!important;border:1px solid var(--line-soft)!important;border-radius:16px!important;background:#ffffff09!important;min-width:0!important}:root.theme-light .achievement-item{background:#ffffff9e!important}.achievement-title{display:block!important;margin-bottom:8px!important;color:var(--copper)!important;font-family:var(--sans)!important;font-size:12px!important;font-weight:800!important;letter-spacing:.14em!important;line-height:1.2!important;text-transform:uppercase!important}.achievement-item p{margin:0!important;color:var(--muted)!important;font-size:15px!important;line-height:1.65!important;overflow-wrap:break-word!important}.stories-section{padding:120px 0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.stories-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:30px!important}.story-editorial-card{border:1px solid var(--line-soft)!important;background:#0c0e1226!important;box-shadow:none!important;border-radius:18px!important;padding:clamp(28px,3.2vw,44px)!important;display:flex!important;flex-direction:column!important;min-height:360px!important;transition:border-color .22s ease,transform .22s ease,background-color .22s ease!important}:root.theme-light .story-editorial-card{background:#ffffff59!important}.story-editorial-card:hover{border-color:var(--copper)!important;box-shadow:none!important;transform:translateY(-3px)!important}.story-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:30px!important}.story-label{color:var(--copper)!important;font-size:11px!important;font-weight:800!important;letter-spacing:.16em!important;text-transform:uppercase!important}.story-index{color:var(--muted-2)!important;font-family:var(--serif)!important;font-size:20px!important}.story-quote-text{margin:0!important;color:var(--champagne)!important;font-family:var(--serif)!important;font-size:clamp(22px,2.1vw,31px)!important;line-height:1.34!important;letter-spacing:0!important;flex:1!important}.story-divider{height:2px!important;width:100%!important;margin:28px 0 22px!important;background:linear-gradient(90deg,var(--copper) 0 34%,rgba(197,159,125,.16) 34% 100%)!important}.story-footer{display:grid!important;gap:12px!important;border:0!important;padding:0!important}.story-author-info{display:flex!important;align-items:baseline!important;gap:10px!important;flex-wrap:wrap!important}.story-author{color:var(--champagne)!important;font-size:15px!important;font-weight:800!important}.story-role,.story-metric{color:var(--muted)!important;font-size:14px!important;line-height:1.55!important}.story-metric{color:var(--copper-light)!important}.start-selector-section{padding:110px 0!important;position:relative!important;isolation:isolate!important}.start-selector-section:before{content:""!important;position:absolute!important;inset:12% -12% 8%!important;z-index:-1!important;background:radial-gradient(circle at 20% 20%,rgba(197,159,125,.13),transparent 28%),radial-gradient(circle at 78% 68%,rgba(184,58,79,.11),transparent 30%)!important;filter:blur(4px)!important;opacity:.72!important}.start-selector-shell{display:grid!important;grid-template-columns:minmax(280px,.72fr) minmax(520px,1.28fr)!important;gap:clamp(38px,6vw,92px)!important;align-items:center!important}.start-selector-copy h2{margin:0 0 22px!important;color:var(--champagne)!important;font-family:var(--serif)!important;font-size:clamp(38px,4.4vw,70px)!important;font-weight:300!important;line-height:1.04!important}.start-selector-copy p{margin:0!important;color:var(--muted)!important;font-size:clamp(17px,1.2vw,20px)!important;line-height:1.7!important;max-width:520px!important}.start-selector-panel{display:grid!important;grid-template-columns:.82fr 1.18fr!important;gap:18px!important;align-items:stretch!important}.start-selector-tabs{display:grid!important;gap:12px!important}.start-selector-tab{min-height:88px!important;padding:18px 20px!important;border:1px solid var(--line-soft)!important;border-radius:16px!important;background:#ffffff09!important;color:var(--muted)!important;display:flex!important;align-items:center!important;gap:16px!important;text-align:left!important;cursor:pointer!important;font-size:15px!important;font-weight:700!important;transition:border-color .22s ease,background-color .22s ease,transform .22s ease,color .22s ease!important}:root.theme-light .start-selector-tab{background:#ffffff8f!important}.start-selector-tab span{color:var(--copper)!important;font-family:var(--serif)!important;font-size:22px!important;font-weight:400!important}.start-selector-tab:hover,.start-selector-tab.active{transform:translate(4px)!important;border-color:var(--copper)!important;color:var(--champagne)!important;background:#c59f7d12!important}.start-selector-card{position:relative!important;min-height:300px!important;padding:clamp(30px,4vw,52px)!important;border:1px solid var(--line-soft)!important;border-radius:20px!important;background:linear-gradient(145deg,#ffffff13,#ffffff05),#0c0e1275!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:flex-end!important}:root.theme-light .start-selector-card{background:linear-gradient(145deg,#ffffffeb,#fffaf4a8),#ffffff94!important;box-shadow:0 26px 80px #7c5b401a!important}.start-orbit{position:absolute!important;top:24px!important;right:24px!important;width:110px!important;height:110px!important;display:grid!important;place-items:center!important;color:var(--copper)!important}.start-orbit-core{width:54px!important;height:54px!important;border-radius:50%!important;display:grid!important;place-items:center!important;border:1px solid var(--line)!important;background:#ffffff0d!important;z-index:1!important}.start-orbit-ring{position:absolute!important;inset:0!important;border-radius:50%!important;border:1px solid rgba(197,159,125,.22)!important;border-top-color:var(--copper)!important;animation:slowRotate 12s linear infinite!important}.start-progress{width:calc(100% - 128px)!important;height:2px!important;margin-bottom:34px!important;background:#c59f7d24!important}.start-progress span{display:block!important;height:100%!important;background:linear-gradient(90deg,var(--copper),var(--rose-light))!important;transition:width .36s ease!important}.start-selector-card h3{max-width:560px!important;margin:0 0 16px!important;color:var(--champagne)!important;font-family:var(--serif)!important;font-size:clamp(30px,3vw,48px)!important;font-weight:300!important;line-height:1.08!important}.start-selector-card p{max-width:620px!important;margin:0 0 26px!important;color:var(--muted)!important;font-size:17px!important;line-height:1.68!important}.start-steps{display:flex!important;flex-wrap:wrap!important;gap:10px!important}.start-steps span{padding:9px 12px!important;border:1px solid var(--line-soft)!important;border-radius:999px!important;color:var(--copper-light)!important;font-size:12px!important;font-weight:700!important}@keyframes slowRotate{to{transform:rotate(360deg)}}html,body{overflow-x:hidden!important}.cookie-banner{position:fixed!important;right:24px!important;bottom:24px!important;left:auto!important;width:min(calc(100% - 48px),360px)!important;padding:16px 20px!important;border-radius:12px!important;border:1px solid var(--line)!important;background:var(--panel-strong)!important;box-shadow:0 10px 30px #0006!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;display:flex!important;flex-direction:column!important;gap:12px!important;align-items:stretch!important;z-index:1000!important}:root.theme-light .cookie-banner{background:var(--panel-strong)!important;box-shadow:0 10px 30px #9b724c14!important}.cookie-content p{font-size:12px!important;color:var(--muted)!important;line-height:1.55!important}.cookie-content a{color:var(--copper)!important}.btn-cookie-accept{width:100%!important;min-height:38px!important;height:38px!important;font-size:13px!important;border-radius:8px!important;margin:0!important}@media(max-width:1280px){.hero{grid-template-columns:1fr!important;gap:40px!important;text-align:center!important;padding-top:60px!important;padding-bottom:60px!important;min-height:auto!important}.hero-visual-wrapper{max-width:420px!important;margin:0 auto!important}.hero-actions,.hero-trust-line{justify-content:center!important}.route-layout{grid-template-columns:1fr!important;gap:50px!important}.formats-grid{grid-template-columns:repeat(2,1fr)!important}.start-selector-shell,.start-selector-panel{grid-template-columns:1fr!important}}@media(max-width:980px){.authority-layout{grid-template-columns:1fr!important;gap:28px!important}.authority-visual{height:min(118vw,620px)!important}.desktop-only-method{display:none!important}.method-mobile-stack.mobile-only-method{display:flex!important}.stories-grid{grid-template-columns:1fr!important;gap:24px!important}}@media(max-width:700px){.page-shell{padding-top:80px!important}.recognition-section,.method-section,.route-section,.formats-section,.authority-section,.stories-section{padding:80px 0!important}.hero{min-height:auto!important}.authority-layout{gap:18px!important}.authority-visual{height:min(118vw,470px)!important;border-radius:12px!important}.authority-info{gap:12px!important}.authority-statement{padding:18px!important;border-radius:14px!important}.authority-statement p{padding-left:16px!important;font-size:21px!important;line-height:1.38!important}.achievement-item{padding:16px!important;border-radius:13px!important}.start-selector-section{padding:80px 0!important}.start-selector-panel,.start-selector-tabs{gap:10px!important}.start-selector-tab{min-height:auto!important;padding:14px!important;font-size:13px!important}.start-selector-card{min-height:0!important;padding:22px!important}.start-orbit{width:78px!important;height:78px!important;top:16px!important;right:16px!important;opacity:.72!important}.start-orbit-core{width:42px!important;height:42px!important}.start-progress{width:calc(100% - 84px)!important;margin-bottom:56px!important}.start-selector-card h3{font-size:29px!important}.start-selector-card p{font-size:15px!important}.cookie-banner{inset:88px 12px auto!important;width:calc(100% - 24px)!important;padding:8px 10px!important;flex-direction:row!important;align-items:center!important;gap:8px!important;border-radius:10px!important}.cookie-content{min-width:0!important}.cookie-content p{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;font-size:9.5px!important;line-height:1.25!important}.btn-cookie-accept{width:auto!important;min-width:88px!important;height:32px!important;min-height:32px!important;padding:0 10px!important;font-size:11.5px!important}}:root.theme-light .hero-cinema{opacity:.94!important;overflow:hidden!important;background:#f7f2ea!important}:root.theme-light .hero-cinema:before{content:""!important;position:absolute!important;inset:-3%!important;background:url(/assets/gemini_light_hero.jpg) center / cover no-repeat!important;transform:scale(1.02)!important;animation:slowImageDrift 22s ease-in-out infinite alternate!important;opacity:.58!important}:root.theme-light .hero-cinema video{opacity:.42!important;filter:blur(2px) saturate(.82) contrast(.96) brightness(1.08)!important;mix-blend-mode:multiply!important}:root.theme-light .hero-cinema-scrim{background:linear-gradient(90deg,#fdfbf7f5,#fdfbf7d6 42%,#fdfbf72e 72%,#fdfbf70a),linear-gradient(180deg,#fdfbf729,#fdfbf7a3)!important}.method-section,.route-section{position:relative!important;isolation:isolate!important;overflow:hidden!important}.method-section:before{content:""!important;position:absolute!important;inset:4% -12% auto!important;height:46%!important;z-index:-1!important;background:url(/assets/gemini_method_texture.jpg) center / cover no-repeat!important;opacity:.11!important;filter:saturate(.75) contrast(1.05)!important;transform:translateY(var(--method-parallax, 0))!important;pointer-events:none!important}:root.theme-light .method-section:before{opacity:.18!important;mix-blend-mode:multiply!important}.route-section:before{content:""!important;position:absolute!important;inset:9% -14% 16% 43%!important;z-index:-1!important;border-radius:44px!important;background:linear-gradient(90deg,#07080ab8,#07080a2e),url(/assets/gemini_digital_support.jpg) center / cover no-repeat!important;opacity:.24!important;filter:saturate(.72) contrast(.96) blur(.4px)!important;transform:rotate(-1.5deg) scale(1.03)!important;pointer-events:none!important}:root.theme-light .route-section:before{background:linear-gradient(90deg,#fdfbf7e0,#fdfbf742),url(/assets/gemini_digital_support.jpg) center / cover no-repeat!important;opacity:.18!important}.route-device-frame{box-shadow:0 34px 90px #00000057,0 0 0 1px #c59f7d29!important}.route-device-frame:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(115deg,rgba(255,255,255,.24),transparent 24%,transparent 68%,rgba(197,159,125,.12))!important;pointer-events:none!important;mix-blend-mode:screen!important}@keyframes slowImageDrift{0%{transform:scale(1.02) translateZ(0)}to{transform:scale(1.075) translate3d(-1.2%,-.8%,0)}}@media(max-width:700px){:root.theme-light .hero-cinema:before{background-position:58% 50%!important;opacity:.92!important}.method-section:before{inset:5% -90% auto -70%!important;height:34%!important;opacity:.09!important}.route-section:before{inset:18% -70% 22% 10%!important;opacity:.13!important;filter:saturate(.62) blur(1.4px)!important}}@media(prefers-reduced-motion:reduce){:root.theme-light .hero-cinema:before{animation:none!important}}
