/* Anthost brand refresh - clean, compact, offer-first UI. */
:root {
  --anthost-blue: #1e489d;
  --anthost-violet: #1a0e5e;
  --anthost-ink: #151827;
  --anthost-text: #313747;
  --anthost-muted: #697386;
  --anthost-line: #e5e9f2;
  --anthost-soft: #f7f9fd;
  --anthost-surface: #ffffff;
  --anthost-radius: 8px;
  --anthost-shadow: 0 16px 36px rgba(26, 14, 94, .10);
  --anthost-gradient: linear-gradient(135deg, var(--anthost-blue), var(--anthost-violet));
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff !important;
  color: var(--anthost-text) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a,
button,
.btn-primary,
.btn-secondary,
.pricing-btn,
.cloud-btn,
.btn-order,
.cta-button {
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.top-promo-bar {
  background: var(--anthost-gradient) !important;
  color: #fff !important;
  padding: 8px 16px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.promo-highlight {
  background: rgba(255, 255, 255, .14) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px !important;
  padding: 3px 9px !important;
}

.promo-link {
  color: #fff !important;
  font-weight: 800 !important;
  text-underline-offset: 3px;
}

.header-top-area {
  display: none !important;
}

header.custom-header {
  position: sticky !important;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid var(--anthost-line);
  box-shadow: 0 8px 22px rgba(21, 24, 39, .06) !important;
  backdrop-filter: blur(10px);
}

.custom-container {
  max-width: 1240px !important;
  height: 66px !important;
  padding: 0 22px !important;
}

.custom-logo img {
  height: 36px !important;
  width: auto;
}

.custom-nav {
  gap: 20px !important;
  align-items: center;
}

.custom-nav a {
  color: var(--anthost-ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2;
}

.custom-nav a:hover,
.custom-dropdown:hover > a {
  color: var(--anthost-blue) !important;
}

.custom-dropdown > a::after {
  font-size: 10px !important;
  margin-left: 6px !important;
}

.custom-dropdown .custom-dropdown-menu {
  width: 248px !important;
  border: 1px solid var(--anthost-line) !important;
  border-radius: var(--anthost-radius) !important;
  box-shadow: var(--anthost-shadow) !important;
  padding: 8px !important;
}

.custom-dropdown-menu a {
  border-radius: 6px;
  padding: 10px 12px !important;
  color: var(--anthost-text) !important;
  font-size: 13px !important;
}

.custom-dropdown-menu a:hover {
  background: #f2f5fb !important;
}

.custom-mobile-menu {
  top: 66px !important;
  border-radius: 0 !important;
}

.hero-area,
.hero-xeon,
.about-area {
  min-height: 0 !important;
  background:
    radial-gradient(circle at 86% 12%, rgba(30, 72, 157, .13), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f7f9fd 100%) !important;
  color: var(--anthost-ink) !important;
  padding: 54px 20px 48px !important;
  overflow: hidden;
  clip-path: none !important;
}

.hero-area .container,
.hero-xeon .overlay,
.about-area .container {
  max-width: 1180px !important;
  margin: 0 auto !important;
  background: transparent !important;
  padding: 0 !important;
}

.hero-xeon .overlay {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
  z-index: auto !important;
}

.hero-wrapper,
.hero-xeon .hero-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(280px, .78fr) !important;
  gap: 42px !important;
  align-items: center !important;
}

.hero-text,
.hero-image,
.hero-xeon .hero-left,
.hero-xeon .hero-right {
  opacity: 1 !important;
  transform: none !important;
  min-width: 0 !important;
}

.hero-text h1,
.hero-xeon h1,
.hero-left h1,
.about-heading h1,
.about-heading h2,
.about-title-white {
  color: var(--anthost-ink) !important;
  font-size: clamp(2rem, 3.7vw, 3.35rem) !important;
  line-height: 1.08 !important;
  max-width: 720px !important;
  margin: 0 0 18px !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: none !important;
}

.hero-text p,
.hero-xeon .subtitle,
.hero-left .subtitle,
.hero-xeon p,
.about-heading p,
.about-heading a.about-link-white {
  color: var(--anthost-muted) !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  max-width: 660px !important;
  text-shadow: none !important;
}

.hero-image,
.hero-xeon .hero-right {
  justify-self: end !important;
  width: 100%;
  max-width: 430px !important;
  background: #fff !important;
  border: 1px solid var(--anthost-line);
  border-radius: var(--anthost-radius);
  box-shadow: var(--anthost-shadow);
  padding: 22px !important;
}

.hero-image img,
.hero-xeon .hero-right img {
  display: block;
  max-height: 300px !important;
  object-fit: contain;
  margin: 0 auto;
}

.hero-xeon .features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 14px !important;
  padding: 0 !important;
  margin: 20px 0 0 !important;
  list-style: none !important;
}

.hero-xeon .features li {
  color: var(--anthost-text) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  background: #fff;
  border: 1px solid var(--anthost-line);
  border-radius: 999px;
  padding: 8px 12px !important;
}

.hero-button {
  margin-top: 24px !important;
  text-align: left !important;
}

.hero-button a,
.hero-btns a,
.btn-primary,
.pricing-btn,
.cloud-btn,
.btn-order,
.cta-button,
.about-area .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px !important;
  border-radius: 6px !important;
  border: 1px solid transparent !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  text-align: center;
  box-shadow: none !important;
}

.hero-btns {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-top: 26px;
}

.hero-btns a,
.hero-button a {
  width: auto !important;
  min-width: 210px;
}

.hero-btns br {
  display: none !important;
}

.btn-primary,
.hero-button a,
.pricing-btn.blue-btn,
.btn-order,
.cta-button,
.about-area .btn-primary {
  background: var(--anthost-gradient) !important;
  color: #fff !important;
}

.btn-primary:hover,
.hero-button a:hover,
.pricing-btn.blue-btn:hover,
.btn-order:hover,
.cta-button:hover,
.about-area .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(30, 72, 157, .22) !important;
  color: #fff !important;
}

.btn-secondary,
.cloud-btn {
  background: #fff !important;
  color: var(--anthost-blue) !important;
  border-color: #ccd6e8 !important;
}

.btn-secondary:hover,
.cloud-btn:hover {
  background: #f2f5fb !important;
  color: var(--anthost-violet) !important;
}

.blog-1-area,
.pricing-table-area,
.dedicated-plans,
.minecraft-hosting-plan-area,
.gmod-hosting-plan-area,
.arma-hosting-plan-area,
.fivem-hosting-plan-area,
.nova-life-hosting-plan-area,
.game-selection-area {
  background: #fff !important;
  padding: 56px 20px !important;
}

.pricing-table-area .container,
.dedicated-plans,
.minecraft-hosting-plan-area .container,
.gmod-hosting-plan-area .container,
.arma-hosting-plan-area .container,
.fivem-hosting-plan-area .container,
.nova-life-hosting-plan-area .container,
.game-selection-area .container {
  max-width: 1180px !important;
  margin: 0 auto !important;
}

.section-title,
.section-title.text-center {
  max-width: 780px;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

.section-title h2,
.dedicated-plans > .section-title,
.cloud-register-heading h2 {
  color: var(--anthost-ink) !important;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem) !important;
  line-height: 1.18 !important;
  margin-bottom: 12px !important;
  letter-spacing: 0 !important;
}

.section-title span,
.pricing-title {
  color: var(--anthost-blue) !important;
}

.section-title img {
  display: none !important;
}

.section-title p,
.feature-card p,
.power-right p,
.description {
  color: var(--anthost-muted) !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.pricing-table-area .row,
.dedicated-cards,
.hosting-plan-cards,
.game-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)) !important;
  gap: 18px !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 !important;
}

.pricing-table-area .col,
.hosting-plan-cards [class*="col-"] {
  width: auto !important;
  max-width: none !important;
  flex: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.feature-card,
.pricing-card,
.dedicated-card,
.single-hosting-price,
.game-card,
.custom-plan-card {
  background: #fff !important;
  border: 1px solid var(--anthost-line) !important;
  border-radius: var(--anthost-radius) !important;
  box-shadow: none !important;
  padding: 22px !important;
  height: 100% !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.feature-card:hover,
.pricing-card:hover,
.dedicated-card:hover,
.single-hosting-price:hover,
.game-card:hover,
.custom-plan-card:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(30, 72, 157, .34) !important;
  box-shadow: var(--anthost-shadow) !important;
}

.pricing-card:before,
.dedicated-card:before,
.single-hosting-price:before {
  content: "";
  display: block;
  height: 3px;
  width: 48px;
  border-radius: 999px;
  background: var(--anthost-gradient);
  margin-bottom: 18px;
}

.pricing-title,
.dedicated-card h3,
.single-hosting-price h3,
.single-hosting-price h4,
.custom-plan-card h2,
.game-card h3 {
  color: var(--anthost-ink) !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}

.pricing-price,
.price,
.dedicated-card .price,
.price-display {
  color: var(--anthost-blue) !important;
  font-size: 28px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  margin: 14px 0 18px !important;
  white-space: normal !important;
}

.pricing-price strong,
.price span,
.dedicated-card .price span {
  color: var(--anthost-muted) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.pricing-features,
.dedicated-card ul,
.single-hosting-price ul,
.custom-plan-card ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}

.pricing-card .btn-primary,
.dedicated-card .btn-order,
.single-hosting-price .btn-primary,
.single-hosting-price .pricing-btn,
.custom-plan-card .pricing-btn {
  width: 100% !important;
}

.pricing-features li,
.dedicated-card li,
.single-hosting-price li,
.custom-plan-card li {
  color: var(--anthost-text) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  padding: 8px 0 !important;
  border-bottom: 1px solid #eef1f6;
}

.pricing-features li:last-child,
.dedicated-card li:last-child,
.single-hosting-price li:last-child,
.custom-plan-card li:last-child {
  border-bottom: 0;
}

.pricing-features i {
  color: var(--anthost-blue) !important;
}

.power-area {
  padding: 58px 20px !important;
  background: var(--anthost-soft) !important;
}

.power-left img {
  max-height: 320px !important;
  object-fit: contain;
}

.power-right h4 {
  color: var(--anthost-blue) !important;
  font-size: 13px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

.power-right h2 {
  color: var(--anthost-ink) !important;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem) !important;
  line-height: 1.2 !important;
}

.about-heading,
.about-heading.about-text-white {
  background: transparent !important;
  color: var(--anthost-ink) !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
}

.about-links,
.about-links a,
.about-links li {
  color: var(--anthost-muted) !important;
}

.cloud-register-area {
  background: var(--anthost-gradient) !important;
  color: #fff !important;
  padding: 58px 20px !important;
  clip-path: none !important;
}

.cloud-register-heading h2,
.cloud-register-heading p {
  color: #fff !important;
}

.cloud-icon {
  display: none !important;
}

.footer-area-new {
  background: #101426 !important;
}

.footer-description-new,
.footer-copy-new,
.footer-link-new {
  color: #d7deea !important;
}

.footer-heading-new {
  color: #fff !important;
}

@media (max-width: 992px) {
  .hero-wrapper,
  .hero-xeon .hero-content {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .hero-image,
  .hero-xeon .hero-right {
    justify-self: stretch !important;
    max-width: none !important;
  }

  .custom-nav {
    display: none !important;
  }

  .custom-mobile-menu-button {
    display: block !important;
  }
}

@media (max-width: 640px) {
  .top-promo-bar {
    display: none !important;
  }

  .custom-container {
    height: 60px !important;
  }

  .custom-mobile-menu {
    top: 60px !important;
  }

  .hero-area,
  .hero-xeon,
  .about-area {
    padding: 36px 16px 34px !important;
  }

  .hero-text h1,
  .hero-xeon h1,
  .about-heading h1,
  .about-heading h2,
  .about-title-white {
    font-size: 2rem !important;
  }

  .hero-xeon .features {
    grid-template-columns: 1fr !important;
  }

  .hero-btns a,
  .hero-button a,
  .btn-order,
  .cta-button {
    width: 100% !important;
  }
}

/* Full refactor pages */
.ah-page {
  background: #fff;
  color: var(--anthost-text);
}

.ah-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.ah-hero {
  padding: 64px 0 56px;
  background:
    radial-gradient(circle at 82% 12%, rgba(30, 72, 157, .12), transparent 25rem),
    linear-gradient(180deg, #fff 0%, #f7f9fd 100%);
  border-bottom: 1px solid var(--anthost-line);
}

.ah-offer-page .ah-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .74fr);
  gap: 36px;
  align-items: center;
}

.ah-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 44px;
  align-items: center;
}

.ah-kicker {
  margin: 0 0 12px;
  color: var(--anthost-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ah-hero h1,
.ah-section h2 {
  margin: 0;
  color: var(--anthost-ink);
  font-weight: 900;
  letter-spacing: 0;
}

.ah-hero h1 {
  max-width: 720px;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.ah-lead {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--anthost-muted);
  font-size: 17px;
  line-height: 1.78;
}

.ah-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.ah-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  line-height: 1;
}

.ah-btn-primary {
  color: #fff !important;
  background: var(--anthost-gradient);
}

.ah-btn-primary:hover {
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(30, 72, 157, .22);
}

.ah-btn-ghost {
  color: var(--anthost-blue) !important;
  background: #fff;
  border-color: #ccd6e8;
}

.ah-btn-ghost:hover {
  color: var(--anthost-violet) !important;
  background: #f2f5fb;
}

.ah-btn-light {
  color: var(--anthost-violet) !important;
  background: #fff;
}

.ah-btn-outline-light {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .08);
}

.ah-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.ah-proof-row span,
.ah-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #eef3ff;
  color: var(--anthost-blue);
  font-size: 12px;
  font-weight: 900;
}

.ah-hero-panel,
.ah-spec-panel {
  background: #fff;
  border: 1px solid var(--anthost-line);
  border-radius: var(--anthost-radius);
  box-shadow: var(--anthost-shadow);
  padding: 24px;
}

.ah-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--anthost-ink);
  font-weight: 900;
}

.ah-panel-top span {
  color: var(--anthost-blue);
  font-size: 13px;
}

.ah-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, .12);
}

.ah-metric-grid,
.ah-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ah-stat-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ah-stat-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  color: var(--anthost-ink);
  font-size: 14px;
  font-weight: 800;
  border-bottom: 1px solid #edf1f7;
}

.ah-stat-list li:last-child {
  border-bottom: 0;
}

.ah-stat-list span {
  color: var(--anthost-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ah-metric-grid div,
.ah-detail-grid div,
.ah-benefit-list div {
  border: 1px solid var(--anthost-line);
  border-radius: var(--anthost-radius);
  padding: 14px;
  background: #fbfcff;
}

.ah-metric-grid strong,
.ah-detail-grid strong,
.ah-benefit-list strong {
  display: block;
  color: var(--anthost-ink);
  font-size: 18px;
  line-height: 1.1;
}

.ah-metric-grid span,
.ah-detail-grid span,
.ah-benefit-list span {
  display: block;
  margin-top: 6px;
  color: var(--anthost-muted);
  font-size: 13px;
  line-height: 1.5;
}

.ah-hero-panel img {
  display: block;
  max-height: 220px;
  object-fit: contain;
  margin: 20px auto 0;
}

.ah-section {
  padding: 64px 0;
}

.ah-section-soft {
  background: var(--anthost-soft);
  border-top: 1px solid var(--anthost-line);
  border-bottom: 1px solid var(--anthost-line);
}

.ah-section-head {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.ah-section h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
  line-height: 1.12;
}

.ah-section-head p:not(.ah-kicker),
.ah-split p,
.ah-vps-details p {
  margin-top: 14px;
  color: var(--anthost-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ah-offer-grid,
.ah-plan-grid,
.ah-faq-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ah-offer-card,
.ah-plan-card,
.ah-faq-grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--anthost-line);
  border-radius: var(--anthost-radius);
}

.ah-featured-card,
.ah-plan-popular,
.ah-plan-card.is-featured {
  border-color: rgba(30, 72, 157, .45);
  box-shadow: var(--anthost-shadow);
}

.ah-plan-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--anthost-gradient);
  font-size: 11px;
  font-weight: 900;
}

.ah-card-label {
  margin: 0 0 10px;
  color: var(--anthost-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ah-offer-card h3,
.ah-plan-card h3,
.ah-faq-grid h3 {
  margin: 0;
  color: var(--anthost-ink);
  font-size: 20px;
  line-height: 1.2;
}

.ah-card-price {
  margin: 16px 0;
  color: var(--anthost-muted);
  font-size: 14px;
}

.ah-card-price strong {
  color: var(--anthost-blue);
  font-size: 26px;
}

.ah-offer-card ul,
.ah-plan-card ul,
.ah-spec-panel ul {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
}

.ah-offer-card li,
.ah-plan-card li,
.ah-spec-panel li {
  padding: 10px 0;
  color: var(--anthost-text);
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #eef1f6;
}

.ah-offer-card li:last-child,
.ah-plan-card li:last-child,
.ah-spec-panel li:last-child {
  border-bottom: 0;
}

.ah-offer-card .ah-btn,
.ah-plan-card .ah-btn {
  width: 100%;
  margin-top: auto;
}

.ah-split,
.ah-vps-details,
.ah-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, 1fr);
  gap: 34px;
  align-items: center;
}

.ah-benefit-list {
  display: grid;
  gap: 12px;
}

.ah-cta-band {
  color: #fff;
  background: var(--anthost-gradient);
}

.ah-cta-band .ah-kicker,
.ah-cta-band h2 {
  color: #fff;
}

.ah-cta-band .ah-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.ah-spec-panel h2 {
  margin: 0 0 14px;
  color: var(--anthost-ink);
  font-size: 22px;
}

.ah-spec-panel li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.ah-spec-panel li span {
  color: var(--anthost-muted);
  font-weight: 800;
}

.ah-plan-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: stretch;
}

.ah-plan-name {
  margin: 0;
  padding-right: 82px;
  color: var(--anthost-ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.ah-plan-price {
  margin: 18px 0;
  color: var(--anthost-blue);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.ah-plan-price span {
  font-size: 20px;
}

.ah-plan-price small {
  display: block;
  margin-top: 8px;
  color: var(--anthost-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ah-plan-card li strong {
  display: block;
  margin-bottom: 3px;
  color: var(--anthost-ink);
  font-size: 12px;
  text-transform: uppercase;
}

.ah-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  margin: 0;
}

.ah-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ah-faq-grid p {
  color: var(--anthost-muted);
  line-height: 1.65;
}

.ah-proof {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr);
  gap: 30px;
  align-items: center;
  padding: 42px 0;
}

.ah-proof h2 {
  margin: 0;
  color: var(--anthost-ink);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 900;
  line-height: 1.14;
}

.ah-proof p {
  margin: 14px 0 0;
  color: var(--anthost-muted);
  font-size: 16px;
  line-height: 1.72;
}

.ah-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ah-proof-grid div {
  padding: 16px;
  background: #fbfcff;
  border: 1px solid var(--anthost-line);
  border-radius: var(--anthost-radius);
}

.ah-proof-grid strong {
  display: block;
  color: var(--anthost-ink);
  font-size: 16px;
}

.ah-proof-grid span {
  display: block;
  margin-top: 5px;
  color: var(--anthost-muted);
  font-size: 13px;
  line-height: 1.45;
}

#plans,
#games,
.dedicated-plans,
.ah-section {
  scroll-margin-top: 122px;
}

.ah-game-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ah-game-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  color: var(--anthost-text) !important;
  text-decoration: none !important;
  background: #fff;
  border: 1px solid var(--anthost-line);
  border-radius: var(--anthost-radius);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ah-game-card:hover {
  transform: translateY(-3px);
  border-color: rgba(30, 72, 157, .34);
  box-shadow: var(--anthost-shadow);
}

.ah-game-card img {
  width: 116px;
  height: 86px;
  object-fit: cover;
  border-radius: 6px;
  background: var(--anthost-soft);
}

.ah-game-card h3 {
  margin: 0 0 6px;
  color: var(--anthost-ink);
  font-size: 18px;
}

.ah-game-card p {
  margin: 0;
  color: var(--anthost-muted);
  font-size: 13px;
  line-height: 1.5;
}

.dedicated-plans {
  padding-top: 76px !important;
}

@media (max-width: 1100px) {
  .ah-offer-grid,
  .ah-plan-grid,
  .ah-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .ah-hero-grid,
  .ah-offer-page .ah-hero,
  .ah-split,
  .ah-vps-details,
  .ah-proof,
  .ah-cta-inner {
    grid-template-columns: 1fr;
  }

  .ah-cta-band .ah-actions {
    justify-content: flex-start;
  }

  .ah-faq-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .ah-shell {
    width: min(100% - 28px, 1180px);
  }

  .ah-hero,
  .ah-section {
    padding: 42px 0;
  }

  .ah-offer-grid,
  .ah-plan-grid,
  .ah-game-grid,
  .ah-metric-grid,
  .ah-detail-grid,
  .ah-proof-grid {
    grid-template-columns: 1fr;
  }

  .ah-game-card {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .ah-game-card img {
    width: 92px;
    height: 74px;
  }

  .ah-actions,
  .ah-actions .ah-btn {
    width: 100%;
  }
}
