:root {
  --navy: #0f172a;
  --navy-2: #172033;
  --slate: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --soft: #f6f8fb;
  --white: #ffffff;
  --orange: #ea580c;
  --orange-dark: #c2410c;
  --orange-soft: #fff1e8;
  --amber: #f59e0b;
  --green: #15803d;
  --shadow: 0 24px 60px rgba(15, 23, 42, .1);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--soft); }
.center { display: flex; justify-content: center; margin-top: 36px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-160%); background: var(--navy); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.topbar { background: var(--navy); color: #cbd5e1; font-size: 13px; }
.topbar__inner { min-height: 39px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 7px; }
.topbar svg { width: 16px; fill: none; stroke: var(--amber); stroke-width: 1.9; }
.topbar__links { display: flex; gap: 24px; align-items: center; }
.topbar a { transition: color .2s; }
.topbar a:hover { color: #fff; }
.topbar__phone { color: #fff; font-weight: 800; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(226,232,240,.86); backdrop-filter: blur(16px); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 260px; }
.brand__mark { width: 43px; height: 43px; display: grid; place-items: center; background: linear-gradient(145deg, var(--orange), var(--amber)); color: #fff; border-radius: 13px; font-size: 14px; font-weight: 900; box-shadow: 0 10px 24px rgba(234,88,12,.25); }
.brand strong { display: block; font-size: 20px; line-height: 1.15; letter-spacing: -.02em; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .075em; font-weight: 700; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { font-size: 14px; color: #334155; font-weight: 700; transition: color .2s; }
.desktop-nav a:hover { color: var(--orange); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 10px; }
.menu-button span { display: block; height: 2px; background: var(--navy); margin: 4px 0; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-nav { background: #fff; border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(15,23,42,.08); }
.mobile-nav .container { display: grid; padding: 10px 0 18px; }
.mobile-nav a { padding: 12px 0; border-bottom: 1px solid #edf2f7; font-weight: 750; }

.button { min-height: 52px; padding: 13px 24px; border: 1px solid transparent; border-radius: 14px; background: var(--orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 850; line-height: 1.2; box-shadow: 0 14px 30px rgba(234,88,12,.22); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 18px 34px rgba(194,65,12,.26); }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button--small { min-height: 44px; padding: 10px 17px; font-size: 14px; border-radius: 12px; }
.button--secondary { background: #fff; color: var(--navy); border-color: #cbd5e1; box-shadow: 0 10px 26px rgba(15,23,42,.07); }
.button--secondary:hover { color: var(--orange-dark); background: #fff; border-color: #fdba74; box-shadow: 0 15px 30px rgba(15,23,42,.1); }
.button--dark { background: var(--navy); box-shadow: none; }
.button--dark:hover { background: #263247; }
.button--light { background: #fff; color: var(--navy); box-shadow: 0 12px 30px rgba(15,23,42,.16); }
.button--light:hover { background: #fff7ed; color: var(--orange-dark); }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; padding-top: 92px; padding-bottom: 88px; background: linear-gradient(180deg, #f5f7fb 0%, #fff 88%); }
.hero__glow { position: absolute; border-radius: 999px; filter: blur(20px); pointer-events: none; }
.hero__glow--one { width: 490px; height: 490px; top: -180px; left: 34%; background: rgba(249,115,22,.1); }
.hero__glow--two { width: 350px; height: 350px; right: -90px; bottom: 30px; background: rgba(14,165,233,.08); }
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(380px, .8fr); gap: 74px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 13px; text-transform: uppercase; letter-spacing: .1em; font-weight: 850; }
.eyebrow > span { width: 28px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 760px; margin: 22px 0; font-size: clamp(42px, 5.8vw, 71px); line-height: 1.06; letter-spacing: -.045em; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero__lead { max-width: 720px; margin: 0; color: var(--slate); font-size: 19px; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; padding-top: 29px; border-top: 1px solid var(--line); }
.hero__facts > div { display: flex; gap: 10px; align-items: flex-start; }
.hero__facts p { margin: 0; }
.hero__facts strong, .hero__facts small { display: block; }
.hero__facts strong { font-size: 14px; }
.hero__facts small { margin-top: 2px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.check { flex: 0 0 auto; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: var(--orange-soft); color: var(--orange); font-weight: 900; font-size: 13px; }

.hero-card { position: relative; padding: 29px; border: 1px solid rgba(255,255,255,.85); border-radius: 30px; background: rgba(255,255,255,.82); backdrop-filter: blur(16px); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; background: linear-gradient(145deg, rgba(234,88,12,.3), transparent 42%); z-index: -1; }
.hero-card__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.hero-card__top span { padding: 7px 10px; border-radius: 8px; background: var(--orange-soft); color: var(--orange-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; }
.hero-card__top small { color: var(--muted); }
.craft-visual { position: relative; height: 180px; margin: 25px 0 26px; overflow: hidden; border-radius: 20px; background: #e9eef5; }
.paint-wall { position: absolute; inset: 0; background: linear-gradient(130deg, #e7edf4, #f8fafc); }
.paint-strip { position: absolute; left: 0; top: 0; bottom: 0; width: 47%; background: linear-gradient(165deg, #fb923c, #ea580c); clip-path: polygon(0 0, 96% 0, 72% 100%, 0 100%); }
.roller { position: absolute; left: 42%; top: 54px; width: 94px; height: 32px; border: 7px solid #fff; border-radius: 6px; transform: rotate(-10deg); box-shadow: 0 8px 18px rgba(15,23,42,.12); }
.roller::after { content: ""; position: absolute; right: -15px; top: 20px; width: 6px; height: 83px; background: #475569; transform: rotate(-18deg); transform-origin: top; border-radius: 5px; }
.roller span { position: absolute; right: -44px; bottom: -80px; width: 28px; height: 10px; border-radius: 6px; background: #172033; transform: rotate(-18deg); }
.trowel { position: absolute; right: 28px; bottom: 27px; width: 72px; height: 40px; background: linear-gradient(145deg, #dbe3ed, #fff); clip-path: polygon(0 100%, 17% 0, 100% 24%, 88% 100%); filter: drop-shadow(0 8px 10px rgba(15,23,42,.14)); }
.hero-card h2 { margin: 0 0 8px; font-size: 28px; letter-spacing: -.03em; }
.hero-card > p { margin: 0; color: var(--slate); font-size: 14px; }
.check-list { list-style: none; padding: 0; margin: 23px 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding: 12px 13px 12px 40px; border: 1px solid #edf1f6; border-radius: 12px; background: rgba(255,255,255,.88); font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 14px; color: var(--green); font-weight: 900; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__grid > div { padding: 25px 20px; text-align: center; border-right: 1px solid var(--line); }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { font-size: 15px; }
.trust-strip span { color: var(--muted); font-size: 12px; }

.section-heading { max-width: 720px; margin: 0 auto 52px; text-align: center; }
.section-heading--left { margin-inline: 0; text-align: left; }
.section-heading h2 { margin: 14px 0 15px; font-size: clamp(34px, 4vw, 49px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p { margin: 0; color: var(--slate); font-size: 17px; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: #fed7aa; box-shadow: 0 20px 46px rgba(15,23,42,.09); }
.icon-box { width: 51px; height: 51px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); border-radius: 15px; }
.icon-box svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 21px 0 9px; font-size: 22px; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--slate); font-size: 14px; }
.service-card ul { padding: 0; margin: 20px 0 0; list-style: none; display: grid; gap: 8px; }
.service-card li { position: relative; padding-left: 19px; color: #334155; font-size: 13px; font-weight: 650; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }

.split-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: center; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 25px; color: var(--orange-dark); font-weight: 850; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.scenario-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.scenario-grid > div { display: flex; gap: 16px; padding: 21px; border: 1px solid #e7ebf0; border-radius: 17px; background: #fff; }
.scenario-grid > div > span { flex: 0 0 auto; color: var(--orange); font-size: 12px; font-weight: 900; }
.scenario-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.scenario-grid strong { display: block; color: var(--navy); margin-bottom: 3px; font-size: 15px; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.benefit { padding: 26px; border-top: 3px solid var(--orange); border-radius: 0 0 20px 20px; background: var(--soft); }
.benefit > span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.benefit h3 { margin: 15px 0 8px; font-size: 20px; }
.benefit p { margin: 0; color: var(--slate); font-size: 14px; }

.section--dark { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.section--dark::before { content: ""; position: absolute; width: 500px; height: 500px; left: -250px; top: -260px; border-radius: 50%; background: rgba(234,88,12,.12); filter: blur(2px); }
.section-heading--light { position: relative; }
.section-heading--light p { color: #aeb9c8; }
.eyebrow--light { color: #fdba74; }
.process-grid { position: relative; list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid li { position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 21px; background: rgba(255,255,255,.055); }
.process-grid li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--orange); font-weight: 900; }
.process-grid h3 { margin: 22px 0 8px; font-size: 20px; }
.process-grid p { margin: 0; color: #aeb9c8; font-size: 14px; }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.review { margin: 0; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 40px rgba(15,23,42,.06); background: #fff; }
.stars { color: var(--amber); letter-spacing: 4px; font-size: 18px; }
.review blockquote { margin: 18px 0 24px; font-size: 18px; line-height: 1.7; font-weight: 650; }
.review figcaption strong, .review figcaption span { display: block; }
.review figcaption span { color: var(--muted); font-size: 12px; margin-top: 2px; }

.gallery-section { padding-top: 0; }
.gallery-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr .82fr; gap: 55px; align-items: center; padding: 56px; border-radius: 30px; color: #fff; background: linear-gradient(135deg, var(--navy), #202d43); }
.gallery-panel::before { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; top: -150px; border-radius: 50%; background: rgba(249,115,22,.18); }
.gallery-panel h2 { margin: 15px 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.1; letter-spacing: -.04em; }
.gallery-panel p { max-width: 630px; margin: 0 0 28px; color: #b8c3d2; }
.gallery-art { position: relative; min-height: 270px; }
.gallery-art__card { position: absolute; width: 205px; height: 145px; display: flex; align-items: flex-end; padding: 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; box-shadow: 0 20px 40px rgba(0,0,0,.22); font-weight: 850; background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(255,255,255,.05)); backdrop-filter: blur(8px); }
.card-a { left: 5px; top: 22px; transform: rotate(-7deg); }
.card-b { right: 12px; top: 4px; transform: rotate(7deg); background: linear-gradient(145deg, rgba(234,88,12,.88), rgba(245,158,11,.68)); }
.card-c { left: 88px; bottom: 0; transform: rotate(2deg); }

.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.accordion { display: grid; gap: 12px; }
details { border: 1px solid #e5e9ef; border-radius: 15px; background: #fff; overflow: hidden; }
summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 21px 23px; font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--orange); font-size: 24px; line-height: 1; transition: transform .2s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 23px 22px; color: var(--slate); font-size: 14px; }

.contact-section { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: start; }
.contact-content h2 { margin: 13px 0 15px; font-size: clamp(36px, 4.5vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.contact-content > p { color: var(--slate); font-size: 17px; }
.contact-cards { display: grid; gap: 12px; margin-top: 30px; }
.contact-cards a { display: flex; align-items: center; gap: 14px; padding: 15px; border: 1px solid var(--line); border-radius: 15px; transition: border-color .2s, transform .2s; }
.contact-cards a:hover { border-color: #fdba74; transform: translateX(4px); }
.contact-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--orange); background: var(--orange-soft); font-size: 18px; }
.contact-cards p { margin: 0; min-width: 0; }
.contact-cards small, .contact-cards strong { display: block; }
.contact-cards small { color: var(--muted); }
.contact-cards strong { overflow-wrap: anywhere; }
.business-id { margin-top: 17px !important; font-size: 13px !important; }
.contact-form { padding: 35px; border: 1px solid var(--line); border-radius: 27px; background: var(--soft); box-shadow: 0 20px 50px rgba(15,23,42,.07); }
.form-heading h3 { margin: 0; font-size: 25px; }
.form-heading p { margin: 5px 0 24px; color: var(--muted); font-size: 13px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid #cbd5e1; border-radius: 12px; background: #fff; color: var(--navy); padding: 13px 14px; outline: 0; resize: vertical; transition: border-color .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(234,88,12,.1); }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 11px; }

.final-cta { padding: 45px 0; background: linear-gradient(135deg, var(--orange), #f97316); color: #fff; }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.final-cta span { font-weight: 800; opacity: .85; }
.final-cta h2 { margin: 2px 0 0; font-size: clamp(27px, 3.3vw, 40px); line-height: 1.15; letter-spacing: -.03em; }

.footer { padding: 65px 0 90px; background: var(--navy); color: #cbd5e1; }
.footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 70px; }
.brand--footer { color: #fff; }
.footer__grid > div:first-child > p { max-width: 440px; color: #94a3b8; }
.footer h3 { margin: 3px 0 16px; color: #fff; font-size: 15px; }
.footer__grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8190a4; font-size: 12px; }
.mobile-callbar { display: none; }

.js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.reveal--delay, .reveal--delay-1 { transition-delay: .08s; }
.reveal--delay-2 { transition-delay: .16s; }
.reveal--delay-3 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero__grid { grid-template-columns: 1fr 390px; gap: 38px; }
  .hero h1 { font-size: 51px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .faq-layout { gap: 50px; }
  .gallery-panel { padding: 45px; }
}

@media (max-width: 820px) {
  .section { padding: 78px 0; }
  .hero { padding: 70px 0; }
  .hero__grid, .split-grid, .faq-layout, .contact-grid, .gallery-panel { grid-template-columns: 1fr; }
  .hero__content { text-align: center; }
  .hero h1, .hero__lead { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero-card { max-width: 560px; margin: 0 auto; }
  .hero__facts { text-align: left; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .trust-strip__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading--left { text-align: center; margin-inline: auto; }
  .scenario-grid { max-width: 700px; margin: 0 auto; }
  .reviews-grid { grid-template-columns: 1fr; }
  .gallery-panel { text-align: center; }
  .gallery-art { max-width: 450px; width: 100%; margin-inline: auto; }
  .final-cta__inner { flex-direction: column; text-align: center; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { display: none; }
  .header__inner { min-height: 72px; }
  .brand { min-width: 0; }
  .brand__mark { width: 39px; height: 39px; border-radius: 11px; }
  .brand strong { font-size: 17px; }
  .brand small { max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 8px; }
  .header__call { display: none; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: 41px; }
  .hero__lead { font-size: 17px; }
  .hero__actions .button { width: 100%; }
  .hero__facts { grid-template-columns: 1fr; gap: 13px; }
  .hero-card { padding: 22px; border-radius: 22px; }
  .craft-visual { height: 150px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section-heading { margin-bottom: 37px; }
  .section-heading h2 { font-size: 35px; }
  .section-heading p { font-size: 15px; }
  .services-grid, .scenario-grid, .benefits-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px; }
  .gallery-panel { padding: 34px 23px; border-radius: 23px; }
  .gallery-art { min-height: 230px; transform: scale(.88); transform-origin: center; }
  .review { padding: 25px; }
  .review blockquote { font-size: 16px; }
  .contact-form { padding: 25px 20px; }
  .footer { padding-bottom: 50px; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__grid > div:first-child { grid-column: auto; }
  .footer__bottom { gap: 20px; }
  .mobile-callbar { position: fixed; z-index: 70; left: 0; right: 0; bottom: 0; height: 66px; display: grid; grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 28px rgba(15,23,42,.1); }
  .mobile-callbar a { display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 850; }
  .mobile-callbar a:first-child { background: var(--orange); color: #fff; }
}

@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; }
}
