:root{color-scheme:light;font-family:Public Sans,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--background: #f8f9ff;--surface: #ffffff;--surface-soft: #eff4ff;--surface-strong: #e5eeff;--text: #0b1c30;--text-muted: #45474c;--primary: #091426;--primary-soft: #1e293b;--primary-muted: #bcc7de;--secondary: #006e2f;--secondary-bright: #4ae176;--secondary-soft: #dfffe7;--line: #c5c6cd;--shadow: 0 20px 25px -5px rgba(30, 41, 59, .08), 0 10px 10px -5px rgba(30, 41, 59, .03)}:root[data-theme=dark]{color-scheme:dark;--background: #081220;--surface: #101b2a;--surface-soft: #132235;--surface-strong: #1c2d42;--text: #edf5ff;--text-muted: #bcc7de;--primary: #050b13;--primary-soft: #0d1724;--primary-muted: #9badc8;--secondary: #6bff8f;--secondary-bright: #82ff9f;--secondary-soft: rgba(107, 255, 143, .14);--line: rgba(197, 198, 205, .22);--shadow: 0 18px 40px rgba(0, 0, 0, .24)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.topbar{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:color-mix(in srgb,var(--surface) 92%,transparent);border-bottom:1px solid color-mix(in srgb,var(--line) 45%,transparent);display:flex;gap:24px;justify-content:space-between;min-height:96px;padding:12px clamp(16px,4vw,32px);position:sticky;top:0;z-index:50}.brand{align-items:center;display:flex;flex:0 0 auto}.brand img{background:transparent;border-radius:0;filter:brightness(1.12) drop-shadow(0 6px 14px rgba(0,0,0,.24));height:94px;object-fit:contain;padding:0;width:118px}:root[data-theme=dark] .brand img,:root[data-theme=dark] .footer img{filter:brightness(1.45) saturate(1.08) drop-shadow(0 7px 16px rgba(0,0,0,.3))}.navlinks{align-items:center;display:flex;gap:32px;font-size:.9rem;font-weight:700}.navlinks a{color:var(--text-muted)}.navlinks a:hover{color:var(--secondary)}.nav-actions{align-items:center;display:flex;gap:10px}.button,.icon-button{align-items:center;border-radius:6px;cursor:pointer;display:inline-flex;font:inherit;font-size:.9rem;font-weight:800;gap:8px;justify-content:center;min-height:42px;padding:11px 17px;transition:transform .16s ease,background .16s ease,border-color .16s ease}.button:active,.icon-button:active{transform:scale(.97)}.primary{background:var(--secondary);border:1px solid var(--secondary);color:#fff}:root[data-theme=dark] .primary{color:#002109}.secondary{background:transparent;border:1px solid var(--line);color:var(--text)}.icon-button{background:var(--surface-soft);border:1px solid var(--line);color:var(--text);padding:0;width:42px}.menu-button{display:none}.section{padding:clamp(64px,8vw,96px) clamp(16px,4vw,32px)}.hero{align-items:center;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);margin:0 auto;max-width:1280px;min-height:calc(100vh - 76px);padding:clamp(48px,7vw,96px) clamp(16px,4vw,32px)}.hero-content{max-width:640px}.badge{align-items:center;background:var(--secondary-soft);border-radius:999px;color:var(--secondary);display:inline-flex;font-size:.82rem;font-weight:800;gap:8px;margin-bottom:24px;padding:8px 12px}.hero h1,.section-intro h2,.solution-copy h2,.why-section h2,.contact-section h2{color:var(--text);font-size:clamp(2.2rem,5vw,4rem);letter-spacing:0;line-height:1.07;margin:0}.hero p,.section-intro p,.solution-copy p,.surface-card p,.product-card p,.timeline-step p,.price-card p,.why-section p,.contact-section p,.footer p,.footer span{color:var(--text-muted);line-height:1.65}.hero p{font-size:clamp(1.05rem,1.5vw,1.2rem);max-width:590px}.actions{display:flex;flex-wrap:wrap;gap:14px;margin:32px 0 22px}.subline{color:var(--text-muted);display:block;font-size:.95rem;font-style:italic}.hero-media{position:relative}.hero-media:before{background:color-mix(in srgb,var(--secondary) 18%,transparent);border-radius:12px;content:"";filter:blur(28px);inset:-16px;position:absolute}.hero-media img,.image-panel img{border-radius:8px;box-shadow:var(--shadow);filter:grayscale(1);position:relative;transition:filter .5s ease}.hero-media img:hover,.image-panel img:hover{filter:grayscale(0)}.section-intro{margin:0 auto 42px;max-width:760px;text-align:center}.section-intro.left{margin-left:0;text-align:left}.problem-section{background:var(--surface-soft)}.problem-grid,.product-grid,.pricing-grid,.why-grid,.foundation-grid{display:grid;gap:24px;margin:0 auto;max-width:1280px}.problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.surface-card,.price-card,.why-grid article,.foundation-card,.contact-form{background:var(--surface);border:1px solid color-mix(in srgb,var(--line) 55%,transparent);border-radius:8px;box-shadow:var(--shadow)}.surface-card{padding:32px}.surface-card svg,.product-card svg,.why-grid svg,.foundation-card svg,.check-list svg{color:var(--secondary)}.surface-card h3,.product-card h3,.timeline-step h3,.price-card h3,.why-grid h3,.foundation-card h3{margin:16px 0 8px}.solution-section{align-items:center;display:grid;gap:clamp(32px,7vw,80px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0 auto;max-width:1280px}.check-list{display:grid;gap:14px;list-style:none;margin:28px 0 0;padding:0}.check-list li{align-items:center;display:flex;gap:10px}.products-section,.footer{background:var(--primary);color:#fff}.products-section .section-intro h2,.contact-section h2,.footer strong{color:#fff}.products-section .section-intro p{color:var(--primary-muted)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{background:color-mix(in srgb,var(--primary-soft) 72%,transparent);border:1px solid rgba(255,255,255,.11);border-radius:8px;min-height:180px;padding:28px}.product-card h3{color:#fff}.product-card p{color:var(--primary-muted);font-size:.92rem}.timeline-section{background:var(--surface)}.timeline{display:grid;gap:24px;grid-template-columns:repeat(5,minmax(0,1fr));margin:0 auto;max-width:1280px;position:relative}.timeline:before{background:var(--line);content:"";height:1px;left:4%;position:absolute;right:4%;top:24px}.timeline-step{position:relative;text-align:center;z-index:1}.timeline-step span{align-items:center;background:var(--secondary);border-radius:999px;box-shadow:var(--shadow);color:#fff;display:flex;font-weight:900;height:48px;justify-content:center;margin:0 auto 22px;width:48px}:root[data-theme=dark] .timeline-step span{color:#002109}.pricing-section{background:var(--surface-soft)}.pricing-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.price-card{display:flex;flex-direction:column;min-height:260px;padding:24px;position:relative}.price-card.featured{background:var(--primary-soft);color:#fff;transform:scale(1.04)}.price-card.featured p,.price-card.featured small{color:var(--primary-muted)}.popular{background:var(--secondary);border-radius:999px;color:#fff;font-size:.68rem;font-weight:900;padding:5px 10px;position:absolute;right:16px;top:16px;text-transform:uppercase}.price-card strong{display:block;font-size:clamp(1.5rem,2vw,2rem);margin-top:auto}.price-card small{color:var(--text-muted)}.why-section{display:grid;gap:56px;grid-template-columns:.82fr 1.18fr;margin:0 auto;max-width:1280px}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid article{padding:24px}.foundation-section{background:var(--surface-soft)}.foundation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.foundation-card{padding:28px}.foundation-card p{color:var(--text-muted);line-height:1.65}.contact-section{background:var(--primary);color:#fff;display:grid;gap:56px;grid-template-columns:.9fr 1.1fr}.contact-section p,.contact-meta span{color:var(--primary-muted)}.contact-meta{display:grid;gap:4px;margin-top:24px}.contact-form{display:grid;gap:16px;padding:32px}.contact-form label{color:var(--text-muted);display:grid;font-size:.85rem;font-weight:700;gap:8px}.contact-form input,.contact-form textarea{background:var(--surface);border:1px solid var(--line);border-radius:6px;color:var(--text);font:inherit;padding:12px 14px;resize:vertical}.footer{display:grid;gap:32px;grid-template-columns:1fr 1fr;padding:48px clamp(16px,4vw,32px)}.footer img{background:transparent;border-radius:0;filter:drop-shadow(0 4px 12px rgba(0,0,0,.22));height:168px;object-fit:contain;padding:0;width:176px}@media(max-width:1100px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{grid-template-columns:repeat(3,minmax(0,1fr))}.timeline:before{display:none}}@media(max-width:820px){.topbar{background:color-mix(in srgb,var(--surface) 96%,transparent);min-height:104px}.brand img{height:92px;width:116px}.desktop-cta{display:none}.menu-button{display:inline-flex}.navlinks{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);display:none;left:16px;padding:16px;position:absolute;right:16px;top:82px}.navlinks.open{display:grid}.hero{background:var(--primary);display:block;grid-template-columns:1fr;min-height:calc(100vh - 72px);overflow:hidden;padding:0;position:relative}.hero-media{inset:0;position:absolute}.hero-media:before{display:none}.hero-media:after{background:linear-gradient(#091426c7,#091426f5);content:"";inset:0;position:absolute}.hero-media img{border-radius:0;filter:grayscale(1);height:100%;object-fit:cover;width:100%}.hero-content{color:#fff;max-width:none;padding:90px 16px 64px;position:relative;width:100%;z-index:1}.hero h1{color:#fff;font-size:clamp(2.65rem,11vw,3.5rem)}.hero p{color:#d8e3fb}.secondary{border-color:#ffffff80;color:#fff}.subline{color:var(--secondary-bright);font-style:normal;font-weight:800;text-transform:uppercase}.problem-grid,.solution-section,.product-grid,.why-section,.foundation-grid,.contact-section,.footer{grid-template-columns:1fr}.image-panel{order:2}.solution-copy{order:1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.timeline{grid-template-columns:1fr}.timeline-step{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:22px}}@media(max-width:560px){.section{padding:56px 16px}.actions{align-items:stretch;flex-direction:column}.button{width:100%}.product-grid,.pricing-grid,.why-grid{grid-template-columns:1fr}.price-card.featured{transform:none}}
