:root {
    --ink: #0b0d10;
    --ink-soft: #15191e;
    --slate: #545b66;
    --line: #dce0e5;
    --paper: #ffffff;
    --surface: #f3f4f5;
    --yellow: #ffc400;
    --yellow-dark: #e2ab00;
    --green: #18a957;
    --green-dark: #0c7d3d;
    --shadow: 0 20px 60px rgba(5, 8, 12, .14);
    --radius: 18px;
    --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    padding: 10px 15px;
    background: var(--yellow);
    color: var(--ink);
    font-weight: 800;
    transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.topbar { background: #050607; color: #dfe3e8; font-size: .78rem; letter-spacing: .02em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar strong { color: var(--paper); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: #2fd576; box-shadow: 0 0 0 4px rgba(47, 213, 118, .13); }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    color: var(--paper);
    background: rgba(11, 13, 16, .96);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    backdrop-filter: blur(14px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand__logo { width: 52px; height: 52px; flex: 0 0 52px; object-fit: contain; }
.brand__text { display: grid; line-height: 1.05; text-transform: uppercase; }
.brand__text strong { font-size: 1.08rem; letter-spacing: .01em; }
.brand__text small { color: var(--yellow); font-weight: 800; font-size: .67rem; letter-spacing: .14em; margin-top: 4px; }
.primary-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.primary-nav a { color: #d7dbe0; font-size: .88rem; font-weight: 700; text-decoration: none; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--yellow); }
.header-call {
    display: grid;
    padding-left: 22px;
    border-left: 1px solid rgba(255, 255, 255, .17);
    text-decoration: none;
    line-height: 1.1;
}
.header-call span { color: var(--yellow); font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.header-call strong { margin-top: 5px; font-size: .96rem; }
.nav-toggle { display: none; }

.hero { position: relative; overflow: hidden; padding: 84px 0 0; color: var(--paper); background: var(--ink); }
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}
.hero__glow { position: absolute; width: 560px; height: 560px; top: -260px; right: 4%; border-radius: 50%; background: var(--yellow); filter: blur(150px); opacity: .16; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 58px; align-items: center; }
.hero__content { padding-bottom: 62px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--yellow-dark); font-size: .75rem; line-height: 1.2; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { padding: 5px 8px; color: var(--ink); background: var(--yellow); border-radius: 4px; letter-spacing: .04em; }
.hero h1 { max-width: 720px; margin: 20px 0 22px; font-size: clamp(2.8rem, 5.3vw, 5.35rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.hero h1 em { display: block; color: var(--yellow); font-style: normal; }
.hero__lead { max-width: 650px; margin: 0 0 25px; color: #c8cdd4; font-size: 1.08rem; line-height: 1.7; }
.hero__points { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0 0 32px; padding: 0; list-style: none; }
.hero__points li { position: relative; padding-left: 20px; color: #eef0f2; font-size: .88rem; font-weight: 700; }
.hero__points li::before { content: "✓"; position: absolute; left: 0; color: var(--yellow); font-weight: 900; }
.hero__actions { display: flex; gap: 12px; align-items: stretch; }
.btn {
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 12px 22px;
    border: 0;
    border-radius: 9px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #65a9ff; outline-offset: 3px; }
.btn small, .btn strong { display: block; line-height: 1.05; text-align: left; }
.btn small { margin-bottom: 5px; font-size: .63rem; letter-spacing: .08em; text-transform: uppercase; }
.btn strong { font-size: .98rem; }
.btn__icon { font-size: 1.45rem; line-height: 1; }
.btn--call { color: var(--ink); background: var(--yellow); box-shadow: 0 10px 30px rgba(255,196,0,.16); }
.btn--call:hover { background: #ffd126; box-shadow: 0 14px 36px rgba(255,196,0,.24); }
.btn--whatsapp { color: var(--paper); background: var(--green); box-shadow: 0 10px 30px rgba(24,169,87,.15); }
.btn--whatsapp:hover { background: var(--green-dark); box-shadow: 0 14px 36px rgba(24,169,87,.22); }
.hero__note { margin: 16px 0 0; color: #8e969f; font-size: .76rem; }
.hero__visual { position: relative; min-height: 500px; align-self: center; margin-top: -24px; overflow: hidden; border-radius: 22px 22px 0 0; box-shadow: 0 0 0 1px rgba(255,255,255,.1), var(--shadow); }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(11,13,16,.4), transparent 35%), linear-gradient(0deg, rgba(11,13,16,.7), transparent 35%); pointer-events: none; }
.hero__visual img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; object-position: 70% center; transform: scale(1.02); }
.availability-card { position: absolute; z-index: 1; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 12px; padding: 14px 17px; color: var(--ink); background: rgba(255,255,255,.94); border-radius: 10px; box-shadow: var(--shadow); }
.availability-card__pulse { position: relative; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.availability-card__pulse::after { content: ""; position: absolute; inset: -5px; border: 2px solid rgba(24,169,87,.35); border-radius: inherit; animation: pulse 1.8s infinite; }
.availability-card small, .availability-card strong { display: block; line-height: 1.2; }
.availability-card small { color: var(--slate); font-size: .67rem; }
.availability-card strong { margin-top: 3px; font-size: .85rem; }
@keyframes pulse { 0% { transform: scale(.7); opacity: 1; } 75%, 100% { transform: scale(1.35); opacity: 0; } }
.trust-strip { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: var(--yellow); border-radius: 14px 14px 0 0; }
.trust-strip div { display: grid; gap: 1px; padding: 20px 26px; border-right: 1px solid rgba(11,13,16,.18); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { font-size: .87rem; text-transform: uppercase; letter-spacing: .04em; }
.trust-strip span { font-size: .76rem; color: #55430b; }

.section { padding: 104px 0; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .quote-panel h2, .areas h2, .faq-layout h2, .final-cta h2 { margin: 12px 0 0; font-size: clamp(2.1rem, 4vw, 3.6rem); line-height: 1.05; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--slate); font-size: 1rem; }
.section-heading--center { display: block; max-width: 760px; margin-inline: auto; text-align: center; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { position: relative; min-height: 290px; padding: 31px; overflow: hidden; background: var(--surface); border: 1px solid #e6e8eb; border-radius: var(--radius); }
.service-card::after { content: ""; position: absolute; width: 110px; height: 110px; right: -60px; bottom: -60px; border: 22px solid rgba(11,13,16,.04); border-radius: 50%; }
.service-card--featured { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.service-card--featured::after { border-color: rgba(255,196,0,.12); }
.service-card__number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 35px; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.service-card h3 { margin: 0 0 12px; font-size: 1.2rem; line-height: 1.2; }
.service-card p { margin: 0; color: var(--slate); font-size: .88rem; }
.service-card--featured p { color: #b8bec6; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--ink); font-weight: 900; font-size: .84rem; text-decoration: none; }
.service-card--featured .text-link { color: var(--yellow); }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }

.quote-section { padding: 35px 0 104px; }
.quote-panel { position: relative; display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; padding: 64px; overflow: hidden; background: var(--yellow); border-radius: 24px; box-shadow: 0 25px 70px rgba(255,196,0,.2); }
.quote-panel::before { content: ""; position: absolute; width: 280px; height: 280px; left: -150px; top: -150px; border: 45px solid rgba(11,13,16,.07); border-radius: 50%; }
.quote-panel > * { position: relative; z-index: 1; }
.kicker--dark { color: #5a4600; }
.quote-panel__intro > p { max-width: 530px; margin: 20px 0 28px; color: #4d3d06; }
.tyre-size-tip { display: flex; align-items: center; gap: 16px; }
.tyre-size-tip > span { display: inline-flex; align-items: center; justify-content: center; min-width: 130px; min-height: 58px; padding: 10px 14px; color: var(--paper); background: var(--ink); border-radius: 999px; font-size: .82rem; font-weight: 900; letter-spacing: .04em; box-shadow: inset 0 0 0 5px #333940, inset 0 0 0 8px #08090b; }
.tyre-size-tip p { margin: 0; color: #4d3d06; font-size: .76rem; line-height: 1.35; }
.quote-form { padding: 28px; background: var(--paper); border-radius: 16px; box-shadow: var(--shadow); }
.form-field { display: grid; gap: 6px; margin-bottom: 15px; }
.form-field label { font-size: .78rem; font-weight: 900; }
.form-field label span { color: #747b84; font-weight: 400; }
.form-field input, .form-field select { width: 100%; height: 52px; padding: 0 14px; color: var(--ink); background: #f7f8f9; border: 1px solid #dadddf; border-radius: 8px; }
.btn--full { width: 100%; margin-top: 6px; }
.form-note { margin: 10px 0 0; color: #747b84; font-size: .68rem; text-align: center; }

.process { background: var(--surface); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin: 60px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.process-grid::before { content: ""; position: absolute; left: 9%; right: 9%; top: 30px; height: 2px; background: repeating-linear-gradient(90deg, #b7bcc2 0 8px, transparent 8px 16px); }
.process-grid li { position: relative; text-align: center; }
.process-grid__step { position: relative; z-index: 1; width: 60px; height: 60px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--ink); background: var(--yellow); border: 8px solid var(--surface); border-radius: 50%; font-weight: 900; box-shadow: 0 0 0 1px #d9dcdf; }
.process-grid h3 { margin: 0 0 8px; font-size: 1rem; }
.process-grid p { max-width: 210px; margin: 0 auto; color: var(--slate); font-size: .82rem; }

.areas { position: relative; overflow: hidden; color: var(--paper); background: var(--ink); }
.areas::after { content: "GLASGOW"; position: absolute; right: -20px; bottom: -80px; color: rgba(255,255,255,.025); font-size: 12rem; line-height: 1; font-weight: 900; letter-spacing: -.07em; }
.areas__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }
.areas__content > p { max-width: 530px; margin: 24px 0 30px; color: #b8bec6; }
.area-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.area-list div { display: grid; grid-template-columns: 50px 1fr; column-gap: 14px; align-items: center; padding: 21px; background: #171a1f; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; }
.area-list span { grid-row: 1 / 3; width: 50px; height: 50px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.area-list strong { font-size: .95rem; }
.area-list small { color: #9299a2; font-size: .7rem; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-layout__intro { position: sticky; top: 125px; }
.faq-layout__intro p { color: var(--slate); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; font-weight: 900; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 2px; top: 20px; width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--yellow); border-radius: 50%; font-size: 1.15rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: -6px 46px 24px 0; color: var(--slate); font-size: .9rem; }

.final-cta { padding: 70px 0; background: var(--yellow); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.final-cta h2 { font-size: clamp(2rem, 3.4vw, 3.15rem); }
.final-cta__actions { display: flex; flex: 0 0 auto; gap: 10px; }
.btn--dark { color: var(--paper); background: var(--ink); }
.btn--dark:hover { background: #242930; }
.btn--outline-dark { color: var(--ink); background: transparent; border: 2px solid var(--ink); }
.btn--outline-dark:hover { color: var(--paper); background: var(--ink); }

.site-footer { padding: 70px 0 25px; color: #b8bec6; background: #070809; }
.footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 90px; padding-bottom: 45px; }
.brand--footer { color: var(--paper); }
.footer__grid > div:first-child > p { max-width: 420px; margin: 22px 0 0; font-size: .84rem; }
.footer__grid h2 { margin: 0 0 16px; color: var(--paper); font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; }
.footer__grid ul { margin: 0; padding: 0; list-style: none; font-size: .8rem; }
.footer__grid li { margin-bottom: 7px; }
.footer-phone, .footer-whatsapp { display: block; text-decoration: none; }
.footer-phone { color: var(--yellow); font-size: 1.2rem; font-weight: 900; }
.footer-whatsapp { margin: 6px 0 16px; color: #61d895; font-size: .8rem; font-weight: 800; }
.footer__grid > div:last-child p { margin: 0; font-size: .76rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .68rem; }
.footer__bottom p { margin: 0; }
.mobile-action-bar { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
    .primary-nav { display: none; }
    .header-call { margin-left: auto; }
    .hero__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .hero__visual { min-height: 460px; }
    .hero__visual img { min-height: 460px; }
    .hero__actions { flex-direction: column; align-items: flex-start; }
    .hero__actions .btn { width: min(100%, 330px); justify-content: flex-start; }
    .service-grid { grid-template-columns: 1fr 1fr; }
    .quote-panel { gap: 35px; padding: 46px; }
    .areas__grid { gap: 50px; }
    .faq-layout { gap: 60px; }
    .final-cta__inner { align-items: flex-start; }
    .final-cta__actions { flex-direction: column; }
}

@media (max-width: 760px) {
    html { scroll-padding-top: 74px; }
    body { padding-bottom: 68px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .topbar__inner { min-height: 30px; justify-content: center; }
    .topbar__inner p:last-child { display: none; }
    .site-header { top: 0; isolation: isolate; background: #0b0d10; backdrop-filter: none; }
    .nav-wrap { min-height: 66px; gap: 16px; }
    .brand__logo { width: 43px; height: 43px; flex-basis: 43px; }
    .brand__text strong { font-size: .94rem; }
    .brand__text small { font-size: .58rem; }
    .header-call { display: none; }
    .nav-toggle { position: relative; z-index: 2; width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; margin-left: auto; padding: 9px; color: var(--paper); background: #20252c; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; box-shadow: 0 5px 18px rgba(0,0,0,.24); }
    .nav-toggle[aria-expanded="true"] { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
    .nav-toggle span:not(.sr-only) { display: block; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
    .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .primary-nav { position: absolute; z-index: 1; top: 100%; left: 0; right: 0; height: calc(100vh - 66px); height: calc(100dvh - 66px); display: flex; flex-direction: column; align-items: stretch; gap: 10px; margin: 0; padding: 20px 18px 88px; overflow-y: auto; background: #0b0d10; border-top: 1px solid rgba(255,255,255,.1); box-shadow: 0 24px 45px rgba(0,0,0,.45); transform: translateX(100%); visibility: hidden; opacity: 0; transition: transform .25s ease, visibility .25s ease, opacity .2s ease; }
    .primary-nav.is-open { transform: translateX(0); visibility: visible; opacity: 1; }
    .primary-nav a { display: block; padding: 16px 17px; color: #ffffff; background: #191d22; border: 1px solid rgba(255,255,255,.13); border-radius: 9px; font-size: 1rem; box-shadow: 0 5px 14px rgba(0,0,0,.15); }
    .primary-nav a:hover, .primary-nav a:focus-visible { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
    .hero { padding-top: 55px; }
    .hero__grid { display: flex; flex-direction: column; gap: 4px; }
    .hero__content { padding-bottom: 38px; }
    .hero h1 { margin: 16px 0 19px; font-size: clamp(2.65rem, 14vw, 4.3rem); }
    .hero__lead { font-size: .98rem; }
    .hero__points { display: grid; gap: 7px; }
    .hero__actions { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
    .hero__actions .btn { width: 100%; min-height: 64px; padding: 10px 13px; }
    .btn__icon { font-size: 1.15rem; }
    .btn strong { font-size: .87rem; }
    .btn small { font-size: .55rem; }
    .hero__visual { width: 100%; min-height: 280px; align-self: stretch; margin-top: 0; border-radius: 18px 18px 0 0; }
    .hero__visual img { min-height: 280px; object-position: 68% center; }
    .availability-card { left: 12px; right: 12px; bottom: 12px; justify-content: center; }
    .trust-strip { width: 100%; grid-template-columns: 1fr 1fr; border-radius: 0; }
    .trust-strip div { padding: 14px 18px; border-right: 1px solid rgba(11,13,16,.16); border-bottom: 1px solid rgba(11,13,16,.16); }
    .trust-strip div:nth-child(2) { border-right: 0; }
    .section { padding: 74px 0; }
    .section-heading { display: block; margin-bottom: 30px; }
    .section-heading > p { margin-top: 18px; }
    .section-heading h2, .quote-panel h2, .areas h2, .faq-layout h2, .final-cta h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 0; padding: 26px; }
    .service-card__number { margin-bottom: 25px; }
    .quote-section { padding-top: 0; }
    .quote-panel { width: 100%; grid-template-columns: 1fr; gap: 30px; padding: 42px 18px; border-radius: 0; }
    .tyre-size-tip { align-items: flex-start; }
    .tyre-size-tip > span { min-width: 122px; }
    .quote-form { padding: 20px 17px; }
    .process-grid { grid-template-columns: 1fr; gap: 32px; margin-top: 42px; }
    .process-grid::before { left: 29px; right: auto; top: 30px; bottom: 30px; width: 2px; height: auto; background: repeating-linear-gradient(180deg, #b7bcc2 0 8px, transparent 8px 16px); }
    .process-grid li { display: grid; grid-template-columns: 60px 1fr; column-gap: 18px; text-align: left; }
    .process-grid__step { grid-row: 1 / 3; margin: 0; }
    .process-grid h3 { align-self: end; }
    .process-grid p { margin: 0; }
    .areas__grid { grid-template-columns: 1fr; gap: 38px; }
    .area-list { grid-template-columns: 1fr; }
    .faq-layout { grid-template-columns: 1fr; gap: 35px; }
    .faq-layout__intro { position: static; }
    .final-cta__inner { display: block; }
    .final-cta__actions { margin-top: 28px; }
    .footer__grid { grid-template-columns: 1fr; gap: 38px; }
    .footer__bottom { display: block; }
    .footer__bottom p + p { margin-top: 10px; }
    .mobile-action-bar { position: fixed; z-index: 200; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 68px; color: var(--paper); box-shadow: 0 -8px 30px rgba(0,0,0,.22); }
    .mobile-action-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; }
    .mobile-action-bar__call { color: var(--ink); background: var(--yellow); }
    .mobile-action-bar__whatsapp { background: var(--green); }
}

@media (max-width: 390px) {
    .brand__text strong { font-size: .84rem; }
    .brand__text small { letter-spacing: .1em; }
    .hero__actions { grid-template-columns: 1fr; }
    .hero__actions .btn { justify-content: center; }
    .tyre-size-tip { display: grid; }
}

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