:root {
  --navy: #0c2340;
  --navy-2: #102f56;
  --blue: #173f72;
  --red: #c84737;
  --red-2: #e05b48;
  --paper: #f6f4ef;
  --white: #ffffff;
  --ink: #152238;
  --muted: #647084;
  --line: rgba(12, 35, 64, .13);
  --shadow: 0 24px 70px rgba(12, 35, 64, .14);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 110px 0; position: relative; }

.progress { position: fixed; z-index: 1000; left: 0; top: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--red), #ff7a64); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 900;
  transition: .3s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(8, 25, 46, .92);
  backdrop-filter: blur(18px);
  border-bottom-color: rgba(255,255,255,.09);
}
.nav-shell { width: min(calc(100% - 40px), 1240px); margin: 0 auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: #fff; }
.brand-mark { width: 38px; height: 38px; position: relative; display: grid; gap: 4px; transform: skewX(-13deg); }
.brand-mark span:nth-child(1), .brand-mark span:nth-child(3) { background: var(--red); height: 9px; }
.brand-mark span:nth-child(2) { background: #fff; height: 9px; }
.brand-copy { display: grid; line-height: 1.05; letter-spacing: .08em; }
.brand-copy strong { font-size: 12px; }
.brand-copy small { font-size: 10px; margin-top: 5px; opacity: .7; }
.main-nav { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.84); font-size: 14px; font-weight: 700; }
.main-nav a { transition: color .25s ease, transform .25s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; transform: translateY(-1px); }
.nav-cta { border: 1px solid rgba(255,255,255,.25); border-radius: 999px; padding: 10px 16px; }
.menu-toggle { display: none; width: 44px; height: 44px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; background: #fff; transition: .25s ease; }

.hero {
  min-height: 820px;
  padding: 170px 0 105px;
  background:
    radial-gradient(circle at 83% 24%, rgba(224,91,72,.18), transparent 25%),
    linear-gradient(135deg, #07182d 0%, #0c2340 45%, #123763 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
}
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 9px; background: linear-gradient(90deg, #122f65 0 48%, var(--red) 48% 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, transparent, #000 40%, #000); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .4; }
.hero-glow-one { width: 420px; height: 420px; right: -180px; top: 50px; border: 1px solid rgba(255,255,255,.13); box-shadow: inset 0 0 90px rgba(255,255,255,.03); }
.hero-glow-two { width: 220px; height: 220px; right: 18%; bottom: 4%; border: 1px solid rgba(224,91,72,.3); }
.hero-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; align-items: center; position: relative; z-index: 2; }
.eyebrow, .kicker { font-size: 12px; font-weight: 900; letter-spacing: .18em; color: var(--red); display: inline-flex; align-items: center; gap: 9px; }
.eyebrow { color: rgba(255,255,255,.72); margin-bottom: 24px; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
.hero h1 { font-size: clamp(54px, 6.4vw, 88px); max-width: 780px; line-height: .96; letter-spacing: -.055em; margin-bottom: 28px; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.72); }
.hero-copy > p { font-size: 19px; line-height: 1.75; color: rgba(255,255,255,.72); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }
.btn { min-height: 52px; padding: 0 21px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-weight: 850; font-size: 14px; transition: .25s ease; border: 1px solid transparent; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 12px 35px rgba(200,71,55,.28); }
.btn-primary:hover { background: var(--red-2); box-shadow: 0 18px 45px rgba(200,71,55,.34); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.04); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-outline-dark { border-color: rgba(12,35,64,.18); color: var(--navy); background: #fff; }
.btn-outline-dark:hover { border-color: var(--navy); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.hero-tags span { font-size: 12px; font-weight: 800; color: rgba(255,255,255,.69); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 8px 11px; background: rgba(255,255,255,.035); }
.hero-panel { position: relative; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 30px; padding: 20px; backdrop-filter: blur(14px); box-shadow: 0 40px 90px rgba(0,0,0,.25); }
.panel-topline { display: flex; align-items: center; gap: 9px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.63); padding: 3px 2px 16px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 6px rgba(200,71,55,.14); }
.document-card { background: linear-gradient(145deg, #fff, #eef2f7); color: var(--ink); border-radius: 22px; padding: 26px; min-height: 360px; position: relative; overflow: hidden; transform-style: preserve-3d; transition: transform .15s linear; }
.document-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -80px; top: -80px; border-radius: 50%; border: 1px solid rgba(12,35,64,.08); box-shadow: 0 0 0 28px rgba(12,35,64,.025), 0 0 0 56px rgba(12,35,64,.018); }
.doc-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; position: relative; z-index: 1; }
.doc-header small { display: block; font-weight: 900; letter-spacing: .14em; color: var(--blue); }
.doc-header strong { display: block; font-size: 38px; color: var(--red); line-height: 1.1; margin-top: 5px; }
.doc-seal { width: 62px; height: 62px; border-radius: 50%; border: 2px solid var(--blue); display: grid; place-items: center; font-size: 13px; font-weight: 900; color: var(--blue); transform: rotate(9deg); }
.doc-lines { display: grid; gap: 9px; margin: 35px 0; }
.doc-lines span { display: block; height: 5px; width: 62%; border-radius: 999px; background: rgba(12,35,64,.1); }
.doc-lines .wide { width: 100%; }
.doc-lines .mid { width: 78%; }
.doc-categories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.doc-categories div { border-top: 1px solid rgba(12,35,64,.12); padding-top: 12px; }
.doc-categories b { display: block; color: var(--navy); font-size: 15px; }
.doc-categories small { color: var(--muted); font-weight: 650; }
.panel-footer { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.panel-footer span { font-size: 10px; text-transform: uppercase; font-weight: 800; color: rgba(255,255,255,.67); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 999px; padding: 7px 9px; }
.scroll-cue { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; display: grid; place-items: start center; padding-top: 9px; }
.scroll-cue span { width: 4px; height: 8px; border-radius: 999px; background: #fff; animation: scrollCue 1.7s infinite; }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 1; } 70% { transform: translateY(13px); opacity: 0; } 100% { opacity: 0; } }

.section-heading { text-align: center; max-width: 760px; margin: 0 auto 55px; }
.section-heading.left { text-align: left; margin-left: 0; }
.section-heading h2, .split-heading h2, .others-copy h2, .waiver-copy h2, .contact-copy h2 { font-size: clamp(40px, 5vw, 64px); line-height: 1.03; letter-spacing: -.045em; margin-top: 10px; color: var(--navy); }
.section-heading p, .split-heading p, .others-copy p, .waiver-copy p, .contact-copy p { margin-top: 18px; color: var(--muted); font-size: 17px; }
.kicker.light { color: #ff8875; }

.intro { background: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quick-card { border: 1px solid var(--line); background: #fff; min-height: 260px; padding: 25px; border-radius: var(--radius-sm); position: relative; overflow: hidden; transition: .3s ease; }
.quick-card::after { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 50%; right: -50px; bottom: -50px; background: rgba(12,35,64,.04); transition: .3s ease; }
.quick-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.quick-card:hover::after { transform: scale(1.4); }
.quick-card.featured { background: var(--red); color: #fff; border-color: transparent; }
.quick-index { font-size: 12px; letter-spacing: .14em; font-weight: 900; color: var(--red); }
.featured .quick-index { color: rgba(255,255,255,.7); }
.quick-card h3 { font-size: 23px; line-height: 1.15; margin: 52px 0 14px; letter-spacing: -.025em; }
.quick-card p { font-size: 13px; color: var(--muted); }
.featured p { color: rgba(255,255,255,.75); }
.quick-arrow { display: inline-block; margin-top: 24px; font-size: 12px; font-weight: 900; letter-spacing: .05em; }

.dark-section { position: relative; background: linear-gradient(135deg, #081a30, #102f56); color: #fff; overflow: hidden; }
.dark-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -210px; top: -190px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); box-shadow: 0 0 0 60px rgba(255,255,255,.02), 0 0 0 120px rgba(255,255,255,.015); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 44px; position: relative; z-index: 1; }
.split-heading h2 { color: #fff; }
.split-heading p { color: rgba(255,255,255,.57); max-width: 440px; text-align: right; }
.price-banner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 28px; border-radius: 18px; background: linear-gradient(90deg, var(--red), #db5946); margin-bottom: 16px; position: relative; z-index: 1; }
.price-label span { display: block; font-size: 21px; font-weight: 900; }
.price-label small { color: rgba(255,255,255,.7); }
.price-banner strong { font-size: 32px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; position: relative; z-index: 1; }
.service-card { min-height: 190px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; padding: 24px; background: rgba(255,255,255,.045); backdrop-filter: blur(8px); transition: .3s ease; display: flex; flex-direction: column; }
.service-card:hover { transform: translateY(-7px); background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); }
.service-card.accent { background: rgba(200,71,55,.16); border-color: rgba(224,91,72,.3); }
.code { font-size: 11px; font-weight: 900; letter-spacing: .14em; color: #ff8a77; }
.service-card h3 { font-size: 21px; margin-top: 42px; line-height: 1.15; }
.card-line { display: block; height: 2px; width: 42px; background: var(--red); margin-top: auto; }

.immigrant-section { background: var(--paper); }
.immigrant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.immigrant-card { border-radius: 22px; background: #fff; border: 1px solid var(--line); padding: 30px; min-height: 200px; display: flex; align-items: flex-end; gap: 22px; box-shadow: 0 12px 40px rgba(12,35,64,.06); transition: .3s ease; }
.immigrant-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.roman { font-family: Georgia, serif; font-size: 66px; color: rgba(12,35,64,.1); line-height: .8; }
.immigrant-card h3 { font-size: 22px; color: var(--navy); }
.immigrant-card p { color: var(--muted); font-size: 14px; margin-top: 5px; }

.others-section { position: relative; background: var(--red); color: #fff; overflow: hidden; }
.others-section::after { content: "OTROS"; position: absolute; right: -30px; bottom: -60px; font-size: 180px; font-weight: 950; letter-spacing: -.07em; color: rgba(255,255,255,.045); }
.others-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; position: relative; z-index: 1; align-items: start; }
.others-copy { position: sticky; top: 130px; }
.others-copy h2 { color: #fff; }
.others-copy p { color: rgba(255,255,255,.74); }
.others-list { display: grid; gap: 12px; }
.other-item { display: flex; align-items: center; gap: 25px; border-top: 1px solid rgba(255,255,255,.24); padding: 27px 8px 27px 0; }
.other-item:last-child { border-bottom: 1px solid rgba(255,255,255,.24); }
.other-item span { font-size: 11px; font-weight: 900; letter-spacing: .14em; color: rgba(255,255,255,.55); }
.other-item h3 { font-size: clamp(26px, 3vw, 38px); letter-spacing: -.035em; }

.waiver-section { position: relative; background: #fff; overflow: hidden; }
.waiver-ribbon { position: absolute; left: 0; right: 0; top: 0; height: 9px; display: grid; grid-template-columns: 56% 44%; }
.waiver-ribbon span:first-child { background: var(--blue); }
.waiver-ribbon span:last-child { background: var(--red); }
.waiver-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.waiver-copy { position: sticky; top: 130px; }
.waiver-cases { display: grid; gap: 14px; }
.case-card { border: 1px solid var(--line); border-radius: 20px; background: var(--paper); padding: 28px; display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 18px; transition: .3s ease; }
.case-card:hover { transform: translateX(8px); box-shadow: 0 18px 45px rgba(12,35,64,.08); }
.case-letter { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; background: var(--navy); color: #fff; font-size: 23px; font-weight: 900; }
.case-card p { font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1.35; }
.waiver-note { margin-top: 55px; border-left: 4px solid var(--red); padding: 10px 0 10px 24px; }
.waiver-note p { max-width: 720px; font-size: 20px; font-weight: 800; color: var(--navy); }

.overview-section { background: #edf1f6; }
.overview-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 17px; align-items: start; }
.overview-card { background: #fff; border-radius: 22px; padding: 28px; box-shadow: 0 16px 50px rgba(12,35,64,.07); }
.overview-head { display: flex; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); padding-bottom: 18px; margin-bottom: 20px; }
.overview-head span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 10px; background: var(--navy); color: #fff; font-size: 11px; font-weight: 900; }
.overview-head h3 { font-size: 20px; color: var(--navy); }
.overview-card ul { list-style: none; display: grid; gap: 10px; }
.overview-card li { position: relative; padding-left: 20px; color: var(--muted); font-size: 14px; font-weight: 650; }
.overview-card li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--red); position: absolute; left: 0; top: .68em; }

.professional-section { background: #edf1f6; padding-top: 0; }
.professional-card { min-height: 290px; border-radius: 30px; background: linear-gradient(120deg, var(--navy), #173f72); color: #fff; position: relative; overflow: hidden; display: grid; grid-template-columns: 80px 1fr auto; align-items: stretch; box-shadow: var(--shadow); }
.professional-label { writing-mode: vertical-rl; transform: rotate(180deg); display: grid; place-items: center; background: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.professional-content { padding: 55px 55px; align-self: center; }
.professional-content h2 { font-size: clamp(34px, 5vw, 58px); line-height: 1.05; letter-spacing: -.045em; margin-top: 12px; max-width: 800px; }
.professional-monogram { align-self: end; padding: 0 38px 18px 0; font-size: 110px; font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.05); }

.contact-section { background: #fff; }
.contact-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 65px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.contact-card { border: 1px solid var(--line); border-radius: 20px; padding: 25px; min-height: 190px; display: flex; flex-direction: column; background: var(--paper); transition: .3s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(12,35,64,.08); }
.contact-card.large { grid-column: span 2; min-height: 210px; background: var(--navy); color: #fff; border-color: transparent; }
.contact-number { font-size: 11px; font-weight: 900; color: var(--red); letter-spacing: .16em; }
.contact-card small { margin-top: auto; margin-bottom: 10px; font-size: 10px; font-weight: 900; letter-spacing: .14em; color: var(--muted); }
.contact-card.large small { color: rgba(255,255,255,.52); }
.contact-card h3 { font-size: 27px; line-height: 1.15; }
.contact-card p { color: rgba(255,255,255,.65); margin-top: 7px; }
.contact-card a { display: block; color: var(--navy); font-size: 19px; font-weight: 900; line-height: 1.45; word-break: break-word; }
.email-card a { font-size: 16px; }
.contact-actions { grid-column: 2; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 5px; }

.site-footer { background: #07182d; color: #fff; padding: 65px 0 22px; }
.footer-top { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-top strong { display: block; font-size: 17px; letter-spacing: .06em; margin-bottom: 14px; }
.footer-top p { color: rgba(255,255,255,.55); font-size: 13px; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 35px; align-content: start; font-size: 13px; color: rgba(255,255,255,.65); }
.footer-top nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: center; gap: 10px; padding-top: 20px; color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.back-to-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border: none; border-radius: 14px; background: var(--red); color: #fff; font-size: 20px; cursor: pointer; box-shadow: 0 14px 35px rgba(200,71,55,.35); opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; z-index: 850; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

.reveal { opacity: 1; transform: none; transition: transform .75s cubic-bezier(.2,.7,.2,1), box-shadow .3s ease; }
.reveal.in-view { animation: revealUp .72s cubic-bezier(.2,.7,.2,1) both; }
@keyframes revealUp { from { transform: translateY(18px); } to { transform: translateY(0); } }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; font-size: 12px; }
  .hero-layout { gap: 38px; }
  .quick-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-grid { grid-template-columns: 1fr 1fr; }
  .overview-card:first-child { grid-column: span 2; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .contact-actions { grid-column: auto; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .nav-shell { min-height: 72px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 72px 16px auto 16px; display: grid; gap: 0; background: rgba(7,24,45,.98); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; padding: 10px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; box-shadow: 0 26px 70px rgba(0,0,0,.28); }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 14px 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
  .main-nav a:last-child { border-bottom: 0; }
  .nav-cta { border: none; border-radius: 0; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 135px; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-panel { max-width: 620px; width: 100%; }
  .scroll-cue { display: none; }
  .split-heading { display: grid; }
  .split-heading p { text-align: left; }
  .immigrant-grid { grid-template-columns: 1fr; }
  .others-layout, .waiver-layout { grid-template-columns: 1fr; gap: 45px; }
  .others-copy, .waiver-copy { position: static; }
  .professional-card { grid-template-columns: 58px 1fr; }
  .professional-monogram { display: none; }
  .professional-content { padding: 45px 30px; }
  .footer-top { display: grid; }
}

@media (max-width: 580px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .brand-copy strong { font-size: 11px; }
  .hero { padding: 125px 0 76px; }
  .hero h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .document-card { min-height: 0; }
  .doc-categories { grid-template-columns: 1fr; }
  .quick-grid, .service-grid, .overview-grid, .contact-grid { grid-template-columns: 1fr; }
  .overview-card:first-child, .contact-card.large { grid-column: auto; }
  .quick-card { min-height: 220px; }
  .price-banner { align-items: flex-start; flex-direction: column; }
  .case-card { grid-template-columns: 52px 1fr; padding: 20px; }
  .case-letter { width: 48px; height: 48px; border-radius: 13px; }
  .case-card p { font-size: 16px; }
  .contact-actions .btn { width: 100%; }
  .footer-top nav { grid-template-columns: 1fr; }
  .footer-bottom { flex-wrap: wrap; }
  .section-heading h2, .split-heading h2, .others-copy h2, .waiver-copy h2, .contact-copy h2 { font-size: 42px; }
}

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