:root {
  --red: #f20d19;
  --red-dark: #c80813;
  --ink: #151315;
  --muted: #655f62;
  --paper: #fffafa;
  --soft: #fff0f1;
  --line: #eadedf;
  --white: #ffffff;
  --green: #19b96b;
  --yellow: #ffb800;
  --radius: 26px;
  --shadow: 0 24px 60px rgba(83, 5, 11, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body, a, button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.button svg:first-child, .floating-whatsapp svg { fill: currentColor; stroke: none; }
.container { width: min(1140px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; transform: translateY(-150%); background: #fff; padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(193, 5, 18, .92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.16); box-shadow: 0 10px 32px rgba(99,0,8,.11); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 230px; height: auto; }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: rgba(255,255,255,.85); font-size: .9rem; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: #fff; }

.button { position: relative; overflow: hidden; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; font-weight: 850; line-height: 1; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #0b63ce; outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .9rem; }
.button-white { background: #fff; color: var(--red); box-shadow: 0 8px 24px rgba(102,0,8,.16); }
.button-primary { background: linear-gradient(135deg, #20cb78, #12a95f); color: #fff; box-shadow: 0 16px 34px rgba(8,91,49,.28); }
.button-primary:hover { background: #109e59; }
.button-ghost { border: 1px solid rgba(255,255,255,.46); color: #fff; background: rgba(255,255,255,.10); backdrop-filter: blur(10px); }
.button-ghost:hover { background: rgba(255,255,255,.18); }
.button-dark { background: var(--ink); color: #fff; }

.hero { position: relative; isolation: isolate; overflow: hidden; padding: 58px 0 64px; color: #fff; background: radial-gradient(circle at 70% 16%, rgba(255,255,255,.14), transparent 21%), radial-gradient(circle at 8% 110%, rgba(117,0,8,.48), transparent 32%), linear-gradient(118deg, #d80917 0%, #f20d20 52%, #c50514 100%); }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: radial-gradient(rgba(255,255,255,.7) .75px, transparent .75px); background-size: 20px 20px; mask-image: linear-gradient(90deg, transparent 5%, #000 44%, transparent 91%); }
.hero::after { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; right: -170px; top: -185px; border: 68px solid rgba(255,255,255,.075); border-radius: 50%; }
.hero-glow { position: absolute; z-index: -1; inset: auto auto -250px -180px; width: 520px; height: 520px; background: rgba(255,82,92,.28); border-radius: 50%; filter: blur(18px); }
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.hero-orbit-one { width: 180px; height: 180px; right: 2.5%; bottom: -95px; }
.hero-orbit-two { width: 76px; height: 76px; right: 15%; bottom: 48px; box-shadow: 0 0 0 18px rgba(255,255,255,.04); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(440px, .94fr); align-items: center; gap: 58px; }
.hero-copy { animation: heroEnter .7s both cubic-bezier(.2,.7,.2,1); }
.status-pill { width: fit-content; display: flex; align-items: center; gap: 9px; padding: 7px 12px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: #fff; font-size: .78rem; font-weight: 800; box-shadow: 0 8px 25px rgba(74,0,7,.12); backdrop-filter: blur(12px); }
.status-dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 5px rgba(25,185,107,.12); }
.status-pill.closed .status-dot { background: #7d7478; box-shadow: 0 0 0 5px rgba(125,116,120,.12); }
.eyebrow { margin: 26px 0 10px; color: var(--red); font-size: .78rem; line-height: 1.2; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.hero .eyebrow { color: rgba(255,255,255,.78); }
.eyebrow.light { color: rgba(255,255,255,.76); }
h1, h2, h3 { margin: 0; font-family: ui-rounded, "SF Pro Rounded", "Arial Rounded MT Bold", Inter, ui-sans-serif, system-ui, sans-serif; letter-spacing: -.04em; line-height: 1.03; text-wrap: balance; }
h1 { max-width: 650px; font-size: clamp(3rem, 4.6vw, 4.6rem); font-weight: 900; text-shadow: 0 3px 0 rgba(127,0,10,.08); }
h2 { font-size: clamp(2rem, 3.5vw, 3.6rem); font-weight: 930; }
h3 { font-size: 1.2rem; font-weight: 900; }
.hero-text { max-width: 570px; margin: 20px 0 0; color: rgba(255,255,255,.84); font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; max-width: 570px; margin-top: 26px; }
.hero-highlight { min-width: 0; padding: 13px 14px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.22); border-radius: 15px; backdrop-filter: blur(10px); transition: transform .22s ease, background .22s ease; }
a.hero-highlight:hover { transform: translateY(-2px); background: rgba(255,255,255,.16); }
.hero-highlight strong, .hero-highlight > span { display: block; }
.hero-highlight strong { overflow: hidden; font-size: .92rem; line-height: 1.2; white-space: nowrap; text-overflow: ellipsis; }
.hero-highlight > span { margin-top: 3px; color: rgba(255,255,255,.68); font-size: .68rem; text-transform: uppercase; letter-spacing: .07em; }
.highlight-star { color: var(--yellow); }
.stars { color: var(--yellow); letter-spacing: .04em; white-space: nowrap; }

.hero-media { position: relative; min-width: 0; padding: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 30px; background: rgba(255,255,255,.13); box-shadow: 0 28px 70px rgba(73,0,7,.3); animation: heroMediaEnter .85s .08s both cubic-bezier(.2,.7,.2,1); }
.hero-media::after { content: ""; position: absolute; z-index: -1; inset: 34px -22px -22px 34px; border-radius: 30px; background: rgba(111,0,9,.24); filter: blur(2px); }
.hero-media picture { display: block; overflow: hidden; aspect-ratio: 16 / 9; border-radius: 22px; background: #bf0714; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.media-accent { position: absolute; z-index: 2; width: 54px; height: 54px; right: -15px; bottom: -15px; border: 12px solid rgba(255,255,255,.22); border-radius: 50%; animation: softSpin 12s linear infinite; }
.image-card { position: absolute; display: flex; align-items: center; color: var(--ink); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); box-shadow: 0 16px 35px rgba(49,0,5,.15); border: 1px solid rgba(255,255,255,.8); }
.image-card-address { left: -26px; bottom: 34px; gap: 9px; padding: 14px 18px; border-radius: 16px; font-size: .83rem; font-weight: 850; }
.image-card-address svg { color: var(--red); }
.image-card-hours { right: -20px; top: 32px; gap: 6px; padding: 13px 16px; border-radius: 16px; font-size: .74rem; }
.image-card-hours strong { font-size: .98rem; }
.image-card-hours strong:first-child { color: var(--red); }
.image-card-hours span { color: var(--muted); }
.image-card-address { animation: badgeFloat 5s .5s ease-in-out infinite; }
.image-card-hours { animation: badgeFloat 4.5s ease-in-out infinite; }

@keyframes heroEnter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes heroMediaEnter { from { opacity: 0; transform: translateX(24px) scale(.98); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes softSpin { to { transform: rotate(360deg); } }
@keyframes badgeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }

.ticker { overflow: hidden; background: var(--ink); color: #fff; padding: 13px 0; }
.ticker-track { width: max-content; display: flex; align-items: center; animation: ticker 30s linear infinite; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; will-change: transform; }
.ticker-group { flex: 0 0 auto; min-width: 100vw; display: flex; align-items: center; justify-content: space-around; gap: 28px; padding-inline: 28px; white-space: nowrap; }
.ticker-track i { flex: 0 0 5px; width: 5px; height: 5px; border-radius: 50%; background: var(--red); }
@keyframes ticker { to { transform: translateX(-50%); } }

.service-section { position: relative; padding: 110px 0; background: radial-gradient(circle at 8% 20%, rgba(242,13,25,.055), transparent 25%), linear-gradient(180deg, #fff 0%, #fffafa 100%); }
.section-heading { max-width: 620px; }
.section-heading .eyebrow { margin-top: 0; }
.section-heading > p:last-child { color: var(--muted); }
.compact-heading { text-align: center; margin-inline: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.step-card { position: relative; min-height: 235px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 14px 40px rgba(53,13,16,.06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.step-card:hover { transform: translateY(-5px); border-color: #efc7cb; box-shadow: 0 22px 48px rgba(53,13,16,.10); }
.step-card.featured { background: var(--red); color: #fff; border-color: var(--red); transform: translateY(-10px); }
.step-card.featured:hover { transform: translateY(-15px); }
.step-card > svg { width: 42px; height: 42px; padding: 9px; border-radius: 13px; color: var(--red); background: var(--soft); }
.step-card.featured > svg { background: rgba(255,255,255,.15); color: #fff; }
.step-card h3 { margin-top: 34px; }
.step-card p { margin: 9px 0 0; color: var(--muted); }
.step-card.featured p { color: rgba(255,255,255,.8); }
.step-number { position: absolute; top: 26px; right: 26px; color: #b8adb0; font-size: .75rem; font-weight: 900; letter-spacing: .1em; }
.step-card.featured .step-number { color: rgba(255,255,255,.65); }
.trust-bar { margin-top: 34px; padding: 23px 28px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; background: linear-gradient(115deg, #fff0f1, #fff8f8); border-radius: 22px; border: 1px solid #f2d1d4; box-shadow: 0 14px 36px rgba(83,5,11,.05); }
.trust-score { margin-right: 8px; font-size: 2.1rem; font-weight: 950; letter-spacing: -.06em; }
.trust-bar p { margin: 0; line-height: 1.4; color: var(--muted); }
.trust-bar p strong { color: var(--ink); }
.trust-bar a { color: var(--red); font-weight: 900; }

.location-section { position: relative; padding: 110px 0; overflow: hidden; color: #fff; background: radial-gradient(circle at 92% 10%, rgba(255,255,255,.15), transparent 30%), radial-gradient(circle at 3% 95%, rgba(103,0,8,.3), transparent 31%), linear-gradient(125deg, #d60b18, var(--red)); }
.location-section::after { content: ""; position: absolute; width: 320px; height: 320px; right: -150px; bottom: -170px; border: 52px solid rgba(255,255,255,.08); border-radius: 50%; }
.location-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.location-copy > p:not(.eyebrow) { max-width: 520px; margin-top: 22px; color: rgba(255,255,255,.8); font-size: 1.05rem; }
.location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 30px; }
.text-link { font-weight: 900; }
.info-card { position: relative; z-index: 1; padding: 12px 30px; color: var(--ink); background: linear-gradient(145deg, #fff, #fff8f8); border: 1px solid rgba(255,255,255,.75); border-radius: 30px; box-shadow: 0 30px 70px rgba(92,0,7,.24); }
.info-row { display: grid; grid-template-columns: 48px 1fr; gap: 16px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.info-row:last-child { border-bottom: 0; }
.info-row > svg { width: 42px; height: 42px; padding: 10px; color: var(--red); background: var(--soft); border-radius: 13px; }
.info-row span, .info-row small { display: block; color: var(--muted); }
.info-row span { font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.info-row strong { display: block; margin: 2px 0 3px; font-size: 1.08rem; }
.info-row small { font-size: .87rem; line-height: 1.45; }

.faq-section { padding: 100px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 2px; cursor: pointer; list-style: none; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary span { color: var(--red); font-size: 1.5rem; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 0 22px; padding-right: 42px; color: var(--muted); }
details summary { transition: color .2s ease, padding-left .2s ease; }
details summary:hover { color: var(--red); padding-left: 5px; }

.final-cta { position: relative; overflow: hidden; padding: 65px 0; color: #fff; background: radial-gradient(circle at 85% 20%, rgba(255,255,255,.15), transparent 22%), linear-gradient(110deg, var(--red-dark), var(--red)); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.final-cta h2 { font-size: clamp(2rem, 3vw, 3.2rem); }

footer { padding: 58px 0 95px; color: rgba(255,255,255,.7); background: var(--ink); font-size: .88rem; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .95fr; align-items: start; gap: 50px; }
.footer-brand img { width: 210px; height: auto; }
.footer-brand p { margin: 16px 0 0; }
address { font-style: normal; }
footer a { color: #fff; font-weight: 800; }
.footer-note { margin: 0; text-align: right; }
.floating-whatsapp { position: fixed; right: 20px; bottom: 20px; z-index: 40; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--green); border-radius: 50%; box-shadow: 0 12px 30px rgba(0,86,47,.28); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 28px; height: 28px; }
.floating-whatsapp::before { content: ""; position: absolute; inset: -6px; border: 1px solid rgba(25,185,107,.35); border-radius: 50%; animation: whatsappPulse 2.4s ease-out infinite; }
@keyframes whatsappPulse { 0% { opacity: .7; transform: scale(.86); } 80%, 100% { opacity: 0; transform: scale(1.25); } }

html.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
html.js .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid, .location-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 720px; }
  .hero-media { width: min(760px, 100%); }
  .image-card-address { left: 16px; }
  .image-card-hours { right: 16px; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1140px); }
  .header-inner { height: 66px; }
  .brand img { width: 160px; }
  .button-small { min-height: 40px; padding: 0 13px; font-size: .78rem; }
  .button-small svg { width: 17px; height: 17px; }
  .hero { padding: 28px 0 38px; }
  .hero::before { opacity: .12; mask-image: none; }
  .hero::after { width: 260px; height: 260px; right: -165px; top: -90px; border-width: 44px; }
  .hero-grid { gap: 28px; }
  .hero-orbit-two { display: none; }
  .status-pill { font-size: .72rem; }
  .eyebrow { margin-top: 18px; }
  h1 { max-width: 370px; font-size: clamp(2.25rem, 10.5vw, 3.05rem); line-height: 1.02; }
  .hero-text { max-width: 380px; margin-top: 15px; font-size: .96rem; line-height: 1.55; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; margin-top: 20px; }
  .button { width: 100%; }
  .hero-actions .button { min-height: 48px; padding-inline: 13px; font-size: .79rem; }
  .hero-highlights { gap: 6px; margin-top: 18px; }
  .hero-highlight { padding: 10px 8px; border-radius: 12px; }
  .hero-highlight strong { font-size: .76rem; }
  .hero-highlight > span { font-size: .58rem; letter-spacing: .045em; }
  .hero-media { padding: 5px; border-radius: 22px; box-shadow: 0 20px 44px rgba(73,0,7,.3); }
  .hero-media::after { inset: 20px -10px -10px 20px; border-radius: 22px; }
  .hero-media picture { aspect-ratio: 16 / 9; border-radius: 17px; }
  .hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .media-accent { width: 38px; height: 38px; right: -7px; bottom: -8px; border-width: 8px; }
  .image-card-address { left: 10px; bottom: 13px; padding: 10px 12px; font-size: .7rem; }
  .image-card-hours { top: 10px; right: 9px; padding: 8px 10px; }
  .image-card-hours strong { font-size: .83rem; }
  .ticker { padding-block: 11px; }
  .ticker-track { font-size: .7rem; }
  .ticker-group { gap: 20px; padding-inline: 20px; }
  .service-section, .location-section, .faq-section { padding: 72px 0; }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .steps-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 34px; }
  .step-card { min-height: auto; padding: 23px; }
  .step-card.featured { transform: none; }
  .step-card h3 { margin-top: 26px; }
  .trust-bar { grid-template-columns: 1fr; gap: 10px; padding: 22px; }
  .trust-bar a { margin-top: 5px; }
  .location-grid { gap: 34px; }
  .location-actions { display: grid; gap: 16px; }
  .location-actions .text-link { text-align: center; }
  .info-card { padding: 8px 20px; border-radius: 24px; }
  .info-row { grid-template-columns: 42px 1fr; padding: 20px 0; }
  .info-row > svg { width: 38px; height: 38px; }
  .faq-grid { gap: 22px; }
  summary { font-size: .94rem; }
  details p { padding-right: 12px; }
  .final-cta { padding: 52px 0; }
  .final-cta-inner { display: grid; }
  .footer-grid { grid-template-columns: 1fr; gap: 27px; }
  .footer-note { text-align: left; }
  footer { padding-bottom: 100px; }
  .floating-whatsapp { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

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

@media (max-width: 380px) {
  .hero-actions { grid-template-columns: 1fr; }
  .hero-highlights { grid-template-columns: 1fr 1fr; }
  .hero-highlight:last-child { grid-column: 1 / -1; }
}
