@font-face {
  font-family: "Paciolio Sans";
  src: url("/static/landing-v3/fonts/paciolio-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+2000-206F;
}

@font-face {
  font-family: "Paciolio Sans";
  src: url("/static/landing-v3/fonts/paciolio-sans-ext.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0100-024F;
}

:root {
  --pac-white: #ffffff;
  --pac-canvas: #f4f7f5;
  --pac-surface-soft: #f8fbf9;
  --pac-ink: #102019;
  --pac-dark: #0d1914;
  --pac-muted: #63756c;
  --pac-green: #0d9f6e;
  --pac-line: #dfe8e3;
  --pac-line-strong: #c6d5cd;
  --pac-green-soft: rgba(13, 159, 110, 0.1);
  --pac-shadow: 0 28px 70px rgba(11, 33, 23, 0.16);
  --pac-radius: 18px;
  --page-width: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--pac-white); }
body { margin: 0; overflow-x: hidden; color: var(--pac-ink); background: var(--pac-white); font-family: "Paciolio Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }
svg { flex: 0 0 auto; }
[hidden] { display: none !important; }
::selection { color: var(--pac-ink); background: rgba(13, 159, 110, 0.22); }
:focus-visible { outline: 3px solid rgba(13, 159, 110, 0.3); outline-offset: 3px; }

.svg-sprite { width: 0; height: 0; position: absolute; overflow: hidden; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 100; padding: .75rem 1rem; border-radius: 8px; color: var(--pac-white); background: var(--pac-ink); transform: translateY(-180%); transition: transform .18s ease; }
.skip-link:focus { transform: translateY(0); }

.page-shell { width: min(calc(100% - 56px), var(--page-width)); margin-inline: auto; }
.icon { width: 18px; height: 18px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--pac-line); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(16px); }
.header-inner { min-height: 72px; display: grid; grid-template-columns: auto 1fr auto; gap: 2.25rem; align-items: center; }
.brand { min-width: 140px; display: inline-flex; align-items: center; }
.brand-lockup { width: 140px; height: auto; display: block; }
.brand-icon { width: 40px; height: 40px; display: none; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1.3rem, 2.8vw, 2.8rem); }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; color: var(--pac-muted); font-size: .82rem; font-weight: 650; }
.desktop-nav a:hover { color: var(--pac-ink); }
.header-actions { display: flex; align-items: center; gap: 1rem; }
.header-login { min-height: 44px; display: inline-flex; align-items: center; color: var(--pac-muted); font-size: .76rem; font-weight: 700; }
.header-login:hover { color: var(--pac-green); }
.button { min-height: 50px; padding: .85rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; border: 1px solid var(--pac-green); border-radius: 9px; color: var(--pac-white); background: var(--pac-green); font-size: .82rem; font-weight: 750; cursor: pointer; transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }
.button:hover { color: var(--pac-green); background: var(--pac-white); }
.button:active { transform: translateY(1px); }
.button-small { min-height: 44px; padding: .7rem 1rem; font-size: .76rem; }
.menu-button { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--pac-line); border-radius: 9px; color: var(--pac-ink); background: var(--pac-white); cursor: pointer; }
.menu-icon { width: 20px; height: 20px; }
.menu-icon-close { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-open { display: none; }
.menu-button[aria-expanded="true"] .menu-icon-close { display: block; }
.mobile-nav { display: none; border-top: 1px solid var(--pac-line); background: var(--pac-white); }

.hero { position: relative; overflow: hidden; background: var(--pac-white); }
.hero-frame { position: absolute; inset: 0 0 auto auto; width: min(46vw, 630px); aspect-ratio: 210 / 297; opacity: .58; background: url("/static/landing-v3/brand/paciolio-cover-frame-v6.6.svg") center / contain no-repeat; transform: translate(17%, -23%) rotate(90deg); transform-origin: center; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; padding-block: clamp(4rem, 7vw, 6.5rem) clamp(4.5rem, 7vw, 6.5rem); }
.hero-top { display: grid; grid-template-columns: minmax(580px, 1.45fr) minmax(300px, .7fr); gap: clamp(3rem, 7vw, 7rem); align-items: end; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(4.2rem, 6.4vw, 6.6rem); font-weight: 720; line-height: .94; letter-spacing: -.067em; }
.hero-copy { padding-bottom: .55rem; }
.hero-description { max-width: 490px; margin: 0; color: var(--pac-muted); font-size: clamp(1rem, 1.35vw, 1.16rem); line-height: 1.67; }
.hero-actions { margin-top: 1.9rem; display: flex; flex-wrap: wrap; gap: 1.15rem; align-items: center; }
.secondary-link { min-height: 50px; display: inline-flex; align-items: center; gap: .7rem; border-bottom: 1px solid var(--pac-ink); font-size: .82rem; font-weight: 750; }
.secondary-link:hover { color: var(--pac-green); border-color: var(--pac-green); }
.reassurance { margin: 1.45rem 0 0; display: flex; align-items: flex-start; gap: .6rem; color: var(--pac-muted); font-size: .78rem; line-height: 1.5; }
.reassurance svg { width: 18px; height: 18px; color: var(--pac-green); }
.hero-media { width: 100%; margin: clamp(3.7rem, 6vw, 5.5rem) 0 0; overflow: hidden; border: 1px solid var(--pac-line-strong); border-radius: var(--pac-radius); background: var(--pac-white); box-shadow: var(--pac-shadow); }
.media-toolbar { min-height: 48px; padding: 0 1.15rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--pac-line); color: var(--pac-muted); font-size: .72rem; }
.media-toolbar strong { color: var(--pac-green); font-size: .66rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.hero-media-viewport { aspect-ratio: 1.99 / 1; overflow: hidden; background: var(--pac-canvas); }
.hero-media-viewport img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }

.proof-strip { border-block: 1px solid var(--pac-line); background: var(--pac-canvas); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { min-height: 116px; padding: 1.6rem 2.1rem; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--pac-line); }
.proof-grid > div:first-child { padding-left: 0; border-left: 0; }
.proof-grid span { color: var(--pac-green); font-size: .65rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.proof-grid strong { margin-top: .62rem; font-size: .92rem; line-height: 1.45; }

.section { padding-block: clamp(5.5rem, 9vw, 8.5rem); scroll-margin-top: 72px; }
.section-heading { max-width: 780px; }
.section-heading h2, .closing-copy h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); font-weight: 700; line-height: .98; letter-spacing: -.06em; }
.section-heading > p { max-width: 720px; margin: 1.4rem 0 0; color: var(--pac-muted); font-size: 1rem; line-height: 1.7; }
.section-intro-grid { display: grid; grid-template-columns: minmax(520px, 1.3fr) minmax(280px, .7fr); gap: clamp(3rem, 8vw, 8rem); align-items: end; }
.section-intro-grid > p { max-width: 500px; margin: 0 0 .5rem; color: var(--pac-muted); font-size: 1rem; line-height: 1.72; }

.workflow-section { background: var(--pac-white); }
.workflow-list { margin: clamp(3.8rem, 6vw, 5.8rem) 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, 1fr); list-style: none; border-block: 1px solid var(--pac-ink); }
.workflow-list li { min-height: 226px; padding: 1.5rem 1.2rem 1.7rem; border-left: 1px solid var(--pac-line); }
.workflow-list li:first-child { border-left: 0; }
.workflow-list li > span { color: var(--pac-green); font-size: .68rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.workflow-list h3 { margin: 2.9rem 0 0; font-size: 1rem; font-weight: 720; line-height: 1.22; letter-spacing: -.025em; }
.workflow-list p { margin: .72rem 0 0; color: var(--pac-muted); font-size: .79rem; line-height: 1.55; }

.product-section { color: var(--pac-white); background: var(--pac-dark); }
.section-intro-grid-inverse .section-heading h2 { color: var(--pac-white); }
.section-intro-grid-inverse > p { color: rgba(255, 255, 255, .58); }
.product-demo { margin-top: clamp(3.8rem, 6vw, 5.8rem); }
.product-tabs { display: flex; overflow-x: auto; overflow-y: hidden; border-block: 1px solid rgba(255, 255, 255, .16); scrollbar-width: thin; }
.product-tabs button { flex: 1 0 132px; min-height: 58px; padding: .9rem 1rem; position: relative; border: 0; color: rgba(255, 255, 255, .5); background: transparent; font-size: .78rem; font-weight: 700; cursor: pointer; }
.product-tabs button::after { content: ""; position: absolute; right: 1.2rem; bottom: -1px; left: 1.2rem; height: 2px; background: transparent; }
.product-tabs button:hover { color: var(--pac-white); }
.product-tabs button[aria-selected="true"] { color: var(--pac-white); }
.product-tabs button[aria-selected="true"]::after { background: var(--pac-green); }
.product-panel { min-height: 630px; padding: clamp(2.5rem, 5vw, 4.5rem) 0 0; display: grid; grid-template-columns: minmax(270px, .52fr) minmax(620px, 1.48fr); gap: clamp(3rem, 6vw, 6rem); align-items: center; }
.product-copy > span { color: #78d3b0; font-size: .68rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.product-copy h3 { margin: 1.2rem 0 0; color: var(--pac-white); font-size: clamp(2.35rem, 3.5vw, 3.8rem); font-weight: 700; line-height: 1.02; letter-spacing: -.05em; }
.product-copy > p { margin: 1.5rem 0 0; color: rgba(255, 255, 255, .62); font-size: .9rem; line-height: 1.7; }
.product-controls { margin-top: 2.2rem; display: flex; align-items: center; gap: .75rem; }
.product-controls button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .18); border-radius: 9px; color: var(--pac-white); background: transparent; cursor: pointer; }
.product-controls button:hover { color: var(--pac-dark); border-color: var(--pac-green); background: var(--pac-green); }
.product-controls button svg { width: 18px; height: 18px; }
.product-controls strong { min-width: 44px; color: rgba(255, 255, 255, .45); font-size: .7rem; text-align: center; font-variant-numeric: tabular-nums; }
.arrow-reverse { transform: rotate(180deg); }
.product-media { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .18); border-radius: 13px 13px 0 0; background: var(--pac-white); box-shadow: 0 28px 64px rgba(0, 0, 0, .34); }
.product-media img { width: 100%; height: auto; display: block; }

.capabilities-section { background: var(--pac-white); }
.capabilities-list { margin-top: clamp(3.8rem, 6vw, 5.8rem); border-top: 1px solid var(--pac-ink); }
.capability { min-height: 190px; padding: 2.2rem 0; display: grid; grid-template-columns: 74px minmax(280px, .8fr) minmax(420px, 1.2fr); gap: clamp(1.5rem, 4vw, 4.5rem); align-items: start; border-bottom: 1px solid var(--pac-line); }
.capability-number { color: var(--pac-green); font-size: .7rem; font-weight: 750; font-variant-numeric: tabular-nums; }
.capability h3 { margin: 0; font-size: 1.55rem; font-weight: 720; line-height: 1.15; letter-spacing: -.035em; }
.capability p { max-width: 470px; margin: .9rem 0 0; color: var(--pac-muted); font-size: .875rem; line-height: 1.62; }
.capability ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem 1.4rem; list-style: none; }
.capability li { display: flex; gap: .6rem; align-items: flex-start; color: var(--pac-ink); font-size: .875rem; line-height: 1.5; }
.capability li svg { width: 17px; height: 17px; color: var(--pac-green); }

.logic-section { border-block: 1px solid var(--pac-line); background: var(--pac-canvas); }
.logic-grid { display: grid; grid-template-columns: minmax(420px, .92fr) minmax(560px, 1.08fr); gap: clamp(3.5rem, 6vw, 6rem); align-items: start; }
.logic-copy .section-heading h2 { font-size: clamp(2.9rem, 4.25vw, 4.25rem); }
.logic-note { margin: 2.2rem 0 0; padding: 1rem 0 1rem 1.2rem; border-left: 2px solid var(--pac-green); color: var(--pac-muted); font-size: .82rem; line-height: 1.55; }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--pac-ink); }
table { width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
th { padding: .92rem 1rem; color: var(--pac-muted); font-size: .64rem; font-weight: 750; letter-spacing: .06em; text-align: left; text-transform: uppercase; }
td { padding: 1.2rem 1rem; border-top: 1px solid var(--pac-line); font-size: .79rem; line-height: 1.48; }
.logic-section td:first-child { color: var(--pac-green); font-weight: 750; }
.logic-section td:last-child { font-weight: 650; }

.deliverables-section { background: var(--pac-white); }
.deliverables-grid { margin-top: clamp(3.8rem, 6vw, 5.8rem); display: grid; grid-template-columns: minmax(560px, 1.25fr) minmax(310px, .75fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: start; }
.deliverables-table td { font-size: .84rem; }
.deliverables-table td:first-child { font-weight: 650; }
.deliverables-table td:last-child { color: var(--pac-green); font-weight: 700; text-align: right; white-space: nowrap; }
.delivery-side { display: grid; gap: 2.5rem; }
.plain-list { border-top: 1px solid var(--pac-ink); }
.plain-list h3 { margin: 0; padding: 1.2rem 0; font-size: 1rem; font-weight: 720; }
.plain-list p { min-height: 52px; margin: 0; display: flex; gap: .65rem; align-items: center; border-top: 1px solid var(--pac-line); color: var(--pac-muted); font-size: .77rem; line-height: 1.42; }
.plain-list p svg { width: 17px; height: 17px; color: var(--pac-green); }

.faq-section { border-top: 1px solid var(--pac-line); background: var(--pac-canvas); }
.faq-grid { display: grid; grid-template-columns: minmax(280px, .55fr) minmax(560px, 1.2fr); gap: clamp(3.5rem, 8vw, 8rem); }
.faq-grid .section-heading h2 { font-size: clamp(3rem, 4.5vw, 4.3rem); }
.faq-list { border-top: 1px solid var(--pac-ink); }
.faq-list details { border-bottom: 1px solid var(--pac-line); }
.faq-list summary { min-height: 78px; display: grid; grid-template-columns: 1fr 22px; gap: 1rem; align-items: center; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary strong { font-size: .94rem; line-height: 1.4; }
.faq-list summary svg { width: 20px; height: 20px; color: var(--pac-muted); transition: transform .18s ease; }
.faq-list details[open] summary svg { color: var(--pac-green); transform: rotate(180deg); }
.faq-list details > p { max-width: 720px; margin: 0 2.5rem 1.7rem 0; color: var(--pac-muted); font-size: .84rem; line-height: 1.68; }

.closing-section { color: var(--pac-ink); background: var(--pac-green); }
.closing-grid { display: grid; grid-template-columns: minmax(390px, 1.05fr) minmax(380px, .72fr); gap: clamp(3.5rem, 8vw, 8rem); align-items: start; }
.closing-copy > p { max-width: 620px; margin: 1.6rem 0 0; color: rgba(16, 32, 25, .78); font-size: .96rem; line-height: 1.68; }
.closing-copy .responsibility { margin-top: 2.7rem; padding-top: 1.3rem; border-top: 1px solid rgba(16, 32, 25, .25); font-size: .76rem; }
.lead-form, .lead-success { padding: clamp(1.5rem, 3vw, 2.25rem); border: 1px solid rgba(16, 32, 25, .18); border-radius: var(--pac-radius); background: var(--pac-white); box-shadow: 0 22px 54px rgba(6, 63, 49, .18); }
.lead-form { display: grid; gap: 1rem; }
.lead-form h3 { margin: 0 0 .4rem; font-size: 1.3rem; letter-spacing: -.02em; }
.lead-form label { display: grid; gap: .45rem; }
.lead-form label span { color: var(--pac-ink); font-size: .7rem; font-weight: 750; }
.lead-form input { width: 100%; min-height: 50px; padding: .8rem .9rem; border: 1px solid var(--pac-line); border-radius: 9px; color: var(--pac-ink); background: var(--pac-surface-soft); font-size: .82rem; }
.lead-form input:focus { border-color: var(--pac-green); outline: 3px solid rgba(13, 159, 110, .16); }
.lead-form input::placeholder { color: var(--pac-muted); }
.lead-form .button { width: 100%; margin-top: .2rem; color: var(--pac-white); border-color: var(--pac-ink); background: var(--pac-ink); }
.lead-form .button:hover { color: var(--pac-ink); background: var(--pac-white); }
.form-error { margin: 0; color: var(--pac-ink); font-size: .72rem; font-weight: 750; }
.form-privacy { margin: 0; color: var(--pac-muted); font-size: .68rem; line-height: 1.5; }
.lead-success { min-height: 350px; display: flex; flex-direction: column; align-items: flex-start; }
.lead-success > svg { width: 36px; height: 36px; padding: .45rem; border-radius: 50%; color: var(--pac-green); background: var(--pac-green-soft); }
.lead-success strong { margin-top: 1.3rem; font-size: 1.25rem; }
.lead-success p { margin: .8rem 0 1.5rem; color: var(--pac-muted); font-size: .8rem; line-height: 1.6; }
.lead-success-link { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 1px solid var(--pac-green); color: var(--pac-green); font-size: .75rem; font-weight: 750; }
.lead-success button { min-height: 44px; margin-top: auto; padding: 0; border: 0; border-bottom: 1px solid var(--pac-ink); color: var(--pac-ink); background: transparent; font-size: .75rem; font-weight: 750; cursor: pointer; }

.footer { padding: 4rem 0 1.5rem; color: var(--pac-white); background: var(--pac-dark); }
.footer-main { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: start; }
.footer-brand img { width: 142px; height: auto; display: block; }
.footer-brand p { max-width: 430px; margin: 1.2rem 0 0; color: rgba(255, 255, 255, .58); font-size: .8rem; }
.footer nav { display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; }
.footer nav a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255, 255, 255, .68); font-size: .76rem; }
.footer nav a:hover { color: var(--pac-white); }
.footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(255, 255, 255, .14); color: rgba(255, 255, 255, .42); font-size: .68rem; }

@media (max-width: 1120px) {
  .desktop-nav, .header-actions { display: none; }
  .menu-button { display: grid; justify-self: end; }
  .header-inner { grid-template-columns: auto 1fr auto; }
  .mobile-nav { display: block; }
  .mobile-nav-inner { padding-block: 1rem 1.25rem; display: grid; }
  .mobile-nav-inner > a:not(.button) { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--pac-line); font-size: .86rem; font-weight: 650; }
  .mobile-nav-inner .button { margin-top: 1rem; }
  body.menu-open { overflow: hidden; }
  .hero-top, .section-intro-grid { grid-template-columns: 1fr; }
  .hero h1 { max-width: 900px; }
  .hero-copy { max-width: 650px; }
  .section-intro-grid { gap: 2rem; }
  .section-intro-grid > p { max-width: 720px; }
  .workflow-list { grid-template-columns: repeat(4, 1fr); }
  .workflow-list li:nth-child(5) { border-left: 0; }
  .workflow-list li:nth-child(n + 5) { border-top: 1px solid var(--pac-line); }
  .product-panel { grid-template-columns: 1fr; min-height: 0; }
  .product-copy { max-width: 720px; }
  .product-media { border-radius: 13px; }
  .capability { grid-template-columns: 54px minmax(280px, .75fr) minmax(360px, 1.25fr); gap: 1.5rem 2.5rem; }
  .capability ul { grid-template-columns: 1fr; gap: .7rem; }
  .logic-grid, .deliverables-grid, .faq-grid, .closing-grid { grid-template-columns: 1fr; }
  .logic-copy, .closing-copy { max-width: 800px; }
  .delivery-side { grid-template-columns: 1fr 1fr; }
  .faq-grid { gap: 3.5rem; }
}

@media (max-width: 720px) {
  .page-shell { width: min(calc(100% - 32px), var(--page-width)); }
  .header-inner { min-height: 68px; }
  .brand-lockup { display: none; }
  .brand-icon { display: block; }
  .brand { min-width: 40px; }
  .hero-frame { width: 88vw; transform: translate(26%, -31%) rotate(90deg); }
  .hero-inner { padding-block: 3.6rem 4.2rem; }
  .hero-top { gap: 2rem; }
  .hero h1 { font-size: clamp(3.35rem, 15vw, 4.8rem); }
  .hero-description { font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .secondary-link { justify-content: space-between; }
  .reassurance { font-size: .74rem; }
  .hero-media { margin-top: 3.2rem; border-radius: 12px; }
  .media-toolbar { min-height: 44px; font-size: .64rem; line-height: 1.35; }
  .media-toolbar strong { display: none; }
  .hero-media-viewport { aspect-ratio: 1.25 / 1; }
  .hero-media-viewport img { width: 178%; max-width: none; height: auto; object-fit: initial; object-position: initial; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: 86px; padding: 1.05rem 0; border-left: 0; border-top: 1px solid var(--pac-line); }
  .proof-grid > div:first-child { border-top: 0; }
  .section { padding-block: 4.8rem; }
  .section-heading h2, .closing-copy h2 { font-size: clamp(2.65rem, 12.5vw, 4rem); }
  .workflow-list { grid-template-columns: 1fr; }
  .workflow-list li, .workflow-list li:nth-child(n + 5) { min-height: 0; padding: 1.35rem 0; display: grid; grid-template-columns: 38px 1fr; gap: .4rem 1rem; border-top: 0; border-left: 0; border-bottom: 1px solid var(--pac-line); }
  .workflow-list li:last-child { border-bottom: 0; }
  .workflow-list h3 { margin: 0; }
  .workflow-list p { grid-column: 2; margin-top: .2rem; }
  .product-tabs button { flex-basis: 108px; min-height: 52px; padding-inline: .7rem; font-size: .72rem; }
  .product-panel { padding-top: 2.3rem; gap: 2.5rem; }
  .product-copy h3 { font-size: 2.5rem; }
  .product-media { border-radius: 9px 9px 0 0; }
  .product-media img { width: 150%; max-width: none; }
  .capability { min-height: 0; padding: 1.8rem 0; grid-template-columns: 34px 1fr; gap: .6rem .9rem; }
  .capability ul { grid-column: 2; margin-top: .7rem; }
  .capability h3 { font-size: 1.35rem; }
  .logic-grid { gap: 3.2rem; }
  th, td { min-width: 150px; padding-inline: .75rem; }
  th:first-child, td:first-child { min-width: 78px; }
  .deliverables-grid { gap: 3.5rem; }
  .delivery-side { grid-template-columns: 1fr; }
  .faq-list summary { min-height: 70px; }
  .closing-grid { gap: 3rem; }
  .lead-form, .lead-success { padding: 1.3rem; border-radius: 13px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer nav { display: grid; grid-template-columns: 1fr 1fr; }
}

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