:root {
  --red: #c91d2b;
  --red-dark: #9e101d;
  --orange: #ff9f2d;
  --ink: #161719;
  --muted: #6b6e72;
  --paper: #f6f3ee;
  --white: #fff;
  --line: #e5e0d9;
  --shadow: 0 24px 60px rgba(30, 20, 15, .13);
  --radius: 24px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; transform: translateY(-160%); padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: white; transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(134, 12, 24, .96); box-shadow: 0 8px 30px rgba(65, 0, 8, .18); backdrop-filter: blur(10px); }
.header-inner { height: 82px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; color: white; }
.brand-logo { display: block; width: 132px; height: 66px; border-radius: 8px; object-fit: cover; box-shadow: 0 5px 18px rgba(76,0,8,.16); }
.brand-footer .brand-logo { width: 190px; height: 95px; border-radius: 11px; box-shadow: none; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.main-nav a { position: relative; font-size: 13px; font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle { display: none; border: 0; background: none; color: white; padding: 9px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: currentColor; transition: .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 56px; padding: 0 26px; border: 0; border-radius: 8px; background: var(--red); color: white; font-weight: 800; font-size: 13px; cursor: pointer; box-shadow: 0 12px 30px rgba(160, 11, 28, .22); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--red-dark); box-shadow: 0 15px 34px rgba(160, 11, 28, .28); }
.button-small { min-height: 43px; padding: 0 19px; background: white; color: var(--red-dark); box-shadow: none; }
.button-small:hover, .button-small:focus-visible { background: var(--orange); color: var(--ink); box-shadow: none; }

.hero { position: relative; min-height: 790px; overflow: hidden; color: white; background: linear-gradient(120deg, #a91422 0%, #d62632 57%, #ee3c3d 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 76px; background: white; clip-path: polygon(0 78%, 100% 0, 100% 100%, 0 100%); }
.hero-grid { position: relative; z-index: 2; min-height: 750px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-top: 95px; padding-bottom: 50px; }
.hero-shape { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.11); }
.hero-shape-one { width: 620px; height: 620px; top: 70px; right: -120px; }
.hero-shape-two { width: 420px; height: 420px; right: -5px; bottom: -160px; }
.hero-copy { padding-top: 25px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: rgba(255,255,255,.86); font-size: 11px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: var(--red); }
.hero h1 { margin: 0 0 25px; max-width: 660px; font-size: clamp(53px, 6.2vw, 84px); line-height: .98; letter-spacing: -4.5px; font-weight: 800; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p { max-width: 610px; margin: 0; color: rgba(255,255,255,.87); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 37px; }
.hero-actions .button { background: white; color: var(--red-dark); box-shadow: 0 16px 35px rgba(75, 0, 8, .24); }
.hero-actions .button:hover { background: var(--orange); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 11px; font-weight: 800; font-size: 14px; }
.icon-circle { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.whatsapp-icon { border: 0; background: #25d366; color: #073d1c; font-size: 9px; letter-spacing: -.3px; }
.video-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 25px; color: white; }
.video-play { display: grid; place-items: center; width: 39px; height: 39px; padding-left: 2px; border-radius: 50%; background: white; color: var(--red); font-size: 11px; box-shadow: 0 10px 25px rgba(75,0,8,.18); transition: transform .2s ease, background .2s ease; }
.video-link:hover .video-play, .video-link:focus-visible .video-play { transform: scale(1.08); background: var(--orange); color: var(--ink); }
.video-link strong, .video-link small { display: block; }
.video-link strong { font-size: 12px; }
.video-link small { margin-top: 1px; color: rgba(255,255,255,.62); font-size: 9px; }
.hero-trust { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-trust div { padding: 20px 24px 0 0; min-width: 145px; }
.hero-trust div + div { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 12px; }
.hero-trust span { margin-top: 4px; color: rgba(255,255,255,.66); font-size: 10px; }
.hero-visual { position: relative; max-width: 545px; justify-self: end; }
.image-frame { position: relative; z-index: 2; padding: 13px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.25); border-radius: 26px; box-shadow: 0 35px 70px rgba(80, 0, 10, .28); transform: rotate(2.2deg); }
.image-frame::after { content: ""; position: absolute; inset: 13px; border-radius: 16px; background: linear-gradient(150deg, transparent 45%, rgba(50,0,4,.34)); pointer-events: none; }
.image-frame img { width: 100%; min-height: 405px; object-fit: cover; border-radius: 16px; image-rendering: auto; }
.floating-card { position: absolute; z-index: 3; left: -58px; bottom: 18px; display: flex; align-items: center; gap: 13px; min-width: 295px; padding: 16px 18px; background: white; color: var(--ink); border-radius: 13px; box-shadow: var(--shadow); }
.floating-icon { display: grid; place-items: center; width: 41px; height: 41px; border-radius: 50%; color: white; background: var(--red); font-weight: 900; }
.floating-card p { margin: 0; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: var(--muted); font-size: 9px; }
.route-badge { position: absolute; z-index: 4; top: -29px; right: -21px; display: flex; align-items: center; gap: 8px; width: 112px; height: 112px; padding: 20px; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 9px; font-weight: 900; box-shadow: 0 18px 40px rgba(80,0,8,.2); transform: rotate(-8deg); }
.route-badge i { width: 18px; height: 1px; background: var(--ink); }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 50px; margin-bottom: 52px; }
.section-heading h2, .about h2, .coverage h2, .contact h2 { margin: 0; font-size: clamp(38px, 4.3vw, 57px); line-height: 1.08; letter-spacing: -2.7px; }
.section-heading .eyebrow { margin-bottom: 17px; }
.section-heading > p { max-width: 450px; margin: 0 0 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 25px 50px rgba(45, 26, 17, .1); }
.service-image { height: 218px; overflow: hidden; background: #eee; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.04); }
.service-content { position: relative; min-height: 265px; padding: 30px 28px 27px; }
.service-number { position: absolute; right: 27px; top: 28px; color: #ddd7d0; font-size: 12px; font-weight: 800; }
.service-content h3 { margin: 0 0 13px; padding-right: 35px; font-size: 22px; letter-spacing: -.6px; }
.service-content p { margin: 0 0 26px; color: var(--muted); font-size: 13px; }
.service-content a { display: inline-flex; gap: 8px; color: var(--red); font-size: 12px; font-weight: 800; }

.about { background: var(--paper); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: center; }
.about-visual { position: relative; }
.about-panel { position: relative; min-height: 480px; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; padding: 50px; border-radius: 30px; color: white; background: var(--ink); box-shadow: var(--shadow); }
.about-panel::before, .about-panel::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.11); }
.about-panel::before { width: 430px; height: 430px; right: -170px; top: -150px; }
.about-panel::after { width: 300px; height: 300px; right: -50px; top: -20px; }
.large-word { position: absolute; top: 60px; left: -11px; color: var(--red); font-size: clamp(78px, 10vw, 138px); font-weight: 900; font-style: italic; letter-spacing: -10px; line-height: 1; transform: rotate(-5deg); }
.about-route { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; margin-bottom: 23px; color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.about-route i { width: 60px; height: 1px; background: var(--orange); }
.about-panel p { position: relative; z-index: 2; margin: 0; font-size: 27px; font-weight: 800; line-height: 1.25; }
.about-copy .eyebrow { margin-bottom: 18px; }
.about-copy .lead { margin: 25px 0 15px; color: var(--ink); font-size: 18px; font-weight: 600; }
.about-copy > p:not(.lead) { color: var(--muted); }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 24px; margin: 32px 0 0; padding: 27px 0 0; border-top: 1px solid #dcd5cc; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 700; }
.check-list span { display: grid; place-items: center; width: 24px; height: 24px; color: var(--red); border-radius: 50%; background: white; }

.coverage { position: relative; overflow: hidden; padding: 95px 0; color: white; background: var(--red); }
.coverage-inner { position: relative; display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; }
.coverage h2 { font-size: clamp(42px, 5vw, 65px); }
.coverage-copy { position: relative; z-index: 2; }
.coverage-copy p { margin: 0 0 27px; color: rgba(255,255,255,.78); }
.button-light { background: white; color: var(--red); }
.button-light:hover { background: var(--orange); color: var(--ink); }
.coverage-lines { position: absolute; inset: -160px -140px -160px auto; width: 490px; opacity: .12; transform: rotate(-17deg); }
.coverage-lines i { position: absolute; inset: 0 auto 0; width: 1px; background: white; }
.coverage-lines i:nth-child(1) { left: 8%; }.coverage-lines i:nth-child(2) { left: 36%; }.coverage-lines i:nth-child(3) { left: 64%; }.coverage-lines i:nth-child(4) { left: 92%; }

.section-heading.centered { display: block; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 55px; margin-top: 55px; }
.steps::before { content: ""; position: absolute; top: 27px; left: 17%; right: 17%; height: 1px; background: var(--line); }
.step { position: relative; text-align: center; }
.step > span { position: relative; z-index: 2; display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 24px; border: 5px solid white; border-radius: 50%; background: var(--orange); color: var(--ink); font-size: 13px; font-weight: 900; box-shadow: 0 0 0 1px var(--line); }
.step h3 { margin: 0 0 9px; font-size: 17px; }
.step p { max-width: 270px; margin: 0 auto; color: var(--muted); font-size: 13px; }

.contact { color: white; background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.contact-copy > p { max-width: 470px; color: rgba(255,255,255,.67); }
.contact-copy h2 { margin-bottom: 22px; }
.address-highlight { display: flex; align-items: center; gap: 18px; margin-top: 30px; padding: 19px 20px; border: 1px solid rgba(255,159,45,.42); border-radius: 15px; background: rgba(255,159,45,.08); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.address-highlight:hover, .address-highlight:focus-visible { transform: translateY(-2px); border-color: var(--orange); background: rgba(255,159,45,.13); }
.address-pin { display: grid; place-items: center; flex: 0 0 54px; width: 54px; height: 54px; border-radius: 13px; background: var(--orange); color: var(--ink); font-size: 24px; font-weight: 900; }
.address-highlight > span:last-child { display: grid; }
.address-highlight small { color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.address-highlight strong { margin: 1px 0; color: white; font-size: clamp(22px, 2.5vw, 31px); line-height: 1.15; letter-spacing: -.8px; }
.address-highlight em { color: var(--orange); font-size: 10px; font-style: normal; font-weight: 700; }
.contact-items { display: grid; gap: 18px; margin-top: 38px; }
.contact-items > a, .contact-items > div { display: flex; align-items: center; gap: 15px; }
.contact-items > a > span, .contact-items > div > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: var(--orange); font-weight: 800; }
.contact-items .whatsapp-contact > span { border-color: #25d366; background: #25d366; color: #073d1c; font-size: 10px; }
.contact-items small, .contact-items strong { display: block; }
.contact-items small { color: rgba(255,255,255,.44); font-size: 9px; text-transform: uppercase; letter-spacing: 1.1px; }
.contact-items strong { margin-top: 1px; font-size: 13px; }
.hours { margin-top: 32px; font-size: 11px; }
.form-card { padding: 40px; border-radius: 25px; color: var(--ink); background: white; box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-card label { display: block; margin-bottom: 16px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.form-card input, .form-card select, .form-card textarea { width: 100%; margin-top: 7px; border: 1px solid #ddd9d4; border-radius: 8px; outline: none; background: #faf9f7; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: normal; transition: border .2s, box-shadow .2s; }
.form-card input, .form-card select { height: 48px; padding: 0 14px; }
.form-card textarea { padding: 13px 14px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(201,29,43,.1); }
.form-submit { width: 100%; }
.form-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.form-note { margin: 12px 0 0; color: #8c8c8c; font-size: 9px; text-align: center; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { margin-bottom: 20px; padding: 12px 14px; border-radius: 8px; font-size: 12px; font-weight: 700; }
.form-message.success { color: #12602d; background: #e4f5e9; }
.form-message.error { color: #8b1720; background: #fde7e9; }

.site-footer { padding: 65px 0 23px; color: white; background: #0c0d0e; }
.footer-main { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 70px; padding-bottom: 44px; }
.footer-main > p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; }
.footer-main nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 13px 24px; font-size: 11px; font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.37); font-size: 9px; }
.footer-webmail-row { display: flex; justify-content: center; padding-top: 23px; }
.webmail-link { display: inline-flex; align-items: center; gap: 11px; padding: 9px 13px 9px 9px; border: 1px solid rgba(255,255,255,.11); border-radius: 12px; color: white; background: rgba(255,255,255,.045); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.webmail-link:hover, .webmail-link:focus-visible { transform: translateY(-2px); border-color: rgba(255,159,45,.55); background: rgba(255,159,45,.08); }
.webmail-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 9px; background: linear-gradient(135deg, var(--orange), #ffbd68); color: var(--ink); font-size: 17px; box-shadow: 0 8px 20px rgba(255,159,45,.16); }
.webmail-link > span:nth-child(2) { display: grid; line-height: 1.15; }
.webmail-link small { color: rgba(255,255,255,.38); font-size: 7px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.webmail-link strong { margin-top: 3px; font-size: 10px; letter-spacing: .2px; }
.webmail-arrow { margin-left: 4px; color: var(--orange); font-size: 12px; }
.floating-contact { display: none; }

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

.video-feature { position: relative; overflow: hidden; background: var(--paper); }
.video-feature::before { content: ""; position: absolute; top: -230px; left: -190px; width: 470px; height: 470px; border: 1px solid rgba(201,29,43,.08); border-radius: 50%; }
.video-feature-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.video-feature-copy h2 { margin: 0 0 22px; font-size: clamp(40px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -3px; }
.video-feature-copy > p { margin: 0 0 30px; color: var(--muted); font-size: 15px; }
.video-embed-wrap { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 10px solid white; border-radius: 25px; background: #090909; box-shadow: 0 28px 65px rgba(45,26,17,.18); }
.video-embed-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.video-label { position: absolute; z-index: 2; top: 20px; left: 20px; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 30px; background: rgba(10,10,10,.76); color: white; font-size: 9px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; pointer-events: none; backdrop-filter: blur(8px); }
.video-label span { display: grid; place-items: center; width: 23px; height: 23px; padding-left: 2px; border-radius: 50%; background: var(--red); font-size: 7px; }

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

@media (max-width: 1040px) {
  .header-inner { gap: 22px; }
  .main-nav { gap: 22px; }
  .hero-grid { gap: 40px; }
  .hero h1 { font-size: clamp(52px, 6.5vw, 70px); }
  .hero-trust div { min-width: 0; }
  .about-grid, .contact-grid { gap: 60px; }
  .coverage-inner { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 80px 0; }
  .header-inner { height: 72px; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: block; order: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 12px 20px 25px; background: rgba(134,12,24,.98); transform: translateY(-130%); opacity: 0; visibility: hidden; transition: .25s ease; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .main-nav a { padding: 15px 6px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero { min-height: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 55px; padding-top: 135px; padding-bottom: 120px; }
  .hero-copy { padding-top: 0; }
  .hero-copy > p { max-width: 690px; }
  .hero-visual { width: min(88%, 560px); justify-self: center; }
  .image-frame img { min-height: 380px; }
  .video-feature-grid { grid-template-columns: 1fr; gap: 40px; }
  .video-feature-copy { max-width: 680px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
  .service-image { height: 100%; min-height: 270px; }
  .section-heading { align-items: start; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(100%, 620px); margin-inline: auto; }
  .coverage-inner { grid-template-columns: 1fr; gap: 35px; }
  .coverage-copy { max-width: 600px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy { display: grid; grid-template-columns: 1fr 1fr; column-gap: 35px; align-items: start; }
  .contact-copy .eyebrow, .contact-copy h2, .contact-copy > p { grid-column: 1; }
  .address-highlight { grid-column: 1; }
  .contact-items { grid-column: 2; grid-row: 1 / span 4; margin-top: 0; }
  .contact-copy .hours { grid-column: 2; }
}

@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .brand-logo { width: 108px; height: 54px; border-radius: 7px; }
  .hero-grid { gap: 48px; padding-top: 120px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(45px, 14vw, 62px); letter-spacing: -3px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .video-link { justify-content: center; }
  .hero-trust { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-trust div { padding-right: 12px; }
  .hero-trust div + div { padding-left: 14px; }
  .hero-trust div:nth-child(3) { display: none; }
  .hero-visual { width: 94%; }
  .image-frame { padding: 8px; border-radius: 18px; }
  .image-frame::after { inset: 8px; }
  .image-frame img { min-height: 270px; border-radius: 12px; }
  .floating-card { left: -8px; bottom: -28px; min-width: 250px; padding: 12px 14px; }
  .route-badge { width: 82px; height: 82px; top: -25px; right: -10px; padding: 12px; }
  .section-heading { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 20px; }
  .section-heading h2, .about h2, .coverage h2, .contact h2 { letter-spacing: -2px; }
  .service-card { display: block; }
  .video-feature-copy .button { width: 100%; }
  .video-embed-wrap { border-width: 6px; border-radius: 17px; }
  .video-label { top: 13px; left: 13px; }
  .service-image { height: 205px; min-height: 0; }
  .service-content { min-height: 240px; }
  .about-panel { min-height: 390px; padding: 35px; }
  .large-word { top: 65px; font-size: 88px; letter-spacing: -7px; }
  .about-panel p { font-size: 23px; }
  .check-list { grid-template-columns: 1fr; }
  .coverage { padding: 75px 0; }
  .steps { grid-template-columns: 1fr; gap: 35px; }
  .steps::before { top: 27px; bottom: 27px; left: 27px; right: auto; width: 1px; height: auto; }
  .step { display: grid; grid-template-columns: 55px 1fr; column-gap: 20px; text-align: left; }
  .step > span { grid-row: 1 / span 2; margin: 0; }
  .step h3, .step p { max-width: none; margin-inline: 0; }
  .contact-copy { display: block; }
  .contact-items { margin-top: 32px; }
  .form-card { padding: 26px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 27px; }
  .footer-main nav { justify-content: flex-start; }
  .footer-bottom { display: grid; }
  .floating-contact { position: fixed; z-index: 40; right: 14px; bottom: 14px; display: flex; align-items: center; gap: 7px; padding: 10px 14px; border-radius: 50px; color: #073d1c; background: #25d366; box-shadow: 0 10px 30px rgba(0,75,30,.3); }
  .floating-contact span { font-size: 10px; font-weight: 900; }
  .floating-contact small { font-size: 10px; font-weight: 800; }
}
