:root {
  --navy: #253570;
  --deep: #172653;
  --blue: #253570;
  --green: #20ad4b;
  --green-bright: #2bd765;
  --offwhite: #fdf9f3;
  --white: #ffffff;
  --body: #626b7d;
  --line: #e2e2e2;
}

/* WordPress markup compatibility and funnel additions. */
.main-nav ul{display:flex;align-items:center;gap:34px;list-style:none;margin:0;padding:0}.device-brand-logo{display:inline-flex;align-items:center;justify-content:center;gap:10px}.device-brand-logo img{width:26px;height:26px;object-fit:contain}.device-brand-logo span{white-space:nowrap}.repair-upsell{margin:2px 0 20px;padding:16px;border:1px solid #d7dfeb;border-radius:12px;background:#f8fafc}.repair-upsell legend{padding:0 8px;color:var(--navy);font-size:10px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.repair-upsell label{display:flex;flex-direction:row;align-items:center;gap:11px;margin:8px 0;padding:12px;border:1px solid #dce3ed;border-radius:9px;background:white;letter-spacing:0;line-height:1.35;text-transform:none;cursor:pointer}.repair-upsell input{appearance:none;width:19px;height:19px;flex:0 0 19px;margin:0;border:2px solid #9aa8ba;border-radius:50%;background:white}.repair-upsell input:checked{border-color:var(--green);box-shadow:inset 0 0 0 4px white;background:var(--green)}.repair-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin:0 0 18px;padding:16px 18px;border-radius:10px;background:#eef3fa}.repair-summary strong{font-size:24px}.repair-summary small{flex-basis:100%;color:var(--body);line-height:1.45}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--offwhite); color: var(--navy); font-family: var(--font-body), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.site-header { height: 92px; padding: 0 5vw; background: var(--white); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 30; }
.brand-logo img { display: block; width: 205px; height: auto; aspect-ratio: 445 / 123; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 500; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--blue); }
.header-cta, .primary-button { background: var(--blue); color: var(--white); display: inline-flex; justify-content: space-between; align-items: center; gap: 34px; padding: 17px 21px; font-size: 13px; font-weight: 700; }
.header-cta { padding: 13px 17px; }
.header-cta span, .primary-button span { font-size: 18px; line-height: 1; }
.menu-button { display: none; border: 0; background: transparent; color: var(--navy); font-size: 25px; }

.hero { min-height: 760px; display: grid; grid-template-columns: 52% 48%; position: relative; isolation: isolate; background: var(--navy); overflow: hidden; color: var(--white); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(4,17,42,.96) 0%, rgba(4,17,42,.89) 35%, rgba(4,17,42,.48) 58%, rgba(4,17,42,.12) 82%), linear-gradient(0deg, rgba(4,17,42,.42), transparent 42%); pointer-events: none; }
.hero-video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-copy { position: relative; z-index: 1; padding: 8vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.hero .eyebrow { color: #55df7c; }
.hero h1 em { color: #39d66a; }
.eyebrow { margin: 0 0 26px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 10px; font-weight: 700; letter-spacing: 2.15px; text-transform: uppercase; }
.eyebrow span { font-size: 15px; }
.eyebrow.dark { color: var(--blue); }
.eyebrow.light { color: #9bb8ff; }
h1, h2 { font-family: var(--font-display), Arial, sans-serif; font-weight: 750; letter-spacing: -.065em; line-height: .9; margin: 0; }
h1 { max-width: 890px; font-size: clamp(58px, 7.3vw, 118px); }
h1 em, h2 em { color: var(--blue); font-style: normal; }
.hero-text { max-width: 600px; margin: 35px 0; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; align-items: stretch; gap: 12px; }
.hero-actions .primary-button, .secondary-button { min-height: 52px; padding: 0 20px; }
.hero-actions .primary-button { background: var(--green); }
.secondary-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid rgba(255,255,255,.42); background: rgba(255,255,255,.1); color: var(--white); font-size: 13px; font-weight: 700; backdrop-filter: blur(12px); transition: background .2s, border-color .2s; }
.secondary-button:hover { background: rgba(255,255,255,.2); border-color: var(--white); }
.secondary-button span { font-size: 17px; }
.hero-trust { display: flex; margin-top: 66px; border-top: 1px solid rgba(255,255,255,.24); padding-top: 20px; max-width: 560px; }
.hero-trust div { width: 50%; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.24); }
.hero-trust div + div { padding-left: 28px; border: 0; }
.hero-trust strong { font-family: var(--font-display); font-size: 24px; letter-spacing: -.8px; }
.hero-trust span { margin-top: 3px; color: rgba(255,255,255,.64); font-size: 10px; }
.hero-image { min-height: 760px; position: relative; z-index: 1; }
.hero-image::after { content: none; }
.availability { position: absolute; z-index: 1; top: 24px; right: 24px; display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.88); color: var(--navy); padding: 13px 16px; box-shadow: 0 12px 38px rgba(0,0,0,.2); backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,.68); }
.availability > b { color: #17a549; font-size: 12px; }
.availability span { display: flex; flex-direction: column; }
.availability small { color: #8a91a0; font-size: 8px; letter-spacing: 1.4px; }
.availability strong { margin-top: 4px; font-size: 12px; }
.same-day { position: absolute; z-index: 1; right: 34px; bottom: 38px; width: 128px; height: 128px; border-radius: 50%; background: var(--green); color: white; display: flex; align-items: center; justify-content: center; gap: 8px; transform: rotate(-7deg); box-shadow: 0 18px 55px rgba(0,0,0,.22); border: 5px solid rgba(255,255,255,.84); }
.same-day strong { font-family: var(--font-display); font-size: 38px; letter-spacing: -3px; }
.same-day span { font-size: 9px; line-height: 1.35; font-weight: 700; letter-spacing: .8px; }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; align-items: center; gap: 13px; color: rgba(255,255,255,.78); font-size: 8px; letter-spacing: 1.8px; font-weight: 700; }
.scroll-cue span { color: #b8f3cc; font-size: 17px; }

.brand-bar { height: 104px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-around; gap: 28px; overflow: hidden; border-block: 1px solid var(--line); background: var(--white); }
.brand-bar > span { color: #9a9fa9; font-size: 9px; letter-spacing: 2px; }
.brand-bar strong { font-family: var(--font-display); font-size: 16px; white-space: nowrap; }
.section { padding: 120px 6vw; }
.services { display: grid; grid-template-columns: 1.2fr .8fr; gap: 44px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { font-size: clamp(50px, 6vw, 96px); }
.section-heading h2 em { color: var(--blue); }
.section-intro { align-self: end; max-width: 450px; margin: 0 0 4px; color: var(--body); font-size: 16px; line-height: 1.75; }
.service-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { min-height: 515px; display: flex; flex-direction: column; padding: 24px 28px 28px; background: var(--offwhite); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.service-card:hover { background: var(--white); transform: translateY(-5px); }
.card-number { display: flex; align-items: center; justify-content: space-between; color: #9da2ad; font-size: 10px; }
.card-number b { color: var(--green); font-size: 20px; }
.service-image { height: 205px; margin: 16px -28px 0; background: #e7e1d8 center / cover no-repeat; filter: saturate(.9) contrast(.98) brightness(1.03); box-shadow: inset 0 0 0 1px rgba(20,44,88,.05); }
.service-card h3 { margin: 24px 0 14px; font-family: var(--font-display); font-size: 25px; letter-spacing: -1px; line-height: 1.1; }
.service-card p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.7; }
.card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.card-footer small { font-size: 9px; font-weight: 700; }
.card-footer a { width: 35px; height: 35px; display: grid; place-items: center; background: var(--navy); color: white; }

.about { min-height: 770px; display: grid; grid-template-columns: 1fr 1fr; background: var(--deep); color: white; }
.about-image { position: relative; background: linear-gradient(0deg, #002b79ad, transparent 45%), url('https://images.unsplash.com/photo-1614624532983-4ce03382d63d?auto=format&fit=crop&w=1500&q=90') center/cover; }
.about-image > span { position: absolute; bottom: 38px; left: 40px; color: white; font-family: var(--font-display); font-size: 11px; font-weight: 800; letter-spacing: 2px; line-height: 1.5; }
.about-copy { padding: 9vw 8vw; display: flex; flex-direction: column; justify-content: center; }
.about-copy h2 em { color: #9bb8ff; }
.about-copy > p:not(.eyebrow) { max-width: 570px; margin: 38px 0; color: #bdc8dc; font-size: 15px; line-height: 1.85; }
.primary-button.pale { align-self: flex-start; background: var(--white); color: var(--deep); }

.process { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; align-items: start; background: white; }
.process-list { margin-top: 35px; }
.process-list article { display: grid; grid-template-columns: 60px 1fr; gap: 18px; padding: 27px 0; border-top: 1px solid var(--line); }
.process-list article > span { color: var(--blue); font-size: 10px; font-weight: 700; }
.process-list h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 21px; letter-spacing: -.7px; }
.process-list p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.6; }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); padding: 70px 6vw; background: var(--blue); color: white; }
.numbers div { display: flex; flex-direction: column; padding: 0 32px; border-right: 1px solid #ffffff38; }
.numbers div:first-child { padding-left: 0; }
.numbers div:last-child { border: 0; }
.numbers strong { font-family: var(--font-display); font-size: clamp(36px, 4vw, 64px); letter-spacing: -3.5px; line-height: 1; }
.numbers span { margin-top: 10px; color: #dbe5ff; font-size: 10px; }

.why { background: var(--offwhite); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; }
.benefit-grid article { padding: 30px; border-top: 1px solid var(--navy); border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border-right: 0; }
.benefit-grid b { color: var(--blue); font-size: 10px; }
.benefit-grid h3 { margin: 48px 0 14px; font-family: var(--font-display); font-size: 22px; letter-spacing: -.8px; }
.benefit-grid p { margin: 0; color: var(--body); font-size: 13px; line-height: 1.7; }

.testimonial { padding: 110px 13vw; background: var(--deep); color: white; text-align: center; }
.testimonial .eyebrow { justify-content: center; }
.testimonial blockquote { max-width: 1050px; margin: 45px auto; font-family: var(--font-display); font-size: clamp(29px, 4vw, 56px); line-height: 1.2; letter-spacing: -2px; }
.testimonial > div { display: flex; justify-content: center; align-items: center; gap: 13px; }
.testimonial > div > span { width: 48px; height: 48px; display: grid; place-items: center; background: var(--blue); font-size: 11px; font-weight: 700; }
.testimonial > div p { display: flex; flex-direction: column; margin: 0; text-align: left; }
.testimonial > div strong { font-size: 11px; }
.testimonial > div small { color: #9fabc2; font-size: 9px; margin-top: 4px; }
.testimonial > div > b { margin-left: 18px; color: #9bb8ff; letter-spacing: 2px; }

.contact { padding: 120px 6vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--navy); color: white; }
.contact-copy h2 em { color: #9bb8ff; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; margin: 36px 0; color: #bdc8dc; font-size: 14px; line-height: 1.8; }
.contact-details { display: flex; flex-direction: column; gap: 11px; font-size: 12px; }
.repair-form { position: relative; padding: 36px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: #ffffff; color: var(--navy); box-shadow: 0 24px 70px rgba(4,17,42,.25); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.repair-form label { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; color: #3f4f6a; font-size: 9px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.repair-form input, .repair-form textarea, .repair-form select { width: 100%; min-height: 48px; padding: 12px 14px; background: #f8fafc; color: var(--navy); border: 1px solid #d7dfeb; border-radius: 8px; outline: 0; font-size: 13px; text-transform: none; transition:border-color .2s,box-shadow .2s,background .2s; }
.repair-form textarea { height: 92px; resize: vertical; }
.repair-form input:focus, .repair-form textarea:focus, .repair-form select:focus { border-color: var(--green); background:white; box-shadow:0 0 0 3px rgba(32,173,75,.12); }
.repair-form input:-webkit-autofill,.repair-form input:-webkit-autofill:hover,.repair-form input:-webkit-autofill:focus{-webkit-text-fill-color:var(--navy);-webkit-box-shadow:0 0 0 1000px #f8fafc inset;transition:background-color 9999s ease-out}
.form-submit { width: 100%; min-height: 54px; border: 0; border-radius: 9px; background:var(--green-bright);color:#102a1a; }
.repair-form > small { display: block; margin-top: 14px; color: #858d9b; font-size: 9px; text-align: center; }
.form-notice { margin: 0 0 22px; padding: 13px 15px; display: flex; align-items: center; gap: 10px; border-radius:9px;background: #eef9f1; color: var(--deep); font-size: 11px; }
.form-notice > span { color: var(--blue); font-weight: 800; }
.form-notice p { margin: 0; }
.form-notice button { margin-left: auto; border: 0; border-bottom: 1px solid; background: transparent; color: var(--deep); font-size: 9px; }

.site-footer { padding: 64px 6vw 28px; display: grid; grid-template-columns: 1.25fr .8fr .9fr 1.2fr; align-items: start; gap: 34px; background: #071938; color: white; border-top: 1px solid #ffffff1f; }
.footer-brand { display: flex; align-items: flex-start; gap: 13px; }
.footer-brand > span { width: 42px; height: 42px; flex:0 0 42px;display: grid; place-items: center; background: var(--green); font-size: 18px; }
.footer-brand p { display: flex; flex-direction: column; margin: 0; }
.footer-brand strong { max-width:280px;font-family: var(--font-display); font-size: 17px;line-height:1.2; }
.footer-brand small { margin-top: 7px; color: #9fabc2; font-size: 10px;line-height:1.5; }
.footer-info { display:flex;flex-direction:column;gap:7px;font-size:12px;line-height:1.55; }
.footer-info > small { color:#71809d;font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase; }
.footer-info a { color:#dce6f7; }
.footer-info a:hover,.footer-map > a:hover { color:var(--green-bright); }
.footer-hours { margin-top:10px; }
.footer-address address { margin:0;color:#b8c5da;font-style:normal; }
.footer-map { grid-column:1 / -1;display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;margin-top:14px; }
.footer-map iframe { width:100%;height:260px;border:0;border-radius:12px;filter:saturate(.8) contrast(1.02); }
.footer-map > a { color:#dce6f7;font-size:11px;white-space:nowrap; }
.footer-nav { grid-column:1 / -1;display:flex;justify-content:flex-start;font-size:11px; }
.footer-nav ul { display:flex;flex-wrap:wrap;gap:24px;margin:0;padding:0;list-style:none; }
.footer-legal { grid-column:1 / -1; margin-top: 8px; padding-top: 22px; border-top: 1px solid #ffffff1f; color: #71809d; font-size: 9px; }

.content-shell { width:min(1180px,calc(100% - 44px));margin:0 auto;padding:90px 0 110px; }
.content-shell.narrow { width:min(980px,calc(100% - 44px)); }
.content-header { margin-bottom:48px; }
.content-header h1 { max-width:940px;font-size:clamp(48px,6.5vw,88px);line-height:.96; }
.entry-content { max-width:820px;color:#33415a;font-size:17px;line-height:1.8; }
.entry-content .guide-lead { margin-top:0;color:var(--navy);font-family:var(--font-display),Arial,sans-serif;font-size:24px;font-weight:600;line-height:1.45; }
.entry-content h2 { margin:64px 0 20px;color:var(--navy);font-size:clamp(31px,4vw,48px);line-height:1.05;letter-spacing:-.045em; }
.entry-content p { margin:0 0 22px; }
.entry-content ul,.entry-content ol { margin:0 0 28px;padding-left:24px; }
.entry-content li { margin:9px 0;padding-left:5px; }
.entry-content blockquote { margin:34px 0;padding:24px 26px;border-left:4px solid var(--green);background:#eef8f1;color:var(--navy); }
.entry-content blockquote p { margin:0; }
.entry-content figure { margin:32px 0 48px; }
.entry-content figure img { display:block;width:100%;height:auto;border-radius:16px;box-shadow:0 20px 55px rgba(20,44,88,.16); }
.entry-content figcaption { margin-top:12px;color:#6f7c91;font-size:12px;line-height:1.5;text-align:center; }
.entry-content a:not(.wp-block-button__link) { color:var(--green);text-decoration:underline;text-underline-offset:3px; }
.entry-content .wp-block-buttons { margin:38px 0 28px; }
.entry-content .wp-block-button__link { display:inline-flex;padding:16px 22px;border-radius:7px;background:var(--green-bright);color:#102a1a;font-weight:800; }
.entry-meta { max-width:820px;margin-top:45px;padding-top:22px;border-top:1px solid var(--line);color:#788397;font-size:11px; }

.mobile-whatsapp-cta { display: none; }
.quote-modal[hidden] { display: none; }
.quote-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 24px; }
.quote-modal__backdrop { position: absolute; inset: 0; background: rgba(2, 12, 31, .78); backdrop-filter: blur(8px); }
.quote-modal__panel { position: relative; width: min(650px, 100%); max-height: calc(100vh - 48px); overflow: auto; border: 1px solid rgba(159,177,207,.42); border-radius: 22px; background: linear-gradient(145deg, #14233e, #0c192f); color: white; box-shadow: 0 30px 90px rgba(0, 0, 0, .48); }
.quote-modal__close { position: absolute; z-index: 2; top: 14px; right: 14px; width: 35px; height: 35px; border: 1px solid #5a6b86; border-radius: 50%; background: #172640; color: white; font-size: 23px; line-height: 1; cursor: pointer; }
.quote-modal__intro { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; padding: 28px 30px 16px; color: white; }
.quote-modal__icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--green-bright); color: #102a1a; font-size: 24px; box-shadow: 0 0 24px rgba(43,215,101,.3); }
.quote-modal__intro h2 { margin: 0 0 5px; font-size: 28px; line-height: 1; letter-spacing: -.035em; }
.quote-modal__intro p { margin: 0; color: #aebbd0; font-size: 12px; }
.quote-modal__intro strong { margin-right: 35px; padding: 8px 12px; border: 1px solid rgba(43,215,101,.34); border-radius: 7px; color: var(--green-bright); font-size: 10px; white-space: nowrap; }
.quote-modal__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 18px 30px 28px; }
.quote-modal__form label { display: flex; flex-direction: column; gap: 8px; color: #eef3fa; font-size: 10px; font-weight: 700; letter-spacing: .2px; text-transform: none; }
.quote-modal__wide { grid-column: 1 / -1; }
.quote-modal__form input, .quote-modal__form select, .quote-modal__form textarea { min-width: 0; padding: 13px 14px; border: 1px solid #42536e; border-radius: 7px; background: rgba(255,255,255,.045); color: white; font: inherit; font-size: 13px; text-transform: none; }
.quote-modal__form select option { background: #14233e; color: white; }
.quote-modal__form textarea { min-height: 76px; resize: vertical; }
.quote-modal__form input::placeholder, .quote-modal__form textarea::placeholder { color: #8997ad; }
.quote-modal__form input:focus, .quote-modal__form select:focus { outline: 2px solid var(--green); outline-offset: 1px; border-color: var(--green); }
.quote-modal__form > button { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; border: 0; background: var(--green-bright); color: #102a1a; font-weight: 800; cursor: pointer; }
.quote-modal__form > button:hover { background: #39e173; }
.quote-modal__form > small { grid-column: 1 / -1; color: #8e9db4; font-size: 9px; text-align: center; }
body.quote-modal-open { overflow: hidden; }

@media (max-width: 1180px) {
  .site-header { padding-inline: 3.5vw; }
  .brand-logo img { width: 184px; }
  .main-nav { gap: 22px; }
  .header-cta { gap: 18px; padding: 12px 14px; }
  .hero { grid-template-columns: 51% 49%; min-height: 690px; }
  .hero-copy { padding: 7vw 5vw; }
  h1 { font-size: clamp(58px, 7vw, 88px); }
  .hero-text { margin-block: 30px; font-size: 15.5px; }
  .hero-trust { margin-top: 48px; }
  .hero-image { min-height: 690px; }
  .same-day { width: 110px; height: 110px; right: 24px; bottom: 24px; }
  .same-day strong { font-size: 32px; }
}

@media (max-width: 980px) {
  .main-nav { display: none; position: absolute; top: 91px; left: 0; right: 0; padding: 28px 5vw; flex-direction: column; align-items: flex-start; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .header-cta { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero::before { background: linear-gradient(180deg, rgba(4,17,42,.95) 0%, rgba(4,17,42,.84) 48%, rgba(4,17,42,.34) 76%, rgba(4,17,42,.54) 100%); }
  .hero-video { object-position: 58% center; }
  .hero-copy { padding: 90px 7vw 72px; }
  h1 { max-width: 780px; font-size: clamp(62px, 10vw, 96px); }
  .hero-text { max-width: 680px; }
  .hero-image { min-height: 540px; background-position: center 44%; }
  .availability { top: 22px; right: 22px; }
  .scroll-cue { display: none; }
  .brand-bar { justify-content: flex-start; }
  .service-grid, .benefit-grid { grid-template-columns: 1fr 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 600px; }
  .process, .contact { grid-template-columns: 1fr; }
  .numbers { grid-template-columns: 1fr 1fr; gap: 44px 0; }
  .numbers div:nth-child(2) { border: 0; }
  .site-footer { grid-template-columns:1fr 1fr; }
  .footer-brand,.footer-map,.footer-nav,.footer-legal { grid-column:1 / -1; }
}

@media (max-width: 620px) {
  .site-header { height: 76px; padding-inline: 22px; }
  .brand-logo img { width: 174px; }
  .main-nav { top: 75px; }
  .hero-copy { padding: 66px 22px 56px; }
  h1 { font-size: clamp(48px, 15vw, 62px); }
  .hero-text { font-size: 15px; }
  .hero-actions { width: 100%; flex-direction: column; }
  .hero-actions .primary-button, .hero-actions .secondary-button { width: 100%; justify-content: space-between; }
  .hero-trust { margin-top: 48px; }
  .hero-image { min-height: 310px; }
  .hero-video { object-position: 62% center; }
  .availability { top: 16px; right: 16px; padding: 11px 13px; }
  .same-day { width: 92px; height: 92px; right: 16px; bottom: 16px; border-width: 4px; }
  .same-day strong { font-size: 27px; }
  .same-day span { font-size: 7px; }
  .section { padding: 86px 22px; }
  .services { grid-template-columns: 1fr; }
  .section-intro { margin-top: 8px; }
  .service-grid, .benefit-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .service-card { min-height: 495px; }
  .about-image { min-height: 470px; }
  .about-copy { padding: 82px 22px; }
  .numbers { padding: 60px 22px; }
  .numbers div { padding-inline: 14px; }
  .numbers strong { letter-spacing: -2px; }
  .testimonial { padding: 85px 22px; }
  .contact { padding: 72px 14px; gap:46px; }
  .contact-copy { padding-inline:8px; }
  .repair-form { width:100%;padding:20px 16px;border-radius:16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .repair-form label { margin-bottom:14px; }
  .repair-upsell { padding:12px;margin-bottom:16px; }
  .repair-upsell label { margin:7px 0;padding:11px 10px;font-size:10px; }
  .repair-summary { padding:14px; }
  .form-submit { padding:15px 16px;gap:12px; }
  .site-footer { padding:50px 22px 26px;grid-template-columns:1fr;gap:26px; }
  .footer-brand,.footer-map,.footer-nav,.footer-legal { grid-column:1; }
  .footer-map { grid-template-columns:1fr; }
  .footer-map iframe { height:230px; }
  .footer-nav ul { gap:16px 20px; }
  .content-shell,.content-shell.narrow { width:calc(100% - 36px);padding:64px 0 80px; }
  .content-header { margin-bottom:34px; }
  .content-header h1 { font-size:clamp(42px,12vw,58px); }
  .entry-content { font-size:16px;line-height:1.72; }
  .entry-content .guide-lead { font-size:20px; }
  .entry-content h2 { margin-top:48px;font-size:32px; }
  .entry-content figure { margin:26px -8px 38px; }
  .entry-content figure img { border-radius:11px; }
  body { padding-bottom: 0; }
  .mobile-whatsapp-cta { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: grid; place-items: center; width: 62px; height: 62px; border: 2px solid white; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 30px rgba(23,38,83,.36); }
  .mobile-whatsapp-cta svg { width: 34px; height: 34px; }
  .quote-modal { padding: 12px; align-items: end; }
  .quote-modal__panel { max-height: calc(100vh - 24px); }
  .quote-modal__intro { grid-template-columns: auto 1fr; padding: 24px 20px 12px; }
  .quote-modal__intro strong { grid-column: 1 / -1; justify-self: start; margin: 0; }
  .quote-modal__form { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px 22px; }
  .quote-modal__form > button, .quote-modal__form > small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .service-card { transition: none; }
  .hero-video { display: none; }
  .hero { background: linear-gradient(90deg, rgba(4,17,42,.86), rgba(4,17,42,.25)), url('/hero-repair-real.jpg') center / cover; }
}
