:root {
  --navy: #0b2c50;
  --navy-deep: #061d35;
  --navy-soft: #123f6c;
  --orange: #f39200;
  --orange-dark: #d97800;
  --cream: #f7f4ed;
  --paper: #fffefa;
  --ink: #112235;
  --muted: #617083;
  --line: #d9e0e6;
  --green: #176e63;
  --shadow: 0 22px 55px rgba(6, 29, 53, .12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", Arial, sans-serif; line-height: 1.55; }
body, button, input, textarea { font: inherit; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 20px; top: -80px; z-index: 100; padding: 10px 14px; color: white; background: var(--navy); border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 254, 250, .92); border-bottom: 1px solid rgba(11, 44, 80, .09); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { width: 168px; height: 62px; object-fit: contain; mix-blend-mode: multiply; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 28px; margin-left: auto; }
.site-nav a { position: relative; color: #35485b; font-size: .92rem; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }
.nav-toggle { display: none; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 999px; padding: 13px 23px; background: var(--orange); color: var(--navy-deep); cursor: pointer; font-weight: 800; text-decoration: none; box-shadow: 0 8px 22px rgba(243, 146, 0, .2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #ffa313; box-shadow: 0 12px 25px rgba(243, 146, 0, .27); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .9rem; }
.button-ghost { border: 1px solid rgba(255, 255, 255, .36); color: white; background: transparent; box-shadow: none; }
.button-ghost:hover { background: rgba(255, 255, 255, .1); }

.hero { position: relative; overflow: hidden; color: white; background: linear-gradient(125deg, var(--navy-deep) 0%, var(--navy) 57%, #164c78 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, black, transparent 82%); }
.hero-grid { position: relative; z-index: 2; min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 70px; align-items: center; padding-block: 75px 85px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 21px; color: #dbe8f5; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 3px; border-radius: 3px; background: var(--orange); }
.eyebrow.dark { color: var(--navy-soft); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", Arial, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { margin-bottom: 25px; font-size: clamp(3rem, 6vw, 5.25rem); font-weight: 800; }
h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 600px; margin: 0; color: #d4e1ec; font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 31px; color: #b9cad8; font-size: .9rem; }
.hero-note svg { width: 22px; height: 22px; padding: 4px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; fill: none; stroke: var(--orange); stroke-width: 2.5; }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.hero-orbit-one { width: 670px; height: 670px; right: -120px; top: -170px; }
.hero-orbit-two { width: 460px; height: 460px; right: 30px; top: -65px; }

.hero-console { position: relative; padding: 20px; border: 1px solid rgba(255,255,255,.2); border-radius: 29px; background: rgba(255,255,255,.1); box-shadow: 0 30px 80px rgba(0,0,0,.24); backdrop-filter: blur(18px); transform: rotate(1deg); }
.hero-console::after { content: ""; position: absolute; width: 110px; height: 110px; right: -34px; bottom: -42px; border-radius: 50%; background: var(--orange); filter: blur(1px); z-index: -1; }
.console-top { display: flex; align-items: center; justify-content: space-between; padding: 1px 3px 16px; color: #c9d8e6; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.live-dot { display: flex; align-items: center; gap: 7px; }
.live-dot::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #7ed9a9; box-shadow: 0 0 0 5px rgba(126,217,169,.13); }
.quick-card { min-height: 116px; display: flex; align-items: center; gap: 13px; padding: 17px; border-radius: 18px; background: white; color: var(--navy); text-decoration: none; box-shadow: 0 12px 35px rgba(0,0,0,.12); transition: transform .2s ease; }
.quick-card:hover { transform: translateY(-3px); }
.quick-card-main { min-height: 108px; }
.quick-card small, .quick-card strong { display: block; }
.quick-card small { margin-bottom: 3px; color: var(--muted); font-size: .75rem; }
.quick-card strong { font-family: "Manrope", sans-serif; font-size: 1rem; line-height: 1.2; }
.quick-icon { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 14px; color: white; background: var(--navy); }
.quick-icon.coral { background: var(--orange); color: var(--navy); }
.quick-icon.yellow { background: #ffd65c; color: var(--navy); }
.quick-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quick-arrow { margin-left: auto; font-size: 1.35rem; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 12px; }
.quick-grid .quick-card { align-items: flex-start; flex-direction: column; }
.console-receipt { display: flex; align-items: center; gap: 13px; margin-top: 12px; padding: 15px 16px; border: 1px dashed rgba(255,255,255,.35); border-radius: 17px; }
.console-receipt strong, .console-receipt small { display: block; }
.console-receipt small { color: #c6d7e4; }
.receipt-lines { width: 39px; display: grid; gap: 5px; }
.receipt-lines i { height: 3px; border-radius: 2px; background: var(--orange); }
.receipt-lines i:nth-child(2) { width: 75%; }
.leaf { margin-left: auto; color: #9ce0bb; font-size: .7rem; font-weight: 800; line-height: 1.05; text-align: center; }

.proof-strip { color: white; background: var(--orange); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 98px; display: flex; align-items: center; gap: 15px; padding: 20px 26px; border-right: 1px solid rgba(11,44,80,.16); }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.65rem; }
.proof-grid span { color: var(--navy-deep); font-size: .84rem; font-weight: 700; line-height: 1.25; }

.section { padding-block: 110px; }
.section-heading { margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 0; color: var(--navy-deep); font-size: clamp(2.3rem, 4.5vw, 4rem); }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 60px; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 1.08rem; line-height: 1.75; }
.centered { max-width: 760px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p { color: var(--muted); font-size: 1.07rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 430px; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(6,29,53,.06); opacity: 0; transform: translateY(18px); transition: transform .55s ease, opacity .55s ease, box-shadow .2s ease; }
.service-card.revealed { opacity: 1; transform: none; }
.service-card:hover { box-shadow: var(--shadow); }
.service-card svg { width: 77px; height: 77px; margin: 23px 0 30px; fill: none; stroke: var(--orange); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 16px; color: var(--navy); font-size: 1.55rem; }
.service-card p { margin: 0 0 25px; color: var(--muted); }
.service-card > a { display: flex; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); color: var(--navy); font-weight: 800; text-decoration: none; }
.service-number { align-self: flex-end; color: #9aa6b1; font-size: .76rem; font-weight: 800; }
.service-dark { color: white; border-color: var(--navy); background: var(--navy); }
.service-dark h3, .service-dark > a { color: white; }
.service-dark p { color: #c8d6e2; }
.service-dark > a { border-color: rgba(255,255,255,.18); }
.service-coral { border-color: #ffd99e; background: #fff4e2; }

.tools-section { background: var(--cream); }
.tool-stack { display: grid; gap: 26px; }
.tool-panel { display: grid; grid-template-columns: .82fr 1.18fr; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: 0 13px 38px rgba(6,29,53,.07); opacity: 0; transform: translateY(18px); transition: transform .55s ease, opacity .55s ease; }
.tool-panel.revealed { opacity: 1; transform: none; }
.tool-copy { padding: 45px; color: white; background: var(--navy); }
.tool-copy h3 { margin-bottom: 17px; font-size: 2.25rem; }
.tool-copy p { margin: 0; color: #cfdae4; }
.tool-copy ul { margin: 28px 0 0; padding: 0; list-style: none; }
.tool-copy li { position: relative; margin-top: 9px; padding-left: 22px; color: #dbe5ed; font-size: .91rem; }
.tool-copy li::before { content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px; border-radius: 50%; border: 2px solid var(--orange); }
.tool-kicker { display: block; margin-bottom: 23px; color: var(--orange); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.tool-form { align-self: center; padding: 45px; }
.tool-form label { display: block; color: var(--navy); font-size: .84rem; font-weight: 800; }
input, textarea { width: 100%; margin-top: 7px; border: 1px solid #bdc8d2; border-radius: 11px; padding: 13px 14px; color: var(--ink); background: white; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
input { min-height: 50px; }
textarea { resize: vertical; }
input:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(243,146,0,.13); }
.input-action { display: flex; gap: 9px; }
.input-action input { flex: 1; }
.input-action button { align-self: end; min-height: 50px; border: 0; border-radius: 11px; padding: 0 24px; color: white; background: var(--navy); cursor: pointer; font-weight: 800; }
.privacy-note { margin: 16px 0 0; color: var(--muted); font-size: .78rem; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field-wide { grid-column: 1 / -1; }
.form-button { width: 100%; margin-top: 21px; }
.form-result { display: none; margin-top: 17px; padding: 14px 16px; border-radius: 11px; font-size: .9rem; }
.form-result.visible { display: block; }
.form-result.info { background: #eef4f8; }
.form-result.pending { color: #6c4907; background: #fff1cd; }
.form-result.success { color: #155948; background: #e4f6ee; }
.form-result.error { color: #8a2424; background: #fee7e5; }
.tracking-timeline { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 10px; }
.tracking-timeline li { padding: 10px 12px; border-left: 3px solid var(--orange); background: rgba(255,255,255,.65); border-radius: 8px; }
.tracking-timeline strong,.tracking-timeline span,.tracking-timeline em { display: block; }
.tracking-timeline span { margin-top: 3px; font-size: .86rem; opacity: .78; }
.tracking-timeline em { margin-top: 5px; font-style: normal; }
.quote-card { display: grid; gap: 15px; color: var(--ink); }
.quote-main { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 13px; border-bottom: 1px solid rgba(11,44,80,.12); }
.quote-main small { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-main strong { color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(2.1rem, 5vw, 3.1rem); line-height: 1; white-space: nowrap; }
.quote-service { display: grid; gap: 3px; }
.quote-service span { color: var(--orange-dark); font-size: .78rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.quote-service b { color: var(--navy); font-family: "Manrope", sans-serif; font-size: 1.08rem; line-height: 1.2; }
.quote-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.quote-meta span { padding: 11px 12px; border: 1px solid rgba(23,110,99,.18); border-radius: 12px; color: var(--muted); background: rgba(255,255,255,.72); font-size: .82rem; }
.quote-meta b { display: block; margin-top: 2px; color: var(--green); font-size: .98rem; }
.quote-alternatives { display: grid; gap: 8px; padding-top: 4px; }
.quote-alternatives > span { color: var(--muted); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.quote-alt-row { display: grid; grid-template-columns: .8fr 1.4fr auto; align-items: center; gap: 8px; padding: 9px 10px; border-radius: 10px; background: rgba(255,255,255,.72); font-size: .82rem; }
.quote-alt-row strong { color: var(--navy); }
.quote-alt-row em { color: var(--muted); font-style: normal; }
.quote-alt-row b { color: var(--green); white-space: nowrap; }
.quote-tip { margin-top: 28px; padding: 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 13px; }
.quote-tip strong, .quote-tip span { display: block; }
.quote-tip span { margin-top: 3px; color: #cfdbe4; font-size: .82rem; }
.pickup-panel .tool-copy { background: var(--orange); color: var(--navy-deep); }
.pickup-panel .tool-copy p { color: #523b16; }
.pickup-panel .tool-kicker { color: var(--navy); }
.address-chip { display: flex; align-items: center; gap: 10px; margin-top: 30px; padding: 13px; border-radius: 13px; background: rgba(255,255,255,.3); font-size: .86rem; font-weight: 700; }
.address-chip svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.privacy-check { display: flex !important; align-items: flex-start; gap: 9px; margin-top: 17px; color: var(--muted) !important; font-weight: 500 !important; }
.privacy-check input { width: 18px; min-height: 18px; margin: 2px 0 0; }

.paper-section { overflow: hidden; color: white; background: var(--navy-deep); }
.paper-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.paper-copy h2 { margin-bottom: 26px; font-size: clamp(2.7rem, 5vw, 4.5rem); }
.paper-copy > p { color: #c8d6e1; font-size: 1.06rem; line-height: 1.8; }
.benefit-list { margin-top: 35px; }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.14); opacity: 0; transform: translateX(14px); transition: .5s ease; }
.benefit-list > div.revealed { opacity: 1; transform: none; }
.benefit-list span { color: var(--orange); font-weight: 800; }
.benefit-list p { margin: 0; color: #c8d6e1; }
.benefit-list strong { display: block; margin-bottom: 2px; color: white; }
.paper-visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.paper-visual::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--orange); }
.phone { position: relative; z-index: 2; width: 265px; padding: 10px; border: 5px solid #07111b; border-radius: 38px; background: #07111b; box-shadow: 0 30px 60px rgba(0,0,0,.35); transform: rotate(-5deg); }
.phone-top { position: absolute; z-index: 3; width: 90px; height: 20px; left: 50%; top: 7px; border-radius: 0 0 13px 13px; background: #07111b; transform: translateX(-50%); }
.phone-screen { min-height: 465px; display: flex; align-items: center; flex-direction: column; padding: 42px 20px 20px; border-radius: 27px; color: var(--navy); background: #f9fbfc; text-align: center; }
.mini-brand { font-family: "Manrope", sans-serif; font-weight: 800; }
.check-circle { width: 66px; height: 66px; display: grid; place-items: center; margin: 49px 0 16px; border-radius: 50%; color: white; background: var(--green); font-size: 1.8rem; }
.phone-screen small { color: var(--muted); }
.digital-ticket { width: 100%; margin-top: 30px; padding: 18px; border: 1px dashed #a9b7c3; border-radius: 13px; text-align: left; }
.digital-ticket i { display: block; width: 100%; height: 5px; margin-bottom: 7px; border-radius: 3px; background: #dce4ea; }
.digital-ticket i:nth-child(2) { width: 73%; }
.digital-ticket i:nth-child(3) { width: 86%; }
.digital-ticket b { display: block; margin-top: 17px; font-size: .75rem; }
.paper-badge { position: absolute; z-index: 3; right: 2%; bottom: 15%; width: 138px; height: 138px; display: flex; align-items: center; justify-content: center; flex-direction: column; border: 5px solid var(--navy-deep); border-radius: 50%; color: var(--navy-deep); background: #9ce0bb; box-shadow: 0 14px 34px rgba(0,0,0,.25); transform: rotate(8deg); }
.paper-badge span { font-size: .7rem; }
.paper-badge strong { font-family: "Manrope", sans-serif; font-size: 1.35rem; }

.contact-section { background: var(--paper); }
.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 30px; color: white; background: var(--navy); box-shadow: var(--shadow); }
.contact-card > div:first-child { padding: 58px; }
.contact-card h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4vw, 3.5rem); }
.contact-card p { color: #cbd9e4; }
.contact-card address { margin: 28px 0; padding-left: 18px; border-left: 3px solid var(--orange); color: #e4edf3; font-style: normal; }
.button-light { background: white; color: var(--navy); box-shadow: none; }
.map-art { position: relative; min-height: 440px; overflow: hidden; background: #e6edf1; }
.map-art svg { width: 100%; height: 100%; }
.road { fill: none; stroke: white; stroke-width: 17; }
.road.thin { stroke: #cbd6dc; stroke-width: 3; }
.map-pin { position: absolute; left: 51%; top: 43%; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--orange); box-shadow: 0 10px 22px rgba(6,29,53,.22); transform: rotate(-45deg); }
.map-pin span { width: 19px; height: 19px; border: 5px solid white; border-radius: 50%; }
.map-label { position: absolute; left: calc(51% + 45px); top: 42%; padding: 10px 14px; border-radius: 9px; color: var(--navy); background: white; box-shadow: 0 9px 25px rgba(6,29,53,.16); }
.map-label strong, .map-label small { display: block; }

footer { padding: 70px 0 25px; color: #c7d4de; background: #041525; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 45px; padding-bottom: 50px; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.footer-grid strong { margin-bottom: 9px; color: white; }
.footer-grid a { color: #c7d4de; text-decoration: none; }
.footer-grid a:hover { color: var(--orange); }
.footer-brand { padding: 5px 9px; border-radius: 10px; background: white; }
.footer-brand img { width: 145px; height: 54px; }
.footer-grid p { color: #8fa2b2; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #7f93a3; font-size: .8rem; }

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

@media (max-width: 980px) {
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .82rem; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-console { width: min(650px, 100%); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 360px; }
  .tool-panel { grid-template-columns: 1fr; }
  .paper-grid { grid-template-columns: 1fr; gap: 35px; }
  .paper-copy { grid-row: 1; }
  .contact-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 740px) {
  .shell { width: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 68px; }
  .brand img { width: 130px; height: 50px; }
  .nav-toggle { display: inline-flex; margin-left: auto; border: 1px solid var(--line); border-radius: 9px; padding: 8px 11px; color: var(--navy); background: white; font-weight: 800; }
  .site-nav { position: absolute; left: 14px; right: 14px; top: 69px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 12px; font-size: .9rem; }
  .site-nav a::after { display: none; }
  .hero-grid { min-height: auto; padding-block: 64px; }
  h1 { font-size: clamp(2.7rem, 14vw, 4.25rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .quick-grid { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 83px; padding: 15px; border-bottom: 1px solid rgba(11,44,80,.16); }
  .section { padding-block: 78px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .tool-copy, .tool-form { padding: 30px 23px; }
  .field-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .input-action { flex-direction: column; }
  .input-action button { min-height: 48px; }
  .quote-main { align-items: flex-start; flex-direction: column; }
  .quote-meta { grid-template-columns: 1fr; }
  .quote-alt-row { grid-template-columns: 1fr; }
  .paper-visual { min-height: 455px; transform: scale(.88); }
  .paper-grid { gap: 0; }
  .contact-card > div:first-child { padding: 36px 25px; }
  .map-art { min-height: 340px; }
  .map-label { left: 24%; top: 61%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 430px) {
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 0; }
  .console-receipt { align-items: flex-start; }
  .paper-visual { margin-inline: -28px; }
  .paper-badge { right: 7%; }
}
