:root {
  --navy: #071337;
  --navy-2: #0b1c4c;
  --blue: #165dff;
  --cyan: #19c7df;
  --ink: #10172a;
  --muted: #59647a;
  --line: #dce4f0;
  --soft: #f4f7fb;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(7,19,55,.13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: absolute; inset: 0 0 auto; z-index: 10; color: white; }
.nav-wrap { height: 110px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-weight: 800; letter-spacing: .14em; }
.site-header .brand { transform: translateY(20px); }
.site-header .brand img { width: 150px; height: auto; border-radius: 0; object-fit: contain; }
nav { display: flex; gap: 28px; align-items: center; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 650; color: rgba(255,255,255,.82); }
nav a:hover { color: white; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; }
.hero { min-height: 0; padding: 116px 0 18px; color: white; background: radial-gradient(circle at 74% 22%, rgba(22,93,255,.28), transparent 34%), linear-gradient(135deg, #06102d 0%, #091943 57%, #0b2d64 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.hero-copy { align-self: start; margin-top: 24px; }
.hero-visual { margin-top: 37px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #6ce6f2; }
h1,h2,h3,p { text-wrap: pretty; }
h1 { margin: 0; max-width: 760px; font-size: clamp(3rem, 6.6vw, 6.2rem); line-height: .96; letter-spacing: -.055em; font-weight: 760; }
h1 span { color: #72e8f5; }
.lead { max-width: 700px; margin: 28px 0 14px; font-size: clamp(1.2rem, 2vw, 1.48rem); line-height: 1.45; font-weight: 600; color: rgba(255,255,255,.96); }
.hero-detail { max-width: 690px; color: rgba(255,255,255,.72); font-size: 1.02rem; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 0; border-radius: 999px; text-decoration: none; font: inherit; font-weight: 760; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--cyan); color: #031332; box-shadow: 0 12px 34px rgba(25,199,223,.28); }
.button.secondary { border: 1px solid rgba(255,255,255,.34); color: white; }
.human-line { display: flex; align-items: center; gap: 10px; margin-top: 25px; color: rgba(255,255,255,.72); font-size: .9rem; }
.human-line span { width: 7px; height: 7px; background: var(--cyan); border-radius: 50%; box-shadow: 0 0 0 5px rgba(25,199,223,.14); }
.photo-frame { position: relative; max-width: 359px; margin-left: auto; }
.photo-frame::before { content: ""; position: absolute; inset: -16px 22px 58px -18px; border: 1px solid rgba(114,232,245,.36); border-radius: 34px; }
.photo-crop { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 28px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.photo-caption { position: relative; margin: 6px 2px 0; text-align: right; }
.photo-caption strong { display: block; color: white; font-size: 1rem; line-height: 1.4; font-weight: 700; }
.photo-caption span { display: block; margin-top: 1px; color: #8beaf3; font-size: .8rem; line-height: 1.4; font-weight: 500; font-style: italic; letter-spacing: .02em; }
.video-showcase { padding: 38px 0 46px; color: white; background: var(--navy); }
.video-showcase-inner { text-align: center; }
.video-invite { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: rgba(255,255,255,.76); font-size: .93rem; font-weight: 650; letter-spacing: .01em; }
.video-invite span { position: relative; width: 24px; height: 24px; border: 1px solid rgba(114,232,245,.55); border-radius: 50%; }
.video-invite span::after { content: ""; position: absolute; top: 50%; left: calc(50% + 1px); width: 0; height: 0; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid var(--cyan); transform: translate(-50%,-50%); }
.video-shell { position: relative; width: 100%; max-width: 1120px; aspect-ratio: 16 / 9; margin: 0 auto; overflow: hidden; background: var(--navy); border: 1px solid rgba(114,232,245,.16); border-radius: 20px; box-shadow: 0 14px 34px rgba(0,0,0,.14); }
.mira-video { display: block; width: 100%; height: 100%; object-fit: contain; background: #02091d; }
.video-play { position: absolute; inset: 0; display: grid; place-items: center; width: 100%; padding: 0; border: 0; color: white; background: transparent; cursor: pointer; }
.video-play span { display: block; width: 62px; height: 62px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(7,19,55,.72); box-shadow: 0 8px 24px rgba(0,0,0,.2); backdrop-filter: blur(8px); transition: transform .2s ease, background .2s ease; }
.video-play span::after { content: ""; position: absolute; top: 50%; left: calc(50% + 3px); width: 0; height: 0; border-top: 11px solid transparent; border-bottom: 11px solid transparent; border-left: 17px solid white; transform: translate(-50%,-50%); }
.video-play:hover span { transform: scale(1.06); background: rgba(10,32,78,.94); }
.video-shell.is-playing .video-play { display: none; }
.section { padding: 110px 0; }
.problem { background: white; }
.problem-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }
.section-heading h2, .control h2, .final-cta h2 { margin: 0; font-size: clamp(2.35rem, 4.7vw, 4.5rem); line-height: 1.05; letter-spacing: -.045em; }
.problem-copy { font-size: 1.08rem; color: var(--muted); }
.problem-copy p:first-child { margin-top: 0; }
.key-message { margin-top: 34px; padding: 24px 26px; color: var(--navy); background: var(--soft); border-left: 4px solid var(--cyan); font-size: 1.13rem; border-radius: 0 14px 14px 0; }
.handover { background: var(--soft); overflow: hidden; }
.handover-title { text-align: center; }
.handover-title h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1.1; letter-spacing: -.04em; }
.statement { margin: 8px 0 46px; color: var(--blue); font-size: clamp(2.1rem, 5vw, 4.4rem); line-height: 1; font-weight: 800; letter-spacing: -.045em; }
.chaos-order { display: grid; grid-template-columns: 1fr 170px 1fr; align-items: center; gap: 32px; min-height: 390px; }
.messy-stack { position: relative; height: 330px; }
.paper { position: absolute; min-width: 210px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 14px 35px rgba(7,19,55,.12); }
.paper span,.paper small { display: block; color: var(--muted); font-size: .76rem; }
.paper b { display: block; margin: 7px 0 3px; color: var(--navy); }
.card-business { top: 26px; left: 6%; transform: rotate(-7deg); }
.note { top: 138px; left: 33%; background: #fff7be; transform: rotate(6deg); }
.phone { top: 34px; right: 1%; width: 126px; min-width: 126px; padding-top: 40px; color: white; background: var(--navy); transform: rotate(4deg); }
.phone small { color: rgba(255,255,255,.65); }
.phone b { color: white; }
.phone-notch { position: absolute; top: 12px; left: 50%; width: 44px; height: 6px; background: #38425e; border-radius: 9px; transform: translateX(-50%); }
.sheet { bottom: 18px; left: 5%; width: 250px; transform: rotate(2deg); }
.sheet::after { content: ""; display: block; height: 50px; margin-top: 10px; opacity: .7; background: repeating-linear-gradient(#dfe6f1 0 1px, transparent 1px 12px), repeating-linear-gradient(90deg,#dfe6f1 0 1px, transparent 1px 72px); }
.process-mark { display: flex; flex-direction: column; align-items: center; gap: 12px; color: var(--blue); font-size: .82rem; font-weight: 750; text-align: center; }
.process-mark::before,.process-mark::after { content: ""; width: 100%; height: 1px; background: linear-gradient(90deg,transparent,var(--blue)); }
.process-mark::after { background: linear-gradient(90deg,var(--blue),transparent); }
.mira-dot { display: grid; place-items: center; width: 66px; height: 66px; color: white; background: var(--blue); border-radius: 20px; font-size: 1.6rem; box-shadow: 0 12px 28px rgba(22,93,255,.25); }
.ordered-card { padding: 28px; background: white; border: 1px solid #ccd8eb; border-radius: 22px; box-shadow: var(--shadow); }
.ordered-card > p { margin-top: 0; color: var(--navy); font-size: 1.1rem; font-weight: 800; }
.ordered-card div { display: grid; grid-template-columns: 120px 1fr; gap: 16px; padding: 15px 0; border-top: 1px solid var(--line); }
.ordered-card span { color: var(--muted); font-size: .69rem; letter-spacing: .09em; }
.ordered-card strong { color: var(--navy); font-size: .9rem; }
.section-note { margin: 32px 0 0; text-align: center; color: var(--muted); font-size: 1.06rem; }
.narrow { max-width: 780px; }
.narrow > p:last-child { color: var(--muted); font-size: 1.08rem; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 58px 0 0; padding: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.steps li { display: flex; gap: 16px; min-height: 228px; padding: 30px 26px; background: white; }
.steps li > span { color: var(--blue); font-weight: 800; font-size: .8rem; }
.steps h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.15rem; line-height: 1.25; }
.steps p { margin: 0; color: var(--muted); font-size: .93rem; }
.human-ai { color: white; background: var(--navy); }
.human-grid { display: grid; grid-template-columns: .88fr 1fr; gap: 100px; align-items: start; }
.human-quote h2 { margin: 0; font-size: clamp(3rem, 5.4vw, 5.2rem); line-height: 1; letter-spacing: -.05em; }
.human-quote h2 span { color: var(--cyan); }
.human-copy { color: rgba(255,255,255,.72); font-size: 1.06rem; }
.human-copy .large { margin-top: 0; color: white; font-size: 1.22rem; }
blockquote { margin: 34px 0 0; padding: 26px 0 0; border-top: 1px solid rgba(255,255,255,.2); color: white; font-size: 1.18rem; }
.control-grid { display: grid; grid-template-columns: 1fr; gap: 46px; }
.control-copy { max-width: 880px; }
.control-copy p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.control-copy .control-proof { margin: 24px 0 0; padding-left: 20px; border-left: 3px solid var(--cyan); color: var(--navy); font-size: 1.12rem; }
.platform-visual { display: block; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; box-shadow: none; }
.platform-visual picture { display: block; }
.platform-visual img { display: block; width: 100%; height: auto; }
.dashboard-shell { overflow: hidden; background: #f7f9fc; border: 1px solid #d9e2ef; border-radius: 20px; box-shadow: var(--shadow); }
.dash-top { display: flex; align-items: center; gap: 12px; padding: 16px 20px; color: var(--navy); background: white; border-bottom: 1px solid var(--line); font-size: .87rem; }
.mini-logo { display: grid; place-items: center; width: 28px; height: 28px; color: white; background: var(--blue); border-radius: 8px; font-weight: 800; }
.status { margin-left: auto; padding: 5px 9px; color: #075a62; background: #d7f7f6; border-radius: 999px; font-size: .7rem; }
.dash-body { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; padding: 20px; }
.metric,.dash-list { padding: 17px; background: white; border: 1px solid #e1e7f0; border-radius: 12px; }
.metric span,.dash-list > span { display: block; color: var(--muted); font-size: .72rem; }
.metric strong { display: block; margin: 8px 0 14px; color: var(--navy); font-size: .86rem; }
.metric i { display: block; width: 100%; height: 6px; background: #e8edf5; border-radius: 6px; }
.metric i::after { content: ""; display: block; width: var(--w); height: 100%; background: var(--blue); border-radius: inherit; }
.dash-list { grid-column: 1/-1; }
.dash-list p { margin: 9px 0 0; color: var(--muted); font-size: .78rem; }
.dash-list b { color: #068176; }
.dash-list em { color: var(--blue); font-style: normal; }
.concept-note { margin: 0; padding: 0 20px 16px; color: #7a8496; font-size: .65rem; text-align: right; }
.comparison { background: var(--soft); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; }
.compare-card { padding: 32px; border-radius: 22px; }
.compare-card.without { background: white; border: 1px solid var(--line); }
.compare-card.with { color: white; background: linear-gradient(145deg,var(--navy),#103a7b); box-shadow: var(--shadow); }
.compare-label { margin: 0 0 24px; color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.with .compare-label { color: var(--cyan); }
.compare-card ul { list-style: none; margin: 0; padding: 0; }
.compare-card li { position: relative; padding: 12px 10px 12px 34px; border-top: 1px solid var(--line); }
.with li { border-color: rgba(255,255,255,.15); }
.compare-card li::before { content: "↓"; position: absolute; left: 5px; color: #93a0b5; }
.compare-card li:first-child::before { content: "●"; font-size: .56rem; top: 18px; }
.with li::before { color: var(--cyan); }
.final-cta { padding: 120px 0; color: white; text-align: center; background: radial-gradient(circle at 50% 0,rgba(25,199,223,.18),transparent 42%),var(--navy); }
.final-inner { max-width: 870px; }
.cta-lead { margin: 26px 0 6px; font-size: 1.27rem; font-weight: 700; }
.final-inner > p:not(.eyebrow):not(.cta-status) { color: rgba(255,255,255,.72); }
.closing { display: block; margin: 34px 0 28px; color: var(--cyan); font-size: clamp(1.8rem,3.4vw,3rem); }
.button.white { color: var(--navy); background: white; box-shadow: 0 18px 44px rgba(0,0,0,.2); }
.contact-dialog { width: min(760px, calc(100% - 28px)); max-height: calc(100dvh - 28px); padding: 0; color: var(--ink); background: transparent; border: 0; overflow: visible; }
.contact-dialog::backdrop { background: rgba(2,9,29,.78); backdrop-filter: blur(8px); }
.dialog-panel { position: relative; max-height: calc(100dvh - 28px); padding: clamp(28px,5vw,52px); overflow-y: auto; background: white; border: 1px solid rgba(114,232,245,.28); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.38); opacity: 0; transform: translateY(12px) scale(.985); transition: opacity .18s ease, transform .18s ease; }
.contact-dialog.is-open .dialog-panel { opacity: 1; transform: none; }
.dialog-close { position: absolute; top: 16px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; color: var(--navy); background: var(--soft); border: 0; border-radius: 50%; font-size: 1.65rem; line-height: 1; cursor: pointer; }
.dialog-content h2,.dialog-success h2 { margin: 0; color: var(--navy); font-size: clamp(2rem,5vw,3.25rem); line-height: 1.04; letter-spacing: -.04em; }
.dialog-intro { margin: 18px 0 28px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: grid; gap: 7px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.form-wide { grid-column: 1 / -1; }
.form-grid input,.form-grid textarea { width: 100%; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #cbd6e6; border-radius: 10px; font: inherit; line-height: 1.4; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid textarea { resize: vertical; min-height: 112px; }
.form-grid input:focus,.form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(22,93,255,.12); }
.privacy-notice { margin: 22px 0 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
.privacy-notice a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.form-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-message { min-height: 22px; margin: 12px 0 0; color: var(--muted); font-size: .86rem; }
.form-message.is-error { color: #b42318; }
.form-submit { margin-top: 4px; }
.form-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.dialog-success { padding: 26px 0 18px; text-align: center; }
.dialog-success[hidden],.dialog-content[hidden] { display: none; }
.success-mark { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 22px; color: var(--navy); background: var(--cyan); border-radius: 50%; font-size: 1.65rem; font-weight: 800; }
.dialog-success p { max-width: 470px; margin: 18px auto 28px; color: var(--muted); }
footer { color: white; background: #040b20; }
.footer-inner { min-height: 130px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.footer-inner p { margin: 0; color: rgba(255,255,255,.55); font-size: .78rem; }
.footer-inner p:last-child { text-align: right; }
.footer-privacy { color: rgba(255,255,255,.72); text-underline-offset: 3px; }
.footer-privacy:hover { color: var(--cyan); }
.footer-cookie-preferences,.privacy-cookie-preferences { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.footer-cookie-preferences { margin-top: 5px; color: rgba(255,255,255,.72); }
.footer-cookie-preferences:hover,.privacy-cookie-preferences:hover { color: var(--cyan); }
.footer-brand img { width: 38px; height: 38px; border-radius: 10px; }
.privacy-page { min-height: 100vh; color: white; background: var(--navy); }
.privacy-header { border-bottom: 1px solid rgba(255,255,255,.12); }
.privacy-nav { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.privacy-nav .brand img { width: 104px; height: auto; }
.privacy-back { color: rgba(255,255,255,.78); font-size: .9rem; font-weight: 650; text-decoration: none; }
.privacy-back:hover { color: var(--cyan); }
.privacy-main { padding: 76px 0 100px; }
.privacy-document { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.privacy-document h1 { max-width: 760px; font-size: clamp(2.5rem,6vw,4.8rem); line-height: 1.02; }
.privacy-intro { margin: 24px 0 54px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.privacy-section { padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.privacy-section h2 { margin: 0 0 18px; color: var(--cyan); font-size: 1rem; line-height: 1.3; letter-spacing: .1em; text-transform: uppercase; }
.privacy-section p,.privacy-section li { color: rgba(255,255,255,.78); }
.privacy-section p { margin: 0 0 16px; }
.privacy-section p:last-child { margin-bottom: 0; }
.privacy-section ul { margin: 0 0 18px; padding-left: 22px; }
.privacy-section address { margin: 0 0 20px; color: white; font-style: normal; }
.privacy-section a { color: var(--cyan); text-underline-offset: 3px; }
.privacy-cookie-preferences { color: var(--cyan); }

.cookie-banner { position: fixed; inset: auto 20px 20px; z-index: 1000; display: none; margin: 0 auto; max-width: 1120px; padding: 22px; border: 1px solid rgba(29,199,223,.38); border-radius: 18px; color: white; background: rgba(4,11,32,.98); box-shadow: 0 18px 55px rgba(0,0,0,.28); }
.cookie-banner.is-visible { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px 32px; align-items: center; }
.cookie-banner-copy h2 { margin: 0 0 8px; color: white; font-size: 1.18rem; }
.cookie-banner-copy p { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); font-size: .92rem; line-height: 1.55; }
.cookie-banner-copy a { color: var(--cyan); text-underline-offset: 3px; }
.cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.cookie-action { min-width: 118px; min-height: 44px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: white; background: transparent; font: inherit; font-size: .88rem; font-weight: 750; cursor: pointer; }
.cookie-action:hover,.cookie-action:focus-visible { border-color: var(--cyan); color: var(--navy); background: var(--cyan); outline: none; }
.cookie-action.primary { border-color: var(--cyan); color: var(--navy); background: var(--cyan); }
.cookie-action.primary:hover,.cookie-action.primary:focus-visible { border-color: white; background: white; }
.cookie-dialog { width: min(620px,calc(100% - 28px)); max-height: min(760px,calc(100vh - 28px)); padding: 0; border: 0; border-radius: 24px; color: var(--navy); background: white; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.cookie-dialog::backdrop { background: rgba(2,8,27,.74); backdrop-filter: blur(8px); }
.cookie-dialog-panel { position: relative; padding: 34px; }
.cookie-dialog-close { position: absolute; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: var(--navy); background: #f1f5fb; font-size: 1.35rem; cursor: pointer; }
.cookie-dialog h2 { margin: 0 48px 10px 0; font-size: clamp(1.65rem,4vw,2.35rem); }
.cookie-dialog-intro { margin: 0 0 24px; color: #5b6680; }
.cookie-category { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; align-items: start; padding: 20px 0; border-top: 1px solid #dfe6f2; }
.cookie-category h3 { margin: 0 0 6px; font-size: 1rem; }
.cookie-category p { margin: 0; color: #5b6680; font-size: .88rem; line-height: 1.5; }
.cookie-state { color: #126477; font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.cookie-switch { position: relative; width: 50px; height: 28px; }
.cookie-switch input { position: absolute; opacity: 0; pointer-events: none; }
.cookie-switch span { position: absolute; inset: 0; border-radius: 999px; background: #c6cfdd; cursor: pointer; transition: background .2s ease; }
.cookie-switch span::after { position: absolute; top: 4px; left: 4px; width: 20px; height: 20px; border-radius: 50%; background: white; box-shadow: 0 2px 7px rgba(0,0,0,.2); content: ""; transition: transform .2s ease; }
.cookie-switch input:checked + span { background: #126477; }
.cookie-switch input:checked + span::after { transform: translateX(22px); }
.cookie-switch input:focus-visible + span { outline: 3px solid rgba(30,103,255,.28); outline-offset: 2px; }
.cookie-dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cookie-dialog-actions .cookie-action { flex: 1 1 150px; border-color: #c5cfdf; color: var(--navy); }
.cookie-dialog-actions .cookie-action:hover,.cookie-dialog-actions .cookie-action:focus-visible { border-color: var(--cyan); background: #e7fafd; }
.cookie-dialog-actions .cookie-action.primary { border-color: var(--cyan); background: var(--cyan); }

@media (max-width: 760px) {
  .cookie-banner { inset: auto 10px 10px; padding: 18px; border-radius: 16px; }
  .cookie-banner.is-visible { grid-template-columns: 1fr; gap: 18px; }
  .cookie-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .cookie-action { min-width: 0; padding-inline: 10px; }
  .cookie-dialog-panel { padding: 28px 20px 22px; }
}

@media (max-width: 430px) {
  .cookie-actions { grid-template-columns: 1fr; }
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 116px; }
  .hero-grid,.problem-grid,.human-grid,.control-grid { grid-template-columns: 1fr; gap: 54px; }
  .hero-copy { margin-top: 0; }
  .hero-visual { order: -1; margin-top: 0; }
  .photo-frame { max-width: 330px; margin: 0 auto; }
  .photo-crop { aspect-ratio: 1.05; }
  .photo-frame img { object-position: 50% 28%; }
  .photo-note { right: -18px; }
  .chaos-order { grid-template-columns: 1fr; }
  .process-mark { flex-direction: row; }
  .process-mark::before,.process-mark::after { flex: 1; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps li { min-height: 190px; }
  .dash-body { grid-template-columns: 1fr; }
  .dash-list { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; padding: 34px 0; text-align: center; }
  .footer-brand { margin: auto; }
  .footer-inner p:last-child { text-align: center; }
  .privacy-main { padding: 54px 0 76px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 28px,1160px); }
  .nav-wrap { height: 92px; }
  .site-header .brand { transform: translateY(12px); }
  .site-header .brand img { width: 122px; height: auto; border-radius: 0; }
  .nav-cta { padding: 8px 13px; }
  .hero { min-height: auto; padding: 110px 0 44px; }
  h1 { font-size: clamp(2.8rem,13vw,4.4rem); }
  .hero-copy { text-align: left; }
  .hero-visual { order: initial; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .photo-frame { width: calc(100% - 16px); }
  .photo-caption { margin-top: 6px; padding-right: 2px; }
  .section { padding: 78px 0; }
  .video-showcase { padding: 30px 0 36px; }
  .video-invite { margin-bottom: 12px; font-size: .88rem; }
  .video-shell { width: 100%; border-radius: 14px; }
  .video-play span { width: 56px; height: 56px; }
  .problem-grid { gap: 32px; }
  .messy-stack { height: 390px; }
  .card-business { left: 0; }
  .phone { right: 0; }
  .note { top: 156px; left: 16%; }
  .sheet { bottom: 10px; left: 2%; }
  .ordered-card div { grid-template-columns: 1fr; gap: 3px; }
  .steps,.compare-grid { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .control-grid,.human-grid { gap: 44px; }
  .dashboard-shell { margin-inline: -5px; }
  .compare-grid { gap: 16px; }
  .contact-dialog { width: calc(100% - 18px); max-height: calc(100dvh - 18px); }
  .dialog-panel { max-height: calc(100dvh - 18px); padding: 34px 20px 24px; border-radius: 18px; }
  .dialog-close { top: 10px; right: 10px; }
  .dialog-intro br { display: none; }
  .form-grid { grid-template-columns: 1fr; gap: 14px; }
  .form-wide { grid-column: auto; }
  .privacy-nav { min-height: 78px; }
  .privacy-nav .brand img { width: 88px; }
  .privacy-document { width: min(100% - 28px,780px); }
  .privacy-intro { margin-bottom: 38px; }
}
