:root {
  --navy: #07172f;
  --navy-2: #0b2245;
  --blue: #1263ea;
  --blue-bright: #2f8cff;
  --orange: #ff6b1a;
  --orange-dark: #e95000;
  --ink: #12213a;
  --muted: #64748b;
  --line: #dce5f0;
  --soft: #f3f7fc;
  --white: #fff;
  --success: #20c978;
  --shadow: 0 22px 60px rgba(9, 30, 66, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.topbar { background: var(--navy); color: #dfeaff; font-size: 13px; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.topbar a { color: #fff; }
.status-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--success); box-shadow: 0 0 0 5px rgba(32, 201, 120, .12); }
.site-header { height: 78px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid rgba(220, 229, 240, .9); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 37px; border: 3px solid var(--blue); border-radius: 9px; position: relative; background: #edf5ff; color: var(--blue); }
.brand-mark::after { content: ""; position: absolute; width: 15px; height: 3px; background: var(--blue); bottom: -7px; border-radius: 4px; }
.brand-mark span { font-size: 13px; font-weight: 900; letter-spacing: -.5px; }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 19px; letter-spacing: .04em; color: var(--navy); }
.brand small { font-size: 9px; letter-spacing: .17em; margin-top: 5px; color: #5d6d84; font-weight: 800; }
.nav-links { display: flex; align-items: center; gap: 29px; font-size: 14px; font-weight: 700; color: #3c4a61; }
.nav-links > a:not(.nav-call) { padding-block: 28px; position: relative; }
.nav-links > a:not(.nav-call)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--blue); transition: right .2s ease; }
.nav-links > a:hover::after { right: 0; }
.nav-call { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 12px; background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(255, 107, 26, .25); }
.menu-button { display: none; border: 0; background: none; padding: 10px; }
.menu-button span { width: 25px; height: 2px; background: var(--navy); display: block; margin: 5px 0; }

.hero { position: relative; min-height: 660px; overflow: hidden; background: var(--navy); color: #fff; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 16, 35, .99) 0%, rgba(5, 22, 46, .92) 36%, rgba(7, 23, 47, .35) 67%, rgba(7, 23, 47, .1) 100%), linear-gradient(0deg, rgba(6, 20, 42, .4), transparent 40%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(66, 144, 255, .18); border-radius: 50%; left: -250px; top: 90px; z-index: 1; box-shadow: 0 0 0 80px rgba(28, 102, 227, .035), 0 0 0 160px rgba(28, 102, 227, .025); }
.hero-grid { position: relative; z-index: 2; padding-block: 70px 82px; }
.hero-copy { width: min(640px, 58vw); }
.eyebrow, .kicker { margin: 0 0 15px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; }
.hero .eyebrow { color: #bed7ff; }
.eyebrow span { display: inline-block; padding: 6px 10px; background: var(--blue); color: white; border-radius: 6px; margin-right: 8px; }
.hero h1 { margin: 0; max-width: 690px; font-size: clamp(45px, 5.7vw, 76px); line-height: .98; letter-spacing: -.055em; font-weight: 850; }
.hero-lead { margin: 17px 0 0; font-size: clamp(25px, 3vw, 38px); letter-spacing: -.035em; color: #cfe0ff; }
.hero-lead strong { color: #fff; }
.hero-text { max-width: 590px; color: #c9d7ec; line-height: 1.7; font-size: 17px; margin: 18px 0; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-bottom: 25px; font-size: 13px; color: #e4efff; font-weight: 650; }
.hero-points span::first-letter { color: var(--success); }
.call-button { width: fit-content; min-width: 362px; min-height: 72px; padding: 10px 13px; border-radius: 16px; display: inline-flex; align-items: center; gap: 13px; background: linear-gradient(135deg, var(--orange), var(--orange-dark)); color: #fff; box-shadow: 0 18px 35px rgba(241, 85, 0, .32); transition: transform .2s ease, box-shadow .2s ease; }
.call-button:hover { transform: translateY(-3px); box-shadow: 0 22px 42px rgba(241, 85, 0, .4); }
.phone-orb { width: 49px; height: 49px; flex: 0 0 auto; border-radius: 13px; background: rgba(255,255,255,.18); display: grid; place-items: center; font-size: 24px; }
.call-button > span:nth-child(2) { display: flex; flex-direction: column; line-height: 1.1; }
.call-button small { color: rgba(255,255,255,.87); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 5px; }
.call-button strong { font-size: 23px; letter-spacing: .01em; }
.call-arrow { margin-left: auto; font-size: 24px; padding-right: 6px; }
.call-button--light { border: 1px solid rgba(255,255,255,.25); }
.microcopy { color: #9eb0c9; font-size: 11px; margin: 10px 0 0 72px; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 30px rgba(7, 23, 47, .05); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 116px; }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding: 25px 22px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { border-left: 1px solid var(--line); }
.trust-grid b { color: #c1d0e3; font-size: 21px; font-weight: 800; }
.trust-grid span { display: flex; flex-direction: column; }
.trust-grid strong { font-size: 15px; }
.trust-grid small { color: var(--muted); margin-top: 4px; font-size: 11px; }

.section { padding: 100px 0; }
.section-heading { max-width: 720px; margin-bottom: 48px; }
.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .split-copy h2, .location-layout h2, .faq-intro h2, .info-box h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; margin: 0; color: var(--navy); }
.section-heading > p:last-child, .section-copy, .faq-intro > p { color: var(--muted); line-height: 1.75; font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { min-height: 300px; border: 1px solid var(--line); border-radius: 22px; padding: 30px; position: relative; background: #fff; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #b4cff6; box-shadow: var(--shadow); }
.service-number { position: absolute; right: 24px; top: 22px; color: #d9e5f3; font-weight: 900; font-size: 21px; }
.service-icon { width: 58px; height: 52px; border-radius: 14px; display: grid; place-items: center; color: var(--blue); background: #eaf3ff; font-size: 30px; }
.service-card h3 { margin: 24px 0 10px; font-size: 21px; color: var(--navy); }
.service-card p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0 0 26px; }
.service-card a { color: var(--blue); font-size: 13px; font-weight: 800; position: absolute; bottom: 27px; }
.service-card a span { margin-left: 5px; }
.dark-section { background: var(--navy); color: #fff; overflow: hidden; }
.split-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 70px; }
.image-card, .service-visual { position: relative; min-height: 590px; border-radius: 28px; overflow: hidden; box-shadow: 0 30px 70px rgba(0, 0, 0, .24); }
.image-card img, .service-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-badge { position: absolute; left: 25px; right: 25px; bottom: 25px; background: rgba(7, 23, 47, .9); border: 1px solid rgba(255,255,255,.15); backdrop-filter: blur(10px); padding: 18px 20px; border-radius: 14px; display: flex; flex-direction: column; }
.image-badge span { color: #b9c9df; margin-top: 4px; font-size: 12px; }
.split-copy .kicker { color: #71a9ff; }
.split-copy h2 { color: #fff; }
.fault-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 30px 0; border-top: 1px solid rgba(255,255,255,.12); }
.fault-list div { padding: 13px 8px 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #d8e3f4; font-size: 13px; }
.fault-list span { color: var(--success); margin-right: 8px; font-weight: 900; }

.brand-section { background: var(--soft); }
.featured-brands { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; }
.featured-brands > div { height: 105px; background: #fff; border: 1px solid #d8e4f1; border-radius: 16px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 11px; font-size: 15px; font-weight: 900; color: var(--navy); box-shadow: 0 10px 25px rgba(11,34,69,.05); }
.tv-dot { width: 30px; height: 22px; border: 2px solid var(--blue); border-radius: 5px; position: relative; }
.tv-dot::after { content: ""; position: absolute; width: 8px; height: 2px; background: var(--blue); bottom: -5px; left: 9px; }
.other-brands { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 22px 0; }
.other-brands span { padding: 10px 15px; background: #e5edf7; border-radius: 9px; color: #40516b; font-size: 12px; font-weight: 800; }
.brand-note { max-width: 790px; margin: 30px auto; color: var(--muted); text-align: center; line-height: 1.7; font-size: 13px; }
.centered-action { display: flex; justify-content: center; margin-top: 36px; }
.cta-banner { background: linear-gradient(115deg, #0f5ad5, #092c67); padding: 58px 0; color: #fff; position: relative; overflow: hidden; }
.cta-banner::after { content: "TV"; position: absolute; right: 5%; top: -70px; font-size: 210px; font-weight: 950; color: rgba(255,255,255,.04); }
.cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.cta-banner .kicker { color: #aecdff; }
.cta-banner h2 { font-size: 43px; margin: 0 0 8px; letter-spacing: -.04em; }
.cta-banner p:last-child { color: #ccdcf6; margin: 0; }

.location-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 70px; align-items: center; }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 30px; }
.location-grid > div { background: var(--soft); border: 1px solid var(--line); border-radius: 14px; min-height: 78px; padding: 16px; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: 1fr 1fr; align-items: center; }
.location-grid > div > span { grid-row: 1 / 3; font-size: 24px; color: var(--orange); }
.location-grid strong { font-size: 14px; color: var(--navy); }
.location-grid small { font-size: 11px; color: var(--muted); }
.service-visual { min-height: 590px; }
.area-chip { position: absolute; left: 25px; right: 25px; bottom: 25px; background: #fff; color: var(--navy); padding: 16px; border-radius: 14px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px; }
.area-chip > span { width: 44px; height: 44px; border-radius: 12px; background: #fff0e8; color: var(--orange); display: grid; place-items: center; font-size: 24px; }
.area-chip div { display: flex; flex-direction: column; }
.area-chip small { color: var(--muted); margin-top: 4px; }
.process-section { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; }
.process-grid::before { content: ""; position: absolute; height: 2px; background: #c9dbef; top: 31px; left: 12%; right: 12%; }
.process-grid article { position: relative; text-align: center; padding: 0 20px; }
.process-grid article > span { width: 64px; height: 64px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 22px; background: #fff; border: 2px solid #b8d0ec; color: var(--blue); font-weight: 900; position: relative; z-index: 1; box-shadow: 0 5px 14px rgba(11,34,69,.08); }
.process-grid h3 { font-size: 17px; margin: 0 0 9px; color: var(--navy); }
.process-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.info-section { padding-top: 0; background: var(--soft); }
.info-box { background: #fff; border: 1px solid #f0d1bf; border-left: 6px solid var(--orange); border-radius: 18px; padding: 36px; display: grid; grid-template-columns: 55px 1fr; gap: 22px; box-shadow: 0 12px 35px rgba(83, 43, 13, .06); }
.info-icon { width: 50px; height: 50px; background: #fff0e8; color: var(--orange); border-radius: 50%; display: grid; place-items: center; font-size: 25px; font-weight: 900; }
.info-box h2 { font-size: 32px; }
.notice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 25px; margin-top: 22px; }
.notice-grid p { margin: 0; color: #526079; font-size: 13px; }
.notice-grid span { display: inline-grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; margin-right: 8px; background: #fff0e8; color: var(--orange); font-weight: 900; }
.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro .call-button { min-width: 100%; margin-top: 25px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 21px 4px; border: 0; background: none; text-align: left; display: flex; align-items: center; justify-content: space-between; color: var(--navy); font-weight: 800; cursor: pointer; }
.faq-item button b { width: 31px; height: 31px; border-radius: 50%; background: #edf4fd; color: var(--blue); display: grid; place-items: center; font-size: 20px; flex: 0 0 auto; margin-left: 15px; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding: 0 45px 22px 4px; }
.search-section { background: #eef4fb; padding: 65px 0; text-align: center; }
.search-section h2 { margin: 0; color: var(--navy); font-size: 27px; }
.search-section p { color: var(--muted); }
.search-terms { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 25px; }
.search-terms span { font-size: 10px; color: #5a6a81; border: 1px solid #cbd9ea; background: rgba(255,255,255,.65); border-radius: 999px; padding: 7px 11px; }
.final-cta { padding: 95px 0; background: linear-gradient(130deg, rgba(7,23,47,.98), rgba(11,34,69,.95)), url('../images/tv-repair.webp') center/cover; color: #fff; text-align: center; }
.final-inner { display: flex; flex-direction: column; align-items: center; }
.final-cta .kicker { color: #75aaff; }
.final-cta h2 { font-size: clamp(37px, 4.5vw, 58px); line-height: 1.05; max-width: 850px; letter-spacing: -.045em; margin: 0 0 14px; }
.final-cta p { color: #bed0e8; font-size: 17px; }
.final-cta .call-button { margin: 16px 0 10px; }
.final-cta > small, .final-inner > small { color: #92a8c4; }
footer { background: #061327; color: #b8c7db; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr; gap: 70px; padding: 70px 0 45px; }
.footer-brand strong { color: #fff; }
.footer-grid > div:first-child > p { max-width: 430px; line-height: 1.75; font-size: 13px; }
.footer-grid h3 { margin: 0 0 18px; color: #fff; font-size: 15px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.footer-phone { color: #fff; font-size: 19px; font-weight: 900; }
.footer-grid p { margin: 0; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.1); padding: 25px 0; font-size: 11px; line-height: 1.7; color: #879ab4; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); }
.footer-bottom > div { min-height: 55px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.desktop-float { position: fixed; right: 22px; bottom: 22px; z-index: 45; background: #16b96d; color: #fff; border-radius: 999px; padding: 10px 18px 10px 10px; display: flex; align-items: center; gap: 10px; box-shadow: 0 15px 35px rgba(10, 118, 67, .32); }
.desktop-float > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.18); font-size: 20px; }
.desktop-float div { display: flex; flex-direction: column; }
.desktop-float small { font-size: 9px; text-transform: uppercase; letter-spacing: .06em; }
.desktop-float strong { font-size: 14px; }
.mobile-call { display: none; }

@media (max-width: 1040px) {
  .nav-links { gap: 17px; }
  .featured-brands { grid-template-columns: repeat(4, 1fr); }
  .split-grid, .location-layout { gap: 42px; }
  .call-button { min-width: 330px; }
}

@media (max-width: 860px) {
  .topbar p span:not(.status-dot) { display: none; }
  .site-header { height: 70px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; left: 20px; right: 20px; top: 75px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); padding: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links > a:not(.nav-call) { padding: 13px 12px; }
  .nav-links > a:not(.nav-call)::after { display: none; }
  .nav-call { justify-content: center; margin-top: 6px; }
  .hero { min-height: 670px; align-items: flex-end; }
  .hero-image { object-position: 67% center; opacity: .75; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,16,35,.97), rgba(4,16,35,.7)), linear-gradient(0deg, rgba(4,16,35,.98) 0%, rgba(4,16,35,.55) 62%, rgba(4,16,35,.3)); }
  .hero-copy { width: 78%; }
  .hero h1 { font-size: 53px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line); }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .split-grid, .location-layout, .faq-layout { grid-template-columns: 1fr; }
  .image-card, .service-visual { min-height: 490px; }
  .featured-brands { grid-template-columns: repeat(3, 1fr); }
  .cta-grid { grid-template-columns: 1fr; text-align: center; justify-items: center; }
  .faq-intro { position: static; text-align: center; max-width: 600px; margin-inline: auto; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 35px 15px; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .topbar { font-size: 10px; }
  .topbar-inner { min-height: 34px; gap: 8px; }
  .topbar p { font-size: 0; }
  .topbar p .status-dot { display: block; }
  .topbar p::after { content: "Antalya TV Servisi"; font-size: 10px; }
  .brand-mark { width: 42px; height: 33px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 7px; }
  .hero { min-height: 700px; }
  .hero-grid { padding-block: 72px 40px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(42px, 12vw, 55px); }
  .hero-lead { font-size: 25px; }
  .hero-text { font-size: 14px; line-height: 1.6; }
  .hero-points { display: grid; grid-template-columns: 1fr 1fr; font-size: 11px; }
  .call-button { width: 100%; min-width: 0; min-height: 70px; }
  .call-button strong { font-size: 20px; }
  .phone-orb { width: 45px; height: 45px; }
  .microcopy { margin-left: 0; text-align: center; }
  .trust-grid { width: 100%; grid-template-columns: 1fr 1fr; }
  .trust-grid > div { padding: 19px 14px; gap: 10px; }
  .trust-grid b { font-size: 16px; }
  .trust-grid strong { font-size: 12px; }
  .trust-grid small { font-size: 9px; }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .split-copy h2, .location-layout h2, .faq-intro h2 { font-size: 34px; }
  .section-heading > p:last-child { font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; }
  .image-card, .service-visual { min-height: 390px; border-radius: 19px; }
  .split-grid { gap: 38px; }
  .fault-list { grid-template-columns: 1fr; }
  .featured-brands { grid-template-columns: 1fr 1fr; }
  .featured-brands > div { height: 88px; font-size: 13px; }
  .cta-banner { padding: 50px 0; }
  .cta-banner h2 { font-size: 35px; }
  .location-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid article { padding: 0 5px; }
  .info-box { grid-template-columns: 1fr; padding: 27px 20px; }
  .info-box h2 { font-size: 28px; }
  .notice-grid { grid-template-columns: 1fr; }
  .faq-layout { gap: 40px; }
  .final-cta { padding: 72px 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom > div { flex-direction: column; justify-content: center; gap: 4px; }
  .desktop-float { display: none; }
  .mobile-call { display: flex; position: fixed; left: 10px; right: 10px; bottom: 9px; z-index: 60; min-height: 63px; border-radius: 16px; background: linear-gradient(135deg, #ff701f, #e94b00); color: #fff; box-shadow: 0 12px 34px rgba(146,48,0,.42); align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.25); }
  .mobile-call > span { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.18); display: grid; place-items: center; font-size: 23px; }
  .mobile-call div { display: flex; flex-direction: column; line-height: 1.05; }
  .mobile-call small { font-size: 9px; letter-spacing: .08em; font-weight: 800; margin-bottom: 4px; }
  .mobile-call strong { font-size: 19px; }
  footer { padding-bottom: 82px; }
}

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

:focus-visible { outline: 3px solid #ffb184; outline-offset: 3px; }
