:root {
  --ink: #131b21;
  --ink-soft: #50606b;
  --paper: #f5f7f8;
  --white: #ffffff;
  --dark: #0e1419;
  --dark-2: #141d23;
  --green: #92CEB2;
  --green-deep: #0ca966;
  --line: #dfe5e8;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 28px 80px rgba(12, 20, 26, .12);
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; height: 84px; transition: background .25s ease, box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { height: 72px; background: rgba(255,255,255,.92); box-shadow: 0 10px 30px rgba(9,18,24,.08); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; background: rgba(255,255,255,.96); border-radius: 13px; padding: 8px 12px; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.brand img { width: 205px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 29px); color: rgba(255,255,255,.82); font-size: 14px; font-weight: 680; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--green); }
.site-header.is-scrolled .main-nav { color: #2f3c44; }
.nav-cta { padding: 11px 17px; color: var(--ink) !important; background: var(--green); border-radius: 999px; }
.nav-cta:hover { background: #2ad98c; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 12px; border: 0; border-radius: 12px; background: rgba(255,255,255,.95); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }
.site-message { position: fixed; z-index: 1100; top: 88px; left: 50%; transform: translateX(-50%); max-width: min(620px, calc(100% - 30px)); padding: 13px 18px; border-radius: 12px; box-shadow: var(--shadow); }
.site-message--success { background: #e8fff3; color: #08663c; }
.site-message--error { background: #fff0f0; color: #9e2525; }
.hero { position: relative; min-height: 840px; padding: 170px 0 50px; overflow: hidden; color: var(--white); background: radial-gradient(circle at 77% 34%, rgba(22,201,121,.18), transparent 31%), linear-gradient(145deg, #0d1318 0%, #121c22 58%, #0e1519 100%); }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.024) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.024) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 86%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .55; }
.hero-orb--one { width: 300px; height: 300px; top: -110px; right: 10%; border: 1px solid rgba(22,201,121,.3); }
.hero-orb--two { width: 600px; height: 600px; right: -280px; top: 150px; border: 1px solid rgba(255,255,255,.07); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); gap: clamp(50px, 7vw, 100px); align-items: center; }
.eyebrow { margin: 0 0 23px; color: #9df5cb; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--green); }
.eyebrow--dark { color: var(--green-deep); }
.hero h1 { max-width: 740px; margin: 0; font-size: clamp(46px, 5.8vw, 78px); line-height: 1.03; letter-spacing: -.055em; font-weight: 520; }
.hero h1 strong { color: var(--green); font-weight: 720; }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: #bac6cc; font-size: clamp(18px, 2vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #082316; background: var(--green); box-shadow: 0 15px 45px rgba(22,201,121,.22); }
.button--primary:hover { background: #2bd98d; }
.button--ghost { color: var(--white); border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.055); }
.button--ghost:hover { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.09); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 33px; margin-top: 43px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-proof div { display: grid; }
.hero-proof strong { color: var(--white); font-size: 17px; }
.hero-proof span { color: #82919a; font-size: 12px; }
.hero-stage { position: relative; min-height: 530px; perspective: 1300px; }
.browser-card { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: #f7f9fa; box-shadow: 0 50px 100px rgba(0,0,0,.38); }
.browser-card--main { position: absolute; width: min(100%, 515px); top: 22px; right: 0; transform: rotateY(-7deg) rotateX(3deg) rotateZ(1.2deg); }
.browser-bar { height: 44px; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: #75828a; background: #e9eef0; font-size: 10px; }
.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #aeb9be; }
.browser-bar i:first-child { background: #ff8b82; }
.browser-bar i:nth-child(2) { background: #f6c865; }
.browser-bar i:nth-child(3) { background: var(--green); }
.browser-bar span { margin-left: 12px; padding: 5px 22px; border-radius: 8px; background: rgba(255,255,255,.8); }
.browser-content { position: relative; min-height: 375px; padding: 62px 52px; color: var(--ink); background: radial-gradient(circle at 85% 30%, rgba(22,201,121,.18), transparent 30%), #fff; }
.mock-kicker { color: var(--green-deep); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mock-title { max-width: 360px; margin-top: 15px; font-size: 38px; line-height: 1.02; font-weight: 790; letter-spacing: -.05em; }
.mock-text { width: 80%; height: 7px; margin-top: 26px; border-radius: 8px; background: #d9e0e3; }
.mock-text--short { width: 58%; margin-top: 9px; }
.mock-button { width: 120px; height: 36px; margin-top: 24px; border-radius: 99px; background: var(--green); }
.mock-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 42px; }
.mock-grid i { height: 68px; border-radius: 12px; background: #eaf0f2; }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 13px; min-width: 205px; padding: 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; color: var(--white); background: rgba(24,35,42,.87); box-shadow: 0 24px 60px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.floating-card--score { left: -23px; top: 90px; }
.floating-card--mobile { right: -20px; bottom: 58px; }
.floating-card small { display: block; color: #91a0a8; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.floating-card strong { font-size: 13px; line-height: 1.25; }
.floating-icon { display: grid; place-items: center; width: 43px; height: 43px; color: #082316; background: var(--green); border-radius: 13px; font-size: 22px; font-weight: 900; }
.mobile-frame { display: block; width: 28px; height: 44px; border: 2px solid var(--green); border-radius: 7px; padding: 4px; }
.mobile-frame i { display: block; width: 100%; height: 100%; border-radius: 3px; background: linear-gradient(180deg,var(--green),#fff); }
.stage-label { position: absolute; right: 26px; top: -7px; padding: 7px 13px; color: #9df5cb; border: 1px solid rgba(22,201,121,.35); border-radius: 99px; background: rgba(22,201,121,.08); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.trust-line { position: relative; z-index: 2; display: flex; align-items: center; gap: 45px; margin-top: 76px; padding-top: 30px; color: #7f8c94; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.trust-brands { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; text-transform: none; letter-spacing: 0; }
.trust-brands strong { color: #dce4e7; font-size: 14px; }
.trust-brands i { color: #64727a; font-size: 11px; font-style: normal; }
.trust-brands b { color: var(--green); }
.section { padding: 115px 0; }
.section-heading { max-width: 800px; margin-bottom: 55px; }
.section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.75fr); align-items: end; gap: 70px; }
.section-heading h2, .history-copy h2, .method-intro h2, .contact-copy h2 { margin: 0; font-size: clamp(38px, 4.6vw, 60px); line-height: 1.08; letter-spacing: -.048em; font-weight: 540; }
.section-heading h2 strong, .history-copy h2 strong, .contact-copy h2 strong { font-weight: 800; }
.section-heading > p, .section-heading--split > p, .history-copy > p, .method-intro > p, .contact-copy > p { color: var(--ink-soft); font-size: 18px; }
.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.problem-card { min-height: 245px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); transition: background .25s ease, transform .25s ease; }
.problem-card:hover { z-index: 2; background: var(--white); transform: translateY(-5px); box-shadow: 0 24px 60px rgba(12,20,26,.08); }
.problem-card > span { color: var(--green-deep); font-size: 12px; font-weight: 850; }
.problem-card h3 { margin: 38px 0 11px; font-size: 21px; letter-spacing: -.025em; }
.problem-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.quote-panel { display: flex; justify-content: space-between; gap: 30px; align-items: flex-end; margin-top: 42px; padding: 33px 38px; color: var(--white); border-radius: var(--radius); background: var(--dark); }
.quote-panel p { max-width: 840px; margin: 0; font-size: clamp(21px,3vw,30px); line-height: 1.35; letter-spacing: -.025em; }
.quote-panel span { flex: 0 0 auto; color: var(--green); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.solutions-section { background: var(--white); }
.solutions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.solution-card { position: relative; min-height: 280px; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.solution-card:hover { transform: translateY(-5px); box-shadow: 0 24px 60px rgba(12,20,26,.08); }
.solution-card--featured { grid-row: span 2; min-height: 576px; color: var(--white); border: 0; background: linear-gradient(145deg,#121b20,#1b292f); }
.solution-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 54px; color: var(--green-deep); border-radius: 14px; background: #e8fff4; font-size: 22px; }
.solution-card--featured .solution-icon { color: #0a2a19; background: var(--green); }
.solution-tag { position: absolute; top: 31px; right: 31px; color: #91a0a8; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.solution-card h3 { margin: 0 0 12px; font-size: 23px; letter-spacing: -.025em; }
.solution-card p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.solution-card--featured p { color: #b7c3c9; font-size: 17px; }
.solution-card ul { margin: 40px 0 0; padding: 0; list-style: none; }
.solution-card li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.1); color: #dce4e7; font-size: 14px; }
.solution-card li::before { content: "✓"; margin-right: 10px; color: var(--green); }
.ecosystem-section { padding-top: 0; background: var(--white); }
.ecosystem-box { padding: 65px; color: var(--white); border-radius: var(--radius-lg); background: radial-gradient(circle at 10% 15%,rgba(22,201,121,.14),transparent 32%),var(--dark); }
.ecosystem-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.1); }
.ecosystem-copy h2 { margin: 0; font-size: clamp(34px,4vw,52px); line-height: 1.08; letter-spacing: -.045em; }
.ecosystem-copy p:last-child { color: #a8b5bb; font-size: 17px; }
.ecosystem-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 18px; align-items: center; margin-top: 40px; }
.ecosystem-flow article { min-height: 178px; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); }
.ecosystem-flow article.active { border-color: rgba(22,201,121,.55); background: rgba(22,201,121,.09); }
.ecosystem-flow article span { color: var(--green); font-size: 11px; font-weight: 850; }
.ecosystem-flow article strong { display: block; margin-top: 26px; font-size: 18px; }
.ecosystem-flow article p { margin: 7px 0 0; color: #9dabb1; font-size: 12px; line-height: 1.55; }
.ecosystem-flow > i { color: var(--green); font-style: normal; }
.projects-section { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.project-card { overflow: hidden; border-radius: var(--radius); background: var(--white); box-shadow: 0 14px 40px rgba(12,20,26,.06); }
.project-visual { aspect-ratio: 4/3; overflow: hidden; background: #e9edef; }
.project-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.project-card:hover img { transform: scale(1.025); }
.project-info { padding: 25px; }
.project-info span, .archive-card span { color: var(--green-deep); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.project-info h3 { margin: 3px 0 9px; font-size: 25px; }
.project-info p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.archive-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin: 75px 0 27px; padding-top: 34px; border-top: 1px solid var(--line); }
.archive-heading span { color: var(--green-deep); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.archive-heading h3 { margin: 6px 0 0; font-size: 27px; letter-spacing: -.025em; }
.archive-heading p { max-width: 460px; margin: 0; color: var(--ink-soft); font-size: 13px; }
.archive-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.archive-card { overflow: hidden; border-radius: 18px; background: var(--white); }
.archive-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; filter: saturate(.72); transition: filter .25s ease, transform .35s ease; }
.archive-card:hover img { filter: saturate(1); transform: scale(1.02); }
.archive-card div { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 18px 20px; }
.archive-card strong { font-size: 15px; }
.method-section { color: var(--white); background: var(--dark); }
.method-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.method-intro { position: sticky; top: 115px; }
.method-intro > p { color: #9eacb2; }
.text-link { display: inline-flex; gap: 20px; margin-top: 28px; color: var(--green); font-weight: 800; }
.method-steps { border-top: 1px solid rgba(255,255,255,.12); }
.method-step { display: grid; grid-template-columns: 70px 1fr; gap: 25px; padding: 33px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.method-step > span { color: var(--green); font-size: 12px; font-weight: 850; }
.method-step h3 { margin: 0 0 8px; font-size: 29px; }
.method-step p { margin: 0; color: #9fadb3; }
.history-section { background: var(--white); }
.history-grid { display: grid; grid-template-columns: .6fr 1.15fr; gap: 85px; align-items: start; }
.history-number { position: relative; display: flex; align-items: flex-end; min-height: 315px; padding: 35px; overflow: hidden; color: var(--white); border-radius: var(--radius-lg); background: linear-gradient(145deg,var(--green-deep),#094f34); }
.history-number::before { content: ""; position: absolute; width: 290px; height: 290px; right: -100px; top: -120px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.history-number strong { position: relative; font-size: clamp(100px,14vw,175px); line-height: .8; letter-spacing: -.1em; }
.history-number span { position: relative; margin: 0 0 7px 18px; font-size: 15px; line-height: 1.25; font-weight: 750; }
.history-copy > p { font-size: 17px; }
.timeline { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 10px; border-top: 1px solid var(--line); }
.timeline div { position: relative; padding: 28px 30px 0 0; }
.timeline div::before { content: ""; position: absolute; width: 10px; height: 10px; top: -6px; left: 0; border: 3px solid var(--white); border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green); }
.timeline span { color: var(--green-deep); font-size: 12px; font-weight: 850; }
.timeline p { margin: 10px 0 0; color: var(--ink-soft); font-size: 13px; }
.contact-section { color: var(--white); background: linear-gradient(140deg,#0d1419,#162229); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy > p { color: #a6b3b9; }
.contact-points { display: grid; gap: 18px; margin-top: 42px; }
.contact-points > div { display: grid; grid-template-columns: 33px 1fr; gap: 12px; }
.contact-points span { display: grid; place-items: center; width: 28px; height: 28px; color: #092516; border-radius: 50%; background: var(--green); font-weight: 900; }
.contact-points p { margin: 0; color: #9ba9af; font-size: 14px; }
.contact-points strong { color: var(--white); }
.contact-form { padding: 38px; color: var(--ink); border-radius: var(--radius); background: var(--white); box-shadow: 0 30px 90px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #dbe2e5; border-radius: 12px; outline: 0; background: #fafbfb; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input { height: 48px; padding: 0 14px; }
.contact-form textarea { resize: vertical; min-height: 135px; padding: 13px 14px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(22,201,121,.12); }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 500 !important; color: var(--ink-soft); }
.consent input { width: 16px; height: 16px; margin-top: 3px; accent-color: var(--green-deep); }
.form-submit { width: 100%; border: 0; }
.form-submit:disabled { opacity: .6; cursor: wait; transform: none; }
.form-status { min-height: 0; margin: 13px 0 0; font-size: 13px; font-weight: 750; }
.form-status.is-success { color: #087442; }
.form-status.is-error { color: #b72c2c; }
.form-note { margin: 13px 0 0; color: #7a878e; font-size: 10px; text-align: center; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { padding: 70px 0 25px; color: #9ca8ae; background: #090e11; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 55px; }
.footer-logo { width: 190px; margin-bottom: 16px; padding: 8px; border-radius: 10px; background: #fff; }
.footer-grid p { max-width: 310px; margin: 0; font-size: 13px; }
.footer-title { margin-bottom: 16px !important; color: var(--white); font-weight: 800; }
.footer-grid a { display: block; width: fit-content; margin: 8px 0; font-size: 13px; transition: color .2s ease; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 1050px) {
  .main-nav { gap: 14px; font-size: 12px; }
  .hero-grid { grid-template-columns: 1fr 430px; gap: 40px; }
  .solutions-grid { grid-template-columns: 1fr 1fr; }
  .solution-card--featured { grid-row: span 2; }
  .ecosystem-flow { grid-template-columns: 1fr 1fr; }
  .ecosystem-flow > i { display: none; }
}
@media (max-width: 860px) {
  :root { --container: min(100% - 30px, 720px); }
  .site-header, .site-header.is-scrolled { height: 70px; }
  .brand img { width: 175px; }
  .menu-toggle { display: block; z-index: 2; }
  .main-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 24px; padding: 100px 30px 40px; color: var(--white) !important; background: rgba(9,14,17,.98); transform: translateX(100%); transition: transform .3s ease; font-size: 20px; }
  .main-nav.is-open { transform: translateX(0); }
  .nav-cta { margin-top: 10px; font-size: 16px; }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-grid, .method-grid, .history-grid, .contact-shell { grid-template-columns: 1fr; }
  .hero-stage { min-height: 510px; margin-top: 30px; }
  .browser-card--main { left: 50%; right: auto; transform: translateX(-50%) rotateY(-4deg) rotateZ(1deg); }
  .trust-line { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section-heading--split, .ecosystem-copy { grid-template-columns: 1fr; gap: 24px; }
  .problem-grid, .project-grid, .archive-grid { grid-template-columns: 1fr 1fr; }
  .problem-card { min-height: 220px; }
  .ecosystem-box { padding: 42px 30px; }
  .method-intro { position: static; }
  .history-number { max-width: 520px; }
  .timeline { grid-template-columns: 1fr 1fr; row-gap: 30px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 600px) {
  :root { --container: calc(100% - 24px); }
  .section { padding: 82px 0; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-lead { font-size: 17px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .hero-proof { gap: 20px; }
  .hero-stage { min-height: 430px; }
  .browser-card--main { width: 92%; }
  .browser-content { min-height: 310px; padding: 45px 30px; }
  .mock-title { font-size: 31px; }
  .floating-card--score { left: 0; top: 55px; }
  .floating-card--mobile { right: 0; bottom: 25px; }
  .trust-brands { gap: 8px; }
  .trust-brands i { display: none; }
  .section-heading h2, .history-copy h2, .method-intro h2, .contact-copy h2 { font-size: 39px; }
  .problem-grid, .solutions-grid, .project-grid, .archive-grid { grid-template-columns: 1fr; }
  .solution-card--featured { min-height: 470px; grid-row: auto; }
  .quote-panel { align-items: flex-start; flex-direction: column; padding: 28px; }
  .ecosystem-flow { grid-template-columns: 1fr; }
  .archive-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .timeline { grid-template-columns: 1fr; }
  .timeline div { padding-left: 20px; border-left: 1px solid var(--line); }
  .timeline div::before { left: -6px; top: 34px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
}
