:root {
  --navy: #07111f;
  --navy-2: #0b192b;
  --ink: #0b1625;
  --muted: #687589;
  --line: #dce5eb;
  --paper: #f4f7f8;
  --white: #ffffff;
  --cyan: #19d4e7;
  --blue: #2b7fff;
  --green: #38e09d;
  --yellow: #ffd600;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(17, 38, 62, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--navy); font-family: "DM Sans", sans-serif; line-height: 1.6; }
button, input, select { font: inherit; }
a { color: inherit; text-decoration: none; }
.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; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-light { background: var(--paper); }

.site-header {
  position: absolute; z-index: 20; top: 0; left: 50%; transform: translateX(-50%);
  width: min(1180px, calc(100% - 40px)); height: 82px; display: flex; align-items: center; justify-content: space-between;
  color: #d7e2ed; border-bottom: 1px solid rgba(255,255,255,.09);
}
.logo { display: flex; align-items: center; gap: 10px; font-family: "Space Grotesk"; font-size: 19px; font-weight: 700; letter-spacing: -.5px; }
.logo-dot { color: var(--cyan); }
.logo-mark { width: 27px; height: 27px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; transform: rotate(-8deg); }
.logo-mark span { border-radius: 2px; background: linear-gradient(180deg, var(--cyan), var(--blue)); }
.logo-mark span:nth-child(2) { transform: translateY(4px); }
.logo-mark span:nth-child(3) { transform: translateY(8px); }
.desktop-nav { display: flex; gap: 30px; font-size: 13px; font-weight: 600; color: #aebdca; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--cyan); }
.button { border: 0; border-radius: 9px; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 700; font-size: 14px; padding: 14px 20px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #06121f; background: linear-gradient(135deg, var(--cyan), var(--yellow)); box-shadow: 0 10px 30px rgba(255,214,0,.18); }
.button-outline { color: #eaf5f7; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.03); }
.button-small { padding: 10px 16px; font-size: 12px; }

.hero {
  min-height: 780px; padding-top: 165px; padding-bottom: 95px; color: white; display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 70px; position: relative;
}
.hero::before { content: ""; position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background-color: var(--navy); background-image: radial-gradient(ellipse at 20% 24%, rgba(25,212,231,.17), transparent 42%), radial-gradient(ellipse at 80% 48%, rgba(43,127,255,.11), transparent 40%), linear-gradient(rgba(76,151,190,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(76,151,190,.055) 1px, transparent 1px); background-size: auto, auto, 42px 42px, 42px 42px; pointer-events: none; }
.hero-glow { position: absolute; z-index: 1; border-radius: 50%; filter: blur(100px); opacity: .16; pointer-events: none; }
.hero-glow-one { width: 110vw; height: 540px; background: radial-gradient(ellipse at center, rgba(25,212,231,.68), rgba(43,127,255,.2) 55%, transparent 78%); left: 50%; top: -170px; transform: translateX(-50%); opacity: .2; }
.hero-glow-two { width: 300px; height: 300px; background: var(--blue); right: -70px; bottom: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--cyan); font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.eyebrow { padding: 7px 11px; color: #9debf0; letter-spacing: 1.4px; border: 1px solid rgba(25,212,231,.22); border-radius: 30px; background: rgba(25,212,231,.05); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 4px rgba(255,214,0,.12); }
h1, h2, h3 { font-family: "Space Grotesk"; margin: 0; line-height: 1.08; }
h1 { max-width: 610px; margin-top: 22px; font-size: clamp(58px, 6.3vw, 88px); letter-spacing: -5px; }
h1 span, h2 span { color: var(--cyan); }
.hero-subtitle { max-width: 640px; margin: 26px 0 30px; color: #aebdca; font-size: 17px; line-height: 1.75; }
.hero-form { max-width: 650px; }
.input-group { display: grid; grid-template-columns: 1fr 1fr auto; padding: 5px; border: 1px solid rgba(255,255,255,.14); border-radius: 11px; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.input-group input { min-width: 0; padding: 12px 14px; border: 0; border-right: 1px solid rgba(255,255,255,.12); outline: 0; background: transparent; color: white; font-size: 13px; }
.input-group input::placeholder { color: #7f91a1; }
.input-group .button { white-space: nowrap; }
.supporting-text { margin-top: 13px; color: #7f91a1; font-size: 11px; }
.supporting-text span { color: var(--green); margin-right: 5px; }
.form-message { min-height: 22px; margin: 8px 0 0; color: var(--green); font-size: 12px; font-weight: 700; }
.form-message.is-error { color: #ff8f8f; }
.signup-form button:disabled { cursor: wait; opacity: .7; transform: none; }

.hero-visual { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(10,27,45,.86); box-shadow: 0 35px 100px rgba(0,0,0,.34); transform: perspective(1000px) rotateY(-4deg) rotateX(2deg); }
.visual-topbar { height: 50px; padding: 0 16px; display: flex; align-items: center; gap: 10px; color: #a8b7c5; font-size: 11px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-logo { width: 18px; height: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
.mini-logo span { background: var(--cyan); border-radius: 1px; }
.mini-logo span:nth-child(2) { transform: translateY(3px); }
.mini-logo span:nth-child(3) { transform: translateY(6px); }
.live-pill { margin-left: auto; display: flex; align-items: center; gap: 5px; color: #83d3be; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.live-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.visual-body { padding: 24px; }
.visual-label { margin: 0 0 9px; color: #75899a; font-size: 9px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase; }
.query-box { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 14px 15px; color: #eef6f8; font-size: 12px; border: 1px solid rgba(25,212,231,.23); border-radius: 8px; background: rgba(25,212,231,.05); box-shadow: inset 0 0 20px rgba(25,212,231,.03); }
.query-box b { width: 23px; height: 23px; flex: 0 0 23px; display: grid; place-items: center; color: #06121f; border-radius: 5px; background: var(--cyan); }
.thinking-line { display: flex; align-items: center; gap: 4px; margin: 13px 0; color: #6f8495; font-size: 8px; }
.thinking-line i { width: 4px; height: 4px; margin-right: 4px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }
.thinking-line span { width: 3px; height: 3px; border-radius: 50%; background: #526c7f; }
.result-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-bottom: 10px; }
.result-summary div { padding: 11px; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; background: rgba(255,255,255,.025); }
.result-summary strong, .result-summary span { display: block; }
.result-summary strong { color: var(--cyan); font-family: "Space Grotesk"; font-size: 18px; }
.result-summary span { margin-top: 2px; color: #6f8495; font-size: 7px; font-weight: 700; text-transform: uppercase; }
.result-card { display: grid; grid-template-columns: 30px 1fr auto; align-items: center; gap: 9px; padding: 10px; margin-top: 7px; border: 1px solid rgba(255,255,255,.07); border-radius: 7px; background: rgba(255,255,255,.025); }
.tool-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 6px; font-weight: bold; }
.tool-icon.cyan { color: var(--cyan); background: rgba(25,212,231,.09); }
.tool-icon.green { color: var(--green); background: rgba(56,224,157,.09); }
.result-card strong, .result-card span { display: block; }
.result-card strong { color: #dbe8ed; font-size: 9px; }
.result-card span { color: #647a8d; font-size: 7px; }
.result-card em { color: #90a3b3; font-size: 8px; font-style: normal; }
.summary-button { width: 100%; margin-top: 13px; padding: 9px; display: flex; justify-content: space-between; color: #85a0b2; border: 1px solid rgba(255,255,255,.08); border-radius: 7px; background: transparent; font-size: 8px; text-transform: uppercase; letter-spacing: .8px; }
.summary-button span { color: var(--cyan); }
.orbit { position: absolute; border: 1px solid rgba(25,212,231,.22); border-radius: 50%; pointer-events: none; }
.orbit i { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.orbit-one { width: 500px; height: 500px; top: -55px; left: -38px; opacity: .25; }
.orbit-one i { right: 45px; top: 75px; }
.orbit-two { width: 570px; height: 570px; top: -90px; left: -72px; opacity: .1; }
.orbit-two i { bottom: 78px; left: 50px; }

.trust-strip { min-height: 76px; padding: 18px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #63778a; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); background: #081522; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.trust-strip div { display: flex; align-items: center; gap: 8px; color: #9aabb9; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 8px var(--yellow); }

.section-heading h2 { margin-top: 14px; font-size: clamp(36px, 4.2vw, 58px); letter-spacing: -2.4px; }
.section-heading h2 span { color: #718094; }
.section-heading p { max-width: 650px; margin: 20px auto 0; color: var(--muted); font-size: 15px; }
.section-heading.centered { text-align: center; }
.section-heading.left p { margin-inline: 0; }
.problem-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.problem-card { position: relative; overflow: hidden; min-height: 285px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 16px 42px rgba(35,65,91,.06); transition: transform .25s ease, box-shadow .25s ease; }
.problem-card:hover, .feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-number { position: absolute; top: 22px; right: 24px; color: #c7d1d8; font-family: "Space Grotesk"; font-size: 11px; font-weight: 700; }
.icon-box, .feature-icon { width: 45px; height: 45px; display: grid; place-items: center; color: #067c9f; border-radius: 10px; background: #eaf9fa; font-size: 20px; font-weight: 700; }
.problem-card h3, .feature-card h3 { margin-top: 28px; font-size: 19px; letter-spacing: -.5px; }
.problem-card p, .feature-card p { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.card-line { position: absolute; left: 30px; bottom: 0; width: 44px; height: 3px; background: var(--yellow); }

.solution-section { position: relative; overflow: hidden; color: white; background: #091624; }
.solution-section::before, .integrations-section::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(87,148,177,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(87,148,177,.07) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.solution-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.kicker-dark { color: var(--cyan); }
.solution-section .section-heading h2 span, .dark-heading h2 span { color: var(--cyan); }
.solution-section .section-heading p, .dark-heading p { color: #93a5b4; }
.answer-steps { margin-top: 35px; display: grid; gap: 12px; }
.answer-steps > div { display: flex; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.answer-steps b { color: var(--cyan); font-family: "Space Grotesk"; font-size: 10px; }
.answer-steps strong, .answer-steps small { display: block; }
.answer-steps strong { color: #e8f0f3; font-size: 12px; }
.answer-steps small { margin-top: 3px; color: #728797; font-size: 10px; }
.prompt-panel { position: relative; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(255,255,255,.035); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.prompt-panel::before { content: ""; position: absolute; inset: 15% 10%; background: var(--cyan); filter: blur(100px); opacity: .07; pointer-events: none; }
.prompt-panel-header { position: relative; padding: 8px 8px 15px; color: #7b8f9e; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; }
.prompt-panel-header i { float: right; width: 4px; height: 4px; margin: 5px 0 0 4px; border-radius: 50%; background: #344a5a; }
.prompt-panel button { position: relative; width: 100%; margin: 5px 0; padding: 16px; display: flex; justify-content: space-between; gap: 15px; text-align: left; color: #cfdae0; border: 1px solid rgba(255,255,255,.08); border-radius: 9px; background: rgba(255,255,255,.025); font-size: 11px; cursor: default; }
.prompt-panel button:nth-of-type(2) { border-color: rgba(25,212,231,.22); background: rgba(25,212,231,.045); }
.prompt-panel button span { color: var(--cyan); }

.features-section { padding-bottom: 120px; }
.feature-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { min-height: 255px; padding: 28px; border: 1px solid var(--line); border-radius: 14px; background: white; transition: transform .25s ease, box-shadow .25s ease; }
.feature-icon { width: 40px; height: 40px; font-size: 17px; }
.feature-card h3 { margin-top: 24px; }
.feature-card > span { display: block; margin-top: 23px; color: #8ea0ae; font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }

.integrations-section { position: relative; overflow: hidden; color: white; background: #071421; }
.integrations-section > * { position: relative; }
.integration-glow { position: absolute; left: 50%; top: 50%; width: 500px; height: 500px; transform: translate(-50%, -40%); border-radius: 50%; background: var(--cyan); filter: blur(160px); opacity: .07; }
.dark-heading h2 { color: white; }
.integration-map { height: 330px; margin-top: 30px; position: relative; }
.integration-core { position: absolute; z-index: 3; left: 50%; top: 50%; width: 180px; height: 180px; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(25,212,231,.35); border-radius: 50%; background: #0b1b2b; box-shadow: 0 0 0 15px rgba(25,212,231,.025), 0 0 70px rgba(25,212,231,.12); }
.integration-core .logo-mark { margin-bottom: 12px; }
.integration-core strong { font-family: "Space Grotesk"; font-size: 14px; }
.integration-core strong span { color: var(--cyan); }
.integration-core small { margin-top: 3px; color: #687e8f; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
.integration-badge { position: absolute; z-index: 3; min-width: 150px; padding: 12px 15px; display: flex; align-items: center; gap: 10px; color: #b9c8d1; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: #0b1a29; box-shadow: 0 12px 30px rgba(0,0,0,.18); font-size: 10px; font-weight: 700; }
.integration-badge i { width: 27px; height: 27px; display: grid; place-items: center; color: var(--cyan); border-radius: 6px; background: rgba(25,212,231,.07); font-style: normal; }
.badge-one { left: 12%; top: 12%; }.badge-two { left: 5%; top: 46%; }.badge-three { left: 16%; bottom: 8%; }
.badge-four { right: 8%; top: 12%; }.badge-five { right: 4%; top: 48%; }.badge-six { right: 14%; bottom: 7%; }
.connection-lines { position: absolute; inset: 0; z-index: 1; }
.connection-lines span { position: absolute; left: 50%; top: 50%; width: 35%; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(25,212,231,.32), rgba(25,212,231,.02)); }
.connection-lines span:nth-child(1) { transform: rotate(-158deg); }.connection-lines span:nth-child(2) { transform: rotate(180deg); }.connection-lines span:nth-child(3) { transform: rotate(152deg); }
.connection-lines span:nth-child(4) { transform: rotate(-25deg); }.connection-lines span:nth-child(5) { transform: rotate(1deg); }.connection-lines span:nth-child(6) { transform: rotate(27deg); }
.mcp-note { width: fit-content; max-width: calc(100% - 40px); margin: 20px auto 0; padding: 9px 14px; color: #718797; border: 1px solid rgba(255,255,255,.07); border-radius: 30px; background: rgba(255,255,255,.025); font-size: 9px; }
.mcp-note span { color: var(--cyan); margin-right: 5px; }

.early-section { background: #e8eff1; }
.early-card { padding: 58px; display: grid; grid-template-columns: 1fr .9fr; gap: 80px; border: 1px solid #d0dce1; border-radius: 22px; background: white; box-shadow: var(--shadow); }
.early-copy h2 { max-width: 530px; margin-top: 15px; font-size: clamp(37px, 4vw, 55px); letter-spacing: -2.4px; }
.early-copy p { max-width: 540px; margin: 20px 0 25px; color: var(--muted); font-size: 14px; }
.early-points { display: grid; gap: 10px; color: #536273; font-size: 11px; font-weight: 600; }
.early-points b { width: 18px; height: 18px; margin-right: 7px; display: inline-grid; place-items: center; color: #087b86; border-radius: 50%; background: #e6f8f6; font-size: 9px; }
.early-form { padding: 26px; border: 1px solid #d9e3e8; border-radius: 14px; background: #f6f9fa; }
.early-form > div { margin-bottom: 13px; }
.early-form label { display: block; margin-bottom: 5px; color: #344455; font-size: 9px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; }
.early-form input, .early-form select { width: 100%; padding: 12px 13px; color: #263849; border: 1px solid #d7e1e6; border-radius: 7px; outline: 0; background: white; font-size: 12px; }
.early-form input:focus, .early-form select:focus { border-color: #19bccc; box-shadow: 0 0 0 3px rgba(25,212,231,.1); }
.early-form .button { width: 100%; margin-top: 4px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid #d5dfe4; }
.faq-list details { border-bottom: 1px solid #d5dfe4; }
.faq-list summary { padding: 20px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #172536; font-family: "Space Grotesk"; font-size: 15px; font-weight: 600; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #798b98; font-family: "DM Sans"; font-size: 20px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { color: var(--blue); transform: rotate(45deg); }
.faq-list p { margin: -7px 45px 22px 0; color: var(--muted); font-size: 12px; }
.faq-list p a { color: #087f99; font-weight: 800; text-decoration: underline; text-decoration-color: var(--yellow); text-decoration-thickness: 2px; text-underline-offset: 3px; }

.final-cta { position: relative; overflow: hidden; min-height: 420px; padding: 90px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; background: #081522; }
.final-grid { position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(rgba(87,148,177,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(87,148,177,.07) 1px, transparent 1px); background-size: 42px 42px; }
.final-cta::before { content: ""; position: absolute; width: 440px; height: 300px; border-radius: 50%; background: var(--cyan); filter: blur(160px); opacity: .09; }
.final-cta > *:not(.final-grid) { position: relative; }
.logo-mark.large { width: 34px; height: 34px; margin-bottom: 22px; }
.final-cta h2 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -3px; }
.final-cta p { margin: 15px 0 25px; color: #899ca9; font-size: 14px; }
.site-footer { min-height: 80px; padding: 20px max(20px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #6f8393; border-top: 1px solid rgba(255,255,255,.07); background: #06111d; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.site-footer .logo { color: #bdcbd3; font-size: 15px; text-transform: none; letter-spacing: -.5px; }
.site-footer .logo-mark { width: 21px; height: 21px; }
.footer-links { display: flex; align-items: center; gap: 18px; }
.footer-links a { transition: color .2s ease; }
.footer-links a:hover { color: var(--yellow); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 145px; }
  .hero-copy { text-align: center; }
  .hero-subtitle, .hero-form { margin-inline: auto; }
  .eyebrow { margin-inline: auto; }
  .hero-visual { width: min(570px, 100%); margin-inline: auto; transform: none; }
  .trust-strip { flex-wrap: wrap; justify-content: center; }
  .trust-strip > span { width: 100%; text-align: center; }
  .solution-layout, .early-card, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
  .problem-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .integration-map { transform: scale(.82); width: 120%; margin-left: -10%; }
}

@media (max-width: 680px) {
  .section { padding: 76px 0; }
  .section-shell { width: min(100% - 28px, 1180px); }
  .site-header { width: calc(100% - 28px); }
  .site-header .button { display: none; }
  .hero { width: calc(100% - 28px); min-height: auto; padding-top: 125px; padding-bottom: 70px; }
  h1 { font-size: 54px; letter-spacing: -3px; }
  .hero-subtitle { font-size: 15px; }
  .input-group { grid-template-columns: 1fr; gap: 5px; background: transparent; border: 0; }
  .input-group input { padding: 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.05); }
  .input-group .button { width: 100%; }
  .hero-visual { overflow: hidden; }
  .visual-body { padding: 16px; }
  .result-summary { grid-template-columns: 1fr 1fr 1fr; }
  .orbit { display: none; }
  .trust-strip { padding-block: 25px; gap: 13px 22px; }
  .problem-grid, .feature-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .problem-card { min-height: 245px; }
  .section-heading h2, .early-copy h2 { font-size: 38px; letter-spacing: -1.8px; }
  .solution-layout { gap: 42px; }
  .integration-map { height: auto; transform: none; width: min(100% - 28px, 1180px); margin: 35px auto 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .integration-core { grid-column: 1 / -1; position: relative; left: auto; top: auto; width: 150px; height: 150px; margin: 0 auto 15px; transform: none; }
  .integration-badge { position: static; min-width: 0; padding: 10px; }
  .integration-badge span { font-size: 8px; }
  .connection-lines { display: none; }
  .mcp-note { text-align: center; }
  .early-card { padding: 28px; }
  .early-form { padding: 18px; }
  .faq-layout { gap: 35px; }
  .final-cta { min-height: 370px; }
  .site-footer { flex-direction: column; padding-block: 30px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
