/* ========================================
   LIGHT THEME
======================================== */

body.light {
  --bg: #f5f7fb;
  --bg-soft: #ffffff;
  --bg-elevated: rgba(255, 255, 255, 0.94);

  --surface: #ffffff;
  --surface-soft: #f3f6fb;
  --surface-soft-2: #eef3f9;
  --surface-line: rgba(15, 23, 42, 0.08);
  --surface-line-strong: rgba(15, 23, 42, 0.14);

  --text: #0f172a;
  --text-soft: #334155;
  --text-muted: #64748b;

  --primary: #16a34a;
  --primary-strong: #15803d;
  --secondary: #22c55e;

  --success: #16a34a;
  --warning: #f59e0b;
  --danger: #ef4444;

  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.12);
  --shadow-md: 0 14px 32px rgba(15, 23, 42, 0.08);
  --shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.06);

  background: linear-gradient(180deg, #f9fbfc 0%, #f6f8fb 55%, #f7f9fc 100%);
  color: var(--text);
}

body.light ::selection {
  background: rgba(22, 163, 74, 0.16);
  color: var(--text);
}

/* ========================================
   HEADER / NAV
======================================== */

body.light .site-header {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.055);
  box-shadow: none;
}

body.light .site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.045);
}

body.light .navbar-dark .navbar-nav .nav-link,
body.light .navbar .nav-link {
  color: var(--text-soft);
}

body.light .navbar-dark .navbar-nav .nav-link:hover,
body.light .navbar .nav-link:hover,
body.light .navbar-dark .navbar-nav .nav-link:focus,
body.light .navbar .nav-link:focus {
  color: var(--primary);
}

body.light .brand,
body.light .navbar-brand {
  color: var(--text);
}

body.light .menu-toggle::before,
body.light .menu-toggle::after {
  background: var(--text);
}

/* ========================================
   GENERAL CONTENT
======================================== */

body.light .hero-section {
  background: linear-gradient(180deg, #f9fbfc 0%, #f6f8fb 55%, #f7f9fc 100%);
}

body.light .hero-copy h1,
body.light .hero-section h1,
body.light .section-heading h2,
body.light .service-card h3,
body.light .plan-card h3,
body.light .support-card h3,
body.light .infra-card h2,
body.light .info-card strong,
body.light .login-cta h2,
body.light .site-footer h3,
body.light .footer-brand {
  color: var(--text);
}

body.light .hero-copy p,
body.light .hero-section p,
body.light .hero-text,
body.light .section-heading p,
body.light .service-card p,
body.light .plan-card p,
body.light .support-card p,
body.light .infra-card p,
body.light .login-cta p,
body.light .info-row span,
body.light .footer-copy,
body.light .footer-bottom p,
body.light .site-footer a,
body.light .site-footer li {
  color: var(--text-soft);
}

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

body.light .eyebrow::before {
  background: rgba(22, 163, 74, 0.28);
}

body.light .section-soft {
  background: #f3f6f8;
  background-image: none;
  border-top: 1px solid rgba(15, 23, 42, 0.04);
  border-bottom: 1px solid rgba(15, 23, 42, 0.04);
}

/* ========================================
   PANELS / CARDS
======================================== */

body.light .panel-card,
body.light .panel-main,
body.light .info-card,
body.light .service-card,
body.light .plan-card,
body.light .support-card,
body.light .infra-card,
body.light .login-cta,
body.light .help-item,
body.light .trust-item {
  background: #ffffff;
  background-image: none;
  border: 1px solid var(--surface-line);
  box-shadow: var(--shadow-sm);
}

body.light .panel-dot {
  background: #cbd5e1;
}

body.light .panel-block {
  background: #ffffff;
  background-image: none;
  border: 1px solid rgba(15, 23, 42, 0.075);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.028);
}

body.light .panel-block small,
body.light .period,
body.light .plan-description,
body.light .footer-bottom p {
  color: var(--text-muted);
}

body.light .floating-card {
  background: rgba(255, 255, 255, 0.94);
  color: var(--text);
  border: 1px solid var(--surface-line);
  box-shadow: var(--shadow-md);
}

/* ========================================
   ICONS
======================================== */

body.light .mini-icon,
body.light .service-icon,
body.light .trust-icon,
body.light .help-icon {
  background: rgba(22, 163, 74, 0.075);
  background-image: none;
  color: var(--primary);
  border: 1px solid rgba(22, 163, 74, 0.14);
}

body.light .icon-svg,
body.light .service-header .icon-svg {
  stroke: var(--primary);
}

/* ========================================
   HOVERS
======================================== */

body.light .help-item:hover,
body.light .service-card:hover,
body.light .plan-card:hover,
body.light .support-card:hover,
body.light .infra-card:hover {
  border-color: rgba(22, 163, 74, 0.18);
  box-shadow: var(--shadow-md);
}

/* ========================================
   PLANS
======================================== */

body.light .plan-tag {
  background: rgba(22, 163, 74, 0.075);
  color: var(--primary-strong);
  border: 1px solid rgba(22, 163, 74, 0.14);
}

body.light .popular-badge {
  color: #fff;
  background: var(--primary);
  background-image: none;
  border-color: var(--primary);
  box-shadow: var(--shadow-sm);
}

body.light .plan-card.featured {
  border-color: rgba(22, 163, 74, 0.22);
  box-shadow: 0 18px 40px rgba(22, 163, 74, 0.08);
}

body.light .price {
  color: var(--text);
}

body.light .feature-list li {
  color: var(--text-soft);
}

/* ========================================
   BUTTONS
======================================== */

body.light .btn {
  border-radius: var(--radius-sm);
}

body.light .btn-primary-modern {
  background: var(--primary);
  background-image: none;
  color: #fff;
  border: 1px solid var(--primary);
  box-shadow: 0 5px 14px rgba(22, 163, 74, 0.14);
}

body.light .btn-primary-modern:hover,
body.light .btn-primary-modern:focus {
  background: var(--primary-strong);
  background-image: none;
  border-color: var(--primary-strong);
  color: #fff;
  box-shadow: 0 8px 18px rgba(22, 163, 74, 0.18);
}

body.light .btn-ghost {
  border: 1px solid var(--surface-line-strong);
  background: #ffffff;
  color: var(--text);
  box-shadow: var(--shadow-sm);
}

body.light .btn-ghost:hover,
body.light .btn-ghost:focus {
  background: var(--surface-soft);
  color: var(--text);
  border-color: rgba(22, 163, 74, 0.18);
}

/* ========================================
   TABLES / FORMS
======================================== */

body.light .table {
  --bs-table-bg: #ffffff;
  --bs-table-color: var(--text);
  --bs-table-border-color: rgba(15, 23, 42, 0.08);
}

body.light .table thead {
  background: var(--surface-soft);
}

body.light .table th {
  color: var(--text-soft);
}

body.light .table td {
  color: var(--text);
}

body.light .table tbody tr:hover {
  background: #f8fbff;
}

body.light input,
body.light select,
body.light textarea,
body.light .form-control,
body.light .form-select {
  background: #ffffff;
  color: var(--text);
  border: 1px solid var(--surface-line-strong);
  box-shadow: none;
}

body.light input::placeholder,
body.light textarea::placeholder,
body.light .form-control::placeholder {
  color: #94a3b8;
}

body.light input:focus,
body.light select:focus,
body.light textarea:focus,
body.light .form-control:focus,
body.light .form-select:focus {
  background: #ffffff;
  color: var(--text);
  border-color: rgba(22, 163, 74, 0.45);
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.10);
}

/* ========================================
   LOGIN CTA / FOOTER
======================================== */

body.light .login-cta {
  background: #ffffff;
  background-image: none;
}

body.light .site-footer {
  background: #edf3f9;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

body.light .site-footer a:hover {
  color: var(--primary-strong);
}

body.light .footer-bottom {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

body.light svg {
  color: inherit;
}


/* ========================================
   PREMIUM PUBLIC REFRESH — 2026-08-14
   Consistencia visual global de la web pública.
======================================== */

body.light {
  --bw-green: #16a34a;
  --bw-green-hover: #15803d;
  --bw-green-soft: rgba(22, 163, 74, 0.075);
  --bw-green-border: rgba(22, 163, 74, 0.18);
  --bw-border: rgba(15, 23, 42, 0.085);
}

body.light main {
  background: #f7f9fc;
}

body.light .section {
  background: #f7f9fc;
}

body.light .section-soft {
  background: #f3f6f8;
  background-image: none;
}

body.light .site-header .nav-link {
  font-weight: 500;
}

body.light .site-header .btn-primary-modern {
  min-height: 38px;
  padding: 8px 17px;
  border-radius: 10px;
  box-shadow: none;
}

body.light .btn-primary-modern,
body.light a.btn-primary-modern,
body.light button.btn-primary-modern {
  border-radius: 10px;
  font-weight: 650;
  letter-spacing: -0.01em;
  transition: background-color 0.18s ease,
              border-color 0.18s ease,
              box-shadow 0.18s ease,
              transform 0.18s ease;
}

body.light .btn-primary-modern:hover,
body.light .btn-primary-modern:focus {
  transform: translateY(-1px);
}

body.light .btn-primary-modern:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(22, 163, 74, 0.14);
}

body.light .btn-ghost {
  border-radius: 10px;
  box-shadow: none;
}

body.light .btn-ghost:hover,
body.light .btn-ghost:focus {
  color: var(--primary-strong);
  background: #f8fbf9;
  border-color: var(--bw-green-border);
}

body.light .home-hero-title {
  color: var(--text);
  letter-spacing: -0.045em;
  line-height: 0.99;
  font-weight: 550;
}

body.light .hero-text {
  line-height: 1.58;
}

body.light .eyebrow {
  letter-spacing: 0.12em;
  font-weight: 700;
}

body.light .section-heading h2 {
  letter-spacing: -0.04em;
  line-height: 1.05;
  font-weight: 640;
}

body.light .trust-row {
  gap: 24px;
  margin-top: 25px;
}

body.light .trust-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
  gap: 8px;
  color: #263447;
  font-size: 0.91rem;
  font-weight: 500;
}

body.light .trust-icon {
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  background-image: none;
  box-shadow: none;
}

body.light .trust-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--primary);
}

body.light .panel-card,
body.light .panel-main {
  background: #fff;
  background-image: none;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 25px;
  box-shadow: 0 28px 65px rgba(15, 23, 42, 0.075),
              0 2px 6px rgba(15, 23, 42, 0.025);
}

body.light .panel-top {
  background: #fff;
  background-image: none;
  border-bottom: 1px solid rgba(15, 23, 42, 0.055);
}

body.light .panel-dot {
  background: #d3dae3;
}

body.light .panel-body {
  padding: 16px;
  gap: 11px;
}

body.light .panel-block {
  border-radius: 15px;
  padding: 14px 15px;
  transition: border-color 0.18s ease,
              transform 0.18s ease,
              box-shadow 0.18s ease;
}

body.light .panel-block:hover {
  transform: translateY(-1px);
  border-color: var(--bw-green-border);
  box-shadow: 0 9px 22px rgba(15, 23, 42, 0.045);
}

body.light .mini-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  box-shadow: none;
}

body.light .mini-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--primary);
}

body.light .panel-block strong {
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 680;
  letter-spacing: -0.015em;
}

body.light .panel-block small {
  font-size: 0.84rem;
  margin-top: 2px;
}

body.light .floating-card {
  background: rgba(255, 255, 255, 0.97);
  background-image: none;
  border: 1px solid rgba(15, 23, 42, 0.075);
  border-radius: 11px;
  padding: 9px 13px;
  color: #334155;
  font-size: 0.82rem;
  font-weight: 650;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.065);
}

body.light .floating-card::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  vertical-align: 2px;
  background: var(--primary);
  border-radius: 999px;
}

body.light .service-card,
body.light .plan-card,
body.light .support-card,
body.light .info-card,
body.light .infra-card,
body.light .login-cta,
body.light .help-item {
  background: #fff;
  background-image: none;
  border-color: rgba(15, 23, 42, 0.075);
  box-shadow: 0 7px 22px rgba(15, 23, 42, 0.032);
}

body.light .service-card {
  border-radius: 20px;
  transition: transform 0.2s ease,
              border-color 0.2s ease,
              box-shadow 0.2s ease;
}

body.light .service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(22, 163, 74, 0.22);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.065);
}

body.light .service-card h3 {
  letter-spacing: -0.025em;
  font-weight: 650;
}

body.light .service-arrow {
  background: #fff;
  background-image: none;
  border: 1px solid rgba(15, 23, 42, 0.10);
  color: #475569;
  box-shadow: none;
}

body.light .service-link-card:hover .service-arrow {
  background: var(--primary);
  background-image: none;
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 6px 14px rgba(22, 163, 74, 0.15);
}

body.light .support-card:hover,
body.light .infra-card:hover,
body.light .help-item:hover,
body.light .plan-card:hover {
  border-color: rgba(22, 163, 74, 0.20);
  box-shadow: 0 13px 28px rgba(15, 23, 42, 0.055);
}

body.light .login-cta {
  border-radius: 20px;
}

body.light .table tbody tr:hover {
  background: #f8fbf9;
}

body.light a:not(.btn):hover {
  color: var(--primary-strong);
}

@media (max-width: 991.98px) {
  body.light .trust-row {
    gap: 16px 20px;
  }

  body.light .floating-card {
    display: none;
  }
}

@media (max-width: 575.98px) {
  body.light .trust-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  body.light .home-hero-title {
    line-height: 1.02;
  }
}

/* ========================================
   PUBLIC PLAN ICONS
   Same visual language across Hosting / VPS / Dedicated
======================================== */

body.light .plan-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  margin-bottom: 16px;
}

body.light .plan-card.featured .plan-card-top {
  padding-right: 96px;
}

body.light .plan-card-top .plan-tag {
  margin: 0;
}

body.light .plan-kind-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;
  border-radius: 10px;
  color: var(--primary);
  background: rgba(22, 163, 74, 0.07);
  border: 1px solid rgba(22, 163, 74, 0.15);
  box-shadow: none;
}

body.light .plan-kind-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.light .plan-card:hover .plan-kind-icon,
body.light .plan-card.featured .plan-kind-icon {
  background: rgba(22, 163, 74, 0.10);
  border-color: rgba(22, 163, 74, 0.22);
}

@media (max-width: 520px) {
  body.light .plan-card.featured .plan-card-top {
    padding-right: 0;
  }
}

/* ========================================
   COMMERCIAL PLAN HEADERS — CLEAN TOP
   VPS / Dedicated: same hierarchy as Hosting
======================================== */

body.light .public-plan-grid > .plan-card .public-plan-card-top {
  min-height: 0;
  margin-bottom: 16px;
  gap: 0;
}

body.light .public-plan-grid > .plan-card.featured .public-plan-card-top {
  padding-right: 92px;
}

body.light .public-plan-grid > .plan-card .public-plan-card-top .plan-tag {
  padding: .34rem .68rem;
  font-size: .68rem;
  letter-spacing: .065em;
}

body.light .public-plan-grid > .plan-card .popular-badge {
  padding: .40rem .72rem;
  font-size: .66rem;
  letter-spacing: .055em;
}

body.light .public-plan-grid > .plan-card h3 {
  margin-top: 0;
}

@media (max-width: 520px) {
  body.light .public-plan-grid > .plan-card.featured .public-plan-card-top {
    padding-right: 0;
  }
}


/* ========================================
   DYNAMIC PUBLIC CATALOG GRIDS
   VPS / Dedicated rendered from products + product_meta
======================================== */

body.light .catalog-plan-grid.catalog-plan-grid-count-1 {
  grid-template-columns: minmax(0, 390px);
  justify-content: center;
}

body.light .catalog-plan-grid.catalog-plan-grid-count-2 {
  grid-template-columns: repeat(2, minmax(0, 390px));
  justify-content: center;
}

body.light .catalog-plan-grid.catalog-plan-grid-count-4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

body.light .catalog-plan-grid.catalog-plan-grid-count-5,
body.light .catalog-plan-grid.catalog-plan-grid-count-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.light .public-catalog-empty {
  max-width: 720px;
  margin: 0 auto;
  padding: 22px 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 16px;
  background: #fff;
  color: #64748b;
  text-align: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.035);
}

@media (max-width: 767.98px) {
  body.light .catalog-plan-grid.catalog-plan-grid-count-1,
  body.light .catalog-plan-grid.catalog-plan-grid-count-2,
  body.light .catalog-plan-grid.catalog-plan-grid-count-4,
  body.light .catalog-plan-grid.catalog-plan-grid-count-5,
  body.light .catalog-plan-grid.catalog-plan-grid-count-6 {
    grid-template-columns: 1fr;
    max-width: none;
  }
}

/* ========================================
   PUBLIC PLAN CARDS — BAIRESWEB POLISH 2026-08-15
   Web Hosting / VPS / Dedicated
======================================== */

body.light .hosting-plan-grid,
body.light .public-plan-grid {
  gap: 22px !important;
  align-items: stretch !important;
}

body.light .hosting-plan-grid > .plan-card,
body.light .public-plan-grid > .plan-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 27px 27px 25px !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #e3e8ee !important;
  border-radius: 20px !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .045) !important;
  transform: none !important;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

body.light .hosting-plan-grid > .plan-card:hover,
body.light .public-plan-grid > .plan-card:hover {
  border-color: rgba(22, 163, 74, .32) !important;
  box-shadow: 0 16px 34px rgba(15, 23, 42, .07) !important;
  transform: translateY(-2px) !important;
}

body.light .hosting-plan-grid > .plan-card.featured,
body.light .public-plan-grid > .plan-card.featured {
  border: 1.5px solid rgba(22, 163, 74, .38) !important;
  background: #fff !important;
  background-image: none !important;
  box-shadow: 0 17px 38px rgba(22, 163, 74, .09) !important;
}

body.light .hosting-plan-grid > .plan-card.featured:hover,
body.light .public-plan-grid > .plan-card.featured:hover {
  border-color: rgba(22, 163, 74, .55) !important;
  box-shadow: 0 20px 42px rgba(22, 163, 74, .12) !important;
}

body.light .hosting-plan-card-top,
body.light .public-plan-card-top,
body.light .plan-card-top {
  min-height: 30px !important;
  margin: 0 0 17px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

body.light .plan-card.featured .hosting-plan-card-top,
body.light .plan-card.featured .public-plan-card-top,
body.light .plan-card.featured .plan-card-top {
  padding-right: 0 !important;
}

body.light .plan-card .plan-tag {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 11px !important;
  margin: 0 !important;
  border: 1px solid rgba(22, 163, 74, .15) !important;
  border-radius: 999px !important;
  background: rgba(22, 163, 74, .065) !important;
  background-image: none !important;
  color: #15803d !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  letter-spacing: .065em !important;
  text-transform: uppercase !important;
}

body.light .plan-card .popular-badge {
  position: absolute !important;
  top: -13px !important;
  right: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #16a34a !important;
  background-image: none !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
  box-shadow: 0 7px 16px rgba(22, 163, 74, .18) !important;
}

body.light .plan-card h3 {
  margin: 0 0 9px !important;
  color: #0f172a !important;
  font-size: 1.58rem !important;
  font-weight: 650 !important;
  line-height: 1.12 !important;
  letter-spacing: -.025em !important;
}

body.light .plan-card .plan-description {
  min-height: 0 !important;
  margin: 0 0 20px !important;
  color: #475569 !important;
  font-size: .94rem !important;
  line-height: 1.52 !important;
}

body.light .plan-card .plan-price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  text-align: left !important;
}

body.light .plan-card .price {
  color: #0f172a !important;
  font-size: 1.72rem !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  letter-spacing: -.035em !important;
}

body.light .plan-card .period {
  margin-top: 6px !important;
  color: #64748b !important;
  font-size: .82rem !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

body.light .plan-card .feature-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 11px !important;
  flex: 1 !important;
  margin: 0 0 25px !important;
  padding: 0 !important;
  list-style: none !important;
}

body.light .plan-card .feature-list li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 21px !important;
  color: #334155 !important;
  font-size: .92rem !important;
  line-height: 1.4 !important;
}

body.light .plan-card .feature-list li::before {
  content: "" !important;
  position: absolute !important;
  left: 1px !important;
  top: .56em !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #16a34a !important;
  box-shadow: none !important;
}

body.light .plan-card > .btn,
body.light .plan-card .btn.w-100 {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: auto !important;
  padding: 0 17px !important;
  border-radius: 11px !important;
  font-size: .91rem !important;
  font-weight: 700 !important;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease !important;
}

body.light .plan-card .btn-ghost {
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #dce2e8 !important;
  color: #0f172a !important;
  box-shadow: none !important;
}

body.light .plan-card .btn-ghost:hover {
  background: #f8fafc !important;
  border-color: rgba(22, 163, 74, .35) !important;
  color: #15803d !important;
}

body.light .plan-card .btn-primary-modern {
  background: #16a34a !important;
  background-image: none !important;
  border-color: #16a34a !important;
  color: #fff !important;
  box-shadow: 0 8px 19px rgba(22, 163, 74, .17) !important;
}

body.light .plan-card .btn-primary-modern:hover {
  background: #15803d !important;
  border-color: #15803d !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 11px 23px rgba(22, 163, 74, .21) !important;
}

body.light .hosting-group-note {
  margin-top: 23px !important;
  color: #64748b !important;
  font-size: .84rem !important;
  line-height: 1.45 !important;
}

@media (max-width: 640px) {
  body.light .hosting-plan-grid > .plan-card,
  body.light .public-plan-grid > .plan-card {
    padding: 23px 21px 21px !important;
    border-radius: 17px !important;
  }

  body.light .plan-card h3 {
    font-size: 1.45rem !important;
  }

  body.light .plan-card .price {
    font-size: 1.58rem !important;
  }

  body.light .plan-card .popular-badge {
    right: 16px !important;
  }
}

/* =========================================================
   ACCESSIBILITY CONTRAST — 2026-08-15
   Keeps the approved green palette while meeting stronger
   contrast on small text and primary actions.
   ========================================================= */
body.light .eyebrow {
  color: #15803d;
}

body.light .btn-primary-modern,
body.light a.btn-primary-modern,
body.light button.btn-primary-modern {
  background: #15803d;
  border-color: #15803d;
  color: #ffffff;
}

body.light .btn-primary-modern:hover,
body.light .btn-primary-modern:focus,
body.light a.btn-primary-modern:hover,
body.light a.btn-primary-modern:focus,
body.light button.btn-primary-modern:hover,
body.light button.btn-primary-modern:focus {
  background: #166534;
  border-color: #166534;
  color: #ffffff;
}

body.light .footer-bottom p,
body.light .footer-links a,
body.light .footer-consumer-links a {
  color: #526176 !important;
}

body.light .footer-consumer-links a:hover,
body.light .footer-consumer-links a:focus {
  color: #166534 !important;
}
