:root {
  --navy: #071a3a;
  --navy-2: #0b2c63;
  --blue: #0b57e3;
  --blue-hover: #0847bc;
  --orange: #ff9d16;
  --ink: #0c1729;
  --muted: #667085;
  --line: #dfe5ed;
  --canvas: #f3f6fa;
  --white: #fff;
  --radius: 20px;
  --shadow: 0 18px 50px rgba(14, 32, 62, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
.shell { width: min(1400px, calc(100% - 64px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 50; top: 0; height: 82px; border-bottom: 1px solid rgba(12, 23, 41, .08); background: rgba(255,255,255,.94); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.brand-mark { display: grid; width: 50px; height: 38px; place-items: center; border-radius: 11px 4px 11px 4px; color: white; background: linear-gradient(135deg, var(--orange) 0 45%, var(--navy) 46%); font-size: 17px; font-weight: 800; letter-spacing: -.5px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 17px; letter-spacing: -.4px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.main-nav { display: flex; align-self: stretch; align-items: center; gap: 32px; margin: 0 auto; }
.main-nav a { position: relative; display: grid; height: 100%; place-items: center; color: #344054; font-size: 14px; font-weight: 600; }
.main-nav a::after { position: absolute; right: 0; bottom: 0; left: 0; height: 3px; border-radius: 99px 99px 0 0; background: var(--blue); content: ''; transform: scaleX(0); transition: .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; gap: 10px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--navy); font-size: 28px; }

.button { display: inline-flex; min-height: 45px; align-items: center; justify-content: center; gap: 10px; padding: 0 19px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .24s ease, box-shadow .24s ease, background .24s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 28px rgba(14,32,62,.16); }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 22px rgba(11,87,227,.22); }
.button-primary:hover { background: var(--blue-hover); }
.button-ghost { border-color: var(--line); background: white; }
.button-light { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.92); color: var(--ink); }
.button-white { color: var(--blue); background: white; box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.button-outline-light { color: white; border-color: rgba(255,255,255,.35); background: transparent; }
.button-large { min-height: 53px; padding-inline: 24px; }
.button-full { width: 100%; }

.hero { position: relative; min-height: 620px; overflow: hidden; background: #dfe5ec; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center 54%; }
.hero-shade { background: linear-gradient(90deg, rgba(247,249,252,.99) 0%, rgba(247,249,252,.96) 29%, rgba(247,249,252,.47) 53%, rgba(7,26,58,.09) 100%); }
.hero-inner { position: relative; min-height: 620px; display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-block: 58px 86px; }
.hero-copy { width: min(620px, 52%); }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.eyebrow { margin-bottom: 22px; padding: 9px 12px; border: 1px solid rgba(11,87,227,.16); border-radius: 99px; background: rgba(255,255,255,.76); }
.hero h1 { margin: 0; font-size: clamp(54px, 5.4vw, 86px); line-height: .98; letter-spacing: -5px; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 570px; margin: 26px 0; color: #4d5c70; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.quick-request { width: 340px; align-self: flex-end; margin-bottom: -32px; padding: 20px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.95); box-shadow: 0 26px 70px rgba(7,26,58,.22); backdrop-filter: blur(12px); }
.quick-head { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.quick-head .icon-box { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 11px; color: var(--blue); background: #edf3ff; font-size: 20px; }
.quick-head div { display: flex; flex-direction: column; gap: 3px; }
.quick-head strong { font-size: 15px; }
.quick-head small { color: var(--muted); font-size: 12px; }
.quick-field { display: grid; width: 100%; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; margin: 8px 0; padding: 0 12px; border: 1px solid var(--line); border-radius: 9px; color: #475467; background: white; cursor: pointer; transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.quick-field:hover, .quick-field:focus-within { border-color: rgba(11,87,227,.4); box-shadow: 0 9px 22px rgba(14,32,62,.10); transform: translateY(-3px); }
.quick-field i:first-child { color: var(--blue); }
.quick-field select { width: 100%; height: 48px; border: 0; outline: 0; color: #536178; background: transparent; cursor: pointer; appearance: none; }
.quick-field > i:last-child { color: #7a8799; font-size: 12px; pointer-events: none; }
.quick-request > p { margin: 13px 0 0; color: var(--muted); font-size: 11px; text-align: center; }

.dashboard-band { padding: 24px 0; background: var(--canvas); }
.dashboard-grid { display: grid; grid-template-columns: 1.75fr 1.2fr 1.05fr; gap: 16px; margin-top: -54px; position: relative; z-index: 4; }
.panel { border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); transition: transform .28s ease, box-shadow .28s ease; }
.panel:hover { transform: translateY(-4px); box-shadow: 0 23px 58px rgba(14,32,62,.14); }
.services-panel { grid-row: span 1; padding: 25px; }
.panel-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 19px; }
.panel-heading h2 { margin: 5px 0 0; font-size: 25px; letter-spacing: -1px; }
.panel-heading a { color: var(--blue); font-size: 12px; font-weight: 700; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.service-list > a { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 10px; min-height: 70px; padding: 10px; border: 1px solid var(--line); border-radius: 11px; transition: .2s; }
.service-list > a:hover { border-color: rgba(11,87,227,.35); background: #f8faff; transform: translateY(-2px); }
.service-list > a > i { color: #98a2b3; font-size: 13px; }
.service-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--blue); background: #edf3ff; font-size: 18px; }
.service-list span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.service-list strong { font-size: 12px; }
.service-list small { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.side-stack { display: grid; gap: 16px; }
.opening-panel { position: relative; min-height: 168px; display: flex; overflow: hidden; align-items: center; gap: 15px; padding: 23px; color: white; border-color: transparent; background: var(--navy); }
.opening-panel::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, var(--navy) 0%, rgba(7,26,58,.96) 42%, rgba(7,26,58,.54) 72%, rgba(7,26,58,.25) 100%); content: ''; }
.opening-panel > * { position: relative; z-index: 1; }
.opening-panel img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% 55%; opacity: .68; filter: saturate(.72) contrast(1.05); }
.opening-icon { display: grid; flex: 0 0 auto; width: 48px; height: 48px; place-items: center; border: 2px solid var(--orange); border-radius: 50%; color: var(--orange); font-size: 22px; }
.opening-panel div:nth-child(2) { display: flex; flex-direction: column; gap: 5px; }
.opening-panel span { color: var(--orange); font-size: 11px; font-weight: 700; }
.opening-panel strong { font-size: 13px; }
.opening-panel b { font-size: 29px; }
.trust-panel { min-height: 128px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 20px 22px; }
.trust-star { color: #00b67a; font-size: 39px; }
.trust-panel div { display: flex; flex-direction: column; gap: 3px; }
.trust-panel strong { font-size: 25px; }
.trust-panel strong small { color: var(--ink); font-size: 13px; font-weight: 500; }
.trust-stars { display: inline-flex; width: fit-content; gap: 2px; }
.trust-stars b { position: relative; display: grid; width: 18px; height: 18px; place-items: center; overflow: hidden; color: white; background: #00b67a; font-size: 13px; line-height: 1; }
.trust-stars b.partial { background: linear-gradient(90deg, #00b67a 60%, #d9e1e7 60%); }
.trust-panel div > small { color: var(--muted); font-size: 10px; }
.trust-panel > a { color: var(--blue); }
.offer-panel { position: relative; overflow: hidden; min-height: 312px; padding: 30px; color: white; border-color: transparent; background: linear-gradient(140deg, #0b57e3, #073888); }
.offer-panel::before { position: absolute; width: 250px; height: 250px; right: -80px; bottom: -90px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ''; }
.offer-label { color: #bed2ff; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.offer-panel h2 { max-width: 300px; margin: 12px 0; font-size: 26px; line-height: 1.16; letter-spacing: -1px; }
.offer-panel p { position: relative; z-index: 1; max-width: 290px; margin-bottom: 24px; color: #d8e4ff; font-size: 13px; line-height: 1.55; }
.offer-panel .button { position: relative; z-index: 2; }
.offer-art { position: absolute; z-index: 0; inset: 0; overflow: hidden; color: rgba(255,255,255,.12); pointer-events: none; }
.offer-art i { position: absolute; display: block; line-height: 1; }
.art-car-one { top: 22px; right: 13px; font-size: 82px; transform: rotate(-5deg); }
.art-gauge { top: 105px; right: 93px; font-size: 60px; opacity: .65; transform: rotate(12deg); }
.art-tools { right: 28px; bottom: 91px; font-size: 48px; opacity: .55; transform: rotate(-14deg); }
.art-car-two { right: -23px; bottom: -31px; font-size: 145px; transform: rotate(-8deg); }

.proof-strip { padding: 20px 0 28px; background: var(--canvas); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 10px 30px rgba(14,32,62,.06); }
.proof-grid > div { display: flex; align-items: center; gap: 12px; padding: 18px 24px; border-right: 1px solid var(--line); transition: transform .24s ease, background .24s ease, box-shadow .24s ease; }
.proof-grid > div:hover { position: relative; z-index: 1; background: white; box-shadow: 0 12px 26px rgba(14,32,62,.10); transform: translateY(-3px); }
.proof-grid > div:last-child { border: 0; }
.proof-grid i { color: var(--blue); font-size: 25px; }
.proof-grid span { display: flex; flex-direction: column; gap: 3px; }
.proof-grid strong { font-size: 12px; }
.proof-grid small { color: var(--muted); font-size: 10px; }

.section { padding: 100px 0; }
.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(50px, 8vw, 120px); }
.image-stack { position: relative; }
.main-image { width: 100%; aspect-ratio: 1.12; object-fit: cover; border-radius: 26px; box-shadow: var(--shadow); }
.experience-badge { position: absolute; right: -25px; bottom: 40px; display: flex; width: 138px; height: 138px; flex-direction: column; align-items: center; justify-content: center; border: 8px solid white; border-radius: 50%; color: white; background: var(--blue); box-shadow: var(--shadow); }
.experience-badge strong { font-size: 36px; }
.experience-badge span { font-size: 11px; text-transform: uppercase; }
.section-copy h2, .section-heading h2, .contact-card h2 { margin: 10px 0 20px; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; letter-spacing: -2.5px; }
.section-copy p { color: var(--muted); line-height: 1.75; }
.section-copy .lead { color: #344054; font-size: 18px; }
.feature-checks { display: grid; gap: 12px; margin: 27px 0 32px; padding: 0; list-style: none; }
.feature-checks li { display: flex; align-items: center; gap: 11px; font-weight: 600; }
.feature-checks i { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: var(--blue); background: #eaf1ff; }

.work-section { background: var(--canvas); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.65; }
.work-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; grid-template-rows: 260px 260px; gap: 16px; }
.work-card { position: relative; overflow: hidden; min-height: 220px; border-radius: 20px; color: white; box-shadow: var(--shadow); transition: transform .28s ease, box-shadow .28s ease; }
.work-card:hover { transform: translateY(-5px); box-shadow: 0 26px 62px rgba(14,32,62,.19); }
.work-card-large { grid-row: span 2; }
.work-card:last-child { grid-column: span 2; }
.work-card::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(7,26,58,.93)); content: ''; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.work-card:hover img { transform: scale(1.04); }
.work-card > span { position: absolute; z-index: 2; right: 22px; bottom: 22px; left: 22px; display: flex; flex-direction: column; gap: 5px; }
.work-card b { font-size: 18px; }
.work-card small { color: rgba(255,255,255,.74); }
.work-card > i { position: absolute; z-index: 3; top: 18px; right: 18px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.92); color: var(--blue); }

.contact-section { padding-bottom: 70px; }
.contact-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; padding: 65px; border-radius: 28px; color: white; background: linear-gradient(130deg, var(--navy), var(--navy-2)); box-shadow: var(--shadow); }
.contact-card::after { position: absolute; width: 480px; height: 480px; right: -200px; top: -200px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025); content: ''; }
.kicker-light { color: #8fb6ff; }
.contact-card h2 { max-width: 700px; margin-bottom: 16px; }
.contact-card p { color: #b8c5d9; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.contact-card address { position: relative; z-index: 1; display: grid; align-content: center; gap: 22px; font-style: normal; }
.contact-card address > span { display: grid; grid-template-columns: 36px 1fr; }
.contact-card address i { grid-row: span 2; color: #72a2ff; font-size: 20px; }
.contact-card address b { font-size: 14px; }
.contact-card address small { margin-top: 4px; color: #aab9cf; }

.site-footer { padding: 60px 0 25px; color: #c6d0df; background: #06142e; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.brand-footer .brand-copy strong { color: white; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid p { max-width: 340px; color: #7f91aa; line-height: 1.6; }
.footer-grid > div > strong { margin-bottom: 5px; color: white; }
.footer-grid a, .footer-grid span { color: #91a1b8; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #71839d; font-size: 11px; }

.booking-modal { position: fixed; z-index: 100; inset: 0; display: grid; visibility: hidden; place-items: center; padding: 24px; opacity: 0; transition: .25s; }
.booking-modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(4,12,28,.74); backdrop-filter: blur(7px); }
.modal-card { position: relative; z-index: 1; width: min(720px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; padding: 38px; border-radius: 22px; background: white; box-shadow: 0 30px 100px rgba(0,0,0,.35); transform: translateY(18px) scale(.98); transition: .25s; }
.booking-modal.is-open .modal-card { transform: none; }
.modal-card h2 { margin: 8px 0; font-size: 32px; letter-spacing: -1.3px; }
.modal-card form > p, .booking-success p { margin: 0 0 24px; color: var(--muted); line-height: 1.6; }
.modal-close { position: absolute; top: 18px; right: 18px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; color: var(--muted); background: #f0f3f7; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: flex; flex-direction: column; gap: 7px; }
.form-grid label.full { grid-column: 1 / -1; }
.form-grid label span { font-size: 12px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 12px 13px; border: 1px solid #d4dbe5; border-radius: 9px; outline: 0; background: white; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,87,227,.11); }
.form-grid textarea { resize: vertical; }
.honeypot { position: absolute; left: -9999px; }
.modal-card form > .button { margin-top: 20px; }
.form-note { display: block; margin-top: 13px; color: var(--muted); text-align: center; }
.wizard-intro > p { margin: 0 0 20px; color: var(--muted); }
.wizard-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin: 24px 0 27px; }
.wizard-progress > span { position: relative; display: grid; grid-template-columns: 25px 1fr; align-items: center; gap: 6px; padding-top: 10px; color: #98a2b3; }
.wizard-progress > span::before { position: absolute; top: 0; right: 0; left: 0; height: 4px; border-radius: 99px; background: #e5eaf1; content: ''; transition: background .22s ease; }
.wizard-progress > span.active::before { background: var(--blue); }
.wizard-progress b { display: grid; width: 24px; height: 24px; place-items: center; border-radius: 50%; color: #7e8b9d; background: #edf1f6; font-size: 11px; }
.wizard-progress > span.active b { color: white; background: var(--blue); }
.wizard-progress small { overflow: hidden; font-size: 9px; font-weight: 700; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.wizard-heading { margin-bottom: 18px; }
.wizard-heading > span { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.wizard-heading h3 { margin: 6px 0 5px; font-size: 22px; letter-spacing: -.6px; }
.wizard-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.wizard-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.wizard-choice { display: grid; min-height: 82px; grid-template-columns: 43px 1fr auto; align-items: center; gap: 11px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: white; cursor: pointer; text-align: left; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.wizard-choice:hover { border-color: rgba(11,87,227,.42); background: #f8faff; box-shadow: 0 12px 27px rgba(14,32,62,.11); transform: translateY(-3px); }
.wizard-choice-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 11px; color: var(--blue); background: #eaf1ff; font-size: 19px; }
.wizard-choice > span:nth-child(2) { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.wizard-choice strong { font-size: 13px; }
.wizard-choice small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.wizard-choice > i { color: #98a2b3; font-size: 11px; }
.wizard-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 15px; }
.wizard-summary > span { min-width: 0; padding: 11px; border: 1px solid #dce5f3; border-radius: 10px; background: #f5f8fd; }
.wizard-summary small, .wizard-summary strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.wizard-summary small { margin-bottom: 4px; color: var(--muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.wizard-summary strong { font-size: 11px; }
.wizard-final-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.wizard-final-grid label { display: flex; flex-direction: column; gap: 6px; }
.wizard-final-grid label.wide { grid-column: 1 / -1; }
.wizard-final-grid label > span { font-size: 11px; font-weight: 700; }
.wizard-final-grid input, .wizard-final-grid textarea { width: 100%; padding: 11px 12px; border: 1px solid #d4dbe5; border-radius: 9px; outline: none; background: white; }
.wizard-final-grid input:focus, .wizard-final-grid textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,87,227,.11); }
.wizard-final-grid textarea { resize: vertical; }
.wizard-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 19px; }
.wizard-back { display: inline-flex; min-height: 42px; align-items: center; gap: 8px; padding: 0 15px; border: 1px solid var(--line); border-radius: 9px; color: #59677a; background: white; cursor: pointer; font-weight: 700; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.wizard-back:hover { border-color: rgba(11,87,227,.35); box-shadow: 0 9px 20px rgba(14,32,62,.09); transform: translateY(-2px); }
.wizard-submit[hidden] { display: none; }
.booking-success { padding: 40px 0 10px; text-align: center; }
.success-icon { display: grid; width: 72px; height: 72px; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: white; background: #14a86b; font-size: 36px; }
.booking-success h2 { margin-bottom: 10px; }
.spin { display: inline-block; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1150px) {
  .shell { width: min(100% - 40px, 1050px); }
  .main-nav { gap: 20px; }
  .header-actions .button-ghost { display: none; }
  .dashboard-grid { grid-template-columns: 1.3fr 1fr; }
  .offer-panel { grid-column: 1 / -1; min-height: 230px; }
  .offer-panel h2, .offer-panel p { max-width: 55%; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .shell { width: min(100% - 30px, 720px); }
  .site-header { height: 72px; }
  .header-inner { gap: 12px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions .button-primary { display: none; }
  .main-nav { position: fixed; top: 72px; right: 0; left: 0; display: none; height: auto; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 20px 20px; border-bottom: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { height: auto; padding: 14px; }
  .main-nav a::after { display: none; }
  .hero, .hero-inner { min-height: 680px; }
  .hero-shade { background: linear-gradient(90deg, rgba(247,249,252,.97), rgba(247,249,252,.72)); }
  .hero-inner { display: block; padding-top: 65px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(49px, 13vw, 72px); letter-spacing: -3px; }
  .hero-copy > p { font-size: 16px; }
  .quick-request { display: none; }
  .dashboard-grid { grid-template-columns: 1fr; margin-top: -45px; }
  .side-stack { grid-template-columns: 1fr 1fr; }
  .offer-panel { grid-column: auto; }
  .split-layout { grid-template-columns: 1fr; }
  .experience-badge { right: 15px; }
  .section { padding: 75px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 15px; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 240px 240px; }
  .work-card-large { grid-column: span 2; grid-row: auto; }
  .work-card:last-child { grid-column: span 2; }
  .contact-card { grid-template-columns: 1fr; gap: 45px; padding: 45px 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: span 2; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 24px, 520px); }
  .brand-copy { display: none; }
  .hero { min-height: 650px; }
  .hero-inner { min-height: 650px; padding-top: 48px; }
  .hero h1 { font-size: 49px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .service-list, .side-stack { grid-template-columns: 1fr; }
  .panel-heading { display: block; }
  .panel-heading > a { display: inline-block; margin-top: 10px; }
  .opening-panel { min-height: 150px; }
  .offer-panel h2, .offer-panel p { max-width: 100%; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(3) { border-bottom: 1px solid var(--line); }
  .section-copy h2, .section-heading h2, .contact-card h2 { font-size: 36px; }
  .experience-badge { width: 110px; height: 110px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 250px); }
  .work-card-large, .work-card:last-child { grid-column: auto; }
  .contact-card { padding: 35px 24px; }
  .contact-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .modal-card { padding: 32px 20px 24px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .wizard-choice-grid, .wizard-final-grid { grid-template-columns: 1fr; }
  .wizard-final-grid label.wide { grid-column: auto; }
  .wizard-progress small { display: none; }
  .wizard-progress > span { display: block; }
  .wizard-progress b { margin-top: 6px; }
}

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