:root {
  --navy: #082e6c;
  --blue: #0e5bb7;
  --bright: #1574d4;
  --ink: #102e5c;
  --muted: #63748d;
  --line: #cfe0f1;
  --paper: #ffffff;
  --pale: #f4f8fc;
  --shadow: 0 14px 36px rgba(13, 57, 111, .12);
  --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 104px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.45; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(21,116,212,.38); outline-offset: 3px; }
.button:focus-visible, .round-link:focus-visible { outline-color: rgba(21,116,212,.55); }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 20; height: 112px; border-bottom: 1px solid transparent; background: rgba(255,255,255,0); transition: height .3s ease, background .3s ease, border-color .3s ease, box-shadow .3s ease, backdrop-filter .3s ease; }
.site-header.is-scrolled { height: 88px; border-color: rgba(145,177,207,.28); background: rgba(255,255,255,.88); box-shadow: 0 12px 35px rgba(8,46,108,.08); backdrop-filter: blur(18px) saturate(1.3); }
.scroll-progress { position: absolute; left: 0; bottom: -1px; width: var(--scroll-progress, 0%); height: 2px; background: linear-gradient(90deg, var(--blue), #55a7ef); box-shadow: 0 0 10px rgba(21,116,212,.38); transition: width .08s linear; }
.header-inner { height: 100%; display: grid; grid-template-columns: 315px 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; width: max-content; align-items: center; text-decoration: none; }
.brand img { display: block; width: 300px; height: auto; max-height: 96px; object-fit: contain; transition: width .3s ease; }
.site-header.is-scrolled .brand img { width: 265px; }
.main-nav { display: flex; justify-content: center; gap: clamp(20px, 3vw, 44px); }
.main-nav a { position: relative; padding: 10px 0; font-size: .92rem; font-weight: 600; text-decoration: none; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: 2px; width: 0; height: 2px; background: var(--blue); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.header-phone { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.header-phone .phone-icon { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--navy); border-radius: 50%; }
.header-phone-copy, .header-phone-copy a, .header-phone-copy u { display: block; white-space: nowrap; }
.header-phone-copy a { font-weight: 800; line-height: 1.15; text-decoration: none; }
.header-phone-primary { font-size: 1.08rem; letter-spacing: .02em; }
.header-phone-copy .header-phone-secondary { margin-top: 2px; color: #5f7390; font-size: .9rem; font-weight: 700; }
.header-phone-copy a:hover { text-decoration: underline; text-underline-offset: 3px; }
.header-phone-copy u { margin-top: 3px; color: #667a94; font-size: .68rem; text-underline-offset: 3px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--navy); cursor: pointer; }

.hero { position: relative; min-height: 830px; overflow: hidden; background: #f7fbff; }
.hero::before { content: ""; position: absolute; z-index: 1; left: 40%; top: 9%; width: 310px; height: 310px; border-radius: 50%; background: rgba(110,180,235,.13); filter: blur(70px); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #fbfdff 0%, rgba(251,253,255,.99) 32%, rgba(251,253,255,.86) 49%, rgba(251,253,255,.35) 68%, rgba(251,253,255,.03) 84%); pointer-events: none; }
.hero-photo { position: absolute; inset: -12px; background: url("assets/hero-tax-folders.png") center right / cover no-repeat; filter: saturate(.88) contrast(.98); transform: translate3d(var(--photo-x, 0), var(--photo-y, 0), 0) scale(1.035); transition: transform .18s ease-out; }
.hero-inner { position: relative; z-index: 1; min-height: 810px; padding-top: 150px; }
.hero-copy { width: 58%; max-width: 660px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 13px; color: #687e98; font-size: .76rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.hero .eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--blue); }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; color: var(--ink); }
h1 { max-width: 660px; font-size: clamp(3rem, 5vw, 5.3rem); font-weight: 500; line-height: .97; letter-spacing: -.045em; }
.blur-word { display: inline-block; opacity: 0; filter: blur(12px); transform: translateY(24px); animation: blur-word-in .75s cubic-bezier(.22,.9,.26,1) forwards; animation-delay: calc(.12s + var(--word-index) * .075s); }
@keyframes blur-word-in { to { opacity: 1; filter: blur(0); transform: translateY(0); } }
.hero-lead { margin: 22px 0 24px; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.25; }
.shiny-text { color: transparent; background: linear-gradient(105deg, var(--ink) 0 39%, #336fa9 46%, #78a9d4 50%, #336fa9 54%, var(--ink) 61% 100%); background-size: 220% 100%; background-clip: text; -webkit-background-clip: text; animation: text-shine 5.5s ease-in-out 1.3s infinite; }
@keyframes text-shine { 0%, 65%, 100% { background-position: 110% 0; } 35% { background-position: -110% 0; } }
.hero-actions { display: flex; gap: 16px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; padding: 0 30px; border: 1px solid transparent; border-radius: 12px; font-weight: 700; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.985); }
.button-primary { color: #fff; background: linear-gradient(135deg, #0f69c7, #074795); box-shadow: 0 12px 26px rgba(12, 88, 175, .25); }
.button-primary:hover { box-shadow: 0 16px 30px rgba(12, 88, 175, .34); }
.button-secondary { color: var(--navy); background: rgba(255,255,255,.74); border-color: #a9c6e1; }
.star-border { position: relative; isolation: isolate; overflow: hidden; }
.star-border::before { content: ""; position: absolute; z-index: -2; inset: -130% -25%; background: conic-gradient(from 0deg, transparent 0 35%, rgba(172,220,255,.25) 42%, #fff 48%, rgba(57,157,255,.75) 52%, transparent 59% 100%); animation: star-orbit 4.2s linear infinite; }
.star-border::after { content: ""; position: absolute; z-index: -1; inset: 2px; border-radius: 9px; background: linear-gradient(135deg, #0f69c7, #074795); }
@keyframes star-orbit { to { transform: rotate(1turn); } }
.hero-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; max-width: 680px; margin: 26px 0 0; padding: 0; list-style: none; }
.hero-benefits li { display: flex; min-width: 0; align-items: flex-start; gap: 9px; padding: 10px 12px; border: 1px solid rgba(180,207,232,.62); border-radius: 12px; background: rgba(255,255,255,.7); box-shadow: 0 6px 18px rgba(8,46,108,.045); backdrop-filter: blur(7px); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.hero-benefits li:last-child { grid-column: 1 / -1; }
.hero-benefits li:hover { border-color: rgba(88,153,213,.65); background: rgba(255,255,255,.88); transform: translateY(-2px); }
.hero-benefits svg { flex: 0 0 auto; width: 1.65rem; height: 1.65rem; color: var(--blue); }
.hero-benefits strong, .hero-benefits small { display: block; }
.hero-benefits strong { font-size: .84rem; line-height: 1.24; }
.hero-benefits small { margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.25; }
.hero-note { display: none; }

.section { padding: 46px 0; }
.section-heading { display: flex; align-items: center; gap: 24px; margin-bottom: 24px; }
.section-heading h2 { font-size: clamp(2rem, 3.1vw, 2.7rem); font-weight: 500; letter-spacing: -.025em; white-space: nowrap; }
.heading-line { height: 1px; flex: 1; background: linear-gradient(90deg, #a8c4dc, transparent); }
.section-heading a { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 700; white-space: nowrap; }
.section-heading a svg { width: 1rem; height: 1rem; }
.section-heading.compact { margin-bottom: 20px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; display: flex; min-height: 250px; flex-direction: column; padding: 28px 24px 20px; border: 1px solid #dde8f2; border-radius: var(--radius); background: linear-gradient(180deg, #fff, #fbfdff); box-shadow: 0 8px 24px rgba(24, 67, 111, .07); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; border-radius: var(--radius) 0 0 var(--radius); opacity: 0; background: linear-gradient(180deg, var(--bright), #75b7ed); transition: opacity .25s ease; }
.spotlight-card { overflow: hidden; }
.spotlight-card::before { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(260px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(58,152,244,.18), transparent 58%); transition: opacity .25s ease; }
.spotlight-card:hover::before { opacity: 1; }
.spotlight-card > * { position: relative; z-index: 1; }
.service-card:hover { border-color: #c5dbed; transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card:hover::after { opacity: 1; }
.service-no { position: absolute; top: 20px; right: 21px; color: #afc4d8; font: 700 .75rem/1 "Segoe UI", Arial, sans-serif; letter-spacing: .12em; }
.service-icon { width: 2.5rem; height: 2.5rem; margin-bottom: 14px; color: var(--blue); }
.service-card h3 { margin: 0 0 10px; font-size: 1.08rem; line-height: 1.15; }
.service-card p { margin: 0 0 18px; color: #566b84; font-size: .9rem; line-height: 1.4; }
.round-link { display: grid; width: 34px; height: 34px; margin-top: auto; place-items: center; border: 1px solid #79a6d0; border-radius: 50%; color: var(--blue); background: #fff; cursor: pointer; transition: color .2s ease, background .2s ease; }
.round-link svg { width: 1rem; height: 1rem; }
.round-link svg { transition: transform .2s ease; }
.round-link:hover { color: #fff; background: var(--blue); }
.round-link:hover svg { transform: translateX(2px); }

.motion-ready .reveal { opacity: 0; filter: blur(7px); transform: translateY(28px) scale(.985); transition: opacity .7s cubic-bezier(.2,.75,.25,1), transform .7s cubic-bezier(.2,.75,.25,1), filter .7s ease; }
.motion-ready .reveal.is-visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
.services-grid .reveal:nth-child(2), .advantages-grid .reveal:nth-child(2) { transition-delay: .08s; }
.services-grid .reveal:nth-child(3), .advantages-grid .reveal:nth-child(3) { transition-delay: .16s; }
.services-grid .reveal:nth-child(4), .advantages-grid .reveal:nth-child(4) { transition-delay: .24s; }
.advantages-grid .reveal:nth-child(5) { transition-delay: .32s; }
.click-spark { position: fixed; z-index: 9999; left: 0; top: 0; width: 5px; height: 5px; border-radius: 50%; pointer-events: none; background: #2f8de8; box-shadow: 0 0 8px rgba(47,141,232,.7); transform: translate(-50%,-50%); animation: spark-out .55s cubic-bezier(.15,.7,.3,1) forwards; }
@keyframes spark-out { to { opacity: 0; transform: translate(calc(-50% + var(--spark-x)), calc(-50% + var(--spark-y))) scale(.2); } }

.advantages { padding-top: 0; }
.advantages-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.advantages-grid article { position: relative; display: flex; min-height: 195px; grid-column: span 2; gap: 15px; padding: 24px 22px; overflow: hidden; border: 1px solid #dce8f3; border-radius: var(--radius); background: linear-gradient(145deg, #fff 15%, #f6faff); box-shadow: 0 9px 26px rgba(13,57,111,.07); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.advantages-grid article:nth-child(4), .advantages-grid article:nth-child(5) { grid-column: span 3; }
.advantages-grid article::after { content: ""; position: absolute; right: -45px; bottom: -65px; width: 145px; height: 145px; border-radius: 50%; background: rgba(72,156,231,.08); transition: transform .3s ease; }
.advantages-grid article:hover { border-color: #bdd7ec; transform: translateY(-5px); box-shadow: 0 16px 34px rgba(13,57,111,.12); }
.advantages-grid article:hover::after { transform: scale(1.18); }
.advantages-grid article > svg { position: relative; z-index: 1; flex: 0 0 auto; width: 3rem; height: 3rem; padding: .62rem; color: var(--blue); border: 1px solid #cfe1f1; border-radius: 14px; background: #f5faff; }
.advantages-grid article > div { position: relative; z-index: 1; }
.advantages-grid h3 { margin: 2px 38px 8px 0; font-size: 1.02rem; line-height: 1.25; }
.advantages-grid p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.48; }
.advantage-no { position: absolute; z-index: 1; top: 21px; right: 20px; color: #a7bed5; font-size: .7rem; font-weight: 800; letter-spacing: .12em; }

.contacts { padding-top: 0; padding-bottom: 36px; }
.contacts-layout { display: grid; grid-template-columns: 310px 1fr; gap: 44px; align-items: stretch; }
.contact-list { display: grid; gap: 14px; font-style: normal; }
.contact-list p { display: flex; align-items: flex-start; gap: 13px; margin: 0; }
.contact-list p > span { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; }
.contact-list p > span svg { width: 1.1rem; height: 1.1rem; }
.contact-list a { font-weight: 700; text-decoration: none; }
.contact-list .address-link { display: inline-block; }
.contact-list .secondary-contact { color: #6d7f96; font-weight: 600; }
.phone-stack { display: grid; gap: 7px; }
.phone-stack > span { display: flex; align-items: baseline; gap: 9px; }
.phone-stack small { color: #8493a7; font-size: .67rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.contact-list a:hover { text-decoration: underline; text-underline-offset: 3px; }
.map-card { position: relative; min-height: 250px; overflow: hidden; border: 1px solid #dfe7ec; border-radius: var(--radius); background: #eaf0e7; box-shadow: 0 16px 38px rgba(13,57,111,.1); }
.map-card iframe { display: block; width: 100%; height: 100%; min-height: 250px; border: 0; filter: saturate(.84) contrast(.98); }
.route-button { position: absolute; z-index: 3; right: 16px; bottom: 16px; display: flex; min-width: 270px; align-items: center; gap: 11px; padding: 11px 13px; color: var(--ink); border: 1px solid rgba(173,196,220,.65); border-radius: 13px; background: rgba(255,255,255,.94); box-shadow: 0 10px 28px rgba(8,46,108,.2); backdrop-filter: blur(12px); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.route-button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(8,46,108,.27); }
.route-button > svg:first-child { flex: 0 0 auto; width: 2rem; height: 2rem; padding: .42rem; color: #fff; border-radius: 50%; background: var(--blue); }
.route-button span { display: grid; line-height: 1.2; }
.route-button strong { font-size: .9rem; }
.route-button small { margin-top: 3px; color: var(--muted); font-size: .7rem; }
.route-button .route-arrow { width: 1.15rem; height: 1.15rem; margin-left: auto; color: var(--blue); }

.site-footer { color: rgba(255,255,255,.78); background: var(--navy); }
.footer-inner { display: grid; min-height: 170px; grid-template-columns: 280px 1fr 220px; align-items: center; gap: 36px; }
.brand-light img { width: 255px; filter: brightness(0) invert(1); opacity: .93; }
.site-footer nav { display: flex; justify-content: center; gap: 28px; }
.site-footer nav a { font-size: .78rem; text-decoration: none; }
.site-footer p { margin: 0; font-size: .78rem; }
.site-footer small { grid-column: 1 / -1; margin-top: -34px; font-size: .7rem; opacity: .6; }

.lead-dialog { width: min(480px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 20px; color: var(--ink); box-shadow: 0 30px 90px rgba(6,35,73,.32); }
.lead-dialog::backdrop { background: rgba(5,29,65,.62); backdrop-filter: blur(4px); }
.dialog-content { padding: 38px; }
.dialog-content h2 { font-size: 2.3rem; }
.dialog-content > p:not(.eyebrow) { color: var(--muted); }
.dialog-close { position: absolute; top: 16px; right: 16px; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #edf4fa; cursor: pointer; }
.dialog-close svg { width: 1.1rem; height: 1.1rem; }
#lead-form { display: grid; gap: 14px; margin-top: 24px; }
#lead-form label { display: grid; gap: 7px; font-size: .83rem; font-weight: 700; }
#lead-form input { min-height: 50px; padding: 0 14px; border: 1px solid #bdd0e1; border-radius: 10px; outline: none; }
#lead-form input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(14,91,183,.12); }
#lead-form small { color: #7a899d; font-size: .7rem; text-align: center; }
.form-success { padding: 28px 0 10px; text-align: center; }
.form-success svg { width: 4rem; height: 4rem; color: var(--blue); }
.form-success h3 { margin: 14px 0 4px; font: 500 2rem Georgia, serif; }
.form-success p { margin: 0; color: var(--muted); }
.mobile-call { display: none; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: 260px 1fr auto; }
  .header-phone .header-phone-copy { display: none; }
  .hero-copy { width: 67%; }
  .hero::after { background: linear-gradient(90deg, #fbfdff 0%, rgba(251,253,255,.98) 45%, rgba(251,253,255,.6) 70%, rgba(251,253,255,.12)); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .advantages-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .advantages-grid article,
  .advantages-grid article:nth-child(4),
  .advantages-grid article:nth-child(5) { grid-column: auto; }
  .advantages-grid article:nth-child(5) { grid-column: 1 / -1; }
  .footer-inner { grid-template-columns: 260px 1fr; }
  .site-footer p { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 560px); }
  .site-header, .site-header.is-scrolled { height: 86px; background: rgba(255,255,255,.86); backdrop-filter: blur(14px); }
  .header-inner { display: flex; justify-content: space-between; gap: 12px; }
  .brand img, .site-header.is-scrolled .brand img { width: min(255px, 68vw); max-height: 70px; }
  .header-phone { display: none; }
  .menu-toggle { display: grid; width: 40px; height: 40px; margin-left: auto; place-items: center; }
  body.menu-open .site-header,
  body.menu-open .site-header.is-scrolled { background: #fff; backdrop-filter: none; }
  .main-nav { position: fixed; z-index: -1; top: 86px; right: 0; bottom: 0; left: 0; display: flex; width: 100vw; height: calc(100dvh - 86px); min-height: calc(100vh - 86px); flex-direction: column; align-items: center; justify-content: center; gap: 24px; padding: 32px 24px calc(32px + env(safe-area-inset-bottom)); overflow-y: auto; visibility: hidden; opacity: 0; background: #f8fbff; transition: opacity .2s ease, visibility .2s ease; }
  .main-nav.open { z-index: 30; visibility: visible; opacity: 1; }
  .main-nav a { font: 500 2rem Georgia, serif; }
  .menu-toggle { position: relative; z-index: 31; }
  body.menu-open .mobile-call { visibility: hidden; opacity: 0; pointer-events: none; }
  .hero { min-height: 1260px; padding-bottom: 0; }
  .hero::before { left: 15%; top: 50%; width: 260px; height: 260px; }
  .hero::after { background: linear-gradient(180deg, #fbfdff 0 69%, rgba(251,253,255,.97) 75%, rgba(251,253,255,.2) 91%, rgba(251,253,255,.02)); }
  .hero-photo { inset: auto -10px -10px -10px; height: 350px; background-size: auto 350px; background-position: center right 24%; }
  .hero-inner { min-height: 1260px; padding-top: 116px; }
  .hero-copy { width: 100%; }
  h1 { font-size: clamp(2.55rem, 12vw, 4rem); line-height: 1.02; }
  .hero-lead { margin-top: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-benefits { grid-template-columns: 1fr; gap: 8px; margin-top: 22px; }
  .hero-benefits li,
  .hero-benefits li:last-child { grid-column: auto; padding: 10px 11px; background: rgba(255,255,255,.82); }
  .hero-benefits strong { font-size: .86rem; }
  .hero-benefits small { font-size: .73rem; }
  .hero-note { display: none; }
  .section { padding: 34px 0; }
  .section-heading { gap: 14px; }
  .section-heading h2 { white-space: normal; }
  .advantages .section-heading h2 { font-size: clamp(1.78rem, 8vw, 2rem); line-height: 1.08; letter-spacing: -.04em; }
  .section-heading a { font-size: 0; }
  .section-heading a svg { width: 1.4rem; height: 1.4rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .advantages-grid { grid-template-columns: 1fr; gap: 8px; }
  .advantages-grid article,
  .advantages-grid article:nth-child(4),
  .advantages-grid article:nth-child(5) { min-height: 0; grid-column: auto; align-items: flex-start; padding: 18px 16px; }
  .advantages-grid article > svg { width: 2.65rem; height: 2.65rem; padding: .54rem; }
  .advantages-grid h3 { margin: 0 28px 6px 0; font-size: .98rem; }
  .advantages-grid p { font-size: .8rem; line-height: 1.42; }
  .advantage-no { top: 17px; right: 15px; }
  .contacts-layout { grid-template-columns: 1fr; gap: 28px; }
  .map-card { min-height: 280px; }
  .map-card iframe { min-height: 340px; }
  .route-button { right: 12px; bottom: 12px; left: 12px; min-width: 0; }
  .footer-inner { display: flex; min-height: 240px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 25px; padding: 34px 0; }
  .site-footer nav { flex-wrap: wrap; justify-content: flex-start; gap: 14px 25px; }
  .site-footer small { margin-top: 0; }
  .dialog-content { padding: 32px 24px; }
  .mobile-call { position: fixed; z-index: 18; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; padding: 0; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(8,46,108,.92); box-shadow: 0 12px 28px rgba(8,46,108,.28); backdrop-filter: blur(12px); text-decoration: none; }
  .mobile-call span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
  .mobile-call svg { width: 1.25rem; height: 1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .blur-word, .shiny-text, .star-border::before { animation: none !important; opacity: 1; filter: none; transform: none; }
  .shiny-text { color: var(--ink); background: none; }
  .motion-ready .reveal { opacity: 1; filter: none; transform: none; }
}
