/**
 * Design: Editorial Operations — warm ivory field, ink-black typography, #1F5D9B verification signal.
 * System: Asymmetric editorial strips, fine rules, dense Korean copy, restrained motion.
 */
@import "tailwindcss";
@import "tw-animate-css";
@import "./style-review.css";
@import "./interactions.css";

@font-face {
  font-family: "Pretendard";
  src: url("https://oneclickhome-3atwydxq.manus.space/manus-storage/PretendardVariable_ff13429b.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@custom-variant dark (&:is(.dark *));

@theme inline { --radius-sm: 0px; --radius-md: 0px; --radius-lg: 0px; --radius-xl: 0px; --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); }

:root { --background: oklch(0.975 0.006 84); --foreground: oklch(0.17 0.008 264); --card: oklch(0.99 0.004 84); --card-foreground: oklch(0.17 0.008 264); --popover: oklch(0.99 0.004 84); --popover-foreground: oklch(0.17 0.008 264); --primary: oklch(0.43 0.11 250); --primary-foreground: oklch(0.985 0.002 84); --secondary: oklch(0.93 0.008 84); --secondary-foreground: oklch(0.17 0.008 264); --muted: oklch(0.92 0.008 84); --muted-foreground: oklch(0.43 0.012 264); --accent: oklch(0.43 0.11 250); --accent-foreground: oklch(0.985 0.002 84); --destructive: oklch(0.58 0.2 27); --destructive-foreground: oklch(0.985 0 0); --border: oklch(0.82 0.011 84); --input: oklch(0.82 0.011 84); --ring: oklch(0.43 0.11 250); --brand-navy: #0b132b; --brand-blue: #1f5d9b; --brand-cyan: #1f5d9b; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #f7f5ef; color: #182231; font-family: "Pretendard", sans-serif; font-synthesis: none; -webkit-font-smoothing: antialiased; }
body * { font-family: "Pretendard", sans-serif !important; }
body::before { content: ""; pointer-events: none; position: fixed; inset: 0; z-index: 20; opacity: .055; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button:not(:disabled), a[href] { cursor: pointer; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #1f5d9b; outline-offset: 3px; }

.site-frame { overflow: clip; }
.skip-link { position: fixed; top: -60px; left: 18px; z-index: 100; padding: 11px 15px; background: var(--brand-navy); color: #fff; font-size: 13px; font-weight: 800; transition: top 160ms ease; }
.skip-link:focus { top: 14px; }
.section-shell { width: min(100% - 40px, 1320px); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 15; border-bottom: 1px solid rgba(24,34,49,.15); background: rgba(247,245,239,.93); backdrop-filter: blur(14px); }
.header-inner { height: 76px; width: min(100% - 40px, 1400px); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand-mark { display: inline-flex; align-items: center; gap: 9px; font-size: 22px; line-height: 1; font-weight: 800; letter-spacing: -.09em; white-space: nowrap; }
.brand-mark img { width: 34px; height: 34px; object-fit: contain; }
.brand-mark .brand-word { color: var(--brand-navy); letter-spacing: -.08em; }
.site-footer .brand-mark .brand-word { color: #fff; }
.desktop-nav { display: flex; align-items: center; gap: 21px; font-size: 13px; font-weight: 600; letter-spacing: -.04em; color: #455161; }
.desktop-nav a { padding-block: 8px; transition: color .18s var(--ease-out, ease-out); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--brand-blue); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-cta, .button-primary, .button-secondary, .button-inverse, .button-cream { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 18px; font-size: 14px; font-weight: 700; transition: transform .16s cubic-bezier(.23,1,.32,1), background .18s ease, color .18s ease; }
.header-cta, .button-primary { background: #1f5d9b; color: #fff; }
.header-cta:hover, .button-primary:hover { background: #174b7e; }
.button-secondary { border: 1px solid #182231; color: #182231; }
.button-secondary:hover { background: #182231; color: #fff; }
.button-inverse { color: #172232; background: #f7f5ef; }
.button-inverse:hover { background: #dfe5eb; }
.button-cream { color: #172232; background: #f4ead1; }
.button-cream:hover { background: #fff7e5; }
.header-cta:active, .button-primary:active, .button-secondary:active, .button-inverse:active, .button-cream:active { transform: scale(.97); }
.menu-button { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid #182231; background: transparent; color: #182231; }
.mobile-nav { display: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: #1f5d9b; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow span { display: inline-grid; width: 25px; height: 25px; place-items: center; border: 1px solid currentColor; font-size: 9px; letter-spacing: 0; }
.eyebrow.light { color: #b9d7ed; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Noto Serif KR", serif; font-weight: 700; letter-spacing: -.085em; }
h1 em, h2 em { color: #1f5d9b; font-style: normal; }
.hero-section { min-height: calc(100vh - 76px); padding-block: clamp(72px, 9vw, 142px) 62px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(460px, .9fr); align-items: center; gap: clamp(40px, 5vw, 80px); }
.hero-copy h1 { margin-bottom: 25px; font-size: clamp(46px, 4.4vw, 82px); line-height: 1.12; }
.hero-lede { max-width: 550px; color: #3c4858; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.85; letter-spacing: -.04em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.scope-note { display: flex; align-items: flex-start; gap: 9px; margin: 28px 0 0; color: #65717f; font-size: 12px; line-height: 1.6; }
.scope-note span { width: 7px; height: 7px; flex: none; margin-top: 6px; background: #1f5d9b; border-radius: 50%; }
.hero-art { position: relative; align-self: stretch; min-height: 540px; overflow: hidden; background: #e9e6dc; }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-brand-panel { position: absolute; right: 92px; bottom: 22px; width: min(80%, 360px); padding: 14px 16px; background: rgba(11, 19, 43, .94); color: #fff; box-shadow: 10px 10px 0 rgba(31, 93, 155, .82); }
.hero-brand-lockup { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 16px; font-weight: 800; letter-spacing: -.06em; }
.hero-brand-lockup img { width: 31px; height: 31px; object-fit: contain; }
.hero-brand-panel p { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin: 0; color: #d6edf9; font-size: 11px; font-weight: 700; letter-spacing: -.04em; }
.hero-brand-panel i { width: 4px; height: 4px; background: var(--brand-cyan); border-radius: 50%; }
.faq-section { scroll-margin-top: 100px; }
@media (prefers-reduced-motion: no-preference) { .hero-brand-lockup img { animation: brand-activate 760ms cubic-bezier(.23, 1, .32, 1) .12s both; } @keyframes brand-activate { from { opacity: 0; transform: translate(-7px, 5px) scale(.93); } to { opacity: 1; transform: translate(0, 0) scale(1); } } }

.problem-section { padding-block: clamp(80px, 11vw, 170px); background: #e7e2d8; border-top: 1px solid #cbc4b7; border-bottom: 1px solid #cbc4b7; }
.problem-layout { display: grid; grid-template-columns: 130px 1fr 1fr; gap: clamp(25px, 6vw, 100px); }
.side-label { writing-mode: vertical-rl; margin: 0; color: #687481; font-size: 10px; letter-spacing: .16em; }
.problem-layout h2, .section-header h2, .analysis-copy h2, .scope-grid h2, .onboarding-title h2 { margin-bottom: 0; font-size: clamp(38px, 4.6vw, 67px); line-height: 1.22; }
.problem-list { border-top: 1px solid #182231; }
.problem-list > div { display: grid; grid-template-columns: 42px 1fr 20px; align-items: center; gap: 10px; min-height: 57px; border-bottom: 1px solid #bcb6ab; }
.problem-list > div span { color: #1f5d9b; font-size: 11px; font-weight: 700; }
.problem-list > div p { margin: 0; font-size: 16px; font-weight: 700; letter-spacing: -.05em; }
.problem-list > div svg { color: #6e7982; }
.problem-closing { margin: 25px 0 0; color: #485566; font-size: 15px; line-height: 1.8; }

.cycle-section { padding-block: clamp(80px, 11vw, 155px); }
.section-header { margin-bottom: clamp(35px, 5vw, 65px); }
.split-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.split-header > p { max-width: 390px; margin: 0 0 5px; color: #556170; font-size: 15px; line-height: 1.85; }
.cycle-rail { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #1d2836; }
.cycle-item { position: relative; min-height: 255px; padding: 24px 24px 20px 0; border-right: 1px solid #cfd0ca; }
.cycle-item:not(:first-child) { padding-left: 24px; }
.cycle-item:last-child { border-right: 0; }
.rail-dot { display: block; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: #1f5d9b; border-radius: 50%; }
.cycle-item:not(:first-child) .rail-dot { left: 24px; }
.cycle-index { margin-bottom: 46px; color: #7a8691; font-size: 11px; font-weight: 700; letter-spacing: .1em; }
.cycle-item h3 { margin-bottom: 12px; font-family: "Noto Serif KR", serif; font-size: 21px; letter-spacing: -.06em; }
.cycle-item > p:last-of-type { color: #566271; font-size: 13px; line-height: 1.8; letter-spacing: -.04em; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 35px; padding-bottom: 4px; border-bottom: 1px solid #182231; font-size: 14px; font-weight: 700; }

.feature-section { padding-block: clamp(80px, 10vw, 145px); background: #f0eee7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #182231; border-left: 1px solid #182231; }
.feature-card { position: relative; min-height: 330px; padding: 23px; border-right: 1px solid #182231; border-bottom: 1px solid #182231; background: #f7f5ef; transition: background .25s ease, color .25s ease; }
.feature-card:hover { background: #182231; color: #f7f5ef; }
.feature-topline { display: flex; align-items: center; justify-content: space-between; color: #1f5d9b; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.feature-card h3 { max-width: 260px; margin: 60px 0 13px; font-family: "Noto Serif KR", serif; font-size: 23px; line-height: 1.42; letter-spacing: -.06em; }
.feature-card p { max-width: 280px; color: #53606f; font-size: 13px; line-height: 1.8; letter-spacing: -.035em; transition: color .25s ease; }
.feature-card:hover p { color: #c9d2db; }
.feature-number { position: absolute; right: 23px; bottom: 18px; color: #8c98a1; font-family: "Noto Serif KR", serif; font-size: 35px; letter-spacing: -.09em; }

.evidence-section { padding-block: clamp(85px, 11vw, 160px); background: #182231; color: #f7f5ef; }
.evidence-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 135px); align-items: center; }
.evidence-copy h2, .video-layout h2, .final-cta h2 { font-size: clamp(38px, 4.5vw, 66px); line-height: 1.25; }
.evidence-copy h2 em, .video-layout h2 em, .final-cta h2 em { color: #b9d7ed; }
.evidence-copy > p:not(.eyebrow) { max-width: 435px; color: #c2ccd4; font-size: 15px; line-height: 1.9; }
.evidence-points { display: grid; gap: 10px; margin-block: 30px; }
.evidence-points p { display: flex; align-items: center; gap: 8px; margin: 0; color: #e6ecf0; font-size: 13px; }
.evidence-points svg { color: #76b2de; }
.evidence-frame { margin: 0; padding: 9px; background: #293746; box-shadow: 20px 20px 0 #1f5d9b; }
.evidence-label { display: flex; justify-content: space-between; padding: 7px 3px 11px; color: #b9d7ed; font-size: 9px; font-weight: 700; letter-spacing: .1em; }
.evidence-frame img { display: block; width: 100%; aspect-ratio: 1.56; object-fit: cover; object-position: center; }
.evidence-frame figcaption { padding: 12px 3px 4px; color: #d1d9df; font-size: 11px; line-height: 1.6; }

.analysis-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 8vw, 130px); padding-block: clamp(85px, 12vw, 175px); align-items: center; }
.analysis-image { min-height: 410px; background: #e4e1d7; overflow: hidden; }
.analysis-image img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }
.analysis-copy > p:not(.eyebrow) { max-width: 460px; margin-top: 28px; color: #526070; font-size: 15px; line-height: 1.9; }
.policy-card { display: flex; gap: 15px; max-width: 410px; margin-top: 30px; padding: 18px; border-left: 4px solid #1f5d9b; background: #e5edf4; }
.policy-card svg { flex: none; color: #1f5d9b; }
.policy-card p { margin: 0; color: #415264; font-size: 13px; line-height: 1.7; }
.policy-card strong { color: #1f5d9b; font-size: 11px; letter-spacing: .09em; }

.scope-section { padding-block: clamp(75px, 10vw, 145px); background: #ddd7cb; }
.scope-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 10vw, 160px); }
.scope-list { border-top: 1px solid #182231; }
.scope-list div { display: grid; grid-template-columns: 135px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid #b5aea2; }
.scope-list span { color: #627080; font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.scope-list strong { font-size: 15px; letter-spacing: -.05em; }

.onboarding-section { padding-block: clamp(85px, 12vw, 165px); }
.onboarding-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 135px); }
.onboarding-steps { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #1d2836; border-left: 1px solid #1d2836; }
.onboarding-steps div { min-height: 118px; padding: 16px; border-right: 1px solid #c2c2bb; border-bottom: 1px solid #c2c2bb; }
.onboarding-steps span { display: block; margin-bottom: 29px; color: #1f5d9b; font-size: 11px; font-weight: 800; }
.onboarding-steps p { margin: 0; font-family: "Noto Serif KR", serif; font-size: 19px; letter-spacing: -.07em; }
.onboarding-section > .text-link { grid-column: 2; justify-self: start; margin-top: -10px; }

.video-section { padding-block: clamp(85px, 10vw, 145px); background: #1e2936; color: #f7f5ef; }
.video-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 135px); align-items: end; }
.video-layout > div > p:not(.eyebrow) { max-width: 435px; color: #c2ccd4; font-size: 15px; line-height: 1.9; }
.video-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #687687; }
.video-card { min-height: 244px; padding: 19px; background: #273544; }
.video-card > svg { color: #8fc5ea; }
.video-card > span { display: block; margin-top: 34px; color: #8fc5ea; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.video-card h3 { margin: 8px 0; font-family: "Noto Serif KR", serif; font-size: 21px; letter-spacing: -.07em; }
.video-card p { color: #c6d1d9; font-size: 12px; line-height: 1.75; }
.video-card small { color: #96a9b7; font-size: 10px; }

.faq-section { padding-block: clamp(85px, 11vw, 160px); }
.faq-list { border-top: 1px solid #182231; }
.faq-list details { border-bottom: 1px solid #c8c7bf; }
.faq-list summary, .inner-faq summary { display: grid; grid-template-columns: 54px 1fr 20px; align-items: center; gap: 14px; min-height: 74px; list-style: none; font-size: 16px; font-weight: 700; letter-spacing: -.05em; }
.faq-list summary::-webkit-details-marker, .inner-faq summary::-webkit-details-marker { display: none; }
.faq-list summary span, .inner-faq summary span { color: #1f5d9b; font-size: 11px; letter-spacing: .08em; }
.faq-list summary svg, .inner-faq summary svg { transition: transform .2s ease; }
details[open] summary svg { transform: rotate(90deg); }
.faq-list details > p, .inner-faq details > p { max-width: 720px; margin: -2px 20px 22px 68px; color: #526070; font-size: 14px; line-height: 1.85; }

.final-cta { padding-block: clamp(85px, 10vw, 150px); background: #1f5d9b; color: #fff; }
.final-cta h2 { margin-bottom: 19px; }
.final-cta p:not(.eyebrow) { margin-bottom: 29px; color: #d6e9f7; font-size: 16px; }
.site-footer { padding: 55px 0 25px; background: #111c28; color: #e9edf0; }
.footer-grid, .footer-bottom { width: min(100% - 40px, 1320px); margin-inline: auto; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .6fr 1fr; gap: 70px; }
.site-footer .brand-mark { color: #fff; }.footer-statement { margin-top: 20px; color: #b7c1c9; font-size: 13px; line-height: 1.8; }
.footer-links, .footer-status { display: grid; align-content: start; gap: 9px; font-size: 13px; }.footer-links > span, .footer-status > span { margin-bottom: 5px; color: #82b9df; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.footer-links a:hover { color: #82b9df; }.footer-status p { margin: 0; color: #d3dbe1; }.footer-status small { margin-top: 10px; color: #8595a1; line-height: 1.7; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid #324252; color: #8493a0; font-size: 10px; }

.content-main { background: #f7f5ef; }.inner-hero { padding-block: clamp(72px, 9vw, 135px) clamp(58px, 7vw, 105px); }.inner-hero h1 { max-width: 870px; margin-bottom: 25px; font-size: clamp(48px, 6.1vw, 88px); line-height: 1.13; }.inner-hero > p:last-child { max-width: 650px; color: #506070; font-size: 17px; line-height: 1.9; letter-spacing: -.04em; }
.detail-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(40px, 8vw, 140px); padding-bottom: clamp(90px, 13vw, 180px); }.procedure-list { border-top: 1px solid #182231; }.procedure-list > div { display: grid; grid-template-columns: 62px 1fr 1.35fr 20px; gap: 20px; align-items: center; min-height: 104px; border-bottom: 1px solid #c8c7bf; }.procedure-list span { color: #1f5d9b; font-size: 12px; font-weight: 800; }.procedure-list h3 { margin: 0; font-family: "Noto Serif KR", serif; font-size: 22px; letter-spacing: -.065em; }.procedure-list p { margin: 0; color: #5e6b78; font-size: 13px; line-height: 1.75; }.detail-aside { align-self: start; padding: 28px; background: #e1ded5; }.detail-aside img { width: calc(100% + 56px); height: 210px; margin: -28px -28px 30px; object-fit: cover; }.detail-aside h2 { font-size: 30px; line-height: 1.38; }.detail-aside p { color: #52606e; font-size: 14px; line-height: 1.85; }.detail-aside > svg { color: #1f5d9b; }
.inner-cta { padding-block: 85px; background: #182231; color: #fff; }.inner-cta p { color: #a9cae1; font-size: 11px; font-weight: 800; letter-spacing: .13em; }.inner-cta h2 { font-size: clamp(32px, 4.2vw, 57px); line-height: 1.3; }.inner-cta h2 em { color: #9ed0ef; font-style: normal; }
.inner-faq { padding-bottom: clamp(90px, 13vw, 180px); border-top: 1px solid #182231; }.inner-faq details { border-bottom: 1px solid #c8c7bf; }.video-chapters { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-bottom: clamp(90px, 13vw, 180px); background: #657687; }.video-chapters article { min-height: 330px; padding: 28px; background: #22303f; color: #fff; }.video-chapters article > svg { color: #91c6e8; }.video-chapters span { display: block; margin-top: 55px; color: #91c6e8; font-size: 11px; font-weight: 800; }.video-chapters h2 { margin: 10px 0; font-size: 31px; }.video-chapters p { color: #c6d1d9; font-size: 14px; line-height: 1.8; }.video-chapters small { color: #90a5b5; font-size: 11px; }
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 9vw, 150px); padding-bottom: clamp(90px, 13vw, 180px); }.contact-aside { padding: 27px; background: #182231; color: #fff; }.contact-aside > p { color: #8bc3e7; font-size: 10px; font-weight: 800; letter-spacing: .13em; }.contact-aside h2 { font-size: 37px; line-height: 1.35; }.contact-aside ul { display: grid; gap: 14px; padding: 0; margin: 35px 0; list-style: none; color: #d3dce2; font-size: 13px; }.contact-aside li { display: flex; gap: 9px; align-items: flex-start; }.contact-aside li svg { flex: none; color: #7eb9de; }.preview-badge { display: flex; align-items: center; gap: 9px; padding-top: 18px; border-top: 1px solid #445568; color: #a6cde7; font-size: 12px; }.contact-form { display: grid; gap: 20px; }.contact-form label { display: grid; gap: 8px; color: #2c3b4b; font-size: 13px; font-weight: 700; }.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #9ca7af; border-radius: 0; background: transparent; color: #182231; outline: none; font-weight: 500; }.contact-form select { background: transparent; }.contact-form textarea { border: 1px solid #9ca7af; padding: 13px; resize: vertical; }.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8c98a3; }.contact-form .consent { display: flex; align-items: flex-start; gap: 9px; font-size: 12px; line-height: 1.7; color: #52606e; }.contact-form .consent input { width: 16px; height: 16px; margin-top: 2px; }.contact-form .button-primary { justify-self: start; border: 0; }.form-notice { display: flex; align-items: center; gap: 8px; margin: 0; color: #1f5d9b; font-size: 13px; font-weight: 700; }

@media (max-width: 1120px) { .desktop-nav { gap: 13px; font-size: 12px; }.feature-grid { grid-template-columns: repeat(2, 1fr); }.feature-card { min-height: 270px; }.video-layout { grid-template-columns: 1fr; }.video-cards { max-width: 750px; }.onboarding-section { grid-template-columns: 1fr; }.onboarding-section > .text-link { grid-column: auto; margin-top: 0; }.hero-section { grid-template-columns: .9fr 1.1fr; gap: 45px; }.problem-layout { grid-template-columns: 65px 1fr 1fr; gap: 40px; }.cycle-item { min-height: 280px; }.footer-grid { grid-template-columns: 1.2fr .8fr 1fr; gap: 35px; } }
@media (max-width: 820px) { .section-shell { width: min(100% - 32px, 680px); }.header-inner { width: min(100% - 32px, 680px); height: 68px; }.desktop-nav, .header-cta { display: none; }.menu-button { display: grid; width: 44px; height: 44px; }.mobile-nav { display: grid; max-height: calc(100vh - 68px); overflow-y: auto; padding: 10px 16px 18px; border-top: 1px solid #d2cdc1; background: #f7f5ef; box-shadow: 0 12px 22px rgba(11, 19, 43, .10); }.mobile-nav a { display: grid; grid-template-columns: 33px 1fr; padding: 12px 0; border-bottom: 1px solid #ded9ce; font-size: 15px; font-weight: 700; }.mobile-nav a.is-active { color: var(--brand-blue); }.mobile-nav a span { color: #1f5d9b; font-size: 10px; padding-top: 3px; }.mobile-nav .mobile-contact { display: block; margin-top: 12px; padding: 13px 16px; border: 0; background: #1f5d9b; color: #fff; text-align: center; }.hero-section { min-height: auto; grid-template-columns: 1fr; padding-top: 60px; }.hero-art { min-height: 370px; }.problem-layout { grid-template-columns: 1fr; gap: 30px; }.side-label { display: none; }.cycle-rail { grid-template-columns: 1fr; }.cycle-item, .cycle-item:not(:first-child) { min-height: 142px; padding: 18px 0 18px 45px; border-right: 0; border-bottom: 1px solid #cfd0ca; }.cycle-item:last-child { border-bottom: 0; }.cycle-item:not(:first-child) .rail-dot, .rail-dot { top: 24px; left: 0; }.cycle-index { margin: 0 0 7px; }.cycle-item h3 { margin: 0 0 5px; }.cycle-item > p:last-of-type { margin-bottom: 0; }.split-header { display: block; }.split-header > p { margin-top: 22px; }.evidence-layout, .analysis-section, .scope-grid, .detail-layout, .contact-layout { grid-template-columns: 1fr; }.evidence-frame { box-shadow: 12px 12px 0 #1f5d9b; }.analysis-image, .analysis-image img { min-height: 310px; }.onboarding-steps { max-width: 640px; }.video-cards { grid-template-columns: 1fr; max-width: none; }.video-card { min-height: 180px; }.video-card > span { margin-top: 22px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-status { grid-column: 1 / -1; }.procedure-list > div { grid-template-columns: 45px 1fr 18px; padding: 18px 0; }.procedure-list p { grid-column: 2 / 4; }.procedure-list > div > svg { grid-column: 3; grid-row: 1; }.video-chapters { grid-template-columns: 1fr; }.video-chapters article { min-height: 230px; }.video-chapters span { margin-top: 25px; } }
@media (max-width: 520px) { .brand-mark { font-size: 20px; }.brand-mark img { width: 31px; height: 31px; }.hero-copy h1, .inner-hero h1 { font-size: clamp(39px, 11vw, 47px); line-height: 1.17; }.hero-art { min-height: 300px; }.hero-brand-panel { right: 70px; bottom: 12px; width: min(70%, 270px); padding: 12px 13px; }.hero-brand-lockup { margin-bottom: 9px; }.hero-brand-panel p { gap: 5px; font-size: 10px; }.problem-layout h2, .section-header h2, .analysis-copy h2, .scope-grid h2, .onboarding-title h2 { font-size: 38px; }.feature-grid { grid-template-columns: 1fr; }.feature-card { min-height: 250px; }.scope-list div { grid-template-columns: 1fr; gap: 6px; }.onboarding-steps { grid-template-columns: 1fr; }.video-layout h2, .evidence-copy h2, .final-cta h2 { font-size: 39px; }.footer-grid { grid-template-columns: 1fr; }.footer-status { grid-column: auto; }.footer-bottom { display: grid; gap: 7px; margin-top: 35px; }.form-pair { grid-template-columns: 1fr; }.contact-aside h2 { font-size:34px; }.faq-list summary, .inner-faq summary { grid-template-columns: 38px 1fr 18px; font-size: 14px; }.faq-list details > p, .inner-faq details > p { margin-left: 38px; }.detail-aside { padding: 23px; }.detail-aside img { width: calc(100% + 46px); margin: -23px -23px 26px; } }
@media (prefers-reduced-motion: no-preference) { .hero-copy, .hero-art, .section-header, .feature-card, .cycle-item { animation: rise .52s cubic-bezier(.23,1,.32,1) both; }.hero-art { animation-delay: .1s; }.feature-card:nth-child(2) { animation-delay: .05s; }.feature-card:nth-child(3) { animation-delay: .1s; }.feature-card:nth-child(4) { animation-delay: .15s; } @keyframes rise { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } } }

/**
 * Design: Editorial Operations interaction layer.
 * Signal Blue remains reserved for action, state, and confirmation; hover motion is short and functional.
 */
.page-transition { min-height: 100vh; }
.scroll-progress { position: fixed; top: 0; right: 0; left: 0; z-index: 60; height: 3px; background: rgba(31, 93, 155, .08); pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; background: #1f5d9b; transform: scaleX(0); transform-origin: left center; transition: transform 80ms linear; }
.scroll-controls { position: fixed; right: 22px; bottom: 24px; z-index: 18; display: grid; gap: 1px; overflow: hidden; border: 1px solid rgba(24, 34, 49, .28); background: rgba(247, 245, 239, .92); box-shadow: 0 8px 22px rgba(24, 34, 49, .12); backdrop-filter: blur(12px); }
.scroll-controls button { display: grid; width: 46px; height: 44px; place-items: center; border: 0; border-bottom: 1px solid rgba(24, 34, 49, .18); background: transparent; color: #182231; transition: color 160ms ease, background 160ms ease, transform 160ms cubic-bezier(.23, 1, .32, 1); }
.scroll-controls button:last-child { border-bottom: 0; }
.scroll-controls button:disabled { color: #b7b8b1; cursor: not-allowed; }
.quick-actions { position: fixed; right: 22px; bottom: 126px; z-index: 18; display: grid; justify-items: end; gap: 7px; }
.quick-faq, .floating-consult { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; border: 1px solid rgba(24, 34, 49, .28); box-shadow: 0 8px 22px rgba(24, 34, 49, .12); backdrop-filter: blur(12px); }
.quick-faq { width: 46px; padding: 0; background: rgba(247, 245, 239, .92); color: #182231; transition: color 160ms ease, background 160ms ease, transform 160ms cubic-bezier(.23, 1, .32, 1); }
.floating-consult { gap: 6px; padding: 0 13px; background: #1f5d9b; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: -.03em; transition: background 160ms ease, transform 160ms cubic-bezier(.23, 1, .32, 1), box-shadow 160ms ease; }

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .scroll-controls button:not(:disabled):hover { background: #1f5d9b; color: #fff; }
  .scroll-controls button:not(:disabled):first-child:hover svg { transform: translateY(-2px); }
  .scroll-controls button:not(:disabled):last-child:hover svg { transform: translateY(2px); }
  .scroll-controls button svg { transition: transform 160ms cubic-bezier(.23, 1, .32, 1); }
  .quick-faq:hover { background: #1f5d9b; color: #fff; transform: translateY(-2px); }
  .quick-faq:hover svg { transform: rotate(-10deg); }
  .floating-consult:hover { background: #174b7e; transform: translateY(-2px); box-shadow: 0 11px 24px rgba(31, 93, 155, .28); }
  .quick-faq svg, .floating-consult svg { transition: transform 160ms cubic-bezier(.23, 1, .32, 1); }
  .floating-consult:hover svg { transform: translate(2px, -2px); }
}

@media (max-width: 640px) {
  .scroll-controls { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); }
  .scroll-controls button { width: 44px; height: 42px; }
  .quick-actions { right: 14px; bottom: calc(max(14px, env(safe-area-inset-bottom)) + 92px); }
  .quick-faq { width: 44px; min-height: 42px; }
  .floating-consult { min-height: 42px; padding-inline: 12px; }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .header-cta,
  .button-primary,
  .button-secondary,
  .button-inverse,
  .button-cream {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 160ms cubic-bezier(.23, 1, .32, 1), box-shadow 180ms cubic-bezier(.23, 1, .32, 1), color 180ms ease, background 180ms ease;
  }

  .header-cta::before,
  .button-primary::before,
  .button-secondary::before,
  .button-inverse::before,
  .button-cream::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: #1f5d9b;
    transform: translateX(-103%);
    transition: transform 260ms cubic-bezier(.23, 1, .32, 1);
  }

  .header-cta:hover,
  .button-primary:hover {
    background: #174b7e;
    transform: translateY(-2px);
    box-shadow: 0 9px 18px rgba(31, 93, 155, .23);
  }

  .header-cta:hover::before,
  .button-primary:hover::before,
  .button-secondary:hover::before,
  .button-inverse:hover::before,
  .button-cream:hover::before { transform: translateX(0); }

  .button-secondary:hover,
  .button-inverse:hover,
  .button-cream:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(24, 34, 49, .14);
  }

  .header-cta:hover svg,
  .button-primary:hover svg,
  .button-secondary:hover svg,
  .button-inverse:hover svg,
  .button-cream:hover svg {
    transform: translate(2px, -2px);
  }

  .header-cta svg,
  .button-primary svg,
  .button-secondary svg,
  .button-inverse svg,
  .button-cream svg { transition: transform 180ms cubic-bezier(.23, 1, .32, 1); }

  .desktop-nav a { position: relative; }
  .desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    background: #1f5d9b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms cubic-bezier(.23, 1, .32, 1);
  }
  .desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

  .text-link { position: relative; transition: color 180ms ease, gap 180ms cubic-bezier(.23, 1, .32, 1); }
  .text-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #1f5d9b;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms cubic-bezier(.23, 1, .32, 1);
  }
  .text-link:hover { color: #1f5d9b; gap: 12px; }
  .text-link:hover::after { transform: scaleX(1); transform-origin: left; }
  .text-link:hover svg { transform: translate(2px, -2px); }
  .text-link svg { transition: transform 180ms cubic-bezier(.23, 1, .32, 1); }

  .feature-card { transition: transform 220ms cubic-bezier(.23, 1, .32, 1), background 220ms ease, color 220ms ease; }
  .feature-card:hover { transform: translateY(-5px); box-shadow: 0 14px 0 rgba(31, 93, 155, .9); }

  .video-card { transition: transform 220ms cubic-bezier(.23, 1, .32, 1), background 220ms ease; }
  .video-card:hover { background: #314458; transform: translateY(-5px); }

  .faq-list summary,
  .inner-faq summary { transition: color 170ms ease, padding-inline 170ms cubic-bezier(.23, 1, .32, 1); }
  .faq-list summary:hover,
  .inner-faq summary:hover { color: #1f5d9b; padding-inline: 7px; }

  .menu-button { transition: transform 160ms cubic-bezier(.23, 1, .32, 1), color 160ms ease, background 160ms ease; }
  .menu-button:hover { color: #fff; background: #1f5d9b; transform: rotate(-2deg); }
}

@media (prefers-reduced-motion: reduce) {
  .page-transition,
  .header-cta,
  .button-primary,
  .button-secondary,
  .button-inverse,
  .button-cream,
  .text-link,
  .feature-card,
  .video-card,
  .desktop-nav a,
  .faq-list summary,
  .inner-faq summary,
  .menu-button,
  .scroll-controls button,
  .quick-faq,
  .floating-consult,
  .scroll-progress span { animation: none !important; transition: none !important; }
}

/**
 * Design: Editorial Operations review pass.
 * Blue is constrained to operational signals; proof panels make each route structurally distinct.
 */
.brand-word { display: inline-flex; align-items: baseline; gap: 1px; letter-spacing: -.08em; }
.brand-word b { font-weight: 800; }
.content-main .inner-hero h1 em,
.problem-layout h2 em,
.section-header h2 em,
.analysis-copy h2 em,
.scope-grid h2 em,
.onboarding-title h2 em { color: #182231; }
.content-main .procedure-list > div > div small { display: block; margin-bottom: 5px; color: #1f5d9b; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.content-main .procedure-list > div h3 { margin: 0; }
.content-main .proof-panel { overflow: hidden; }
.content-main .proof-label { margin-bottom: 16px !important; color: #1f5d9b !important; font-size: 10px !important; font-weight: 800; letter-spacing: .11em; }
.content-main .proof-matrix { margin-top: 25px; border-top: 1px solid #9ea09a; }
.content-main .proof-matrix > div { display: grid; grid-template-columns: 30px 72px 1fr; gap: 8px; align-items: center; min-height: 55px; border-bottom: 1px solid #b6b4aa; }
.content-main .proof-matrix span { color: #1f5d9b; font-size: 10px; font-weight: 800; }
.content-main .proof-matrix p { margin: 0; color: #182231; font-size: 13px; font-weight: 800; }
.content-main .proof-matrix small { color: #56616c; font-size: 10px; line-height: 1.5; }
.content-main .proof-rail { display: grid; gap: 13px; margin-top: 30px; padding-left: 1px; }
.content-main .proof-rail p { display: flex; align-items: center; gap: 10px; margin: 0; color: #3f4f5f; font-size: 12px; }
.content-main .proof-rail i { position: relative; display: inline-block; width: 10px; height: 10px; flex: none; background: #1f5d9b; border-radius: 50%; }
.content-main .proof-rail p:not(:last-child) i::after { content: ""; position: absolute; top: 10px; left: 4px; width: 1px; height: 17px; background: #8aa4b9; }
.content-main .manual-table { margin-top: 29px; border-top: 1px solid #889099; }
.content-main .manual-table > div { display: grid; grid-template-columns: 62px 1fr; gap: 10px; padding: 12px 0; border-bottom: 1px solid #b4b4ae; }
.content-main .manual-table span { color: #1f5d9b; font-size: 10px; font-weight: 800; }
.content-main .manual-table p { margin: 0; color: #4e5b68; font-size: 12px; }
.content-main.route-installation .install-proof { background: #182231; color: #fff; }
.content-main.route-installation .install-proof .proof-label { color: #9bd0f2 !important; }
.content-main.route-installation .install-proof h2 { color: #fff; }
.content-main .proof-ticket { display: grid; gap: 4px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #526171; }
.content-main .proof-ticket span { color: #9bd0f2; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.content-main .proof-ticket p { margin: 0 0 12px; color: #d3dce2; font-size: 13px; }
.content-main .feature-proof > p:last-child { margin-bottom: 0; }
.content-main .faq-proof-note { display: flex; align-items: center; gap: 10px; margin: 19px 0; padding: 13px 15px; border-left: 3px solid #1f5d9b; background: #e5edf4; color: #425465; font-size: 12px; }
.content-main .faq-proof-note svg { color: #1f5d9b; }
.content-main .faq-proof-note p { margin: 0; }
.content-main .faq-proof-note strong { margin-right: 8px; color: #1f5d9b; font-size: 10px; letter-spacing: .1em; }
@media (max-width: 820px) {
  .content-main .procedure-list > div { grid-template-columns: 45px 1fr 18px; padding: 18px 0; }
  .content-main .procedure-list p { grid-column: 2 / 4; }
  .content-main .procedure-list > div > svg { grid-column: 3; grid-row: 1; }
}

.content-main .video-chapters { padding-bottom: 0 !important; background: transparent !important; }

/* Official brand enhancement: each route carries a distinct operational proof composition. */
.route-module { padding-bottom: clamp(78px, 10vw, 135px); }
.service-models { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #9fb1c2; }
.service-model { min-height: 430px; padding: 30px; background: #f7f5ef; }
.service-model > span { color: var(--brand-blue, #1677ff); font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.service-model h2 { margin: 50px 0 24px; font-size: 28px; line-height: 1.3; }
.service-model dl { display: grid; gap: 12px; margin: 0; }
.service-model dl div { padding-top: 12px; border-top: 1px solid #c9c8c1; }
.service-model dt { margin-bottom: 4px; color: #1f5d9b; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.service-model dd { margin: 0; color: #465667; font-size: 13px; line-height: 1.65; }
.service-model > p { margin: 22px 0 0; color: #6b7885; font-size: 11px; }
.feature-architecture { display: grid; gap: 30px; }
.feature-architecture-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.feature-architecture-head > span { color: #1f5d9b; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.feature-architecture-head p { max-width: 450px; margin: 0; color: #506070; font-size: 14px; line-height: 1.75; }
.feature-architecture ol { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0; border-top: 1px solid #182231; list-style: none; }
.feature-architecture li { position: relative; min-height: 150px; padding: 20px 18px 0 0; border-right: 1px solid #c8c7bf; }
.feature-architecture li:not(:first-child) { padding-left: 18px; }
.feature-architecture li:last-child { border-right: 0; }
.feature-architecture li span { display: block; margin-bottom: 40px; color: #1f5d9b; font-size: 10px; font-weight: 800; }
.feature-architecture li strong { font-size: 16px; letter-spacing: -.05em; }
.feature-architecture li i { position: absolute; top: -4px; right: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--brand-cyan, #00c6ff); }
.feature-guard { display: flex; gap: 15px; padding: 20px; border-left: 4px solid var(--brand-blue, #1677ff); background: #e5edf4; }
.feature-guard svg { flex: none; color: #1677ff; }
.feature-guard p { margin: 0; color: #425465; font-size: 13px; line-height: 1.75; }
.feature-guard strong { color: #1f5d9b; font-size: 11px; letter-spacing: .06em; }
.how-process { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(35px, 7vw, 110px); }
.how-process aside { align-self: start; padding: 26px; background: #0b132b; color: #fff; }
.how-process aside p { margin-bottom: 22px; color: #75cfee; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.how-process aside strong { display: block; margin-bottom: 22px; font-size: 27px; line-height: 1.35; letter-spacing: -.07em; }
.how-process aside span { display: block; color: #c7d4de; font-size: 13px; line-height: 1.8; }
.manual-layout { display: grid; grid-template-columns: 255px 1fr; gap: clamp(35px, 7vw, 105px); }
.manual-layout > aside { align-self: start; padding: 20px 0; border-top: 1px solid #182231; }
.manual-layout > aside > p { margin-bottom: 16px; color: #1f5d9b; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.manual-layout nav { display: grid; }
.manual-layout nav span { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 9px 0; border-bottom: 1px solid #d4d2ca; color: #4b5c6c; font-size: 13px; }
.manual-layout nav b { color: #1f5d9b; font-size: 10px; }
.manual-layout > aside small { display: block; margin-top: 17px; color: #6c7883; font-size: 11px; line-height: 1.7; }
.manual-intro { display: flex; gap: 12px; margin-bottom: 26px; padding: 16px; background: #e9eef2; color: #435361; }
.manual-intro svg { flex: none; color: #1677ff; }
.manual-intro p { margin: 0; font-size: 13px; line-height: 1.7; }
.installation-checklist { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(35px, 7vw, 100px); }
.installation-intro { align-self: start; padding: 30px; background: #0b132b; color: #fff; }
.installation-intro p { margin-bottom: 18px; color: #75cfee; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.installation-intro h2 { margin-bottom: 28px; font-size: 36px; line-height: 1.28; }
.installation-intro span { color: #c7d4de; font-size: 12px; line-height: 1.8; }
.installation-checklist ol { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid #182231; border-left: 1px solid #182231; list-style: none; }
.installation-checklist li { display: grid; grid-template-columns: 30px 1fr; gap: 8px; min-height: 102px; padding: 16px; border-right: 1px solid #c8c7bf; border-bottom: 1px solid #c8c7bf; }
.installation-checklist li > span { color: #1677ff; font-size: 10px; font-weight: 800; }
.installation-checklist li strong { font-size: 15px; letter-spacing: -.05em; }
.installation-checklist li small { grid-column: 2; color: #677583; font-size: 11px; line-height: 1.5; }
.video-library { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-library article { padding: 18px; border: 1px solid #38495a; background: #162231; color: #fff; }
.video-poster { position: relative; display: grid; height: 150px; place-items: center; overflow: hidden; margin-bottom: 20px; background: radial-gradient(circle at 30% 20%, rgba(0, 198, 255, .16), transparent 42%), #0b132b; }
.video-poster img { width: 96px; height: 96px; object-fit: contain; opacity: .96; }
.video-poster span { position: absolute; right: 10px; bottom: 10px; padding: 5px 7px; background: rgba(11, 19, 43, .86); color: #c7eaff; font-size: 10px; font-weight: 800; }
.video-library article > span { color: #7dd5f1; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.video-library h2 { margin: 10px 0; font-size: 25px; }
.video-library p { min-height: 68px; color: #c4d0d9; font-size: 13px; line-height: 1.75; }
.video-library a { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: #b9e7f7; font-size: 12px; font-weight: 800; }
.inner-cta-manual, .inner-cta-faq { background: #e7edf2; color: #182231; }
.inner-cta-manual p, .inner-cta-faq p { color: #1f5d9b; }
.inner-cta-manual h2 em, .inner-cta-faq h2 em { color: #1f5d9b; }
.inner-cta-manual .button-cream, .inner-cta-faq .button-cream { background: #182231; color: #fff; }
.inner-cta-service { background: #122033; }
.inner-cta-features { background: #17283b; }
.inner-cta-videos { background: #0b132b; }
.inner-cta-installation { background: #132235; }
@media (max-width: 820px) {
  .service-models, .video-library { grid-template-columns: 1fr; }
  .service-model { min-height: auto; }
  .service-model h2 { margin: 30px 0 20px; }
  .feature-architecture-head { display: grid; gap: 12px; }
  .feature-architecture ol { grid-template-columns: repeat(2, 1fr); }
  .feature-architecture li { min-height: 108px; padding: 16px; border-bottom: 1px solid #c8c7bf; }
  .feature-architecture li:not(:first-child) { padding-left: 16px; }
  .feature-architecture li span { margin-bottom: 24px; }
  .feature-architecture li:nth-child(2n) { border-right: 0; }
  .how-process, .manual-layout, .installation-checklist { grid-template-columns: 1fr; }
  .manual-layout > aside { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .manual-layout > aside > p { grid-column: 1 / -1; margin-bottom: 0; }
  .manual-layout > aside small { margin-top: 0; }
}
@media (max-width: 520px) {
  .feature-architecture ol { grid-template-columns: 1fr; }
  .feature-architecture li, .feature-architecture li:not(:first-child) { min-height: auto; padding: 15px 0; border-right: 0; }
  .feature-architecture li span { margin-bottom: 8px; }
  .feature-architecture li i { top: auto; right: auto; bottom: -4px; left: 0; }
  .manual-layout > aside { display: block; }
  .manual-layout > aside small { margin-top: 17px; }
  .installation-checklist ol { grid-template-columns: 1fr; }
  .installation-checklist li { min-height: 86px; }
  .video-library p { min-height: 0; }
}

/* Cloudflare static snapshot compatibility */
.mobile-nav{display:none}.mobile-nav.is-open{display:flex}
.form-notice{display:none}.form-notice.is-visible{display:flex}
.quick-actions svg,.scroll-controls svg,.button-primary svg,.button-secondary svg,.button-inverse svg,.button-cream svg,.text-link svg,.feature-topline svg,.evidence-points svg,.preview-badge svg,.faq-proof-note svg{width:1em;height:1em;stroke:currentColor;fill:none;stroke-width:2}
