.site-footer {
  position: relative;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 12, 19, 0.72);
  color: #a0acbf;
  font-size: 0.86rem;
  padding: 24px 20px;
  text-align: left;
}

.footer-inner {
  max-width: var(--max-width, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.footer-brand strong {
  color: #ebf1ff;
  display: block;
  font-size: 0.96rem;
  margin-bottom: 4px;
}

.footer-brand p,
.footer-copy {
  color: #8290a8;
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.footer-links a {
  color: #dce6f7;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 7px 10px;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  border-color: #3aa55d;
  background: rgba(58, 165, 93, 0.12);
  color: #ffffff;
  outline: none;
}

.footer-copy {
  max-width: var(--max-width, 960px);
  margin: 14px auto 0;
  font-size: 0.78rem;
}

.static-page {
  min-height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at top, #172038 0%, #0f1115 52%);
  color: #ebf1ff;
  font-family: "Segoe UI", system-ui, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.static-page::before {
  content: "";
  position: fixed;
  inset: -34px;
  background: url("../../ramesh yadav.webp") center center / cover no-repeat;
  filter: blur(20px) brightness(0.32) saturate(0.9);
  transform: scale(1.08);
  pointer-events: none;
  z-index: -2;
}

.static-page::after {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 12, 20, 0.72) 0%, rgba(10, 14, 23, 0.92) 60%, rgba(8, 11, 18, 0.95) 100%);
  pointer-events: none;
  z-index: -1;
}

.static-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", system-ui, sans-serif;
}

.static-page .site-header,
.static-page .page {
  position: relative;
  z-index: 1;
}

.static-page .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(12, 15, 22, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.static-page .header-inner {
  max-width: var(--max-width, 960px);
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  position: relative;
}

.static-page .brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #ebf1ff;
  min-width: 0;
}

.static-page .brand img {
  width: auto;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.static-page .brand-title {
  font-size: 0.96rem;
  font-weight: 700;
  white-space: nowrap;
}

.static-page .brand-sub {
  color: #a0acbf;
  font-size: 0.78rem;
}

.static-page .header-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.static-page .header-nav a {
  color: #a0acbf;
  text-decoration: none;
  font-size: 0.82rem;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
}

.static-page .header-nav a:hover,
.static-page .header-nav a.active {
  border-color: #3aa55d;
  color: #ffffff;
}

.static-page .header-nav a.active {
  background: rgba(58, 165, 93, 0.22);
}

.static-page .nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 20, 30, 0.82);
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.static-page .nav-toggle span {
  width: 18px;
  height: 2px;
  background: #dbe5f8;
  border-radius: 20px;
  display: block;
}

.static-page .page {
  max-width: var(--max-width, 960px);
  margin: 0 auto;
  padding: 24px 20px 42px;
  display: grid;
  gap: 20px;
}

.page-hero,
.content-section,
.checkout-panel,
.plan-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #171a21;
  border-radius: 14px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.page-hero {
  background: linear-gradient(140deg, rgba(58, 165, 93, 0.14), rgba(58, 165, 93, 0.01));
  padding: 22px;
}

.eyebrow {
  color: #7bdd9c;
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.page-hero h1 {
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  line-height: 1.14;
  margin-bottom: 10px;
}

.page-hero p {
  color: #a0acbf;
  max-width: 780px;
}

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

.plan-card {
  padding: 22px;
  display: grid;
  gap: 16px;
  align-content: start;
}

.plan-card.featured {
  border-color: rgba(58, 165, 93, 0.6);
  background: linear-gradient(155deg, rgba(58, 165, 93, 0.15), rgba(23, 26, 33, 0.96));
}

.plan-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.plan-head h2 {
  font-size: 1.2rem;
  margin-bottom: 4px;
}

.plan-head p,
.plan-note,
.content-section p,
.content-section li,
.checkout-panel p,
.field-note {
  color: #a0acbf;
}

.badge {
  color: #0d2014;
  background: #7bdd9c;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 10px;
  font-size: 0.76rem;
  font-weight: 700;
  white-space: nowrap;
}

.price {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price strong {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
}

.price span {
  color: #a0acbf;
}

.feature-list {
  display: grid;
  gap: 9px;
  list-style: none;
}

.feature-list li {
  color: #dce6f7;
  padding-left: 24px;
  position: relative;
}

.feature-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3aa55d;
  position: absolute;
  top: 0.58em;
  left: 4px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.primary-button,
.secondary-button {
  min-height: 44px;
  border-radius: 8px;
  border: 0;
  padding: 11px 16px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.primary-button {
  color: #ffffff;
  background: #3aa55d;
}

.primary-button:hover,
.primary-button:focus-visible {
  background: #2b7d46;
  outline: none;
  transform: translateY(-1px);
}

.secondary-button {
  color: #dce6f7;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.secondary-button:hover,
.secondary-button:focus-visible {
  border-color: #3aa55d;
  outline: none;
}

.checkout-panel {
  padding: 20px;
}

.checkout-panel[hidden] {
  display: none;
}

.checkout-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.checkout-head h2 {
  font-size: 1.22rem;
}

.checkout-summary {
  color: #dce6f7;
  margin-top: 6px;
}

.checkout-total {
  border: 1px solid rgba(58, 165, 93, 0.38);
  background: rgba(58, 165, 93, 0.1);
  border-radius: 10px;
  padding: 13px 14px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.checkout-total span {
  color: #a0acbf;
  font-size: 0.9rem;
  font-weight: 700;
}

.checkout-total strong {
  color: #ffffff;
  font-size: 1.35rem;
}

.icon-button {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #ebf1ff;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.checkout-form {
  display: grid;
  gap: 14px;
}

.coupon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field label {
  color: #dce6f7;
  font-size: 0.86rem;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(10, 14, 23, 0.88);
  color: #ffffff;
  border-radius: 8px;
  min-height: 42px;
  padding: 10px 12px;
  font-size: 0.94rem;
}

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

.checkout-status {
  min-height: 22px;
  color: #7bdd9c;
  font-size: 0.9rem;
}

.content-section {
  padding: 22px;
  display: grid;
  gap: 12px;
}

.content-section h2 {
  font-size: 1.14rem;
}

.content-section ul {
  padding-left: 20px;
  display: grid;
  gap: 7px;
}

.content-meta {
  color: #8290a8;
  font-size: 0.86rem;
}

@media (max-width: 840px) {
  .footer-inner,
  .pricing-grid,
  .form-grid,
  .coupon-row {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .static-page .header-inner {
    padding: 10px 14px;
  }

  .static-page .nav-toggle {
    display: inline-flex;
  }

  .static-page .header-nav {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: rgba(13, 18, 28, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 10px;
    flex-direction: column;
    gap: 8px;
  }

  .static-page .header-nav.open {
    display: flex;
  }

  .static-page .header-nav a {
    width: 100%;
    text-align: center;
  }

  .static-page .page {
    padding: 16px 12px 30px;
    gap: 14px;
  }

  .page-hero,
  .content-section,
  .checkout-panel,
  .plan-card {
    padding: 16px;
  }

  .site-footer {
    padding: 22px 14px;
  }

  .footer-links a {
    width: 100%;
    text-align: center;
  }
}
