/* ============================================================
   CEZER — Web Hosting Page Stylesheet
   Unique card design for web hosting plans
   ============================================================ */

/* ── Hero ──────────────────────────────────────────────────── */
.wh-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: calc(var(--nav-height) + 60px) 24px 80px;
  background: var(--dark);
}

.wh-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.wh-hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 30% -10%, rgba(14,165,233,.08) 0%, transparent 70%),
    radial-gradient(ellipse 60% 50% at 80% 100%, rgba(168,85,247,.06) 0%, transparent 60%);
}
.wh-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 60px, rgba(228,226,221,.02) 60px, rgba(228,226,221,.02) 61px),
    repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(228,226,221,.02) 60px, rgba(228,226,221,.02) 61px);
}

.wh-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.wh-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(228,226,221,.08);
  border: 1px solid rgba(228,226,221,.12);
  border-radius: 100px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--beige);
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
}
.wh-hero-badge i { width: 16px; height: 16px; }

.wh-hero-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 800;
  color: var(--beige);
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

.wh-hero-tagline {
  font-size: 17px;
  color: rgba(228,226,221,.65);
  max-width: 600px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

.wh-hero-highlights {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.wh-highlight {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(228,226,221,.7);
}
.wh-highlight i { width: 16px; height: 16px; color: var(--accent); }

.wh-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Coming Soon Banner ────────────────────────────────────── */
.wh-soon-banner {
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  padding: 16px 24px;
}
.wh-soon-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.wh-soon-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(217,119,6,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wh-soon-icon i { width: 18px; height: 18px; color: #b45309; }
.wh-soon-text {
  font-size: 14px;
  color: #78350f;
}
.wh-soon-text strong { font-weight: 700; }
.wh-soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: rgba(217,119,6,.12);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 600;
  color: #92400e;
}
.wh-soon-badge i { width: 14px; height: 14px; }

/* ── Features Bar ──────────────────────────────────────────── */
.wh-features-bar {
  padding: 48px 24px;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.wh-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.wh-feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.wh-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--beige);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.wh-feature-icon i { width: 20px; height: 20px; color: var(--dark); }
.wh-feature-info { font-size: 13px; }
.wh-feature-info strong { display: block; color: var(--dark); font-weight: 600; }
.wh-feature-info span { color: var(--text-muted); }

/* ── Pricing ───────────────────────────────────────────────── */
.wh-pricing {
  padding: 80px 24px;
  background: var(--beige-light);
}

.wh-pricing-header {
  text-align: center;
  margin-bottom: 20px;
}

/* Billing Toggle */
.wh-billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 48px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 4px;
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.wh-toggle-btn {
  padding: 10px 24px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  border-radius: 8px;
  cursor: pointer;
  transition: all var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.wh-toggle-btn.wh-toggle-active {
  background: var(--dark);
  color: var(--beige);
  box-shadow: var(--shadow-sm);
}
.wh-toggle-badge {
  background: #22c55e;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 100px;
}

/* Plan Cards — Unique Ribbon Style */
.wh-plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.wh-plan-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: all .3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wh-plan-card:hover {
  border-color: var(--accent);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
}

/* Top ribbon with plan name */
.wh-plan-ribbon {
  padding: 20px 28px 16px;
  background: var(--dark);
  position: relative;
}
.wh-plan-ribbon::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  height: 24px;
  background: var(--dark);
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
}

.wh-plan-name {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--accent);
  margin-bottom: 4px;
}

.wh-plan-price-wrap {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.wh-plan-price {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--beige);
  line-height: 1;
}
.wh-plan-price-period {
  font-size: 14px;
  color: rgba(228,226,221,.5);
  font-weight: 400;
}

/* Card Body */
.wh-plan-body {
  padding: 36px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.wh-plan-desc {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 20px;
  line-height: 1.5;
}

.wh-plan-specs {
  flex: 1;
  margin-bottom: 24px;
}
.wh-plan-specs li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  color: var(--text);
  border-bottom: 1px solid var(--border);
}
.wh-plan-specs li:last-child { border-bottom: none; }
.wh-plan-specs li i { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; }
.wh-plan-specs li strong { font-weight: 600; margin-left: auto; color: var(--dark); }

.wh-plan-btn {
  display: block;
  padding: 14px;
  text-align: center;
  background: var(--dark);
  color: var(--beige);
  border: none;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
}
.wh-plan-btn:hover {
  background: var(--dark-light);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
}

/* Popular */
.wh-plan-popular {
  border: 2px solid var(--accent);
}
.wh-plan-popular .wh-plan-ribbon {
  background: linear-gradient(135deg, #292929, #3a3a3a);
}
.wh-popular-tag {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--accent);
  color: var(--dark);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: 4px 12px;
  border-radius: 100px;
  z-index: 2;
}

/* ── Included Section ──────────────────────────────────────── */
.wh-included {
  padding: 80px 24px;
  background: var(--white);
}
.wh-included-header {
  text-align: center;
  margin-bottom: 48px;
}

.wh-included-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.wh-included-card {
  background: var(--beige-light);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 28px;
  transition: all var(--transition);
}
.wh-included-card:hover {
  border-color: var(--accent);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
.wh-included-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border: 1px solid var(--border);
}
.wh-included-icon i { width: 22px; height: 22px; color: var(--dark); }
.wh-included-card h4 { font-size: 15px; margin-bottom: 6px; }
.wh-included-card p { font-size: 13px; line-height: 1.6; }

/* ── CTA ───────────────────────────────────────────────────── */
.wh-cta {
  padding: 80px 24px;
  background: var(--dark);
  text-align: center;
}
.wh-cta-inner { max-width: 600px; margin: 0 auto; }
.wh-cta-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--beige), var(--beige-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.wh-cta-icon i { width: 28px; height: 28px; color: var(--beige); }
.wh-cta h2 { color: var(--beige); margin-bottom: 12px; }
.wh-cta p { color: rgba(228,226,221,.6); margin-bottom: 28px; font-size: 15px; }
.wh-cta .btn-group {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .wh-features-grid { grid-template-columns: repeat(2, 1fr); }
  .wh-plans-grid { grid-template-columns: repeat(2, 1fr); }
  .wh-included-grid { grid-template-columns: repeat(2, 1fr); }
  .wh-pricing, .wh-included, .wh-cta { padding: 60px 20px; }
  .wh-features-bar { padding: 40px 20px; }
}

@media (max-width: 768px) {
  .wh-hero { min-height: 60vh; padding-bottom: 60px; }
  .wh-plans-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
  .wh-hero-highlights { flex-direction: column; gap: 12px; }
  .wh-features-grid { grid-template-columns: 1fr 1fr; }
  .wh-included-grid { grid-template-columns: 1fr; }
  .wh-soon-inner { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .wh-hero { padding: calc(var(--nav-height) + 40px) 16px 40px; }
  .wh-hero-badge { font-size: 11px; padding: 6px 14px; }
  .wh-hero-tagline { font-size: 15px; }
  .wh-hero-actions { flex-direction: column; width: 100%; }
  .wh-hero-actions .btn { width: 100%; justify-content: center; }
  .wh-features-grid { grid-template-columns: 1fr; }
  .wh-feature-item { padding: 16px; }
  .wh-plan-ribbon { padding: 20px 20px; }
  .wh-plan-body { padding: 24px 20px; }
  .wh-plan-price { font-size: 1.8rem; }
  .wh-plan-specs li { font-size: 13px; }
  .wh-included-card { padding: 20px; }
  .wh-toggle-btn { padding: 8px 14px; font-size: 12px; }
  .wh-cta { padding: 50px 16px; }
  .wh-cta .btn-group { flex-direction: column; }
  .wh-cta .btn-group .btn { width: 100%; justify-content: center; }
  .wh-soon-text h3 { font-size: 15px; }
  .wh-soon-text p { font-size: 12px; }
}

@media (max-width: 360px) {
  .wh-hero-title { font-size: 1.8rem; }
  .wh-plans-grid { max-width: 100%; }
  .wh-plan-card { border-radius: 14px; }
  .wh-highlight { font-size: 12px; }
  .wh-plan-btn { width: 100%; justify-content: center; }
}
