:root {
  --ink: #0c1b26;
  --navy: #071c2c;
  --navy-2: #0b2a3d;
  --navy-3: #123f58;
  --green: #16a36a;
  --green-dark: #08794d;
  --green-bright: #45d99a;
  --blue: #0e86c4;
  --cyan: #28b7c7;
  --mint: #dff5e9;
  --mint-light: #effaf4;
  --gold: #d9a74b;
  --orange: #df7c3d;
  --violet: #7869c5;
  --paper: #f6f7f3;
  --white: #fff;
  --muted: #5f6c74;
  --line: rgba(12, 27, 38, .13);
  --shadow: 0 24px 70px rgba(5, 28, 43, .14);
  --shadow-soft: 0 14px 40px rgba(5, 28, 43, .08);
  --radius: 24px;
  --radius-lg: 36px;
  --wrap: 1240px;
  --display: Montserrat, Inter, ui-sans-serif, system-ui, sans-serif;
  --body: "Open Sans", Inter, ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; border-radius: 8px; color: var(--ink); background: #fff; box-shadow: var(--shadow-soft); }
.skip-link:focus { top: 16px; }

.signal-bar { position: relative; z-index: 40; color: rgba(255,255,255,.75); background: #041521; font-size: 11px; letter-spacing: .025em; }
.signal-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.signal-inner span { display: flex; align-items: center; gap: 10px; }
.signal-inner i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(69,217,154,.1); }
.signal-inner a { color: #fff; font-weight: 700; }

.topbar { position: absolute; z-index: 30; inset: 36px 0 auto; color: #fff; border-bottom: 1px solid rgba(255,255,255,.14); transition: color .25s ease, background .25s ease, box-shadow .25s ease; }
.topbar.scrolled { position: fixed; inset: 0 0 auto; color: var(--ink); background: rgba(250,251,248,.95); border-color: var(--line); backdrop-filter: blur(18px); box-shadow: 0 10px 35px rgba(5,28,43,.08); }
.topbar-inner { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 51px; height: 47px; display: grid; place-items: center; flex: 0 0 auto; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 14px 4px 14px 4px; background: rgba(255,255,255,.95); }
.brand-mark img { width: 45px; height: 39px; object-fit: contain; }
.brand-copy { min-width: 0; display: grid; gap: 3px; }
.brand-copy strong { font-family: var(--display); font-size: 18px; line-height: 1; letter-spacing: .24em; }
.brand-copy small { color: currentColor; font-size: 8px; font-weight: 600; letter-spacing: .075em; opacity: .68; white-space: nowrap; }
.topbar.scrolled .brand-mark { border-color: rgba(12,27,38,.12); }
.nav { display: flex; align-items: center; gap: 28px; font-family: var(--display); font-size: 12px; font-weight: 700; }
.nav > a:not(.nav-cta) { position: relative; }
.nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--green-bright); transition: right .2s ease; }
.nav > a:hover::after, .nav > a:focus-visible::after { right: 0; }
.nav-cta { min-height: 43px; display: inline-flex; align-items: center; gap: 10px; padding: 0 18px; border-radius: 999px; color: var(--navy); background: #fff; }
.topbar.scrolled .nav-cta { color: #fff; background: var(--navy); }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 820px; height: min(920px, calc(100vh - 8px)); overflow: hidden; color: #fff; background: var(--navy); }
.hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,29,.98) 0%, rgba(3,18,29,.92) 36%, rgba(3,18,29,.54) 64%, rgba(3,18,29,.2) 100%), linear-gradient(0deg, rgba(3,18,29,.84), transparent 48%), url('/assets/sylora-hero.jpg') 58% center/cover no-repeat; transform: scale(1.012); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,rgba(0,0,0,.65) 45%,transparent 78%); }
.hero-orb { position: absolute; border: 1px solid rgba(69,217,154,.22); border-radius: 50%; pointer-events: none; }
.hero-orb::after { content: ""; position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 20px var(--green-bright); }
.hero-orb-one { right: -120px; top: 185px; width: 470px; height: 470px; }
.hero-orb-one::after { left: 38px; top: 79px; }
.hero-orb-two { right: 195px; bottom: -260px; width: 600px; height: 600px; border-color: rgba(14,134,196,.18); }
.hero-orb-two::after { right: 69px; top: 91px; background: var(--blue); box-shadow: 0 0 20px var(--blue); }
.hero-inner { position: relative; height: 100%; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: center; gap: clamp(55px, 7vw, 105px); padding-top: 105px; }
.hero-copy { min-width: 0; padding: 46px 0 42px; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: var(--green-dark); font-family: var(--display); font-size: 10px; line-height: 1.4; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 34px; height: 2px; flex: 0 0 auto; background: currentColor; }
.eyebrow.light { color: #62e2a8; }
.hero h1, .section-head h2, .challenge-copy h2, .ecosystem-head h2, .tax-copy h2, .compare-copy h2, .industries-copy h2, .partnership-copy h2, .about-intro h2, .inquiry-copy h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.055em;
}
.hero h1 { max-width: 780px; font-size: clamp(52px, 6.1vw, 86px); text-wrap: balance; }
.hero h1 em, .section-head h2 em, .ecosystem-head h2 em, .compare-copy h2 em, .about-intro h2 em { color: var(--green-bright); font-style: normal; font-weight: 600; }
.hero-sub { max-width: 665px; margin: 28px 0 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 13px; }
.btn { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: 999px; padding: 0 24px; font-family: var(--display); font-size: 12px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(69,217,154,.72); outline-offset: 4px; }
.btn-primary { color: #fff; background: var(--green); box-shadow: 0 12px 30px rgba(22,163,106,.28); }
.btn-primary:hover { background: #12b573; box-shadow: 0 16px 38px rgba(22,163,106,.35); }
.btn-glass { color: #fff; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.play-dot { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: #fff; font-size: 8px; }
.hero-proof { margin-top: 45px; display: flex; }
.hero-proof div { min-width: 158px; display: flex; align-items: center; gap: 13px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.2); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong { font-family: var(--display); font-size: 29px; font-weight: 600; color: #fff; }
.hero-proof span { color: rgba(255,255,255,.62); font-family: var(--display); font-size: 8px; line-height: 1.45; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.hero-console { min-width: 0; align-self: center; padding: 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 28px 8px 28px 8px; background: linear-gradient(145deg, rgba(7,28,44,.8), rgba(7,28,44,.45)); box-shadow: 0 35px 90px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.console-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 2px 3px 17px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-family: var(--display); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.console-status { display: flex; align-items: center; gap: 8px; }
.console-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green-bright); box-shadow: 0 0 0 5px rgba(69,217,154,.1); }
.console-core { margin: 18px 0; min-height: 154px; display: flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 19px; background: radial-gradient(circle at center, rgba(22,163,106,.24), rgba(255,255,255,.035) 68%); }
.console-core img { width: 75px; height: 65px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(0,0,0,.22)); }
.console-core > span { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.console-core strong { display: block; color: #fff; font-family: var(--display); font-size: 15px; }
.console-paths { display: grid; gap: 8px; }
.path-card { min-height: 60px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.045); }
.path-card b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; font-family: var(--display); font-size: 9px; }
.path-card span { font-family: var(--display); font-size: 11px; font-weight: 700; }
.path-card small { color: rgba(255,255,255,.5); font-size: 9px; }
.path-green b { color: #66e5ae; background: rgba(69,217,154,.12); }
.path-blue b { color: #68c7f5; background: rgba(14,134,196,.16); }
.path-gold b { color: #edc67d; background: rgba(217,167,75,.14); }
.console-foot { margin-top: 16px; display: flex; align-items: center; justify-content: space-between; gap: 8px; color: rgba(255,255,255,.38); font-family: var(--display); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.console-foot i { height: 1px; flex: 1; background: rgba(255,255,255,.12); }
.scroll-cue { position: absolute; right: max(24px, calc((100% - var(--wrap))/2)); bottom: 27px; display: flex; align-items: center; gap: 14px; color: rgba(255,255,255,.55); font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue i { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: #fff; font-style: normal; }

.trust-band { color: #fff; background: linear-gradient(90deg, var(--green-dark), #0a6749 60%, #09523e); }
.trust-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-inner > p { margin: 0; font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; opacity: .72; }
.trust-list { display: flex; align-items: center; justify-content: flex-end; gap: clamp(13px, 2vw, 28px); font-family: var(--display); font-size: 11px; font-weight: 700; }
.trust-list i { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.4); }

.section { padding: 118px 0; }
.section-head { margin-bottom: 54px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 65px; }
.section-head h2, .ecosystem-head h2 { font-size: clamp(42px, 5vw, 67px); }
.section-head > p, .ecosystem-head > p { max-width: 560px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.solutions-section { position: relative; overflow: hidden; background: #fff; }
.solutions-section::before { content: ""; position: absolute; left: -150px; top: 180px; width: 430px; height: 430px; border-radius: 50%; background: rgba(22,163,106,.045); }
.practice-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.practice-card { --tone: var(--green); position: relative; min-height: 315px; display: flex; flex-direction: column; padding: 29px 28px 27px; overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: linear-gradient(145deg, #fff, #fbfcfa); box-shadow: 0 8px 25px rgba(5,28,43,.035); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.practice-card::after { content: ""; position: absolute; right: -60px; bottom: -90px; width: 180px; height: 180px; border-radius: 50%; background: color-mix(in srgb, var(--tone) 9%, transparent); }
.practice-card:hover { transform: translateY(-7px); border-color: color-mix(in srgb, var(--tone) 35%, transparent); box-shadow: var(--shadow-soft); }
.tone-blue { --tone: var(--blue); }
.tone-orange { --tone: var(--orange); }
.tone-violet { --tone: var(--violet); }
.tone-cyan { --tone: var(--cyan); }
.tone-navy { --tone: var(--navy-3); }
.practice-number { position: absolute; right: 22px; top: 19px; color: color-mix(in srgb, var(--tone) 65%, #fff); font-family: var(--display); font-size: 9px; font-weight: 800; letter-spacing: .08em; }
.practice-icon { width: 49px; height: 49px; position: relative; display: grid; grid-template-columns: repeat(3, 5px); align-items: end; justify-content: center; gap: 4px; padding-bottom: 13px; border-radius: 15px; color: var(--tone); background: color-mix(in srgb, var(--tone) 11%, #fff); }
.practice-icon span { width: 5px; height: 12px; border-radius: 4px 4px 1px 1px; background: currentColor; }
.practice-icon span:nth-child(2) { height: 19px; }
.practice-icon span:nth-child(3) { height: 26px; }
.icon-shield { display: grid; place-items: center; padding: 0; }
.icon-shield span { width: 21px; height: 25px; border: 2px solid currentColor; border-radius: 10px 10px 13px 13px; background: transparent; clip-path: polygon(50% 0, 100% 16%, 89% 75%, 50% 100%, 11% 75%, 0 16%); }
.icon-plan { display: block; padding: 0; }
.icon-plan span { position: absolute; width: 23px; height: 16px; border: 2px solid currentColor; border-radius: 3px; background: transparent; transform: rotate(-10deg); }
.icon-plan span:first-child { left: 11px; top: 11px; }
.icon-plan span:last-child { right: 8px; bottom: 9px; transform: rotate(12deg); }
.icon-data { align-items: center; padding-bottom: 0; }
.icon-data span { width: 6px; height: 6px; border-radius: 50%; }
.icon-data span:nth-child(2) { height: 6px; transform: translateY(-9px); }
.icon-data span:nth-child(3) { height: 6px; }
.icon-data::before, .icon-data::after { content: ""; position: absolute; width: 22px; height: 1px; background: currentColor; }
.icon-data::before { transform: rotate(-28deg); }
.icon-data::after { transform: rotate(28deg); }
.icon-digital { display: block; padding: 0; }
.icon-digital span { position: absolute; border: 2px solid currentColor; background: transparent; }
.icon-digital span:first-child { width: 27px; height: 19px; left: 8px; top: 9px; border-radius: 4px; }
.icon-digital span:last-child { width: 14px; height: 23px; right: 7px; bottom: 7px; border-radius: 4px; background: color-mix(in srgb, var(--tone) 11%, #fff); }
.icon-lead { grid-template-columns: repeat(3, 8px); align-items: center; padding-bottom: 0; }
.icon-lead span { width: 8px; height: 8px; border-radius: 50%; }
.icon-lead span:nth-child(2) { height: 11px; width: 11px; transform: translateY(-6px); }
.icon-lead span:nth-child(3) { height: 8px; }
.practice-card h3 { margin: 24px 0 11px; font-family: var(--display); font-size: 20px; line-height: 1.25; letter-spacing: -.025em; }
.practice-card p { margin: 0 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.practice-card a { position: relative; z-index: 1; margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: var(--tone); font-family: var(--display); font-size: 10px; font-weight: 800; }
.practice-card a span { font-size: 14px; transition: transform .2s ease; }
.practice-card:hover a span { transform: translate(3px,-3px); }

.challenge-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #061a2a, #092d42 62%, #0d3c4b); }
.challenge-section::before { content: ""; position: absolute; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.18) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg,#000,transparent 65%); }
.challenge-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(60px, 8vw, 105px); }
.challenge-copy h2 { font-size: clamp(42px, 5vw, 66px); }
.challenge-copy > p:not(.eyebrow) { margin: 24px 0 30px; color: rgba(255,255,255,.69); font-size: 16px; line-height: 1.75; }
.challenge-list { display: flex; flex-wrap: wrap; gap: 9px; }
.challenge-list span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(255,255,255,.05); font-size: 10px; }
.solution-window { overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 27px 8px 27px 8px; background: rgba(255,255,255,.06); box-shadow: 0 30px 80px rgba(0,0,0,.22); backdrop-filter: blur(12px); }
.window-top { height: 48px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid rgba(255,255,255,.1); }
.window-top span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.2); }
.window-top span:first-child { background: #df7c3d; }
.window-top span:nth-child(2) { background: var(--gold); }
.window-top span:nth-child(3) { background: var(--green-bright); }
.window-top b { margin-left: auto; color: rgba(255,255,255,.4); font-family: var(--display); font-size: 7px; letter-spacing: .13em; }
.window-body { position: relative; min-height: 375px; display: grid; place-items: center; overflow: hidden; }
.window-body::before { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: radial-gradient(circle, rgba(69,217,154,.18), transparent 70%); }
.window-orbit { position: absolute; border: 1px dashed rgba(98,226,168,.25); border-radius: 50%; }
.orbit-a { width: 250px; height: 250px; }
.orbit-b { width: 380px; height: 380px; border-color: rgba(14,134,196,.2); }
.window-center { position: relative; z-index: 2; width: 140px; height: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(98,226,168,.34); border-radius: 50%; background: rgba(7,28,44,.88); box-shadow: 0 0 0 12px rgba(69,217,154,.035), 0 20px 50px rgba(0,0,0,.25); }
.window-center img { width: 50px; height: 43px; object-fit: contain; }
.window-center strong { margin-top: 6px; font-family: var(--display); font-size: 11px; letter-spacing: .16em; }
.window-center small { color: rgba(255,255,255,.5); font-size: 8px; }
.window-node { position: absolute; z-index: 2; min-width: 80px; padding: 7px 11px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: rgba(255,255,255,.75); background: rgba(7,28,44,.78); font-family: var(--display); font-size: 8px; font-weight: 700; text-align: center; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.node-one { left: 12%; top: 22%; }
.node-two { right: 11%; top: 20%; }
.node-three { right: 5%; bottom: 24%; }
.node-four { left: 7%; bottom: 23%; }
.node-five { left: 50%; top: 8%; transform: translateX(-50%); }
.window-result { min-height: 78px; display: flex; align-items: center; gap: 14px; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.035); }
.window-result > i { width: 31px; height: 31px; flex: 0 0 auto; border-radius: 50%; background: var(--green-bright); }
.window-result > i::after { content: "✓"; height: 100%; display: grid; place-items: center; color: var(--navy); font-style: normal; font-weight: 900; }
.window-result span { display: grid; gap: 2px; }
.window-result small { color: var(--green-bright); font-family: var(--display); font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.window-result strong { font-family: var(--display); font-size: 10px; font-weight: 600; }

.ecosystem-section { position: relative; overflow: hidden; color: #fff; background: #041521; }
.ecosystem-section::before { content: ""; position: absolute; inset: 0; opacity: .13; background: radial-gradient(circle at 50% 38%, rgba(22,163,106,.55), transparent 24%), linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.12) 1px, transparent 1px); background-size: auto, 84px 84px, 84px 84px; mask-image: linear-gradient(#000,rgba(0,0,0,.25)); }
.ecosystem-head { position: relative; margin-bottom: 55px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 65px; }
.ecosystem-head > p { color: rgba(255,255,255,.62); }
.ecosystem-stage { position: relative; padding: 30px; border: 1px solid rgba(255,255,255,.12); border-radius: 34px 8px 34px 8px; background: rgba(255,255,255,.035); box-shadow: 0 35px 90px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.ecosystem-core { min-height: 175px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 20px; border: 1px solid rgba(98,226,168,.18); border-radius: 20px; background: radial-gradient(circle at center, rgba(22,163,106,.2), rgba(255,255,255,.025) 62%); }
.core-logo { width: 85px; height: 73px; display: grid; place-items: center; }
.core-logo img { width: 80px; height: 68px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(0,0,0,.28)); }
.ecosystem-core > p { margin: 5px 0 13px; color: #fff; font-family: var(--display); font-size: 16px; font-weight: 600; }
.ecosystem-core > div:last-child { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.43); font-family: var(--display); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ecosystem-core > div:last-child i { width: 24px; height: 1px; background: rgba(255,255,255,.16); }
.module-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.module-card { --module: var(--green); position: relative; min-width: 0; min-height: 180px; display: flex; flex-direction: column; padding: 19px 17px 17px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); border-radius: 15px; background: rgba(255,255,255,.045); transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.module-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: var(--module); }
.module-card::after { content: ""; position: absolute; right: -38px; bottom: -42px; width: 100px; height: 100px; border-radius: 50%; background: color-mix(in srgb, var(--module) 12%, transparent); }
.module-card:hover { z-index: 2; transform: translateY(-5px); border-color: color-mix(in srgb, var(--module) 45%, transparent); background: rgba(255,255,255,.07); }
.module-code { align-self: flex-start; padding: 5px 7px; border-radius: 5px; color: var(--module); background: color-mix(in srgb, var(--module) 12%, transparent); font-family: var(--display); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.module-card strong { margin: 17px 0 6px; font-family: var(--display); font-size: 11px; line-height: 1.35; }
.module-card small { position: relative; z-index: 1; color: rgba(255,255,255,.48); font-size: 9px; line-height: 1.55; }
.module-card > b { position: absolute; right: 12px; top: 14px; color: rgba(255,255,255,.18); font-family: var(--display); font-size: 8px; }
.module-books { --module: #64b5e7; }
.module-pos { --module: #edb85b; }
.module-billing { --module: #59d3bb; }
.module-payroll { --module: #9586df; }
.module-inventory { --module: #ed8f55; }
.module-crm { --module: #5aadda; }
.module-comply { --module: #86c96b; }
.module-portals { --module: #d174a8; }
.module-ai { --module: #62e2a8; }
.ecosystem-note { margin: 18px 0 0; color: rgba(255,255,255,.38); font-size: 9px; text-align: center; }

.tax-advisor-section { color: #fff; background: linear-gradient(90deg, #08794d, #0c7f78 52%, #0e6489); }
.tax-advisor-card { position: relative; min-height: 255px; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 44px; overflow: hidden; }
.tax-advisor-card::after { content: ""; position: absolute; right: 11%; top: -100px; width: 350px; height: 350px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.tax-visual { position: relative; width: 165px; height: 165px; display: grid; place-items: center; }
.tax-symbol { position: relative; z-index: 3; width: 72px; height: 72px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 22px 7px 22px 7px; color: #fff; background: rgba(7,28,44,.54); box-shadow: 0 20px 40px rgba(0,0,0,.17); font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: .08em; }
.tax-ring { position: absolute; border: 1px solid rgba(255,255,255,.21); border-radius: 50%; }
.tax-ring-one { width: 120px; height: 120px; }
.tax-ring-two { width: 160px; height: 160px; border-style: dashed; }
.tax-dot { position: absolute; z-index: 2; width: 8px; height: 8px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px rgba(255,255,255,.8); }
.dot-one { top: 17px; left: 78px; }
.dot-two { right: 10px; bottom: 49px; background: #f2d18c; }
.dot-three { left: 22px; bottom: 29px; background: #8de8bd; }
.tax-copy { position: relative; z-index: 1; }
.tax-copy .eyebrow { margin-bottom: 11px; }
.tax-copy h2 { font-size: clamp(28px, 3vw, 42px); }
.tax-copy > p:last-child { max-width: 680px; margin: 15px 0 0; color: rgba(255,255,255,.72); font-size: 13px; }
.btn-white { position: relative; z-index: 2; color: var(--navy); background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.14); white-space: nowrap; }

.compare-section { background: var(--paper); }
.compare-grid { display: grid; grid-template-columns: .76fr 1.24fr; align-items: center; gap: clamp(60px, 8vw, 115px); }
.compare-copy h2 { font-size: clamp(42px, 5vw, 65px); }
.compare-copy h2 em { color: var(--green); font-style: normal; }
.compare-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--green-dark); font-family: var(--display); font-size: 10px; font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.compare-table { overflow: hidden; border: 1px solid var(--line); border-radius: 25px 7px 25px 7px; background: #fff; box-shadow: var(--shadow-soft); }
.compare-row { min-height: 70px; display: grid; grid-template-columns: 1fr 1.08fr; align-items: center; border-top: 1px solid var(--line); }
.compare-row:first-child { border-top: 0; }
.compare-row span, .compare-row strong { height: 100%; display: flex; align-items: center; padding: 15px 25px; }
.compare-row span { color: #7d878d; font-size: 12px; }
.compare-row strong { position: relative; gap: 10px; color: var(--ink); background: var(--mint-light); font-family: var(--display); font-size: 11px; font-weight: 700; }
.compare-row:not(.compare-labels) strong::before { content: "✓"; width: 21px; height: 21px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--green); font-size: 9px; }
.compare-labels { min-height: 52px; background: var(--navy); }
.compare-labels span, .compare-labels strong { color: rgba(255,255,255,.64); background: transparent; font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.compare-labels strong { color: var(--green-bright); }

.solution-series { background: #fff; }
.series-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.series-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; overflow: hidden; border-radius: 24px 7px 24px 7px; color: #fff; background: var(--navy); box-shadow: 0 12px 35px rgba(5,28,43,.1); }
.series-card:nth-child(2), .series-card:nth-child(3) { min-height: 330px; }
.series-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.series-card:hover img { transform: scale(1.045); }
.series-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,21,33,.94), rgba(4,21,33,.18) 72%); }
.series-card small, .series-card h3, .series-card p, .series-card b { position: relative; z-index: 1; }
.series-card small { color: #65e2a9; font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.series-card h3 { margin: 9px 0 8px; font-family: var(--display); font-size: clamp(28px, 3.2vw, 42px); line-height: 1.1; letter-spacing: -.035em; }
.series-card p { margin: 0 0 22px; color: rgba(255,255,255,.7); font-size: 13px; }
.series-card b { display: flex; align-items: center; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.16); font-family: var(--display); font-size: 9px; }
.series-card b i { font-size: 15px; font-style: normal; transition: transform .2s ease; }
.series-card:hover b i { transform: translate(3px,-3px); }

.industries-section { position: relative; overflow: hidden; background: var(--paper); }
.industries-section::after { content: ""; position: absolute; right: -160px; top: -180px; width: 460px; height: 460px; border-radius: 50%; background: rgba(14,134,196,.055); }
.industries-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 8vw, 105px); }
.industries-visual { position: relative; min-height: 600px; overflow: hidden; border-radius: 30px 8px 30px 8px; box-shadow: var(--shadow); }
.industries-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,21,33,.86), transparent 52%); }
.industries-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.industries-caption { position: absolute; z-index: 1; left: 31px; right: 31px; bottom: 28px; color: #fff; }
.industries-caption small { display: block; margin-bottom: 7px; color: var(--green-bright); font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.industries-caption strong { max-width: 390px; display: block; font-family: var(--display); font-size: 24px; line-height: 1.3; letter-spacing: -.025em; }
.industries-copy h2 { font-size: clamp(40px, 4.6vw, 61px); }
.industries-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 15px; line-height: 1.78; }
.industry-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 30px; }
.industry-cloud span { padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; color: #40505a; background: #fff; font-size: 10px; box-shadow: 0 5px 12px rgba(5,28,43,.03); }
.btn-dark { color: #fff; background: var(--navy); box-shadow: 0 12px 30px rgba(5,28,43,.16); }
.btn-dark:hover { background: var(--navy-2); }

.partnership-section { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.partnership-section::before { content: ""; position: absolute; left: -200px; bottom: -240px; width: 560px; height: 560px; border: 1px solid rgba(69,217,154,.12); border-radius: 50%; }
.partnership-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 8vw, 110px); }
.partnership-copy h2 { font-size: clamp(42px, 4.8vw, 64px); }
.partnership-copy > p:not(.eyebrow) { margin: 25px 0 27px; color: rgba(255,255,255,.65); font-size: 15px; line-height: 1.78; }
.partnership-steps { display: grid; }
.partnership-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 15px; align-items: center; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.11); }
.partnership-steps article:last-child { border-bottom: 1px solid rgba(255,255,255,.11); }
.partnership-steps article > span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--green-bright); background: rgba(69,217,154,.1); font-family: var(--display); font-size: 8px; font-weight: 800; }
.partnership-steps div { display: grid; gap: 2px; }
.partnership-steps strong { font-family: var(--display); font-size: 11px; }
.partnership-steps small { color: rgba(255,255,255,.48); font-size: 10px; }
.partnership-image { position: relative; min-height: 610px; overflow: hidden; border-radius: 30px 8px 30px 8px; box-shadow: 0 30px 80px rgba(0,0,0,.26); }
.partnership-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,21,33,.78), transparent 48%); }
.partnership-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-badge { position: absolute; z-index: 1; left: 28px; right: 28px; bottom: 27px; padding: 19px 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; background: rgba(7,28,44,.62); backdrop-filter: blur(12px); }
.image-badge span { display: block; color: var(--green-bright); font-family: var(--display); font-size: 7px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.image-badge strong { display: block; margin-top: 4px; font-family: var(--display); font-size: 15px; }

.about-section { color: #fff; background: linear-gradient(135deg, #08794d, #075844 58%, #063c35); }
.about-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(60px, 9vw, 130px); align-items: center; }
.about-intro h2 { font-size: clamp(42px, 5vw, 67px); }
.about-intro .lead { margin-top: 28px; color: #fff; font-size: 18px; line-height: 1.65; }
.about-intro > p:last-child { color: rgba(255,255,255,.64); font-size: 14px; }
.about-manifesto { position: relative; padding: 49px; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 25px 7px 25px 7px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.035)); }
.quote-mark { position: absolute; right: 31px; top: -19px; color: rgba(255,255,255,.13); font-family: Georgia, serif; font-size: 145px; line-height: 1; }
.about-manifesto blockquote { position: relative; margin: 0; font-family: var(--display); font-size: clamp(23px, 2.7vw, 34px); font-weight: 600; line-height: 1.38; letter-spacing: -.035em; }
.manifesto-line { height: 1px; margin: 29px 0 22px; background: rgba(255,255,255,.15); }
.about-manifesto p { margin: 0; color: rgba(255,255,255,.61); font-size: 12px; }
.about-manifesto strong { display: inline-block; margin-right: 15px; color: #8ff0c1; font-family: var(--display); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }

.inquiry-section { color: #fff; background: #061a2a; }
.inquiry-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(50px, 8vw, 100px); align-items: start; }
.inquiry-copy { padding-top: 31px; }
.inquiry-copy h2 { font-size: clamp(43px, 5vw, 66px); }
.inquiry-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 38px; color: rgba(255,255,255,.66); font-size: 15px; line-height: 1.78; }
.contact-stack { border-top: 1px solid rgba(255,255,255,.15); }
.contact-stack a, .contact-stack div { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-stack span { color: rgba(255,255,255,.46); font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-stack strong { overflow-wrap: anywhere; font-size: 11px; font-weight: 600; }
.form { padding: clamp(28px, 4vw, 47px); border-radius: 25px 7px 25px 7px; color: var(--ink); background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.2); }
.form-head { margin-bottom: 26px; }
.form-head > span { color: var(--green-dark); font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-head h3 { margin: 7px 0 0; font-family: var(--display); font-size: clamp(24px, 3vw, 32px); line-height: 1.25; letter-spacing: -.035em; }
.form-head p { margin: 9px 0 0; color: var(--muted); font-size: 11px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.form label { display: block; margin-bottom: 15px; color: #52606a; font-family: var(--display); font-size: 8px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.form input, .form select, .form textarea { width: 100%; margin-top: 7px; border: 1px solid #d8dfdc; border-radius: 10px; outline: 0; padding: 13px 14px; color: var(--ink); background: #fafbf9; font-family: var(--body); font-size: 13px; font-weight: 500; letter-spacing: 0; text-transform: none; transition: border-color .2s, box-shadow .2s, background .2s; }
.form textarea { min-height: 128px; resize: vertical; }
.form input:focus, .form select:focus, .form textarea:focus { border-color: var(--green); background: #fff; box-shadow: 0 0 0 4px rgba(22,163,106,.1); }
.btn-full { width: 100%; border-radius: 11px; }
.btn:disabled { cursor: wait; opacity: .65; transform: none; }
.form-status { min-height: 24px; margin: 11px 0 0; font-size: 12px; font-weight: 700; text-align: center; }
.form-status.ok { color: var(--green-dark); }
.form-status.err { color: #ba2d38; }
.form-note { margin: 3px 0 0; color: #879198; font-size: 9px; text-align: center; }

.footer { color: rgba(255,255,255,.68); background: #041521; }
.footer-top { min-height: 165px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 48px; }
.footer-brand { color: #fff; }
.footer-top > p { max-width: 510px; margin: 0; font-size: 12px; }
.footer-arrow { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); font-family: var(--display); font-size: 8px; letter-spacing: .04em; }
.footer-bottom a { color: #65e2a9; font-weight: 700; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); gap: 40px; }
  .hero h1 { font-size: clamp(49px, 6.4vw, 70px); }
  .hero-proof div { min-width: 135px; padding: 0 16px; }
  .path-card { grid-template-columns: 34px 1fr; }
  .path-card small { display: none; }
  .practice-grid { grid-template-columns: repeat(2, 1fr); }
  .module-grid { grid-template-columns: repeat(3, 1fr); }
  .module-card:nth-last-child(1) { grid-column: 2; }
  .tax-advisor-card { grid-template-columns: 150px 1fr; padding: 35px 0; }
  .tax-visual { width: 140px; height: 140px; }
  .tax-ring-two { width: 138px; height: 138px; }
  .tax-advisor-card .btn { grid-column: 2; justify-self: start; margin-top: -23px; }
  .industries-grid, .partnership-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .nav { gap: 18px; }
  .nav > a:not(.nav-cta) { display: none; }
  .hero { height: auto; min-height: 860px; }
  .hero-inner { min-height: 860px; grid-template-columns: 1fr; padding-top: 150px; padding-bottom: 85px; }
  .hero-copy { max-width: 690px; padding-bottom: 0; }
  .hero-console { display: none; }
  .hero-media { background: linear-gradient(90deg, rgba(3,18,29,.96), rgba(3,18,29,.71) 62%, rgba(3,18,29,.3)), linear-gradient(0deg, rgba(3,18,29,.85), transparent 47%), url('/assets/sylora-hero.jpg') 58% center/cover no-repeat; }
  .scroll-cue { display: none; }
  .trust-inner { padding: 20px 0; flex-direction: column; justify-content: center; gap: 10px; }
  .challenge-grid, .compare-grid, .industries-grid, .partnership-grid, .about-grid, .inquiry-grid { grid-template-columns: 1fr; }
  .challenge-copy, .compare-copy, .industries-copy, .partnership-copy { max-width: 720px; }
  .solution-window { width: min(100%, 720px); }
  .tax-advisor-card { grid-template-columns: 135px 1fr; gap: 24px; }
  .tax-advisor-card .btn { margin-top: -17px; }
  .industries-visual { min-height: 520px; }
  .partnership-image { min-height: 540px; }
  .about-grid { gap: 55px; }
  .inquiry-grid { gap: 50px; }
  .inquiry-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 0 45px; }
  .inquiry-copy .eyebrow, .inquiry-copy h2, .inquiry-copy > p { grid-column: 1; }
  .contact-stack { grid-column: 2; grid-row: 1 / 5; }
}

@media (max-width: 700px) {
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .signal-inner { min-height: 34px; justify-content: center; text-align: center; font-size: 8px; }
  .signal-inner a { display: none; }
  .topbar { inset: 34px 0 auto; }
  .topbar-inner { min-height: 73px; }
  .brand-mark { width: 43px; height: 40px; border-radius: 12px 4px 12px 4px; }
  .brand-mark img { width: 38px; height: 33px; }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { display: none; }
  .menu-toggle { display: inline-flex; min-height: 37px; align-items: center; border: 1px solid currentColor; border-radius: 999px; padding: 0 13px; color: inherit; background: transparent; font-family: var(--display); font-size: 9px; font-weight: 800; }
  .nav { position: absolute; left: 16px; right: 16px; top: 81px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 13px; border-radius: 17px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav > a:not(.nav-cta) { display: block; }
  .nav a { padding: 12px; }
  .nav-cta { min-height: 45px; margin-top: 5px; justify-content: center; color: #fff; background: var(--navy); }
  .topbar.scrolled .nav { top: 76px; }
  .hero { min-height: 810px; }
  .hero-inner { min-height: 810px; padding-top: 132px; padding-bottom: 70px; }
  .hero-copy { width: 100%; padding-top: 25px; }
  .hero h1 { font-size: clamp(41px, 12.5vw, 57px); letter-spacing: -.06em; }
  .hero-sub { margin-top: 23px; font-size: 14px; line-height: 1.72; }
  .hero-actions { margin-top: 29px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { margin-top: 37px; }
  .hero-proof div { min-width: 0; flex: 1; flex-direction: column; align-items: flex-start; gap: 4px; padding: 0 9px; }
  .hero-proof strong { font-size: 24px; }
  .hero-proof span { font-size: 6px; }
  .hero-orb { display: none; }
  .trust-list { width: 100%; justify-content: center; flex-wrap: wrap; gap: 9px 13px; font-size: 9px; }
  .section { padding: 82px 0; }
  .section-head, .ecosystem-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-head h2, .ecosystem-head h2 { font-size: 42px; }
  .section-head > p, .ecosystem-head > p { font-size: 14px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card { min-height: 285px; }
  .challenge-grid { gap: 45px; }
  .challenge-copy h2 { font-size: 43px; }
  .window-body { min-height: 330px; }
  .orbit-b { width: 315px; height: 315px; }
  .orbit-a { width: 210px; height: 210px; }
  .window-node { min-width: 65px; padding: 6px 8px; font-size: 6px; }
  .window-result strong { line-height: 1.4; }
  .ecosystem-stage { padding: 14px; border-radius: 24px 7px 24px 7px; }
  .ecosystem-core { min-height: 155px; }
  .ecosystem-core > div:last-child { gap: 7px; font-size: 6px; }
  .ecosystem-core > div:last-child i { width: 10px; }
  .module-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .module-card { min-height: 164px; padding: 16px 13px; }
  .module-card:nth-last-child(1) { grid-column: auto; }
  .module-card strong { margin-top: 14px; font-size: 10px; }
  .module-card small { font-size: 8px; }
  .tax-advisor-card { min-height: 0; grid-template-columns: 1fr; gap: 20px; padding: 54px 0; text-align: center; }
  .tax-visual { margin-inline: auto; }
  .tax-copy .eyebrow { justify-content: center; }
  .tax-copy > p:last-child { font-size: 12px; }
  .tax-advisor-card .btn { grid-column: 1; justify-self: stretch; margin-top: 3px; }
  .compare-grid { gap: 44px; }
  .compare-copy h2 { font-size: 43px; }
  .compare-row { min-height: 67px; grid-template-columns: .88fr 1.12fr; }
  .compare-row span, .compare-row strong { padding: 13px 14px; }
  .compare-row span { font-size: 9px; }
  .compare-row strong { gap: 7px; font-size: 8px; }
  .compare-row:not(.compare-labels) strong::before { width: 18px; height: 18px; }
  .compare-labels span, .compare-labels strong { font-size: 6px; }
  .series-grid { grid-template-columns: 1fr; }
  .series-card, .series-card:nth-child(2), .series-card:nth-child(3) { min-height: 350px; padding: 27px 23px; }
  .industries-grid { gap: 45px; }
  .industries-visual { min-height: 450px; }
  .industries-copy h2, .partnership-copy h2 { font-size: 42px; }
  .partnership-grid { gap: 48px; }
  .partnership-image { min-height: 450px; }
  .about-intro h2 { font-size: 43px; }
  .about-manifesto { padding: 35px 25px; }
  .inquiry-copy { display: block; padding-top: 0; }
  .inquiry-copy h2 { font-size: 43px; }
  .contact-stack { margin-bottom: 34px; }
  .form { padding: 29px 20px; }
  .row2 { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr auto; gap: 20px; padding: 43px 0; }
  .footer-top > p { grid-column: 1 / 3; grid-row: 2; }
  .footer-bottom { min-height: 105px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 40px; }
  .hero-proof span { letter-spacing: .03em; }
  .module-card { min-height: 170px; }
  .window-node { display: none; }
  .compare-row span, .compare-row strong { padding-inline: 10px; }
}
