html {
  scroll-behavior: smooth;
}

/* Lucide icons: render inline-sized like the font icons they replace */
[data-lucide],
svg.lucide {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  stroke-width: 2;
  display: inline-block;
  flex-shrink: 0;
}

:root {
  --bg-dark: #0f1319;
  --text-white: #ffffff;
  --text-gray: #a1a7b3;
  --gh-brand: #3c47fb;
  --gh-brand-hover: #2563eb;
  --gh-brand-soft: #eef1ff;
  --gh-brand-border: #c7ccfe;
  --gh-brand-light: #9aa3fd;
  --badge-bg: #161a3a;
  --btn-dark-bg: #21262d;
  --btn-dark-border: #30363d;
}

body {
  margin: 0;
  padding: 0;
}

/* .header {
  background: #000 !important;
} */

.hero-section {
  padding: 70px 0 60px;
  /* background-color: #04111f; */
  background-image: url(https://googiehost.com/img/GoogieHostBgmin-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Breadcrumb */
.hero-breadcrumb {
  --bs-breadcrumb-divider: "/";
}
.hero-breadcrumb .breadcrumb-item a {
  color: #3c47fb;
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.2s;
}
.hero-breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
.hero-breadcrumb .breadcrumb-item.active,
.hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-gray);
  font-size: 0.82rem;
}

/* Editor-verified badge */
.hero-verified-badge {
  background-color: #ecf3ff;
  border: 1px solid #3c47fb;
  color: #3c47fb;
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: default;
}

/* Title */
.hero-title {
  font-size: clamp(1.9rem, 3.8vw, 2.9rem);
  line-height: 1.15;
  letter-spacing: -0.5px;
}
.text-verified {
  color: var(--gh-brand);
}
/* .text-daily {
  color: #22c55e;
} */

/* Description */
.hero-desc {
  font-size: 0.97rem;
  line-height: 1.75;
  max-width: 510px;
}

/* Author */
/* .hero-author-avatar {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--gh-brand), #22c55e);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  flex-shrink: 0;
} */
/* .hero-author-text {
  color: var(--text-gray);
  font-size: 0.83rem;
}
.hero-author-text strong {
  color: #fff;
} */

.hero-price-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 35px;
}

.price-amount {
  line-height: 1;
}

.currency-symbol {
  font-size: 1.25rem;
  vertical-align: top;
  margin-right: 2px;
}

.price-period {
  color: #8b929c;
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 4px;
}

.price-discount-badge {
  background-color: var(--gh-brand);
  color: #ffffff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  text-transform: uppercase;
}

/* CTA Buttons */
.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  background-color: var(--gh-brand);
  color: #fff;
  border: none;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 0.93rem;
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.2s,
    box-shadow 0.25s;
}
.btn-hero-primary:hover {
  background-color: var(--gh-brand-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(60, 71, 251, 0.35);
}
.btn-hero-secondary {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
  padding: 12px 26px;
  font-weight: 600;
  border-radius: 8px;
  font-size: 0.93rem;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-hero-secondary:hover {
  background-color: rgba(255, 255, 255, 0.07);
  border-color: #3c47fb;
  color: #3c47fb;
}

/* Stats row */
.hero-stats-row {
  color: var(--text-gray);
  font-size: 0.82rem;
  align-items: center;
}
.icon-star {
  color: #fbbf24;
}

/* ============================================================
       DEAL OF THE DAY CARD
    ============================================================ */
.deal-day-card {
  background: linear-gradient(150deg, #0d1f35 0%, #0a1929 100%);
  border: 1px solid rgba(60, 71, 251, 0.22);
  border-radius: 20px;
  padding: 28px 26px;
  width: 100%;
  max-width: 480px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(60, 71, 251, 0.08) inset;
}

/* Corner geometric decoration */
.deal-corner-deco {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 90px;
  height: 90px;
  background: linear-gradient(
    135deg,
    rgba(60, 71, 251, 0.35),
    rgba(34, 197, 94, 0.22)
  );
  transform: rotate(45deg);
  border-radius: 14px;
  pointer-events: none;
}

/* Deal of the day label */
.deal-day-label {
  color: #fbbf24;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

/* Countdown timer */
.deal-timer {
  background: rgba(60, 71, 251, 0.12);
  color: var(--gh-brand-light);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid rgba(60, 71, 251, 0.28);
  font-variant-numeric: tabular-nums;
  letter-spacing: 1.5px;
}

/* Brand */
.deal-brand-logo {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35);
}
.deal-brand-name {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
}
.deal-brand-tagline {
  color: var(--text-gray);
  font-size: 14px;
}

/* Offer title */
.deal-offer-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4;
}

/* Price */
.deal-price {
  color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}
.deal-price-per {
  font-size: 0.88rem;
  color: var(--text-gray);
  font-weight: 400;
}
.deal-save-badge {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.28);
  font-size: 0.73rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Coupon box */
.coupon-field-label {
  color: var(--text-gray);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.coupon-field {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px dashed rgba(60, 71, 251, 0.38);
  border-radius: 10px;
  padding: 10px 10px 10px 16px;
}
.coupon-code-text {
  color: var(--gh-brand-light);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 2.5px;
  font-family: "DM Sans", sans-serif;
}
.btn-copy-coupon {
  background: #fff;
  color: #1a1a2e;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  flex-shrink: 0;
}
.btn-copy-coupon:hover,
.btn-copy-coupon.copied {
  background: #22c55e;
  color: #fff;
}

/* Claim CTA */
.btn-claim-deal {
  background: var(--gh-brand);
  color: #fff;
  font-weight: 700;
  font-size: 0.97rem;
  padding: 14px;
  border-radius: 10px;
  letter-spacing: 0.3px;
  transition:
    background 0.25s,
    transform 0.2s,
    box-shadow 0.25s;
}
.btn-claim-deal:hover {
  background: var(--gh-brand-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(60, 71, 251, 0.4);
}

/* ============================================================
       RESPONSIVE
    ============================================================ */
@media (max-width: 991px) {
  .hero-section {
    padding: 55px 0 40px;
    text-align: center;
  }
  .hero-desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-stats-row {
    justify-content: center;
  }
  .deal-day-card {
    max-width: 100%;
  }
  .d-flex.align-items-center.gap-2 {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.85rem;
  }
  .btn-hero-primary,
  .btn-hero-secondary {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================================
       SMART MATCH SECTION
    ============================================================ */
.smart-match-section {
  /* background: #f8faff; */
  padding: 80px 0;
  border-top: 1px solid #e8edf8;
}

.sm-subtext {
  color: #64748b;
  font-size: 0.96rem;
  max-width: 767px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Filter tabs */
.sm-tab {
  background: #fff;
  border: 1.5px solid #e2e8f0;
  color: #374151;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s,
    background 0.2s;
  white-space: nowrap;
}
.sm-tab:hover {
  border-color: var(--gh-brand);
  color: var(--gh-brand);
}
.sm-tab.active {
  background: #0d1f35;
  border-color: #0d1f35;
  color: #fff;
}

/* Result card */
.sm-result-card {
  /* background: linear-gradient(135deg, #eef1ff 0%, #f4f6ff 60%, #fff 100%);
  border: 1.5px solid var(--gh-brand-border);
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(60, 71, 251, 0.07); */
      max-width: 1190px;
    margin: auto;
}

/* Best-for badge */
/* .sm-best-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(60, 71, 251, 0.08);
  border: 1px solid rgba(60, 71, 251, 0.28);
  color: var(--gh-brand);
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.77rem;
  font-weight: 700;
} */

/* Brand logo wrapper */
.sm-logo-wrap {
  display: inline-block;
}
.sm-brand-img {
  height: 40px;
  max-width: 130px;
  object-fit: contain;
  display: block;
}
.sm-brand-logo {
  height: 40px;
  min-width: 56px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

/* Rating + category row, left-aligned */
.sm-logo-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  color: #64748b;
  white-space: nowrap;
  text-align: left;
}
.sm-stars {
  color: #fbbf24;
  font-size: 0.72rem;
}
.sm-dot {
  color: #94a3b8;
}
.sm-rating {
  font-weight: 700;
  color: #374151;
}

/* Offer */
.sm-offer-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.2;
  margin-bottom: 10px;
}
.sm-offer-desc {
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.65;
  max-width: 490px;
  margin-bottom: 22px;
}

/* CTA button */
.btn-sm-deal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gh-brand);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.93rem;
  padding: 13px 26px;
  border-radius: 10px;
  text-decoration: none;
  transition:
    background 0.25s,
    transform 0.2s,
    box-shadow 0.25s;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(60, 71, 251, 0.28);
}
.btn-sm-deal:hover {
  background: var(--gh-brand-hover);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(60, 71, 251, 0.4);
}
.btn-sm-deal.d-block {
  display: block !important;
  text-align: center;
}

.sm-social-proof {
  color: #64748b;
  font-size: 0.82rem;
}

/* Savings card */
/* .sm-savings-card {
  background: linear-gradient(160deg, #ffffff 55%, #f0f3ff 100%);
  border: 1.5px solid var(--gh-brand-border);
  border-top: 3px solid var(--gh-brand);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(60, 71, 251, 0.12);
} */
.sm-savings-label {
  color: #64748b;
  font-size: 0.82rem;
  margin-bottom: 4px;
}
.sm-savings-amount {
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.sm-savings-sub {
  color: #94a3b8;
  font-size: 0.77rem;
  margin-bottom: 4px;
}

/* Coupon */
.sm-coupon-label {
  color: #94a3b8;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.sm-coupon-box {
  background: #f8faff;
  border: 1.5px solid var(--gh-brand-border);
  border-radius: 8px;
  padding: 8px 8px 8px 14px;
}
.sm-coupon-code {
  color: var(--gh-brand);
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 2px;
}
.sm-copy-btn {
  background: #0f172a;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.sm-copy-btn:hover {
  background: var(--gh-brand);
}
.sm-copy-btn.copied {
  background: #22c55e;
}

.sm-starts-at {
  color: #94a3b8;
  font-size: 0.78rem;
  text-align: center;
}
.sm-starts-at strong {
  color: #0f172a;
}
.sm-deal-tag {
  font-size: 11px;
  font-weight: 700;
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 991px) {
  .smart-match-section {
    padding: 60px 0;
  }
  .sm-result-card {
    padding: 24px 20px;
  }
  .sm-offer-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 576px) {
  .sm-tab {
    font-size: 0.78rem;
    padding: 8px 13px;
  }
  .sm-savings-amount {
    font-size: 2rem;
  }
  .btn-sm-deal {
    width: 100%;
    text-align: center;
  }
}

/* RECOMMENDED COMPANIES SECTION - Custom Smooth Carousel */
.recommended-companies-section {
  background-color: #ecf3ff;
  padding: 60px 0;
  border-bottom: 1px solid #f0f0f0;
}

.carousel-container {
  position: relative;
  padding: 0 15px;
}

.carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
}

.cards-track {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  padding: 20px 0;
  width: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

.cards-track::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.company-card {
  background-color: #ffffff;
  border: 1px solid #f0f3f6;
  border-radius: 16px;
  padding: 20px;
  width: 220px;
  flex: 0 0 220px;
  display: block;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  text-decoration: none !important;
}

.company-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: var(--gh-brand);
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.offers-label {
  font-size: 11px;
  color: #8b929c;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.offers-count {
  background-color: var(--gh-brand);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(60, 71, 251, 0.25);
}

.brand-banner {
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.brand-banner img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Wordmark fallback shown when a brand logo file is missing */
.logo-fallback {
  font-weight: 800;
  font-size: 15px;
  color: var(--gh-brand);
  text-align: center;
}

/* .company-name {
        font-weight: 800;
        font-size: 15px;
        color: #10141a;
        text-align: center;
    } */

/* Nav Arrows */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: #10141a;
}

.nav-arrow:hover {
  background-color: var(--gh-brand);
  border-color: var(--gh-brand);
  color: #ffffff;
}

.prev-arrow {
  left: -21px;
}

.next-arrow {
  right: -21px;
}

@media (max-width: 1300px) {
  .prev-arrow {
    left: 5px;
  }

  .next-arrow {
    right: 5px;
  }
}

@media (max-width: 768px) {
  .company-card {
    width: 180px;
    flex: 0 0 180px;
    padding: 15px;
  }

  .brand-banner {
    height: 65px;
  }
}

/* ABOUT COUPONS SECTION */
.about-coupons-section {
  background-color: #f4f7f9;
  border-top: 1px solid #f0f0f0;
}

.about-card-wrapper {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.about-content-col {
  padding-right: 40px;
}

.gh-lifetime-badge {
  background: var(--gh-brand);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 100px;
  letter-spacing: 0.06em;
}

.about-subtitle-badge {
  display: inline-block;
  background-color: var(--gh-brand-soft);
  color: var(--gh-brand);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.about-heading {
  font-size: 1.45rem;
  font-weight: 800;
  color: #12151b;
  line-height: 1.35;
}

.about-description {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 20px;
}

.about-stats-col {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.stat-box {
  background-color: #f7f9fa;
  border: 1px solid #f0f2f5;
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
}

.stat-value {
  color: var(--gh-brand);
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 11px;
  color: #8b929c;
  font-weight: 500;
}

@media (max-width: 991px) {
  .about-content-col {
    padding-right: 15px;
    margin-bottom: 30px;
  }

  .about-card-wrapper {
    padding: 30px 20px;
  }
}

/* HOSTING TYPES SECTION */
.hosting-types-section {
  background-color: #ecf3ff;
}

.hosting-type-card {
  background-color: #f8f9fa;
  border: 1px solid #f1f2f4;
  border-radius: 26px;
  padding: 24px;
  height: 100%;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.hosting-type-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.03);
  border-color: #e5e7eb;
}

.type-icon {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.type-title {
  font-size: 16px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.type-desc {
  font-size: 16px;
  /* line-height: 1.6; */
  margin-bottom: 8px;
}

.type-best-pick {
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 20px;
}

.type-best-pick .brand {
  color: var(--gh-brand);
  font-weight: 700;
}

.type-link {
  font-size: 15px;
  color: var(--gh-brand);
  text-decoration: none;
  font-weight: 700;
  align-items: center;
  display: flex;
  gap: 10px;
}

.type-link:hover {
  color: var(--gh-brand-hover);
  text-decoration: underline;
}

/* Bottom buy-smart callout note */
.buy-smart-note {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 14px;
  padding: 18px 22px;
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.65;
}
.buy-smart-note-icon {
  color: #16a34a;
  font-size: 1.1rem;
}
.buy-smart-note strong {
  color: #111827;
}
.buy-smart-note em {
  font-style: italic;
}

/* COUPON DEALS SECTION */
/* .bg-light-custom {
        background-color: #f4f7f9;
    } */

.deals-main-title {
  font-weight: 800;
  font-size: 26px;
  color: #1a1a1a;
}

.deals-subtitle {
  font-size: 13px;
  color: #6b7280;
}

.coupon-card {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.featured-card {
  border: 2px solid var(--gh-brand);
}

.featured-banner {
  background-color: var(--gh-brand);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
}

.coupon-card-body {
  padding: 24px 30px;
}

.coupon-brand-col {
  width: 150px;
  flex-shrink: 0;
}

.brand-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}

.brand-logo-img {
  max-width: 100%;
  max-height: 38px;
  object-fit: contain;
}

/* GoogieHost styled logo */
.gh-logo-box {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-weight: 900;
  font-size: 14px;
  color: #1a1a1a;
}

.gh-logo-g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gh-brand);
  color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}

.gh-logo-text {
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 800;
}

.brand-logo-box.text-orange {
  color: var(--gh-brand);
}

.brand-logo-box.text-purple {
  color: #6b40e3;
}

.brand-logo-box.text-teal {
  color: #00b080;
}

.brand-logo-box.text-blue {
  color: #0085ff;
}

.brand-logo-box.text-green {
  color: #20723a;
}

.brand-logo-box.text-red {
  color: #dc2626;
}

/* Logo Box Border Variations */

.deal-title {
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.4;
}

.deal-tag {
  font-size: 11px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 6px;
  background-color: #f8f9fa;
  color: #4b5563;
  border: 1px solid #eef0f3;
}

.deal-tag.tag-verified {
  background-color: var(--gh-brand-soft);
  color: var(--gh-brand);
  border: 1px solid var(--gh-brand-border);
}

.view-more-badge {
  background-color: var(--gh-brand-soft);
  color: var(--gh-brand);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  transition: background-color 0.2s;
}

.view-more-badge:hover {
  background-color: #dfe3ff;
  color: var(--gh-brand-hover);
}

.action-label {
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 800;
}

.action-value {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  color: var(--gh-brand);
}

.action-value.text-purple {
  color: #6b40e3;
}

.action-value.text-blue {
  color: #0085ff;
}

.action-value.text-red {
  color: #dc2626;
}

/* Deal Save Badge (inline in title) */
.deal-save-badge {
  display: inline-block;
  background-color: var(--gh-brand);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  vertical-align: middle;
  margin-left: 6px;
}

/* Lifetime Price Stack */
.action-price-stack {
  text-align: right;
}

.action-original-price {
  display: block;
  font-size: 13px;
  color: #9ca3af;
  text-decoration: line-through;
  font-weight: 500;
  margin-bottom: 2px;
}

.action-lifetime-price {
  font-size: 36px;
  font-weight: 900;
  color: var(--gh-brand);
  line-height: 1.1;
}

.currency-sym {
  font-size: 18px;
  font-weight: 800;
  vertical-align: super;
  margin-right: 1px;
}

.action-period {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin-left: 2px;
}

.promo-code-box {
  border: 1px dashed var(--gh-brand-border);
  background-color: #fafbff;
  border-radius: 8px;
  height: 40px;
  position: relative;
  overflow: hidden;
  max-width: 200px;
  margin-left: auto;
}

.code-hidden {
  color: var(--gh-brand-light);
  padding-left: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 14px;
  width: 100%;
  display: block;
  line-height: 38px;
  padding-right: 90px;
}

.btn-view-code {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  border: none;
  border-radius: 0 6px 6px 0;
  padding: 0 16px;
  transition: background-color 0.2s;
}

.btn-view-code:hover {
  background-color: #333333;
}

.btn-orange-solid {
  background-color: var(--gh-brand);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 0;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  display: block;
  text-align: center;
  transition: background-color 0.2s;
  text-decoration: none;
}

.btn-orange-solid:hover {
  background-color: var(--gh-brand-hover);
  color: #ffffff;
}

.action-perks,
.action-expires {
  font-size: 12px;
}

.action-expires {
  margin-top: 4px;
}

.ongoing-badge {
  background-color: #f3f4f6;
  color: #1a1a1a;
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 11px;
}

.coupon-footer {
  border-top: 1px solid #f0f0f0;
  padding: 14px 30px;
  background-color: #fdfdff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.coupon-footer:hover {
  background-color: #f5f6ff;
}

.show-more-toggle {
  font-size: 13px;
  color: #6b7280;
  font-weight: 600;
}

.show-more-toggle .transition-icon {
  transition: transform 0.3s ease;
}

.show-more-toggle[aria-expanded="true"] .transition-icon {
  transform: rotate(180deg);
}

.all-coupons-link {
  font-size: 13px;
  color: var(--gh-brand);
  font-weight: 600;
}

.all-coupons-link:hover {
  text-decoration: underline !important;
}

.coupon-expanded-content {
  padding: 24px 30px;
  border-top: 1px solid #f0f0f0;
  border-left: 3px solid var(--gh-brand);
  background-color: #ffffff;
}

.coupon-expanded-content p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
}

.border-start-lg {
  border-left: none;
}

.border-end-lg {
  border-right: none;
}

@media (min-width: 992px) {
  .border-start-lg {
    border-left: 1px solid #f0f0f0;
  }

  .border-end-lg {
    border-right: 1px solid #f0f0f0;
  }

  /* Fixed-width action column keeps prices & buttons aligned across all cards */
  .coupon-action-col {
    width: 240px;
    flex-shrink: 0;
  }
}

@media (max-width: 991px) {
  .promo-code-box,
  .btn-orange-solid {
    margin-left: 0;
    margin-top: 10px;
  }

  .coupon-action-col {
    text-align: left !important;
  }
}

.load-more-btn-wrapper {
  text-align: center;
  margin-top: 40px;
}

.load-more-btn {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  color: #4b5563;
  font-weight: 700;
  font-size: 14px;
  padding: 14px 0;
  border-radius: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.015);
}

.load-more-btn:hover {
  background-color: #f8f9fa;
  color: #1a1a1a;
}
.step-badge {
  display: inline-block;
  background-color: var(--gh-brand-soft);
  color: var(--gh-brand);
  font-size: 11px;
  font-weight: 700;
  padding: 8px 18px;
  border-radius: 30px;
  text-transform: uppercase;
}

/* QUICK COMPARE SECTION */
.compare-card-wrapper {
  border-radius: 16px;
  padding: 30px 0 10px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  border: 1px solid #eaeaea;
}

.compare-header {
  padding: 0 40px;
  margin-bottom: 24px;
}

.compare-table {
  font-size: 13px;
  color: #1a1a1a;
  white-space: nowrap;
  border-collapse: collapse;
  --bs-table-bg: transparent;
}

.compare-table thead th {
  background-color: #0d121c !important;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 12px;
  border: none !important;
}

.compare-table tbody tr {
  cursor: pointer;
  border: none;
}

.compare-table tbody td {
  padding: 20px 12px;
  border: none !important;
  vertical-align: middle;
  font-weight: 500;
  background-color: #ffffff !important;
  transition: background-color 0.2s ease;
}

.compare-table tbody tr:nth-child(even) td {
  background-color: #fdfdfe !important;
}

.compare-table tbody tr:hover td {
  background-color: #f3f4f6 !important;
}

.provider-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}

.bullet-hostinger {
  background-color: #6b40e3;
}

.bullet-cloudways {
  background-color: #f97316;
}

.bullet-siteground {
  background-color: #22c55e;
}

.bullet-a2 {
  background-color: #e11d48;
}

.bullet-armada {
  background-color: #ec4899;
}

.bullet-bluehost {
  background-color: #3b82f6;
}

.text-orange {
  color: var(--gh-brand) !important;
}

.btn-get-deal,
.btn-claim-deal {
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  padding: 16px 14px;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
  min-width: 90px;
}

.btn-get-deal {
  color: var(--gh-brand);
  background-color: #ffffff !important;
  border: 1px solid var(--gh-brand-border);
}

.btn-get-deal:hover {
  background-color: var(--gh-brand-soft) !important;
  border-color: var(--gh-brand);
}

.btn-claim-deal {
  color: #ffffff !important;
  background-color: var(--gh-brand) !important;
  border: none;
}

.btn-claim-deal:hover {
  background-color: var(--gh-brand-hover) !important;
  transform: translateY(-1px);
}

.fa-square-check {
  font-size: 14px;
}

.fa-square-xmark {
  font-size: 14px;
}

@media (max-width: 767px) {
  .compare-card-wrapper {
    padding: 30px 0;
  }

  .compare-header {
    padding: 0 20px;
  }

  .compare-table thead th:first-child,
  .compare-table tbody td:first-child {
    padding-left: 20px !important;
  }

  .compare-table thead th:last-child,
  .compare-table tbody td:last-child {
    padding-right: 20px !important;
  }
}

/* UPCOMING DEALS SECTION */
.upcoming-card-wrapper {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 28px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.upcoming-header {
  padding: 28px 32px 24px;
  background: linear-gradient(90deg, #04111f 0%, #0d1f35 100%);
  margin-bottom: 0;
}

.upcoming-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.upcoming-title {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  margin-bottom: 4px;
}

.upcoming-subtitle {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0;
}

.upcoming-live-count {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(60, 71, 251, 0.18);
  color: var(--gh-brand-light);
  border: 1px solid rgba(60, 71, 251, 0.3);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  white-space: nowrap;
}

.upcoming-table {
  font-size: 13px;
  color: #1a1a1a;
  white-space: nowrap;
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
}

.upcoming-table thead th {
  background: #f8fafc !important;
  color: #9ca3af !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb !important;
  border-top: none !important;
}

.upcoming-table tbody tr {
  cursor: default;
  border-bottom: 1px solid #f3f4f6 !important;
}

.upcoming-table tbody tr:last-child {
  border-bottom: none !important;
}

.upcoming-table tbody td {
  padding: 18px 16px;
  border: none !important;
  vertical-align: middle;
  background: #fff;
  transition: background 0.18s;
}

.upcoming-table tbody tr:hover td {
  background: #f5f6ff !important;
}

.upcoming-table tbody tr.row-ended td {
  background: #fafafa !important;
  opacity: 0.55;
}

.deal-emoji {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}

.upcoming-event-name {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 14px;
  vertical-align: middle;
}

.upcoming-date-text {
  color: #6b7280;
  font-size: 13px;
}

.status-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.badge-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.badge-live {
  background: #fff1f2;
  color: #e11d48;
  border: 1px solid #fecdd3;
}

.badge-countdown {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

.badge-purple {
  background: var(--gh-brand-soft);
  color: var(--gh-brand);
  border: 1px solid var(--gh-brand-border);
}

.badge-expired {
  background: #f3f4f6;
  color: #9ca3af;
  border: 1px solid #e5e7eb;
}

@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.pulse-live .badge-dot {
  animation: pulse-dot 1.4s ease-in-out infinite;
}

@media (max-width: 767px) {
  .upcoming-header {
    padding: 22px 20px 18px;
  }
  .upcoming-table thead th:first-child,
  .upcoming-table tbody td:first-child {
    padding-left: 16px !important;
  }
  .upcoming-table thead th:last-child,
  .upcoming-table tbody td:last-child {
    padding-right: 16px !important;
  }
}


.insider-header {
  margin-bottom: 30px;
}

.insider-box {
  background-color: #fbfcff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 24px;
  height: 100%;
  align-items: flex-start;
}

.insider-icon-box {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 16px;
}

.bg-icon-orange {
  background-color: var(--gh-brand-soft);
}

.bg-icon-blue {
  background-color: #eef2ff;
}

.bg-icon-pink {
  background-color: #fdf2f8;
}

.bg-icon-green {
  background-color: #ecfdf5;
}

.bg-icon-gray {
  background-color: #f3f4f6;
}

.bg-icon-cyan {
  background-color: #ecfeff;
}

.bg-icon-yellow {
  background-color: #fefce8;
}

.insider-heading {
  font-weight: 800;
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 8px;
  margin-top: 4px;
}

.insider-desc {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 0;
}

.insider-content {
  flex-grow: 1;
}

.insider-icon-box i {
  color: var(--gh-brand);
}

@media (max-width: 767px) {
  .insider-card-wrapper {
    padding: 30px 20px;
  }

  .insider-box {
    padding: 20px 16px;
  }
}

/* WHY TRUST US SECTION */
.trust-card-wrapper {
  border-radius: 35px;
  padding: 37px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  border: 2px solid rgba(60, 71, 251, 0.3);
}

.trust-title {
  font-weight: 800;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 16px;
  margin-top: 8px;
}

.trust-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 24px;
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trust-list li {
  font-size: 13.5px;
  color: #4b5563;
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.trust-list li i {
  font-size: 11px;
  margin-top: 4px;
  margin-right: 12px;
  flex-shrink: 0;
}

.trust-stats-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-stat-box {
  background-color: #fbfcff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}

.trust-stat-box:hover {
  transform: translateY(-2px);
  border-color: var(--gh-brand-border);
}

.trust-stat-box.small-box {
  padding: 16px 10px;
}

.trust-stat-box.large-box {
  padding: 24px;
}

.stat-value {
  display: block;
  font-weight: 900;
  font-size: 26px;
  color: var(--gh-brand);
  margin-bottom: 4px;
}

.stat-value-large {
  display: block;
  font-weight: 900;
  font-size: 32px;
  color: var(--gh-brand);
  margin-bottom: 6px;
}

.stat-label {
  display: block;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .trust-card-wrapper {
    padding: 30px 20px;
  }

  .trust-stats-container {
    margin-top: 20px;
  }
}

/* ACHIEVEMENTS SECTION */
.achievements-card-wrapper {
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  border: 1px solid #eaeaea;
}

.achievements-title {
  font-weight: 800;
  font-size: 24px;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.achievement-stat-box {
  background-color: #fbfcff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.achievement-stat-box:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.achievement-value {
  display: block;
  font-weight: 900;
  font-size: 24px;
  color: var(--gh-brand);
  margin-bottom: 8px;
}

.achievement-label {
  display: block;
  font-size: 11px;
  color: #6b7280;
  line-height: 1.4;
  font-weight: 400;
}

@media (max-width: 767px) {
  .achievements-card-wrapper {
    padding: 30px 20px;
  }

  .achievement-stat-box {
    padding: 20px 10px;
  }

  .achievement-value {
    font-size: 20px;
  }

  .achievement-label {
    font-size: 10px;
  }
}

/* FAQ SECTION */

.faq-main-title {
  font-weight: 800;
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.custom-faq-accordion .faq-item {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 12px !important;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
}

.custom-faq-accordion .faq-item:last-child {
  margin-bottom: 0;
}

.custom-faq-accordion .accordion-button.faq-button {
  background-color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a !important;
  padding: 20px 24px;
  box-shadow: none;
}

.custom-faq-accordion .accordion-button.faq-button:focus {
  box-shadow: none;
}

/* Custom Icon for Accordion */
.custom-faq-accordion .accordion-button.faq-button::after {
  content: "+";
  background-image: none;
  width: 24px;
  height: 24px;
  background-color: var(--gh-brand);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease;
}

.custom-faq-accordion .accordion-button.faq-button:not(.collapsed)::after {
  content: "\00d7";
  /* Multiplication sign for clean X */
  transform: rotate(90deg);
}

.faq-body {
  padding: 0 24px 24px 24px;
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

.table-provider-logo {
  width: 110px;
  vertical-align: middle;
  object-fit: contain;
}

.dcv2-section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gh-brand);
  background: var(--gh-brand-soft);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

/* Filter tabs */
.dcv2-filter-tab {
  padding: 8px 18px;
  border-radius: 50px;
  border: 1.5px solid rgba(59, 130, 246, 0.25);
  background: rgba(13, 31, 53, 0.06);
  font-size: 13px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  transition: all 0.18s ease;
}

.dcv2-filter-tab:hover {
  border-color: #3c47fb;
  color: #3c47fb;
  background: rgba(60, 71, 251, 0.06);
}

.dcv2-filter-tab.active {
  background: #0d1f35;
  border-color: #0d1f35;
  color: #fff;
}

/* Deal card */
.deal-card-v2 {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.deal-card-v2:hover {
  box-shadow: 0 6px 24px rgba(60, 71, 251, 0.12);
  transform: translateY(-2px);
  border-color: var(--gh-brand-border);
}

/* Card header */
.dcv2-logo-wrap {
  height: 36px;
  display: flex;
  align-items: center;
}

.dcv2-logo-img {
  max-height: 32px;
  max-width: 130px;
  width: auto;
  object-fit: contain;
}

.dcv2-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.dcv2-meta {
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 2px;
}

.dcv2-stars {
  color: #f59e0b;
  font-size: 11px;
  letter-spacing: 0.5px;
}

.dcv2-rating-num {
  color: #374151;
  font-weight: 600;
}

.dcv2-dot {
  color: #d1d5db;
}

.dcv2-cat-lbl {
  color: #6b7280;
}

.dcv2-verified-pill {
  font-size: 11px;
  font-weight: 600;
  color: var(--gh-brand);
  background: var(--gh-brand-soft);
  border: 1px solid var(--gh-brand-border);
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Offer */
.dcv2-offer {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}

/* Price */
.dcv2-price {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.dcv2-period {
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
}

/* Save badges */
.dcv2-save-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
}

.dcv2-badge-green {
  background: var(--gh-brand-soft);
  color: var(--gh-brand);
}
.dcv2-badge-blue {
  background: #dbeafe;
  color: #1d4ed8;
}
.dcv2-badge-orange {
  background: #fff7ed;
  color: #c2410c;
}
.dcv2-badge-yellow {
  background: #fef3c7;
  color: #92400e;
}

/* Features */
.dcv2-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dcv2-features li {
  font-size: 13px;
  color: #374151;
  padding: 3px 0;
  padding-left: 18px;
  position: relative;
}

.dcv2-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gh-brand);
  font-weight: 700;
}

/* Coupon code box */
.dcv2-coupon-row {
  background: var(--gh-brand-soft);
  border: 1.5px dashed var(--gh-brand-border);
  border-radius: 10px;
  padding: 10px 12px;
}

.dcv2-code-text {
  font-family: "Courier New", Courier, monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--gh-brand);
  letter-spacing: 0.06em;
}

.dcv2-copy-btn {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #1f2937;
  border: none;
  border-radius: 7px;
  padding: 5px 14px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.dcv2-copy-btn:hover {
  background: #111827;
}
.dcv2-copy-btn.dcv2-copied {
  background: var(--gh-brand);
}

/* Auto-applied row */
.dcv2-auto-row {
  background: var(--gh-brand-soft);
  border: 1.5px solid var(--gh-brand-border);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 500;
  /* color: var(--gh-brand); */
}

.dcv2-auto-icon {
  color: var(--gh-brand);
  font-size: 15px;
  flex-shrink: 0;
}

/* CTA button */
.dcv2-cta-btn {
  display: block;
  background: var(--gh-brand);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  padding: 11px 16px;
  border-radius: 10px;
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.dcv2-cta-btn:hover {
  background: var(--gh-brand-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(60, 71, 251, 0.3);
}

/* Footer meta */
.dcv2-foot-meta {
  font-size: 11px;
  color: #9ca3af;
  text-align: center;
  line-height: 1.5;
}

/* Bottom note */
.dcv2-bottom-note {
  font-size: 12px;
  color: #9ca3af;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Color enhancements ── */

.dcv2-verified-pill {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}

.dcv2-features li::before {
  color: #16a34a;
  font-weight: 800;
}

.dcv2-offer {
  color: #14532d;
}

.dcv2-price {
  color: #0f172a;
}

.dcv2-coupon-row {
  background: #dcfce7;
  border-color: #86efac;
}
.dcv2-code-text {
  color: #15803d;
}

.dcv2-auto-row {
  background: #dcfce7;
  border-color: #86efac;
}
.dcv2-auto-icon {
  color: #16a34a;
}

/* ── Compare Table Redesign ── */
.compare-card-wrapper {
  border-radius: 20px !important;
  overflow: hidden;
  padding: 0 !important;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid #e5e7eb !important;
}

.compare-table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: transparent;
  border: none !important;
}

.compare-table thead tr {
  background: linear-gradient(90deg, #04111f 0%, #0d1f35 100%);
}
.compare-table thead th {
  background: transparent !important;
  color: #8b95a8 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 1.4px !important;
  padding: 16px 14px !important;
  border: none !important;
  white-space: nowrap;
}

/* Featured row */
.compare-table tbody tr.ct-featured td {
  background: #eef1ff !important;
}
.compare-table tbody tr.ct-featured td:first-child {
  border-left: 4px solid var(--gh-brand) !important;
  padding-left: calc(1.5rem - 4px) !important;
}

/* Row separators */
.compare-table tbody tr {
  border-bottom: 1px solid #f3f4f6 !important;
}
.compare-table tbody tr:last-child {
  border-bottom: none !important;
}
.compare-table tbody tr:not(.ct-featured) td {
  background: #fff !important;
}
.compare-table tbody tr:not(.ct-featured):hover td {
  background: #f5f6ff !important;
  transition: background 0.18s;
}

.compare-table tbody td {
  padding: 18px 14px !important;
  border: none !important;
  vertical-align: middle !important;
}

/* Rank bubble */
.ct-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #f3f4f6;
  color: #9ca3af;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}
.ct-rank-1 {
  background: var(--gh-brand);
  color: #fff;
  box-shadow: 0 2px 8px rgba(60, 71, 251, 0.35);
}

/* Host cell layout */
.ct-host-cell {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Editor's pick badge */
.ct-pick-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  background: var(--gh-brand-soft);
  color: var(--gh-brand);
  border: 1px solid var(--gh-brand-border);
  padding: 2px 7px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

/* Best for */
.ct-best-for {
  font-size: 12px;
  color: #6b7280;
}

/* Price */
.ct-price {
  color: var(--gh-brand);
  font-weight: 800;
  font-size: 13px;
}

/* Discount */
.ct-discount {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 13px;
}

/* Uptime badge */
.ct-uptime {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--gh-brand-soft);
  color: var(--gh-brand);
  border: 1px solid var(--gh-brand-border);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
}
.ct-uptime::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--gh-brand);
  border-radius: 50%;
  flex-shrink: 0;
}

.ct-uptime-high {
  background: #e0e7ff;
  color: #3730a3;
  border-color: #c7d2fe;
}
.ct-uptime-high::before {
  background: #4f46e5;
}

/* Refund badge */
.ct-refund {
  display: inline-flex;
  align-items: center;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
}

.ct-refund-trial {
  background: #fff7ed;
  color: #c2410c;
  border-color: #fed7aa;
}

/* Rating */
.ct-rating {
  color: #f59e0b;
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
}

/* Buttons */
.btn-get-deal {
  padding: 7px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  white-space: nowrap;
  min-width: 86px;
}
.ct-btn-featured {
  padding: 9px 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  box-shadow: 0 3px 10px rgba(60, 71, 251, 0.3) !important;
  white-space: nowrap;
}
.ct-btn-featured:hover {
  box-shadow: 0 5px 16px rgba(60, 71, 251, 0.45) !important;
}

.table-provider-logo {
  height: 28px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

/* ============================================================
   SMART MATCH RESULT CARD — REDESIGN
   ============================================================ */

.sm-result-card {
  background: linear-gradient(140deg, #ffffff 0%, #eef2ff 55%, #f8faff 100%) !important;
  border: 1.5px solid rgba(60, 71, 251, 0.16);
  border-radius: 28px;
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 24px 64px rgba(60, 71, 251, 0.09),
    0 4px 16px rgba(0, 0, 0, 0.04);
}

/* Best-for badge */
.sm-best-badge {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(60, 71, 251, 0.12), rgba(60, 71, 251, 0.05));
  border: 1px solid rgba(60, 71, 251, 0.28);
  color: var(--gh-brand);
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 0.77rem;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(60, 71, 251, 0.12);
}

/* Brand block */
.sm-brand-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Offer title */
.sm-offer-title {
  font-size: 1.95rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

/* Offer description */
.sm-offer-desc {
  color: #475569;
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 500px;
  margin-bottom: 24px;
}

/* Social proof pill */
.sm-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #16a34a;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 30px;
}
.sm-proof-icon {
  width: 14px;
  height: 14px;
  color: #16a34a;
  flex-shrink: 0;
}

/* Dark Savings Card */
.sm-savings-card {
  background: linear-gradient(155deg, #0d1f35 0%, #091626 100%) !important;
  border: 1px solid rgba(60, 71, 251, 0.24) !important;
  border-top: 3px solid var(--gh-brand) !important;
  border-radius: 20px !important;
  padding: 30px 28px !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow:0 9px 24px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(60, 71, 251, 0.07) inset !important;
}

/* Corner geometric decoration */
.sm-savings-deco {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 88px;
  height: 88px;
  background: linear-gradient(135deg, rgba(60, 71, 251, 0.4), rgba(34, 197, 94, 0.18));
  transform: rotate(45deg);
  border-radius: 14px;
  pointer-events: none;
}

.sm-savings-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 2px;
}

/* .sm-savings-amount {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 5px;
} */

.sm-savings-sub {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  margin-bottom: 0;
}

/* Deal tag amber */
.sm-deal-tag {
  font-size: 11px;
  font-weight: 700;
  background: rgba(251, 191, 36, 0.14);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.3);
  padding: 4px 11px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Separator */
.sm-savings-sep {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.sm-coupon-label {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.sm-coupon-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px dashed rgba(60, 71, 251, 0.45);
  border-radius: 10px;
  padding: 10px 8px 10px 16px;
}

.sm-coupon-code {
  color: var(--gh-brand-light);
  font-weight: 800;
  font-size: 0.93rem;
  letter-spacing: 2.5px;
  font-family: "Courier New", Courier, monospace;
}

.sm-copy-btn {
  background: #ffffff;
  color: #1a1a2e;
  font-size: 0.74rem;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.sm-copy-btn:hover,
.sm-copy-btn.copied {
  background: #22c55e;
  color: #fff;
}

.btn-sm-deal {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gh-brand);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 15px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 6px 22px rgba(60, 71, 251, 0.45);
  letter-spacing: 0.3px;
  white-space: nowrap;
}
.btn-sm-deal:hover {
  background: var(--gh-brand-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(60, 71, 251, 0.55);
}
.btn-sm-deal.d-block {
  display: flex;
}

.sm-starts-at {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.77rem;
}
.sm-starts-at strong {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .sm-result-card {
    padding: 30px 24px;
  }
  .sm-offer-title {
    font-size: 1.55rem;
  }
  .sm-savings-amount {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .sm-result-card {
    padding: 24px 18px;
  }
  .sm-offer-title {
    font-size: 1.35rem;
  }
  .sm-savings-amount {
    font-size: 2.1rem;
  }
  .sm-orb--blue {
    width: 220px;
    height: 220px;
  }
}

/* ============================================================
   CTA SECTION — DARK CARD REDESIGN
   ============================================================ */

.cta-dark-card {
  background: linear-gradient(135deg, #04111f 0%, #0d1f35 50%, #091626 100%);
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(60, 71, 251, 0.12) inset;
}

/* Central radial glow — matches screenshot's blue halo */
.cta-glow-orb {
  position: absolute;
  width: 560px;
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(60, 71, 251, 0.28) 0%, transparent 68%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.cta-dark-title {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin-bottom: 18px;
}

/* "full price" uses a lighter periwinkle so it pops on the dark card */
.cta-price-highlight {
  color: #7b90ff;
}

.cta-dark-body {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 36px;
}

.cta-dark-actions {
  margin-bottom: 28px;
}

.btn-cta-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--gh-brand);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
  box-shadow: 0 6px 24px rgba(60, 71, 251, 0.5);
  letter-spacing: 0.2px;
}
.btn-cta-dark:hover {
  background: var(--gh-brand-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(60, 71, 251, 0.62);
}
.btn-cta-dark [data-lucide] {
  width: 16px;
  height: 16px;
}

/* Trust row */
.cta-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.8rem;
  font-weight: 500;
}
.cta-chk {
  width: 13px !important;
  height: 13px !important;
  color: rgba(255, 255, 255, 0.4);
  margin-right: 4px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .cta-dark-card {
    padding: 56px 28px;
    border-radius: 20px;
  }
  .cta-trust-row {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .cta-dark-card {
    padding: 44px 20px;
    border-radius: 16px;
  }
  .cta-dark-title {
    font-size: 1.65rem;
  }
  .cta-trust-row {
    flex-direction: column;
    gap: 8px;
  }
}
