/* ============================================================
   HOME PAGE
   ============================================================ */

/* ---- HERO ---- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(60% 80% at 88% 12%, rgba(216,19,36,.55) 0%, transparent 55%),
    radial-gradient(50% 60% at 8% 100%, rgba(216,19,36,.28) 0%, transparent 60%);
}
.hero__bg::before {
  content: ""; position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1544636331-e26879cd4d9b?auto=format&fit=crop&w=1600&q=60');
  background-size: cover;
  background-position: center right;
  opacity: .22;
  mix-blend-mode: luminosity;
}
.hero__bg::after {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(180deg, #000, transparent 75%);
}
.hero__inner {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
  padding-block: clamp(48px, 7vw, 96px);
}
.hero__title { font-size: clamp(3.6rem, 11vw, 8rem); margin: 18px 0 0; line-height: 1.02; letter-spacing: .02em; }
.hero__lead { color: rgba(255,255,255,.74); font-size: clamp(1.05rem, 1.6vw, 1.25rem); max-width: 46ch; margin-top: 22px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hero__pills .pill { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.16); color: rgba(255,255,255,.9); }
.hero__pills .pill svg { color: var(--red-hot); }

.hero__media { position: relative; }
.hero__photo { width: 100%; aspect-ratio: 4/4.4; box-shadow: var(--shadow-lg); }
.hero__badge {
  position: absolute; left: -22px; bottom: 48px;
  background: var(--red); color: #fff;
  border-radius: var(--r-lg); padding: 18px 22px;
  display: flex; align-items: center; gap: 14px;
  box-shadow: var(--shadow-red);
}
.hero__badge-num { font-size: 3.1rem; line-height: .8; }
.hero__badge-num span { font-size: 1.4rem; vertical-align: super; }
.hero__badge-label { font-family: var(--ui); font-weight: 800; text-transform: uppercase; font-size: .72rem; letter-spacing: .08em; line-height: 1.25; }
.hero__chip {
  position: absolute; right: -16px; top: 30px;
  background: #fff; color: var(--ink);
  border-radius: var(--r-md); padding: 12px 16px;
  display: flex; align-items: center; gap: 11px;
  box-shadow: var(--shadow-md);
}
.hero__chip svg { width: 30px; height: 30px; flex-shrink: 0; }
.hero__chip strong { display: block; font-family: var(--ui); font-size: .86rem; }
.hero__chip span { font-size: .76rem; color: var(--muted); }

/* ---- TRUST STRIP ---- */
.trust { background: var(--ink); border-top: 1px solid rgba(255,255,255,.08); }
.trust__inner { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; padding-block: 30px; }
.trust__item { text-align: center; color: #fff; }
.trust__item strong { display: block; font-size: clamp(2rem, 4vw, 2.9rem); color: var(--red-hot); line-height: 1; }
.trust__item span { font-family: var(--ui); font-weight: 600; font-size: .82rem; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .08em; }

/* ---- HOW IT WORKS ---- */
.how__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: clamp(40px, 5vw, 64px); }
.how__step { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px 30px; position: relative; overflow: hidden; transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.how__step:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.how__num { position: absolute; right: 18px; top: 6px; font-size: 5.5rem; color: var(--paper-2); z-index: 0; }
.how__icon { width: 60px; height: 60px; border-radius: 16px; background: var(--paper); display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; }
.how__icon svg { width: 30px; height: 30px; color: var(--ink); }
.how__step h3 { font-family: var(--ui); font-weight: 800; font-size: 1.3rem; margin-top: 22px; position: relative; z-index: 1; }
.how__step p { color: var(--muted); margin-top: 10px; position: relative; z-index: 1; }

/* ---- PACKAGES ---- */
.pkg { background: var(--paper-2); }
.pkg__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(36px,4vw,52px); }
.pkg__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: stretch; }
.pkg__card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); padding: 34px 30px; display: flex; flex-direction: column; transition: transform .3s var(--ease), box-shadow .3s var(--ease); }
.pkg__card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.pkg__card--feature { background: var(--ink); color: #fff; border-color: var(--ink); position: relative; box-shadow: var(--shadow-lg); }
.pkg__flag { position: absolute; top: 22px; right: 22px; background: var(--red); color: #fff; font-family: var(--ui); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; padding: 6px 12px; border-radius: 999px; }
.pkg__name { font-family: var(--ui); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; color: var(--red); }
.pkg__card--feature .pkg__name { color: var(--red-hot); }
.pkg__price { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.pkg__price .cur { font-family: var(--ui); font-weight: 700; color: var(--muted); font-size: .9rem; }
.pkg__card--feature .pkg__price .cur { color: rgba(255,255,255,.6); }
.pkg__price .amt { font-size: 3.4rem; line-height: .9; }
.pkg__note { display: block; font-size: .82rem; color: var(--muted); margin-top: 6px; }
.pkg__card--feature .pkg__note { color: rgba(255,255,255,.55); }
.pkg__list { margin: 26px 0; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.pkg__list li { position: relative; padding-left: 28px; font-size: .96rem; }
.pkg__list li::before { content: ""; position: absolute; left: 0; top: 4px; width: 18px; height: 18px; border-radius: 50%; background: rgba(216,19,36,.12); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17l-5-5' stroke='%23D81324' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-size: 12px; background-repeat: no-repeat; background-position: center; }
.pkg__card--feature .pkg__list li::before { background-color: rgba(255,255,255,.12); }
.pkg__card .btn { width: 100%; justify-content: center; }

/* ---- WHY ---- */
.why__inner { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(32px,5vw,72px); align-items: center; }
.why__media { position: relative; }
.why__photo { width: 100%; aspect-ratio: 4/4.6; box-shadow: var(--shadow-lg); }
.why__quote { position: absolute; right: -18px; bottom: 36px; background: var(--red); color: #fff; padding: 20px 24px; border-radius: var(--r-lg); max-width: 250px; box-shadow: var(--shadow-red); }
.why__quote .display { font-size: 3rem; line-height: 0; display: block; height: 22px; }
.why__quote p { font-family: var(--ui); font-weight: 700; font-size: 1.02rem; line-height: 1.3; }
.why__copy h2 { margin-top: 14px; }
.why__intro { color: var(--muted); margin-top: 16px; font-size: 1.08rem; }
.why__feats { margin: 28px 0; display: flex; flex-direction: column; gap: 18px; }
.why__feats li { display: flex; gap: 14px; align-items: flex-start; }
.why__feats svg { width: 24px; height: 24px; flex-shrink: 0; margin-top: 2px; }
.why__feats strong { display: block; font-family: var(--ui); font-size: 1.05rem; }
.why__feats div { color: var(--muted); font-size: .96rem; }

/* ---- TESTIMONIALS ---- */
.testi { background: var(--ink); color: #fff; overflow: hidden; }
.testi__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; }
.testi .sec-head h2 { color: #fff; }
.testi .eyebrow { color: var(--red-hot); }
.slider__nav { display: flex; gap: 10px; }
.slider__nav button { width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; color: #fff; transition: background .2s, border-color .2s; }
.slider__nav button:hover { background: var(--red); border-color: var(--red); }
.slider__nav svg { width: 22px; height: 22px; }
.testi__slider { margin-top: 40px; }
.slider__track { display: flex; gap: 24px; overflow-x: auto; padding: 4px var(--gutter) 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.slider__track::-webkit-scrollbar { display: none; }
.t-card { scroll-snap-align: start; flex: 0 0 clamp(280px, 33vw, 400px); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 30px; }
.t-stars { color: var(--red-hot); letter-spacing: 3px; font-size: 1.05rem; }
.t-card p { margin-top: 14px; color: rgba(255,255,255,.86); font-size: 1.02rem; line-height: 1.55; }
.t-card footer { display: flex; align-items: center; gap: 12px; margin-top: 22px; font-family: var(--ui); font-weight: 700; }
.t-av { width: 40px; height: 40px; border-radius: 50%; background: var(--red); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--display); }

/* ---- GOOGLE REVIEWS ---- */
.greviews { background: var(--ink); }

.grev__score {
  display: flex; align-items: center; gap: 10px;
  margin-top: 14px; flex-wrap: wrap;
}
.grev__glogo { width: 22px; height: 22px; flex-shrink: 0; }
.grev__num {
  font-family: var(--display); font-size: 2rem; color: #fff; line-height: 1;
}
.grev__stars { color: #FBBC05; font-size: 1.15rem; letter-spacing: 2px; }
.grev__count {
  font-family: var(--ui); font-weight: 600; font-size: .84rem;
  color: rgba(255,255,255,.55);
}

.grev__nav { display: flex; align-items: flex-end; padding-bottom: 4px; }

.t-card__top {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 4px;
}
.t-glogo { width: 20px; height: 20px; flex-shrink: 0; opacity: .85; }

.grev__footer {
  padding-top: clamp(28px, 3vw, 40px);
  display: flex; justify-content: center;
}
.grev__cta {
  border-color: rgba(255,255,255,.25); color: #fff;
  display: inline-flex; align-items: center; gap: 10px;
}
.grev__cta:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* image-slot replacement — keep hero/why photo sizing */
.hero__photo {
  border-radius: 22px; overflow: hidden; display: block;
}
.why__photo {
  border-radius: 22px; overflow: hidden; display: block;
}

/* ---- CTA BAND ---- */
.cta { background: var(--red); color: #fff; }
.cta__inner { display: flex; justify-content: space-between; align-items: center; gap: 36px; flex-wrap: wrap; padding-block: clamp(56px, 7vw, 96px); }
.cta__copy h2 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .9; }
.cta__copy p { color: rgba(255,255,255,.86); margin-top: 14px; max-width: 42ch; font-size: 1.08rem; }
.cta__actions { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.cta__phone { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-size: 1.8rem; color: #fff; }
.cta__phone svg { width: 26px; height: 26px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; }
  /* Text + CTAs first on mobile — image below so buttons are immediately visible */
  .hero__media { order: 1; max-width: 460px; }
  .hero__photo { aspect-ratio: 16/12; }
  .trust__inner { grid-template-columns: repeat(2,1fr); gap: 28px 16px; }
  .how__grid { grid-template-columns: 1fr; }
  .pkg__grid { grid-template-columns: 1fr; max-width: 460px; }
  .pkg__card--feature { order: -1; }
  .why__inner { grid-template-columns: 1fr; }
  .why__media { max-width: 460px; }
  .cta__actions { width: 100%; }
}
@media (max-width: 560px) {
  /* Taller image gives top-chip and bottom-badge enough vertical room */
  .hero__photo { aspect-ratio: 3/3.8; }
  /* Chip stays top-right */
  .hero__chip { right: 8px; top: 10px; bottom: auto; padding: 10px 13px; gap: 9px; }
  .hero__chip svg { width: 22px; height: 22px; }
  .hero__chip strong { font-size: .78rem; }
  .hero__chip span { font-size: .68rem; }
  /* Badge stays bottom-left — show label at smaller size */
  .hero__badge { left: 8px; bottom: 12px; padding: 12px 16px; gap: 10px; }
  .hero__badge-num { font-size: 2.4rem; }
  .hero__badge-label { font-size: .62rem; }
  .testi__head { justify-content: flex-start; }
}
