:root {
  --ga-red: #d63228;
  --ga-red-deep: #a91f1a;
  --ga-coral: #d8645d;
  --ga-orange: #ff9a21;
  --ga-aqua: #46b9bb;
  --ga-ink: #172329;
  --ga-text: #26343a;
  --ga-muted: #657279;
  --ga-soft: #f4f5f5;
  --ga-line: #dde2e3;
  --ga-white: #fff;
  --ga-max: 1120px;
  --ga-radius: 16px;
  --ga-shadow: 0 20px 45px rgba(32, 25, 23, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ga-text); background: var(--ga-white); font-family: Arial, Helvetica, sans-serif; line-height: 1.55; }
img, video { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(calc(100% - 40px), var(--ga-max)); margin-inline: auto; }

.topbar { background: var(--ga-red); color: #fff; }
.topbar__inner { display: flex; min-height: 112px; align-items: center; justify-content: space-between; gap: 24px; }
.topbar__logo img { width: min(340px, 46vw); max-height: 92px; object-fit: contain; object-position: left center; }
.topbar__phone { font-size: clamp(17px, 2vw, 24px); font-weight: 800; line-height: 1.05; text-align: right; text-decoration: none; }
.topbar__phone span { display: block; }

.hero { position: relative; isolation: isolate; min-height: 610px; color: #fff; background: #252d30 var(--hero-image) center/cover no-repeat; }
.hero::before { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgba(7, 12, 14, .82) 0%, rgba(7, 12, 14, .55) 50%, rgba(7, 12, 14, .22) 100%); }
.hero__inner { display: flex; min-height: 610px; align-items: center; }
.hero__copy { max-width: 720px; padding: 72px 0; }
.eyebrow { margin: 0 0 10px; color: var(--ga-orange); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(43px, 7vw, 78px); line-height: .98; letter-spacing: -.035em; }
.hero h2 { margin: 24px 0 0; color: #fff; font-size: clamp(23px, 3vw, 34px); line-height: 1.12; }
.hero__lead { max-width: 670px; margin: 24px 0 0; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 12px 22px; border: 2px solid transparent; border-radius: 6px; font-size: 15px; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; }
.button--primary { background: var(--ga-orange); color: #151515; }
.button--primary:hover { background: #ffad43; }
.button--outline { border-color: rgba(255,255,255,.7); color: #fff; }
.button--outline:hover { background: rgba(255,255,255,.12); }

.section { padding: 76px 0; }
.section--soft { background: var(--ga-soft); }
.section--coral { background: var(--ga-coral); color: #fff; }
.section--dark { background: var(--ga-ink); color: #fff; }
.section__header { max-width: 790px; margin-bottom: 34px; }
.section__header--center { margin-inline: auto; text-align: center; }
.section h2 { margin: 0; color: inherit; font-size: clamp(31px, 4.5vw, 50px); line-height: 1.06; letter-spacing: -.025em; }
.section__header p { margin: 14px 0 0; color: var(--ga-muted); font-size: 18px; }
.section--dark .section__header p, .section--coral .section__header p { color: rgba(255,255,255,.82); }

.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .75fr); gap: 60px; align-items: start; }
.copy-stack { display: grid; gap: 24px; }
.copy-stack h3 { margin: 0 0 7px; color: var(--ga-ink); font-size: 23px; line-height: 1.15; }
.copy-stack p { margin: 0; }
.checks { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 28px; padding: 0; margin: 0; list-style: none; }
.checks li { position: relative; padding-left: 26px; }
.checks li::before { position: absolute; left: 0; color: var(--ga-red); content: "✓"; font-weight: 900; }

.cta-card { position: sticky; top: 24px; overflow: hidden; padding: 32px; border-radius: var(--ga-radius); color: #fff; background: radial-gradient(circle at 85% 5%, rgba(255,255,255,.14), transparent 36%), linear-gradient(145deg, var(--ga-red) 0%, var(--ga-red-deep) 100%); box-shadow: var(--ga-shadow); }
.cta-card h2 { margin: 0; font-size: clamp(28px, 3.5vw, 40px); line-height: 1.03; }
.cta-card h3 { margin: 24px 0 0; font-size: 20px; }
.cta-card p { margin: 10px 0 0; color: rgba(255,255,255,.86); }
.cta-card__actions { display: grid; gap: 12px; margin-top: 26px; }
.cta-card .button { width: 100%; }
.cta-card .button--outline { border-color: rgba(255,255,255,.56); }
.cta-card__note { font-size: 13px; text-align: center; }

.cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.cards--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.card { padding: 27px; border: 1px solid var(--ga-line); border-radius: 12px; background: #fff; color: var(--ga-text); box-shadow: 0 10px 28px rgba(25, 34, 38, .08); }
.card h3 { margin: 0 0 10px; color: var(--ga-ink); font-size: 22px; line-height: 1.15; }
.card p { margin: 0; }
.card__icon { display: grid; width: 58px; height: 58px; margin-bottom: 18px; place-items: center; border-radius: 50%; background: #e6f5f5; color: var(--ga-aqua); font-size: 27px; font-weight: 900; }

.testimonials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.quote { margin: 0; padding: 30px; border-left: 5px solid var(--ga-orange); background: #fff; border-radius: 6px; box-shadow: 0 12px 30px rgba(25, 34, 38, .07); }
.quote blockquote { margin: 0; font-size: 20px; line-height: 1.5; }
.quote figcaption { margin-top: 18px; color: var(--ga-muted); font-weight: 800; }

.pricing { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 30px; border: 1px solid var(--ga-line); border-radius: 14px; background: #fff; color: var(--ga-text); }
.price-card--featured { border: 3px solid var(--ga-red); box-shadow: var(--ga-shadow); }
.price-card__badge { position: absolute; top: -16px; left: 22px; padding: 7px 13px; border-radius: 999px; color: #fff; background: var(--ga-red); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.price-card h3 { margin: 0; color: var(--ga-ink); font-size: 24px; }
.price-card__price { margin: 18px 0 8px; color: var(--ga-red); font-size: 48px; font-weight: 900; line-height: 1; }
.price-card__term { color: var(--ga-muted); font-size: 14px; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; counter-reset: steps; }
.step { counter-increment: steps; }
.step::before { display: grid; width: 44px; height: 44px; margin-bottom: 16px; place-items: center; border-radius: 50%; color: #fff; background: var(--ga-red); content: counter(steps); font-weight: 900; }
.step h3 { margin: 0 0 8px; color: var(--ga-ink); }
.step p { margin: 0; }

.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.media-split__image { max-height: 510px; justify-self: center; object-fit: contain; }
.video-shell { max-width: 920px; margin: 0 auto; overflow: hidden; border-radius: 12px; background: #111; box-shadow: var(--ga-shadow); }
.video-shell video { width: 100%; }

.closing-cta { padding: 56px 0; color: #fff; background: var(--ga-red); }
.closing-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.closing-cta h2 { margin: 0; font-size: clamp(29px, 4vw, 46px); line-height: 1.05; }
.closing-cta p { margin: 9px 0 0; color: rgba(255,255,255,.84); }
.site-footer { padding: 34px 0; color: #fff; background: #11191d; }
.site-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-footer img { width: 220px; }
.site-footer__meta { color: rgba(255,255,255,.7); font-size: 13px; text-align: right; }
.site-footer__meta a { display: inline-block; margin-left: 12px; }

.phone-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 24px; background: rgba(16,24,32,.72); }
.phone-modal[aria-hidden="false"] { display: flex; }
.phone-modal__panel { position: relative; width: min(100%, 620px); padding: clamp(28px, 5vw, 48px); border-radius: 8px; color: #15191d; background: #fff; text-align: center; box-shadow: 0 28px 80px rgba(0,0,0,.28); }
.phone-modal__eyebrow { margin: 0 0 10px; color: #df1e26; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.phone-modal__title { margin: 0; color: #15191d; font-size: clamp(28px, 5vw, 42px); line-height: 1.05; }
.phone-modal__vanity { margin: 26px 0 0; color: #df1e26; font-size: clamp(36px, 8vw, 64px); font-weight: 900; line-height: .95; }
.phone-modal__number { margin: 12px 0 0; color: #15191d; font-size: clamp(30px, 7vw, 54px); font-weight: 900; line-height: 1; }
.phone-modal__close { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 30px; padding: 11px 22px; border: 2px solid #df1e26; border-radius: 6px; color: #fff; background: #df1e26; font: inherit; font-weight: 800; cursor: pointer; }
.phone-modal__close:focus-visible { outline: 4px solid rgba(223,30,38,.3); outline-offset: 3px; }

.privacy-modal { position: fixed; inset: 0; z-index: 1100; display: none; place-items: center; padding: 24px; background: rgba(7,12,14,.72); }
.privacy-modal[aria-hidden="false"] { display: grid; }
.privacy-modal__panel { overflow: hidden; width: min(100%, 760px); max-height: calc(100vh - 48px); border-radius: 10px; color: var(--ga-text); background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.privacy-modal__header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 28px; color: #fff; background: var(--ga-red); }
.privacy-modal__header h2 { margin: 0; color: #fff; font-size: 28px; font-weight: 800; line-height: 1.1; }
.privacy-modal__header-meta { display: flex; align-items: center; gap: 14px; font-size: 16px; font-weight: 700; white-space: nowrap; }
.privacy-modal__close { border: 0; color: #fff; background: transparent; cursor: pointer; font-size: 34px; line-height: 1; }
.privacy-modal__body { overflow-y: auto; max-height: calc(100vh - 144px); padding: 24px 28px 30px; }
.privacy-modal__body p { margin: 0; }
.privacy-modal__lead { font-size: 20px; font-weight: 800; line-height: 1.3; }
.privacy-modal__body h3 { margin: 20px 0 8px; color: var(--ga-ink); font-size: 18px; font-weight: 800; }
.privacy-modal__body ul { margin: 0 0 8px 22px; padding: 0; font-size: 17px; line-height: 1.55; }
.privacy-modal__body a { color: var(--ga-red-dark); font-weight: 700; }

@media (max-width: 800px) {
  .topbar__inner { min-height: 86px; }
  .topbar__phone { font-size: 15px; }
  .hero, .hero__inner { min-height: 560px; }
  .hero::before { background: rgba(7,12,14,.65); }
  .split, .media-split { grid-template-columns: 1fr; }
  .cta-card { position: static; }
  .cards, .pricing, .steps { grid-template-columns: 1fr; }
  .cards--2, .testimonials, .checks { grid-template-columns: 1fr; }
  .closing-cta__inner, .site-footer__inner { align-items: flex-start; flex-direction: column; }
  .site-footer__meta { text-align: left; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--ga-max)); }
  .topbar__logo img { width: 190px; }
  .topbar__phone span:first-child { display: none; }
  .hero__copy { padding: 55px 0; }
  .hero h1 { font-size: 44px; }
  .section { padding: 58px 0; }
  .cta-card, .card, .quote, .price-card { padding: 24px; }
  .privacy-modal { padding: 12px; }
  .privacy-modal__panel { max-height: calc(100vh - 24px); }
  .privacy-modal__header { align-items: flex-start; flex-direction: column; gap: 8px; padding: 18px 16px; }
  .privacy-modal__header-meta { width: 100%; justify-content: space-between; font-size: 14px; }
  .privacy-modal__body { max-height: calc(100vh - 130px); padding: 18px 16px 22px; }
}
