﻿/* =================================================
   Base / Reset
================================================= */

:root {
  --maroon-dark: #8b1213;
  --maroon: #9c1006;
  --maroon-light: #c41a0a;
  --gold: #f6a623;
  --gold-dark: #d4880f;
  --cream: #fff7e6;
  --white: #ffffff;
  --text-dark: #2b2b2b;
  --container: 1400px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--text-dark);
  background: #f4f4f4;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  /* width cap + centering ONLY — no padding/margin spacing. All section
     spacing lives on the section/header/footer wrappers (see below). */
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
}

/* =================================================
   Uniform section spacing — single source of truth.
   Every <section> band plus the header/topbar/footer get the
   same padding. Container maxes at 1400px (home 1240) and reaches it around a
   1500px viewport, where it is centered with side gutters so 4rem 0 (no side
   padding) is safe; media.css (desktop-first, max-width) steps the section
   padding DOWN: ≤1500 → 2rem 3rem, ≤768 → 2rem 1.5rem.
================================================= */
section{
  padding: 4rem 0;
}
.site-footer {
    padding:4rem 0 0;
}
.topbar,
.site-header{
    padding:1rem 0;
}
html {
  scroll-behavior: smooth;
}

/* =================================================
   Eyebrow — one shared label above section titles.
   Same in every section/page (no per-page variants). Use:
     <span class="eyebrow">…</span>                  left line
     <span class="eyebrow eyebrow-center">…</span>   centered, line both sides
     add "eyebrow-light" on dark / maroon backgrounds
================================================= */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
}

.eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-dark));
}

.eyebrow-center {
  justify-content: center;
}

.eyebrow-center::after {
  content: "";
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), transparent);
}

.eyebrow-light {
  color: var(--gold);
}

/* =================================================
   Global typography — single source of truth.
   Body/interactive text (p, li, a, button) + section headings (h2)
   are sized once here (desktop/large ≥ 1024px); media.css steps
   them down below 1024px (14px / 22px).
   h3 is intentionally left to its per-component sizes. A few
   deliberate exceptions keep their own size (nav links, hamburger,
   social icons, big CTA phone links, hero chips, eyebrow labels).
================================================= */
p,
li,
a,
button {
  font-size: 16px;
}

h2 {
  font-size: 34px;
}

/* =================================================
   About Page
================================================= */

/* ----- Page banner ----- */

/* ----- About intro (2 columns on the page) ----- */

.button-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-light));
  border-radius: 30px;
  box-shadow: 0 6px 16px rgba(122, 0, 0, 0.3);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.button-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(122, 0, 0, 0.4);
}

/* ----- Mission & Vision ----- */

/* ----- Why Choose Us ----- */

/* ----- Counters ----- */

/* ----- CTA strip ----- */

.cta-strip {
  background: linear-gradient(120deg, var(--gold-dark), var(--gold));
}

.cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-strip-small {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b0202;
  margin-bottom: 8px;
}

.cta-strip-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a0d0d;
}

.cta-strip-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  padding: 16px 32px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  color: var(--white);
  background: linear-gradient(135deg, #5a0d0d, var(--maroon-light));
  border-radius: 40px;
  box-shadow: 0 8px 20px rgba(90, 13, 13, 0.35);
  transition: transform 0.2s ease;
}

.cta-strip-button:hover {
  transform: translateY(-3px);
}

/* =================================================
   Services Page
================================================= */

/* ----- How It Works ----- */

/* =================================================
   Testimonials Page
================================================= */

/* ----- Rating summary card ----- */

.rating-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 44px;
  align-items: center;
  max-width: 940px;
  margin: 0 auto;
  padding: 36px 44px;
  background: var(--white);
  border: 1px solid #f1e0d8;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(122, 0, 0, 0.1);
}

.rating-score {
  text-align: center;
  padding-right: 44px;
  border-right: 1px solid #f0e2da;
}

.rating-score-number {
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  color: var(--maroon);
}

.rating-score-number span {
  font-size: 22px;
  color: var(--gold-dark);
}

.rating-score-stars {
  margin: 12px 0 8px;
  color: var(--gold);
  font-size: 17px;
  letter-spacing: 2px;
}

.rating-score-count {
  font-weight: 600;
  color: #777;
}

.rating-bars {
  display: grid;
  gap: 11px;
}

.rating-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
}

.rating-bar-label {
  width: 52px;
  flex-shrink: 0;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}

.rating-bar-label i {
  color: var(--gold);
  font-size: 11px;
  margin-left: 2px;
}

.rating-bar-track {
  flex: 1;
  height: 10px;
  border-radius: 6px;
  background: #f0e2da;
  overflow: hidden;
}

.rating-bar-fill {
  display: block;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
}

.rating-bar-percent {
  width: 42px;
  flex-shrink: 0;
  text-align: right;
  color: #888;
  font-weight: 600;
}

/* ----- Testimonials grid ----- */

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 26px 22px;
  background: var(--white);
  border: 1px solid #eadfd9;
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

/* gold accent bar sweeping in on hover (matches service cards) */

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
  box-shadow: 0 16px 34px rgba(122, 0, 0, 0.16);
}

.testimonial-card:hover::before {
  transform: scaleX(1);
}

/* big decorative quote glyph */

.testimonial-card-quote {
  position: absolute;
  top: 10px;
  right: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: rgba(246, 166, 35, 0.16);
  pointer-events: none;
}

.testimonial-card-stars {
  position: relative;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 15px;
  letter-spacing: 2px;
}

.testimonial-card-text {
  position: relative;
  flex: 1;
  line-height: 1.7;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.testimonial-card-person {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-top: 16px;
  border-top: 1px solid #f0e6e0;
}

.testimonial-card-avatar {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  padding: 2px;
}

.testimonial-card-name {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1c1c1c;
  line-height: 1.2;
}

.testimonial-card-role {
  margin-top: 3px;
  font-weight: 600;
  color: var(--maroon-light);
}

.testimonial-card-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  align-self: flex-start;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #1a8d3a;
  background: rgba(26, 141, 58, 0.1);
  border-radius: 20px;
  white-space: nowrap;
}

.testimonial-card-verified i {
  font-size: 11px;
}

/* =========================================================
   Premium Layer — Testimonials & Why Choose Us (v2)
========================================================= */

/* ----- Section grounds & rhythm ----- */

.section {
}

.section-cream {
  background: #fbf2e6;
}

.section-tint {
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(246, 166, 35, 0.08),
      transparent 42%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(156, 16, 6, 0.06),
      transparent 45%
    ),
    var(--white);
}

.section-white {
  background: var(--white);
}

/* ----- Premium section heading ----- */

.section-head {
  max-width: 760px;
  margin: 0 auto clamp(40px, 5vw, 58px);
  text-align: center;
}

.section-head-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1c1c1c;
  text-wrap: balance;
}

.section-head-title span {
  color: var(--maroon-light);
}

.section-head-script {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 400;
  text-transform: none;
  line-height: 1.2;
  color: var(--gold-dark);
  margin-bottom: 4px;
}

.section-head-sub {
  max-width: 620px;
  margin: 16px auto 0;
  line-height: 1.7;
  color: #6a5a55;
}

/* ----- Trust / platform ratings bar ----- */

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: clamp(26px, 3vw, 36px);
}

.trust-bar-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  background: var(--white);
  border: 1px solid #efdfd8;
  border-radius: 16px;
  box-shadow: 0 10px 26px rgba(122, 0, 0, 0.07);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.trust-bar-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(122, 0, 0, 0.14);
}

.trust-bar-logo {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 13px;
  font-size: 22px;
  color: #fff;
}

.trust-bar-logo-google {
  background: linear-gradient(135deg, #4285f4, #34a853);
}

.trust-bar-logo-fb {
  background: #1877f2;
}

.trust-bar-logo-wa {
  background: linear-gradient(135deg, #4ad860, #25a244);
}

.trust-bar-rating {
  text-align: left;
  line-height: 1.25;
}

.trust-bar-rating b {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #1c1c1c;
}

.trust-bar-stars {
  display: block;
  margin-top: 1px;
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 1px;
}

.trust-bar-rating small {
  color: #8a7a74;
  font-size: 14px;
}

/* ----- Featured spotlight testimonial ----- */

.review-spotlight {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: clamp(30px, 4vw, 50px);
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(246, 166, 35, 0.3),
      transparent 46%
    ),
    linear-gradient(135deg, #7a0a05 0%, #4a0303 60%, #3a0303 100%);
  box-shadow: 0 28px 64px rgba(58, 3, 3, 0.4);
}

.review-spotlight::before {
  content: "\201C";
  position: absolute;
  top: -20px;
  left: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 140px;
  line-height: 1;
  color: rgba(246, 166, 35, 0.16);
  pointer-events: none;
}

.review-spotlight-stars {
  position: relative;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 16px;
  letter-spacing: 3px;
}

.review-spotlight-text {
  position: relative;
  max-width: 720px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #fdeede;
}

.review-spotlight-person {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
  position: relative;
}

.review-spotlight-avatar {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  padding: 2px;
}

.review-spotlight-name {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.review-spotlight-role {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
}

.review-spotlight-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  padding: 9px 16px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1c1c1c;
  background: linear-gradient(135deg, #ffd860, var(--gold));
  border-radius: 30px;
  box-shadow: 0 6px 16px rgba(246, 166, 35, 0.35);
}

/* ----- Masonry testimonial wall ----- */

.testimonial-card-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
  padding: 5px 12px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--maroon);
  background: rgba(246, 166, 35, 0.14);
  border-radius: 20px;
}

.testimonial-card-tag i {
  font-size: 10px;
  color: var(--gold-dark);
}

/* ----- Comparison table (Why Choose Us) ----- */

/* header row */

/* ----- Guarantee band ----- */

/* ----- Numbered premium reason cards ----- */

/* =========================================================
   Contact Page
========================================================= */

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

/* ----- Left: lead + contact methods ----- */

.contact-lead-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 14px;
}

.contact-lead-title span {
  color: var(--maroon-light);
}

.contact-lead-text {
  line-height: 1.75;
  color: #6a5a55;
  margin-bottom: 26px;
}

.contact-methods {
  display: grid;
  gap: 14px;
}

.contact-method {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: var(--white);
  border: 1px solid #efdfd8;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(122, 0, 0, 0.06);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.contact-method:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(122, 0, 0, 0.14);
}

.contact-method-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 21px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  border: 2px solid var(--gold);
}

.contact-method-wa .contact-method-icon {
  color: #fff;
  background: linear-gradient(135deg, #4ad860, #25a244);
  border-color: #fff;
}

.contact-method-label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #8a7a74;
  margin-bottom: 3px;
}

.contact-method-value {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  /* margin-top: 10px; */
  color: var(--maroon);
  word-break: break-word;
}

.contact-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.contact-social a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 17px;
  color: var(--maroon-dark);
  background: var(--gold);
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.contact-social a:hover {
  transform: translateY(-3px);
  background: #ffd860;
}

/* ----- Right: form card ----- */

.contact-card {
  position: relative;
  background: var(--white);
  border: 1px solid #eedfd8;
  border-radius: 20px;
  padding: clamp(26px, 3vw, 40px);
  box-shadow: 0 18px 44px rgba(122, 0, 0, 0.1);
}

.contact-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
}

.contact-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  margin-bottom: 6px;
}

.contact-card-sub {
  color: #6a5a55;
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  margin-bottom: 16px;
}

.form-field label {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #5a4a45;
  margin-bottom: 7px;
}

.form-field label .required {
  color: var(--maroon-light);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 13px 15px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  color: var(--text-dark);
  background: #fdfaf6;
  border: 1.5px solid #ecdcd4;
  border-radius: 10px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(246, 166, 35, 0.22);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #b6a59e;
}

.form-submit {
  width: 100%;
  justify-content: center;
  border: none;
  cursor: pointer;
  margin-top: 4px;
}

.form-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
  color: #8a7a74;
}

.form-note i {
  color: #1a8d3a;
}

/* =================================================================
   SITE CHROME — shared header / footer / page-hero (all inner pages)
   x-prefixed classes; loaded after the base so body/background win.
================================================================= */

:root {
  --c-maroon-dark: #8b1213;
  --c-maroon: #9c1006;
  --c-maroon-light: #c41a0a;
  --c-gold: #f6a623;
  --c-gold-dark: #d4880f;
  --c-gold-soft: #ffd860;
  --c-cream: #fff7e6;
  --c-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --c-wheel: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3Cg%20fill='none'%20stroke='%23f6a623'%3E%3Ccircle%20cx='200'%20cy='200'%20r='192'%20stroke-opacity='0.55'%20stroke-width='2'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='168'%20stroke-opacity='0.32'%20stroke-width='1'%20stroke-dasharray='1%2013'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='150'%20stroke-opacity='0.25'%20stroke-width='1'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='140'%20stroke-opacity='0.4'%20stroke-width='1'%20stroke-dasharray='34%2026'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='108'%20stroke-opacity='0.3'%20stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

body {
  background: #fff;
}

@keyframes c-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes c-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(246, 166, 35, 0.5);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(246, 166, 35, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(246, 166, 35, 0);
  }
}

.topbar {
  background: #2a0202;
  color: #f3dede;
  font-size: 12.5px;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  flex-wrap: wrap;
}

.topbar-feature {
  display: flex;
  gap: 18px;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.4px;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.topbar-feature li {
  color: var(--c-gold-soft);
}

.topbar-right {
  display: flex;
  gap: 14px;
}

.topbar-nri {
  display: flex;
  align-items: center;
  gap: 6px;
}

.topbar-nri span {
  color: var(--c-gold);
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

.topbar-nri img {
  width: 28px;
  border-radius: 2px;
}

.topbar-social {
  display: flex;
  gap: 8px;
}

.topbar-social a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-maroon-light), var(--c-maroon));
  color: #fff;
  font-size: 16px;
  transition: transform 0.2s var(--c-ease);
}
.topbar-social a i {
  color: #fff;
}

.topbar-social a:hover {
  transform: translateY(-2px);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: linear-gradient(90deg, #5a0d0d, var(--c-maroon));
  border-bottom: 2px solid rgba(246, 166, 35, 0.5);
  transition: box-shadow 0.3s var(--c-ease);
}

/* the chrome rows are .container elements (max-width cap + centering only);
   their padding comes from .site-header / .topbar via the uniform section rule */


.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: padding 0.3s var(--c-ease);
}

.site-header.is-scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  flex-shrink: 0;
}

.brand-logo {
     height: 90px;
    width: auto;
    display: block;
    padding: 8px;
    border-radius: 10px;
    background-color: white;
}
.brand .brand-logo-icon {
  display: none;
  height: 90px;
  width: auto;
}

.main-nav {
  display: flex;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu a {
  position: relative;
  display: block;
  padding: 0.85rem 0.6rem;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #f6e2dc;
  border-radius: 8px;
  white-space: nowrap;
  transition:
    color 0.2s var(--c-ease),
    background 0.2s var(--c-ease);
}
/* menu links white on every page (beats .home-page a inherit); active stays dark on its gold pill */
.site-header .nav-menu a:not(.active) {
  color: #fff;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  background: var(--c-gold);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.3s var(--c-ease);
}

.nav-menu a:hover {
  color: #fff;
}

.nav-menu a:hover::after {
  width: 18px;
}

.nav-menu a.active {
  color: #5a0d0d;
  background: var(--c-gold);
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-phone-icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--c-gold);
  color: #5a0d0d;
  font-size: 15px;
  flex-shrink: 0;
  animation: c-ring 1.8s ease-out infinite;
}

.header-phone-text small {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--c-gold);
  text-transform: uppercase;
}

.header-phone-text b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: #fff;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--c-gold);
  font-size: 24px;
  cursor: pointer;
}

.page-hero {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(160deg, rgba(42, 2, 2, 0.9), rgba(58, 3, 3, 0.92)),
    radial-gradient(
      circle at 80% 20%,
      rgba(246, 166, 35, 0.28),
      transparent 50%
    ),
    linear-gradient(120deg, #5a0d0d, var(--c-maroon));
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  width: 460px;
  height: 460px;
  transform: translateY(-50%);
  background: var(--c-wheel) center/contain no-repeat;
  opacity: 0.4;
  animation: c-spin 70s linear infinite;
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -130px;
  width: 360px;
  height: 360px;
  background: var(--c-wheel) center/contain no-repeat;
  opacity: 0.25;
  animation: c-spin 90s linear infinite reverse;
  pointer-events: none;
}

.page-hero-crumb {
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #f3dede;
  margin-bottom: 10px;
}

.page-hero-crumb a {
  color: var(--c-gold);
  font-weight: 600;
}

.page-hero-crumb i {
  font-size: 11px;
  margin: 0 5px;
}

.page-hero-title {
  position: relative;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.1;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
}

.site-footer {
  position: relative;
  color: #f3dede;
  background: linear-gradient(160deg, #5a0d0d 0%, #3a0303 60%, #2a0202 100%);
}
.site-footer-bottom-inner p {
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--c-gold) 20%,
    var(--c-gold-dark) 50%,
    var(--c-gold) 80%,
    transparent
  );
  opacity: 0.7;
}

.site-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid rgba(246, 166, 35, 0.22);
  flex-wrap: wrap;
}

.site-footer-brand {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
}

.site-footer-brand-logo {
  height: 107px;
  width: auto;
  display: block;
  padding: 8px;
  border-radius: 10px;
  background-color: white;
}

.site-footer-social {
  display: flex;
  gap: 10px;
}

.site-footer-social a {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 16px;
  color: #5a0d0d;
  background: var(--c-gold);
  transition: transform 0.2s var(--c-ease);
}

.site-footer-social a:hover {
  transform: translateY(-3px);
}

.site-footer-cols {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr 1.4fr;
  gap: 36px;
  padding-bottom: 44px;
}

.site-footer-desc {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  color: #d9bcbc;
  padding-left: 18px;
  border-left: 2px solid rgba(246, 166, 35, 0.45);
}

.site-footer-title {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.site-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: var(--c-gold);
  border-radius: 2px;
}

.site-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-links li {
  margin-bottom: 11px;
}

.site-footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8cccc;
  transition:
    color 0.2s var(--c-ease),
    padding-left 0.2s var(--c-ease);
}

.site-footer-links a i {
  color: var(--c-gold);
  font-size: 12px;
}

.site-footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

.site-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #e8cccc;
  margin-bottom: 14px;
}

.site-footer-contact i {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 14px;
  color: var(--c-gold);
  background: rgba(246, 166, 35, 0.15);
}

.site-footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(246, 166, 35, 0.2);
  margin-top: 2rem;
}
.site-footer-top{
  padding-bottom:2rem !important;
}
.site-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 1rem 1.5rem;
  font-size: 13px;
  color: #d8b6b6;
  flex-wrap: wrap;
}

.site-footer-bottom-inner i {
  color: var(--c-maroon-light);
}

/* =================================================================
   HOME PAGE  (index.html)
   Scoped under body.home-page so base/nav/brand rules never affect other pages.
================================================================= */

.home-page {
  --maroon-dark: #8b1213;
  --maroon: #9c1006;
  --maroon-light: #c41a0a;
  --gold: #f6a623;
  --gold-dark: #d4880f;
  --gold-soft: #ffd860;
  --cream: #fff7e6;
  --cream-2: #fbf2e6;
  --white: #ffffff;
  --ink: #2b2b2b;
  --muted: #6a5a55;
  --line: #efe2da;
  --container: 1240px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --sh-sm: 0 6px 18px rgba(58, 3, 3, 0.08);
  --sh-md: 0 16px 38px rgba(58, 3, 3, 0.14);
  --sh-lg: 0 30px 64px rgba(58, 3, 3, 0.22);

  --wheel: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3Cg%20fill='none'%20stroke='%23f6a623'%3E%3Ccircle%20cx='200'%20cy='200'%20r='192'%20stroke-opacity='0.55'%20stroke-width='2'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='168'%20stroke-opacity='0.32'%20stroke-width='1'%20stroke-dasharray='1%2013'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='150'%20stroke-opacity='0.25'%20stroke-width='1'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='140'%20stroke-opacity='0.4'%20stroke-width='1'%20stroke-dasharray='34%2026'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='108'%20stroke-opacity='0.3'%20stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

/* NOTE: no ".home-page *" reset here — the global "*" reset already covers the
   homepage, and a scoped universal reset would zero the margins/padding of the
   shared .x* header/footer chrome (broke .site-footer-title underline + spacing). */

body.home-page {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

.home-page a {
  text-decoration: none;
  color: inherit;
}

.home-page ul {
  list-style: none;
}

.home-page img {
  max-width: 100%;
  display: block;
}

.home-page h1,
.home-page h2,
.home-page h3,
.home-page h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.12;
}

/* keep the shared header (xtop/xhdr) identical on the homepage: guard its own
   width so the content container never hijacks the header/topbar width */
.home-page .topbar .container {
  max-width: 1400px;
}
.home-page .site-header .container {
  max-width: 1400px;
}
/* keep the sticky header the SAME size while scrolling — only the shadow (see .site-header.is-scrolled) changes, so it never jumps/shakes */

.home-page .section-title {
  text-transform: uppercase;
  color: var(--ink);
}

.home-page .section-title span {
  color: var(--maroon-light);
}

.home-page .section-head-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 52px;
}

.home-page .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 15px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

.home-page .button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.5),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.6s var(--ease);
}

.home-page .button:hover::before {
  left: 130%;
}

.home-page .button-gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-dark));
  color: #5a0d0d;
  box-shadow: 0 12px 26px rgba(246, 166, 35, 0.45);
}

.home-page .button-gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(246, 166, 35, 0.6);
}

.home-page .button-maroon {
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(122, 0, 0, 0.4);
}

.home-page .button-maroon:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(122, 0, 0, 0.5);
}

.home-page .button-ghost {
  background: rgba(255, 255, 255, 0.08);
  border: 1.5px solid rgba(246, 166, 35, 0.6);
  color: #fff;
}

.home-page .button-ghost:hover {
  background: rgba(246, 166, 35, 0.16);
  transform: translateY(-3px);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(26px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.home-page .hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(42, 2, 2, 0.86), rgba(58, 3, 3, 0.9)),
    radial-gradient(
      circle at 70% 30%,
      rgba(246, 166, 35, 0.28),
      transparent 50%
    ),
    url("../images/hero-bg.webp") center / cover no-repeat,
    #3a0303;
}

.home-page .hero::before {
  /* rotating zodiac wheel */
  content: "";
  position: absolute;
  top: 50%;
  right: -180px;
  width: 620px;
  height: 620px;
  transform: translateY(-50%);
  background: var(--wheel) center / contain no-repeat;
  opacity: 0.55;
  animation: spin 60s linear infinite;
  pointer-events: none;
}

.home-page .hero::after {
  /* second smaller wheel, opposite spin */
  content: "";
  position: absolute;
  bottom: -160px;
  left: -160px;
  width: 420px;
  height: 420px;
  background: var(--wheel) center / contain no-repeat;
  opacity: 0.3;
  animation: spin 90s linear infinite reverse;
  pointer-events: none;
}

.home-page .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(64px, 9vw, 130px) 24px clamp(90px, 10vw, 150px);
}

.home-page .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  margin-bottom: 22px;
  background: rgba(246, 166, 35, 0.14);
  border: 1px solid rgba(246, 166, 35, 0.5);
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-soft);
  animation: rise 0.6s var(--ease) both;
}

.home-page .hero-script {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(34px, 4.6vw, 64px);
  color: var(--gold);
  line-height: 1;
  margin-bottom: 24px;
  animation: rise 0.6s 0.05s var(--ease) both;
}

.home-page .hero-title {
  text-transform: uppercase;
  animation: rise 0.6s 0.12s var(--ease) both;
}

.home-page .hero-title b {
  display: block;
  font-size: clamp(32px, 5vw, 76px);
  font-weight: 700;
  letter-spacing: 1px;
  background: linear-gradient(180deg, #fff 0%, #ffe7c4 60%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.4));
}

/* rotating hero heading (cycles through the service names) */
.home-page .hero-rotate {
  transition:
    opacity 0.45s var(--ease),
    transform 0.45s var(--ease);
}
.home-page .hero-rotate.is-out {
  opacity: 0;
  transform: translateY(16px);
}

.home-page .hero-sub {
  display: inline-block;
  margin: 20px 0 28px;
  padding: 9px 22px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #5a0d0d;
  background: linear-gradient(90deg, var(--gold-soft), var(--gold));
  border-radius: 6px;
  animation: rise 0.6s 0.18s var(--ease) both;
}

.home-page .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 40px;
  animation: rise 0.6s 0.24s var(--ease) both;
}

.home-page .hero-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  animation: rise 0.6s 0.3s var(--ease) both;
}

.home-page .hero-chips li {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(246, 166, 35, 0.4);
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition:
    transform 0.25s var(--ease),
    background 0.25s var(--ease);
}

.home-page .hero-chips li:hover {
  transform: translateY(-3px);
  background: rgba(246, 166, 35, 0.18);
}

.home-page .hero-chips i {
  color: var(--gold);
}

.home-page .home-stats {
  position: relative;
  z-index: 5;
  margin-top: -54px;
}

.home-page .home-stats-inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border-radius: 20px;
  padding: 26px 16px;
  box-shadow: var(--sh-lg);
  border-top: 4px solid var(--gold);
}

.home-page .home-stats-item {
  text-align: center;
  padding: 6px 14px;
}

.home-page .home-stats-item:not(:last-child) {
  border-right: 1px solid var(--line);
}

.home-page .home-stats-item i {
  color: var(--gold-dark);
  font-size: 22px;
  margin-bottom: 8px;
}

.home-page .home-stats-item b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 2.6vw, 34px);
  color: var(--maroon);
  line-height: 1;
}

.home-page .home-stats-item span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--muted);
}

.home-page .home-about {
  position: relative;
  background: var(--white);
}

.home-page .home-about-top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}

.home-page .home-about-title {
  color: var(--maroon-light);
  margin: 4px 0 18px;
}

.home-page .home-about-content p {
  color: #3f3a38;
  margin-bottom: 14px;
}

.home-page .home-about-content strong {
  color: #1c1c1c;
}

.home-page .home-about-content .button {
  margin-top: 10px;
}

.home-page .home-about-media {
  position: relative;
  justify-self: center;
}

.home-page .home-about-media-img {
  width: clamp(280px, 34vw, 420px);
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 50% 50% 22px 22px / 38% 38% 22px 22px;
  box-shadow:
    0 0 0 8px #fff,
    0 0 0 10px rgba(246, 166, 35, 0.55),
    var(--sh-lg);
}

.home-page .home-about-media-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.home-page .home-about-media:hover .home-about-media-img img {
  transform: scale(1.06);
}

.home-page .home-about-experience {
  position: absolute;
  left: -22px;
  bottom: 40px;
  width: 132px;
  height: 132px;
  background: url("../images/Gold_Badge.png") center/contain no-repeat;
  display: grid;
  place-content: center;
  text-align: center;
  color: #6b0202;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  animation: floaty 4.5s ease-in-out infinite;
}

.home-page .home-about-experience b {
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1;
}

.home-page .home-about-experience span {
  font-family: "Oswald", sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.home-page .home-about-tag {
  position: absolute;
  right: -10px;
  top: 30px;
  padding: 10px 16px;
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon-light));
  color: #fff;
  border-radius: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.15;
  box-shadow: var(--sh-md);
}

.home-page .home-about-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 56px;
}

.home-page .home-about-feature {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 22px;
  background: linear-gradient(180deg, #fff, var(--cream-2));
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--sh-sm);
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

.home-page .home-about-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 166, 35, 0.6);
  box-shadow: var(--sh-md);
}

.home-page .home-about-feature i {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 21px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
}

.home-page .home-about-feature b {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--maroon);
  line-height: 1.25;
}

.home-page .home-services {
  position: relative;
  background:
    radial-gradient(circle at 92% 6%, rgba(246, 166, 35, 0.1), transparent 38%),
    var(--cream-2);
}

.home-page .services-showcase {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 215px;
  gap: 18px;
  grid-auto-flow: dense;
}

.home-page .service-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: var(--sh-md);
  cursor: pointer;
}

.home-page .service-card:nth-child(1),
.home-page .service-card:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
}

.home-page .service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.home-page .service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(42, 2, 2, 0.92) 4%,
    rgba(58, 3, 3, 0.4) 42%,
    rgba(58, 3, 3, 0) 70%
  );
  transition: background 0.3s var(--ease);
}

.home-page .service-card:hover img {
  transform: scale(1.08);
}

.home-page .service-card-icon {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 18px;
  color: #5a0d0d;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s var(--ease);
}

.home-page .service-card:hover .service-card-icon {
  transform: scale(1.1) rotate(-8deg);
}

.home-page .service-card-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 18px;
  color: #fff;
}

.home-page .service-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.home-page .service-card:nth-child(1) .service-card-title,
.home-page .service-card:nth-child(8) .service-card-title {
  font-size: 22px;
}

.home-page .service-card-desc {
  margin-top: 6px;
  line-height: 1.5;
  color: #f3dede;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(10px);
  transition:
    max-height 0.55s var(--ease),
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease),
    margin 0.45s var(--ease);
}

.home-page .service-card:hover .service-card-desc {
  max-height: 90px;
  opacity: 1;
  transform: translateY(0);
}

.home-page .service-card-gold {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: 18px;
  box-shadow: inset 0 0 0 0 rgba(246, 166, 35, 0.7);
  transition: box-shadow 0.3s var(--ease);
  pointer-events: none;
}

.home-page .service-card:hover .service-card-gold {
  box-shadow: inset 0 0 0 3px rgba(246, 166, 35, 0.7);
}

.home-page .home-services-cta {
  text-align: center;
  margin-top: 50px;
}

.home-page .home-reviews {
  background: linear-gradient(180deg, var(--cream) 0%, #fde7cf 100%);
  position: relative;
}

.home-page .home-reviews-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

/* ---- left featured review slider ---- */
.home-page .home-featured[data-review-slider] {
  display: flex;
  flex-direction: column;
}
.review-slider-track {
  position: relative;
  flex: 1 1 auto;
}
.review-slide {
  position: absolute;
  inset: 0 0 auto 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.review-slide.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.review-slider-dots {
  display: flex;
  gap: 9px;
  margin-top: 22px;
}
.review-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
.review-slider-dots button:hover {
  background: rgba(255, 255, 255, 0.55);
}
.review-slider-dots button.is-active {
  width: 24px;
  border-radius: 6px;
  background: var(--gold);
}

/* ---- cards carousel (testimonials wall) ---- */
.cards-viewport {
  overflow: hidden;
}
.cards-track {
  display: flex;
  gap: 24px;
  margin:2rem 0;
  transition: transform 0.5s ease;
  will-change: transform;
}
.cards-track > * {
  flex: 0 0 auto;
}
.cards-slider-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}
.cards-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(122, 10, 5, 0.25);
  cursor: pointer;
  transition:
    width 0.3s ease,
    background 0.3s ease;
}
.cards-slider-dots button:hover {
  background: rgba(122, 10, 5, 0.5);
}
.cards-slider-dots button.is-active {
  width: 24px;
  border-radius: 6px;
  background: var(--maroon);
}

.home-page .home-featured {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: clamp(28px, 3vw, 44px);
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(246, 166, 35, 0.3),
      transparent 48%
    ),
    linear-gradient(150deg, #7a0a05, #3a0303 70%);
  box-shadow: var(--sh-lg);
}

.home-page .home-featured::before {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  background: var(--wheel) center/contain no-repeat;
  opacity: 0.4;
  animation: spin 70s linear infinite;
}

.home-page .home-featured-quote {
  font-family: Georgia, serif;
  font-size: 110px;
  line-height: 0.6;
  color: rgba(246, 166, 35, 0.3);
}

.home-page .home-featured-stars {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: 3px;
  margin-bottom: 14px;
  position: relative;
}

.home-page .home-featured-text {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: #fdeede;
}

.home-page .home-featured-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
  position: relative;
}

.home-page .home-featured-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  padding: 2px;
}

.home-page .home-featured-name {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.home-page .home-featured-time {
  font-size: 13px;
  color: var(--gold);
}

.home-page .home-featured-badge {
  margin-left: auto;
  padding: 8px 14px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #5a0d0d;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border-radius: 30px;
}

.home-page .home-reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.home-page .home-review {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: var(--sh-sm);
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    border-color 0.25s var(--ease);
}

.home-page .home-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  transform: scaleX(0);
  transition: transform 0.35s var(--ease);
}

.home-page .home-review:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 166, 35, 0.6);
  box-shadow: var(--sh-md);
}

.home-page .home-review:hover::before {
  transform: scaleX(1);
}

.home-page .home-review-stars {
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.home-page .home-review-text {
  line-height: 1.6;
  color: #4a4240;
  flex: 1;
  margin-bottom: 16px;
}

.home-page .home-review-person {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-top: 13px;
  border-top: 1px solid var(--line);
}

.home-page .home-review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--gold);
  padding: 2px;
}

.home-page .home-review-name {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1c1c1c;
}

.home-page .home-review-time {
  font-size: 11.5px;
  color: var(--muted);
}

.home-page .home-review-wa {
  width: 34px;
  height: 34px;
  margin-left: auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #4ad860, #25a244);
  transition: transform 0.2s var(--ease);
}

.home-page .home-review-wa:hover {
  transform: scale(1.1);
}

.home-page .home-cta {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(246, 166, 35, 0.25),
      transparent 55%
    ),
    linear-gradient(120deg, #5a0d0d, var(--maroon-light));
}

.home-page .home-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  height: 520px;
  transform: translate(-50%, -50%);
  background: var(--wheel) center/contain no-repeat;
  opacity: 0.3;
  animation: spin 80s linear infinite;
}

.home-page .home-cta-inner {
  position: relative;
  z-index: 2;
}

.home-page .home-cta-small {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold-soft);
}

.home-page .home-cta-title {
  text-transform: uppercase;
  margin: 8px 0 26px;
}

.home-page .home-cta-title span {
  color: var(--gold);
}

.home-page .home-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 38px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold-dark));
  color: #5a0d0d;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s var(--ease);
}

.home-page .home-cta-phone:hover {
  transform: translateY(-3px) scale(1.02);
}

.home-page .reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.95s var(--ease),
    transform 0.95s var(--ease);
}

.home-page .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

/* ----- Popular Love & Relationship Topics ----- */

.home-page .home-topics {
  position: relative;
  background:
    radial-gradient(circle at 10% 15%, rgba(246, 166, 35, 0.09), transparent 40%),
    var(--cream-2);
}

.home-page .home-topics-intro {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.7;
}

.home-page .topics-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 26px;
}

.home-page .topics-list {
  padding: 0 30px;
  border-right: 1px solid var(--line);
}

.home-page .topics-list:last-child {
  border-right: none;
}

.home-page .topics-list:first-child {
  padding-left: 0;
}

.home-page .topics-list:last-child {
  padding-right: 0;
}

.home-page .topics-list li:not(:last-child) {
  margin-bottom: 22px;
}

.home-page .topics-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-family: "Oswald", sans-serif;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: color 0.25s var(--ease);
}

/* Custom drawn chevron (not an icon-font glyph) so it never depends on which
   Font Awesome icons happen to be included in the site's purged icon subset. */
.home-page .list-arrow {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-color: var(--gold-dark);
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s var(--ease);
}

.home-page .topics-list a:hover {
  color: var(--maroon-light);
}

.home-page .topics-list a:hover .list-arrow {
  border-color: var(--maroon-light);
  transform: rotate(-45deg) translate(2px, -2px);
}

/* =================================================================
   ABOUT PAGE  (about.html)
================================================================= */

:root {
  --au-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --au-wheel: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3Cg%20fill='none'%20stroke='%23f6a623'%3E%3Ccircle%20cx='200'%20cy='200'%20r='192'%20stroke-opacity='0.5'%20stroke-width='2'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='168'%20stroke-opacity='0.3'%20stroke-width='1'%20stroke-dasharray='1%2013'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='140'%20stroke-opacity='0.4'%20stroke-width='1'%20stroke-dasharray='34%2026'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='108'%20stroke-opacity='0.3'%20stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

@keyframes au-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes au-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

.about-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.25s var(--au-ease),
    box-shadow 0.25s var(--au-ease);
}

.about-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.6s var(--au-ease);
}

.about-button:hover::before {
  left: 130%;
}

.about-button-maroon {
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(122, 0, 0, 0.35);
}

.about-button-maroon:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(122, 0, 0, 0.45);
}

.about-profile {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 6%, rgba(246, 166, 35, 0.1), transparent 36%),
    #fff;
}

.about-profile-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: center;
}

.about-profile-media {
  position: relative;
  justify-self: center;
  width: clamp(270px, 30vw, 380px);
}

.about-profile-media::before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 72%;
  height: 72%;
  border: 2px solid var(--gold);
  border-radius: 22px;
  z-index: 0;
}

.about-profile-media::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 60%;
  height: 60%;
  background: var(--au-wheel) center/contain no-repeat;
  opacity: 0.5;
  z-index: 0;
}

.about-profile-frame {
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: 0 26px 56px rgba(58, 3, 3, 0.24);
}

.about-profile-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--au-ease);
}

.about-profile-media:hover .about-profile-frame img {
  transform: scale(1.05);
}

.about-profile-chip {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.about-profile-badge {
  position: absolute;
  z-index: 2;
  right: -16px;
  bottom: 26px;
  width: 120px;
  height: 120px;
  background: url("../images/Gold_Badge.png") center/contain no-repeat;
  display: grid;
  place-content: center;
  text-align: center;
  color: #6b0202;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  animation: au-float 4.5s ease-in-out infinite;
}

.about-profile-badge b {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.about-profile-badge span {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-profile-script {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--gold-dark);
  line-height: 1;
  margin-bottom: 10px;
}

.about-profile-title {
  font-family: "Oswald", sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.4vw, 44px);
  text-transform: uppercase;
  color: var(--maroon-light);
  line-height: 1.1;
  margin-bottom: 16px;
}

.about-profile-content p {
  line-height: 1.8;
  color: #3f3a38;
  margin-bottom: 16px;
}

.about-profile-content p strong {
  color: #1c1c1c;
}

.about-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin: 10px 0 26px;
}

.about-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #3a3a3a;
}

.about-points i {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  margin-top: 1px;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.about-stat {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  background: linear-gradient(180deg, #fff, var(--cream));
  border: 1px solid #efdfd8;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(122, 0, 0, 0.07);
  transition:
    transform 0.25s var(--au-ease),
    box-shadow 0.25s var(--au-ease);
}

.about-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(122, 0, 0, 0.13);
}

.about-stat-icon {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 22px;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold-dark));
  box-shadow: 0 8px 18px rgba(246, 166, 35, 0.45);
}

.about-stat b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  color: var(--maroon);
  line-height: 1;
  margin-bottom: 8px;
}

.about-stat > div span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #6a5a55;
}

.about-journey {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(246, 166, 35, 0.22),
      transparent 48%
    ),
    linear-gradient(150deg, #7a0a05, #3a0303 70%);
}

.about-journey::before {
  content: "";
  position: absolute;
  bottom: -170px;
  left: -150px;
  width: 440px;
  height: 440px;
  background: var(--au-wheel) center/contain no-repeat;
  opacity: 0.32;
  animation: au-spin 80s linear infinite;
  pointer-events: none;
}

.about-journey-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 50px;
  align-items: center;
}

.about-journey-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 16px;
}

.about-journey-title span {
  color: var(--gold);
}

.about-journey-text {
  line-height: 1.85;
  color: #fdeede;
  margin-bottom: 18px;
}

.about-journey-text strong {
  color: #fff;
}

.about-sign {
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  color: var(--gold);
  line-height: 1;
}

.about-mission-list {
  display: grid;
  gap: 18px;
}

.about-mission {
  display: flex;
  gap: 16px;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.06);
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  backdrop-filter: blur(4px);
  transition:
    transform 0.3s var(--au-ease),
    background 0.3s var(--au-ease);
}

.about-mission:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.1);
}

.about-mission-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-size: 20px;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold));
}

.about-mission h4 {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 6px;
}

.about-mission p {
  line-height: 1.65;
  color: #fdeede;
}

.about-why {
  background:
    radial-gradient(circle at 6% 8%, rgba(246, 166, 35, 0.08), transparent 36%),
    #fbf2e6;
}

.about-why-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 48px;
}

.about-why-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  line-height: 1.1;
}

.about-why-title span {
  color: var(--maroon-light);
}

.about-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.about-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid #f1d9d6;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(58, 3, 3, 0.06);
  position: relative;
  overflow: hidden;
  transition:
    transform 0.28s var(--au-ease),
    box-shadow 0.28s var(--au-ease),
    border-color 0.28s var(--au-ease);
}

.about-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.35s var(--au-ease);
}

.about-feature:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 166, 35, 0.6);
  box-shadow: 0 18px 38px rgba(122, 0, 0, 0.13);
}

.about-feature:hover::before {
  transform: scaleY(1);
}

.about-feature-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 24px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  box-shadow: 0 10px 22px rgba(122, 0, 0, 0.22);
  transition: transform 0.3s var(--au-ease);
}

.about-feature:hover .about-feature-icon {
  transform: rotate(-6deg) scale(1.05);
}

.about-feature h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 6px;
}

.about-feature p {
  line-height: 1.6;
  color: #5b504c;
}

.about-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(255, 255, 255, 0.35),
      transparent 55%
    ),
    linear-gradient(120deg, var(--gold-dark), var(--gold));
}

.about-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 480px;
  height: 480px;
  transform: translate(-50%, -50%);
  background: var(--au-wheel) center/contain no-repeat;
  opacity: 0.35;
  animation: au-spin 80s linear infinite;
  pointer-events: none;
}

.about-cta-inner {
  position: relative;
  z-index: 2;
}

.about-cta-small {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b0202;
}

.about-cta-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a0d0d;
  margin: 8px 0 26px;
}

.about-cta-title span {
  color: #fff;
  text-shadow: 0 2px 10px rgba(90, 13, 13, 0.25);
}

.about-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 38px;
  background: linear-gradient(135deg, #5a0d0d, var(--maroon-light));
  color: #fff;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(90, 13, 13, 0.4);
  transition: transform 0.25s var(--au-ease);
}

.about-cta-phone i {
  color: var(--gold);
}

.about-cta-phone:hover {
  transform: translateY(-3px) scale(1.02);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.95s var(--au-ease),
    transform 0.95s var(--au-ease);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

/* =================================================================
   SERVICES PAGE  (services.html)
================================================================= */

:root {
  --sv-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --sv-wheel: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3Cg%20fill='none'%20stroke='%23f6a623'%3E%3Ccircle%20cx='200'%20cy='200'%20r='192'%20stroke-opacity='0.5'%20stroke-width='2'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='168'%20stroke-opacity='0.3'%20stroke-width='1'%20stroke-dasharray='1%2013'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='140'%20stroke-opacity='0.4'%20stroke-width='1'%20stroke-dasharray='34%2026'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='108'%20stroke-opacity='0.3'%20stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

@keyframes sv-spin {
  to {
    transform: rotate(360deg);
  }
}

.services-intro {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(
      circle at 92% 6%,
      rgba(246, 166, 35, 0.09),
      transparent 36%
    ),
    #fff;
}

.services-intro-inner {
  max-width: 760px;
  margin: 0 auto;
}

.services-intro-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  line-height: 1.15;
}

.services-intro-title span {
  color: var(--maroon-light);
}

.services-intro-text {
  max-width: 660px;
  margin: 16px auto 26px;
  line-height: 1.75;
  color: #4a4a4a;
}

.services-intro-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.services-intro-pills li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px;
  background: linear-gradient(180deg, #fff, var(--cream));
  border: 1px solid #efdfd8;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--maroon-dark);
  box-shadow: 0 6px 16px rgba(122, 0, 0, 0.06);
}

.services-intro-pills i {
  color: var(--gold-dark);
}

.services-list {
  background:
    radial-gradient(circle at 6% 96%, rgba(156, 16, 6, 0.05), transparent 40%),
    #fbf2e6;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}

.services-card {
  flex: 0 1 330px;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #f1d9d6;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(58, 3, 3, 0.07);
  position: relative;
  transition:
    transform 0.3s var(--sv-ease),
    box-shadow 0.3s var(--sv-ease),
    border-color 0.3s var(--sv-ease);
}

.services-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 3;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--sv-ease);
}

.services-card:hover {
  transform: translateY(-8px);
  border-color: rgba(246, 166, 35, 0.6);
  box-shadow: 0 20px 42px rgba(122, 0, 0, 0.16);
}

.services-card:hover::before {
  transform: scaleX(1);
}

.services-card-media {
  position: relative;
  height: 196px;
  overflow: hidden;
}

.services-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--sv-ease);
}

.services-card:hover .services-card-media img {
  transform: scale(1.08);
}

.services-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(58, 3, 3, 0.55), transparent 55%);
}

.services-card-icon {
  position: absolute;
  bottom: -26px;
  right: 22px;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 22px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon-light), var(--maroon-dark));
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(122, 0, 0, 0.35);
  transition: transform 0.3s var(--sv-ease);
}

.services-card:hover .services-card-icon {
  transform: scale(1.1) rotate(-6deg);
}

.services-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 36px 24px 24px;
}

.services-card-title {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 8px;
}

.services-card-desc {
  flex: 1;
  line-height: 1.6;
  color: #5b504c;
}

.services-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--maroon-light);
}

.services-card-link i {
  color: var(--gold-dark);
  transition: transform 0.25s var(--sv-ease);
}

.services-card:hover .services-card-link i {
  transform: translateX(5px);
}

.services-process {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(246, 166, 35, 0.2),
      transparent 48%
    ),
    linear-gradient(150deg, #5a0d0d, #3a0303 70%);
}

.services-process::before {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -140px;
  width: 420px;
  height: 420px;
  background: var(--sv-wheel) center/contain no-repeat;
  opacity: 0.3;
  animation: sv-spin 80s linear infinite;
  pointer-events: none;
}

.services-process-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
  position: relative;
  z-index: 2;
}

.services-process-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
}

.services-process-title span {
  color: var(--gold);
}

.services-steps {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.services-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(246, 166, 35, 0.6) 0 10px,
    transparent 10px 20px
  );
  z-index: 0;
}

.services-step {
  position: relative;
  text-align: center;
}

.services-step-node {
  position: relative;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 28px;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold));
  border: 4px solid #3a0303;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.services-step-number {
  position: absolute;
  top: -6px;
  right: calc(50% - 52px);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--maroon-light), var(--maroon-dark));
  border: 2px solid var(--gold);
}

.services-step h3 {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.services-step p {
  line-height: 1.6;
  color: #fdeede;
  max-width: 240px;
  margin: 0 auto;
}

.services-cta {
  background: linear-gradient(120deg, var(--gold-dark), var(--gold));
}

.services-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.services-cta-small {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b0202;
  margin-bottom: 8px;
}

.services-cta-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a0d0d;
  line-height: 1.1;
}

.services-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #5a0d0d, var(--maroon-light));
  color: #fff;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(90, 13, 13, 0.4);
  transition: transform 0.25s var(--sv-ease);
}

.services-cta-phone i {
  color: var(--gold);
}

.services-cta-phone:hover {
  transform: translateY(-3px);
}

/* =================================================================
   SPECIALIST IN PAGE  (specialist-in.html)
================================================================= */

:root {
  --si-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --si-wheel: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3Cg%20fill='none'%20stroke='%23f6a623'%3E%3Ccircle%20cx='200'%20cy='200'%20r='192'%20stroke-opacity='0.5'%20stroke-width='2'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='168'%20stroke-opacity='0.3'%20stroke-width='1'%20stroke-dasharray='1%2013'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='140'%20stroke-opacity='0.4'%20stroke-width='1'%20stroke-dasharray='34%2026'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='108'%20stroke-opacity='0.3'%20stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

@keyframes si-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes si-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

.specialist-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(122, 0, 0, 0.35);
  transition:
    transform 0.25s var(--si-ease),
    box-shadow 0.25s var(--si-ease);
}

.specialist-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.6s var(--si-ease);
}

.specialist-button:hover::before {
  left: 130%;
}

.specialist-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(122, 0, 0, 0.45);
}

.specialist-intro {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 90% 8%, rgba(246, 166, 35, 0.1), transparent 38%),
    #fff;
}

.specialist-intro-inner {
  max-width: 800px;
  margin: 0 auto;
}

.specialist-intro-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  line-height: 1.12;
}

.specialist-intro-title span {
  color: var(--maroon-light);
}

.specialist-intro-text {
  max-width: 700px;
  margin: 16px auto 24px;
  line-height: 1.8;
  color: #4a4a4a;
}

.specialist-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
}

.specialist-pills li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 18px;
  background: linear-gradient(180deg, #fff, var(--cream));
  border: 1px solid #efdfd8;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: var(--maroon-dark);
  box-shadow: 0 6px 16px rgba(122, 0, 0, 0.06);
}

.specialist-pills i {
  color: var(--gold-dark);
}

.specialist-skills {
  background:
    radial-gradient(circle at 6% 6%, rgba(246, 166, 35, 0.08), transparent 34%),
    #fbf2e6;
}

.specialist-skills-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 50px;
  align-items: start;
}

.specialist-skills-aside {
  position: sticky;
  top: 96px;
}

.specialist-skills-script {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--gold-dark);
  line-height: 1.1;
  margin-bottom: 8px;
}

.specialist-skills-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  line-height: 1.1;
  margin-bottom: 14px;
}

.specialist-skills-title span {
  color: var(--maroon-light);
}

.specialist-skills-sub {
  line-height: 1.75;
  color: #6a5a55;
  margin-bottom: 22px;
}

.specialist-skills-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.specialist-skill {
  display: flex;
  gap: 14px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f1d9d6;
  border-left: 4px solid transparent;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(58, 3, 3, 0.06);
  transition:
    transform 0.25s var(--si-ease),
    box-shadow 0.25s var(--si-ease),
    border-color 0.25s var(--si-ease);
}

.specialist-skill:hover {
  transform: translateY(-4px);
  border-left-color: var(--gold);
  box-shadow: 0 16px 32px rgba(122, 0, 0, 0.13);
}

.specialist-skill-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 21px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  transition: transform 0.3s var(--si-ease);
}

.specialist-skill:hover .specialist-skill-icon {
  transform: rotate(-6deg) scale(1.06);
}

.specialist-skill h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 5px;
}

.specialist-skill p {
  line-height: 1.5;
  color: #5b504c;
}

.specialist-credentials {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(246, 166, 35, 0.22),
      transparent 48%
    ),
    linear-gradient(150deg, #5a0d0d, #3a0303 70%);
}

.specialist-credentials::before {
  content: "";
  position: absolute;
  bottom: -170px;
  right: -150px;
  width: 440px;
  height: 440px;
  background: var(--si-wheel) center/contain no-repeat;
  opacity: 0.3;
  animation: si-spin 80s linear infinite;
  pointer-events: none;
}

.specialist-credentials-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: center;
}

.specialist-credentials-media {
  position: relative;
  justify-self: center;
  width: clamp(260px, 30vw, 380px);
}

.specialist-credentials-img {
  border-radius: 22px 22px 130px 22px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.08),
    0 0 0 8px rgba(246, 166, 35, 0.5),
    0 26px 56px rgba(0, 0, 0, 0.4);
}

.specialist-credentials-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--si-ease);
}

.specialist-credentials-media:hover .specialist-credentials-img img {
  transform: scale(1.05);
}

.specialist-credentials-badge {
  position: absolute;
  left: -16px;
  bottom: 30px;
  width: 124px;
  height: 124px;
  background: url("../images/Gold_Badge.png") center/contain no-repeat;
  display: grid;
  place-content: center;
  text-align: center;
  color: #6b0202;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
  animation: si-float 4.5s ease-in-out infinite;
}

.specialist-credentials-badge b {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.specialist-credentials-badge span {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.specialist-credentials-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.12;
  margin-bottom: 10px;
}

.specialist-credentials-title span {
  color: var(--gold);
}

.specialist-credentials-text {
  line-height: 1.75;
  color: #fdeede;
  margin-bottom: 26px;
}

.specialist-credentials-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.specialist-stat {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(246, 166, 35, 0.3);
  border-radius: 16px;
  transition:
    transform 0.25s var(--si-ease),
    border-color 0.25s var(--si-ease);
}

.specialist-stat:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}

.specialist-stat b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  color: var(--gold);
  line-height: 1;
}

.specialist-stat span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--gold-soft);
}

.specialist-stat p {
  margin-top: 9px;
  line-height: 1.55;
  font-weight: 400;
  color: #e2c8c8;
  text-transform: none;
  letter-spacing: 0;
}

.specialist-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(255, 255, 255, 0.35),
      transparent 55%
    ),
    linear-gradient(120deg, var(--gold-dark), var(--gold));
}

.specialist-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  transform: translate(-50%, -50%);
  background: var(--si-wheel) center/contain no-repeat;
  opacity: 0.35;
  animation: si-spin 80s linear infinite;
  pointer-events: none;
}

.specialist-cta-inner {
  position: relative;
  z-index: 2;
}

.specialist-cta-small {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #6b0202;
}

.specialist-cta-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a0d0d;
  margin: 8px 0 26px;
}

.specialist-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 38px;
  background: linear-gradient(135deg, #5a0d0d, var(--maroon-light));
  color: #fff;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(22px, 2.2vw, 32px);
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(90, 13, 13, 0.4);
  transition: transform 0.25s var(--si-ease);
}

.specialist-cta-phone i {
  color: var(--gold);
}

.specialist-cta-phone:hover {
  transform: translateY(-3px) scale(1.02);
}

/* =================================================================
   WHY CHOOSE US PAGE  (why-choose-us.html)
================================================================= */

:root {
  --wc-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --wc-wheel: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20400%20400'%3E%3Cg%20fill='none'%20stroke='%23f6a623'%3E%3Ccircle%20cx='200'%20cy='200'%20r='192'%20stroke-opacity='0.5'%20stroke-width='2'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='168'%20stroke-opacity='0.3'%20stroke-width='1'%20stroke-dasharray='1%2013'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='140'%20stroke-opacity='0.4'%20stroke-width='1'%20stroke-dasharray='34%2026'/%3E%3Ccircle%20cx='200'%20cy='200'%20r='108'%20stroke-opacity='0.3'%20stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
}

@keyframes wc-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes wc-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-9px);
  }
}

.why-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  color: #fff;
  box-shadow: 0 12px 26px rgba(122, 0, 0, 0.35);
  transition:
    transform 0.25s var(--wc-ease),
    box-shadow 0.25s var(--wc-ease);
}

.why-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.6s var(--wc-ease);
}

.why-button:hover::before {
  left: 130%;
}

.why-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(122, 0, 0, 0.45);
}

.why-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}

.why-head-script {
  display: block;
  font-family: "Great Vibes", cursive;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--gold-dark);
  line-height: 1.1;
  margin-bottom: 15px;
}

.why-head-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #1c1c1c;
  line-height: 1.12;
}

.why-head-title span {
  color: var(--maroon-light);
}

.why-head-title-light {
  color: #fff;
}

.why-head-title-light span {
  color: var(--gold);
}

.why-head-sub {
  max-width: 620px;
  margin: 14px auto 0;
  line-height: 1.7;
  color: #6a5a55;
}

.why-intro {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 6%, rgba(246, 166, 35, 0.1), transparent 36%),
    #fff;
}

.why-intro-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.why-intro-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon-light);
  line-height: 1.15;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.why-intro-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 66px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
}

.why-intro-text {
  line-height: 1.8;
  color: #3f3a38;
  margin-bottom: 18px;
}

.why-intro-text strong {
  color: #1c1c1c;
}

.why-checks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  margin-bottom: 26px;
}

.why-checks li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #3a3a3a;
}

.why-checks i {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 11px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  margin-top: 1px;
}

.why-intro-media {
  position: relative;
  justify-self: center;
  width: clamp(280px, 32vw, 400px);
}

.why-intro-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow:
    0 0 0 8px #fff,
    0 0 0 10px rgba(246, 166, 35, 0.55),
    0 26px 56px rgba(58, 3, 3, 0.22);
}

.why-intro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--wc-ease);
}

.why-intro-media:hover .why-intro-img img {
  transform: scale(1.05);
}

.why-intro-tag {
  position: absolute;
  left: -14px;
  top: 26px;
  padding: 10px 16px;
  background: linear-gradient(90deg, var(--maroon-dark), var(--maroon-light));
  color: #fff;
  border-radius: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.15;
  box-shadow: 0 14px 30px rgba(58, 3, 3, 0.3);
}

.why-intro-badge {
  position: absolute;
  right: -16px;
  bottom: 28px;
  width: 120px;
  height: 120px;
  background: url("../images/Gold_Badge.png") center/contain no-repeat;
  display: grid;
  place-content: center;
  text-align: center;
  color: #6b0202;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
  animation: wc-float 4.5s ease-in-out infinite;
}

.why-intro-badge b {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.why-intro-badge span {
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.why-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 54px;
}

.why-stat {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 22px;
  background: linear-gradient(180deg, #fff, var(--cream));
  border: 1px solid #efdfd8;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(122, 0, 0, 0.07);
  transition:
    transform 0.25s var(--wc-ease),
    box-shadow 0.25s var(--wc-ease);
}

.why-stat:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(122, 0, 0, 0.13);
}

.why-stat-icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 14px;
  font-size: 22px;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold-dark));
  box-shadow: 0 8px 18px rgba(246, 166, 35, 0.45);
}

.why-stat b {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  color: var(--maroon);
  line-height: 1;
  margin-bottom: 2px;
}

.why-stat > div span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #6a5a55;
}

.why-reasons {
  background:
    radial-gradient(circle at 92% 4%, rgba(246, 166, 35, 0.1), transparent 38%),
    #fbf2e6;
}

.why-reasons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.why-reason {
  position: relative;
  overflow: hidden;
  padding: 30px 24px;
  background: #fff;
  border: 1px solid #f1d9d6;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(58, 3, 3, 0.06);
  transition:
    transform 0.28s var(--wc-ease),
    box-shadow 0.28s var(--wc-ease),
    border-color 0.28s var(--wc-ease);
}

.why-reason::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--wc-ease);
}

.why-reason:hover {
  transform: translateY(-8px);
  border-color: rgba(246, 166, 35, 0.6);
  box-shadow: 0 18px 38px rgba(122, 0, 0, 0.14);
}

.why-reason:hover::before {
  transform: scaleX(1);
}

.why-reason-number {
  position: absolute;
  top: 6px;
  right: 14px;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: rgba(156, 16, 6, 0.06);
}

.why-reason-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-size: 24px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  box-shadow: 0 10px 22px rgba(122, 0, 0, 0.22);
  margin-bottom: 16px;
  transition: transform 0.3s var(--wc-ease);
}

.why-reason:hover .why-reason-icon {
  transform: rotate(-6deg) scale(1.06);
}

.why-reason h3 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 8px;
}

.why-reason p {
  line-height: 1.55;
  color: #5b504c;
}

.why-compare {
  background:
    radial-gradient(circle at 8% 96%, rgba(156, 16, 6, 0.05), transparent 40%),
    #fff;
}

.why-comparison-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  max-width: 940px;
  margin: 0 auto;
  align-items: stretch;
}

.why-comparison {
  position: relative;
  padding: 36px 32px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #eadfd9;
  box-shadow: 0 10px 26px rgba(58, 3, 3, 0.07);
}

.why-comparison-us {
  border: 2px solid var(--gold);
  background: linear-gradient(180deg, #fff, var(--cream));
  box-shadow: 0 22px 48px rgba(122, 0, 0, 0.16);
}

.why-comparison-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 18px;
  border-radius: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold));
  box-shadow: 0 8px 18px rgba(246, 166, 35, 0.45);
  white-space: nowrap;
}

.why-comparison-title {
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon);
  line-height: 1.15;
}

.why-comparison-them .why-comparison-title {
  color: #6a5a55;
}

.why-comparison-sub {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--gold-dark);
  margin-bottom: 18px;
  margin-top: 8px;
}

.why-comparison-them .why-comparison-sub {
  color: #b3a59f;
}

.why-comparison-list {
  display: grid;
  gap: 13px;
}

.why-comparison-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  line-height: 1.45;
  color: #3a3a3a;
}

.why-comparison-list i {
  margin-top: 2px;
  font-size: 16px;
}

.why-comparison-us .why-comparison-list i {
  color: #1a8d3a;
}

.why-comparison-them .why-comparison-list {
}

.why-comparison-them .why-comparison-list li {
  color: #9a8d87;
}

.why-comparison-them .why-comparison-list i {
  color: #c0392b;
}

.why-process {
  background:
    radial-gradient(circle at 6% 6%, rgba(246, 166, 35, 0.07), transparent 34%),
    #fbf2e6;
}

.why-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-step {
  position: relative;
  text-align: center;
  padding: 34px 22px;
  background: #fff;
  border: 1px solid #f1d9d6;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(58, 3, 3, 0.06);
  transition:
    transform 0.28s var(--wc-ease),
    box-shadow 0.28s var(--wc-ease);
}

.why-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(122, 0, 0, 0.12);
}

.why-step:not(:last-child)::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--gold-dark);
  z-index: 2;
}

.why-step-node {
  width: 66px;
  height: 66px;
  margin: 0 auto 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 24px;
  color: var(--gold);
  background: linear-gradient(135deg, var(--maroon), var(--maroon-dark));
  border: 3px solid rgba(246, 166, 35, 0.5);
  position: relative;
}

.why-step-number {
  position: absolute;
  top: -6px;
  right: calc(50% - 45px);
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold));
}

.why-step h3 {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--maroon);
  margin-bottom: 7px;
}

.why-step p {
  line-height: 1.55;
  color: #5b504c;
}

.why-guarantee-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(
      circle at 85% 12%,
      rgba(246, 166, 35, 0.2),
      transparent 48%
    ),
    linear-gradient(150deg, #5a0d0d, #3a0303 70%);
}

.why-guarantee-section::before {
  content: "";
  position: absolute;
  bottom: -160px;
  left: -140px;
  width: 420px;
  height: 420px;
  background: var(--wc-wheel) center/contain no-repeat;
  opacity: 0.3;
  animation: wc-spin 80s linear infinite;
  pointer-events: none;
}

.why-guarantee-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-guarantee {
  text-align: center;
  padding: 36px 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(246, 166, 35, 0.3);
  border-radius: 18px;
  backdrop-filter: blur(4px);
  transition:
    transform 0.3s var(--wc-ease),
    border-color 0.3s var(--wc-ease);
}

.why-guarantee:hover {
  transform: translateY(-6px);
  border-color: var(--gold);
}

.why-guarantee-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 28px;
  color: #5a0d0d;
  background: linear-gradient(135deg, #ffd860, var(--gold));
  box-shadow: 0 10px 24px rgba(246, 166, 35, 0.4);
}

.why-guarantee h3 {
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}

.why-guarantee p {
  line-height: 1.6;
  color: #fdeede;
}

.why-cta {
  background: linear-gradient(120deg, var(--gold-dark), var(--gold));
}

.why-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.why-cta-small {
  font-family: "Oswald", sans-serif;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b0202;
}

.why-cta-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a0d0d;
  line-height: 1.1;
}

.why-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #5a0d0d, var(--maroon-light));
  color: #fff;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(90, 13, 13, 0.4);
  transition: transform 0.25s var(--wc-ease);
}

.why-cta-phone i {
  color: var(--gold);
}

.why-cta-phone:hover {
  transform: translateY(-3px);
}
