:root {
  --deep-teal: #0F4C4A;
  --dark-teal: #082F35;
  --mint: #4FE0B6;
  --amber: #F2B84B;
  --mist: #F4F8F7;
  --white: #FFFFFF;
  --ink: #102326;
  --slate: #6B7C7D;
  --border: rgba(15, 76, 74, 0.12);
  --shadow: 0 24px 70px rgba(8, 47, 53, 0.10);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Vazirmatn", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 80% 0%, rgba(79, 224, 182, 0.17), transparent 32rem), var(--mist);
  color: var(--ink);
  line-height: 1.8;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(1120px, calc(100% - 40px));
  margin: 18px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.72);
  border-radius: 999px;
  background: rgba(255,255,255,0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 34px rgba(8, 47, 53, 0.08);
}

.brand-wordmark {
  width: 112px;
  height: auto;
  object-fit: contain;
}

.header-cta,
.final-cta,
.waitlist-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 999px;
  background: var(--mint);
  color: #062b2b;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow: 0 10px 28px rgba(79, 224, 182, 0.28);
}
.header-cta { padding: 0 20px; font-size: 14px; }
.final-cta { padding: 0 26px; white-space: nowrap; }
.header-cta:hover,
.final-cta:hover,
.waitlist-form button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(79, 224, 182, 0.34); }

.section { padding: 82px 0; }
.hero { padding-top: 72px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .75fr);
  align-items: center;
  gap: 52px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--deep-teal);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.eyebrow.amber { color: #92640e; }

h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 20px;
  color: var(--dark-teal);
  font-size: clamp(42px, 8vw, 84px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}
h2 {
  margin-bottom: 18px;
  color: var(--dark-teal);
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.25;
  letter-spacing: -0.035em;
}
h3 {
  margin-bottom: 10px;
  color: var(--dark-teal);
  font-size: 22px;
}
.hero-subtitle {
  max-width: 620px;
  color: var(--slate);
  font-size: clamp(17px, 2vw, 21px);
}

.waitlist-form {
  display: flex;
  gap: 10px;
  width: min(620px, 100%);
  margin: 32px 0 10px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--white);
  box-shadow: var(--shadow);
}
.waitlist-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 22px;
  background: transparent;
  color: var(--ink);
  font-weight: 600;
}
.waitlist-form input::placeholder { color: rgba(107, 124, 125, .82); }
.waitlist-form button { padding: 0 26px; }
.microcopy, .discount-note, .form-message { color: var(--slate); font-size: 14px; }
.form-message { min-height: 28px; margin-top: 8px; font-weight: 700; }
.form-message.success { color: var(--deep-teal); }
.form-message.error { color: #8b5b00; }

.hero-visual {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: var(--radius-xl);
  background: linear-gradient(145deg, rgba(255,255,255,0.88), rgba(244,248,247,0.76));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(15, 76, 74, .08), rgba(79, 224, 182, .12));
}
.logo-orb {
  position: absolute;
  inset: 50px 46px auto auto;
  width: min(300px, 68%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(79,224,182,.20), rgba(15,76,74,.04) 66%, transparent 67%);
}
.logo-orb img { width: 82%; filter: drop-shadow(0 18px 36px rgba(8,47,53,.18)); }
.control-card {
  position: absolute;
  min-width: 170px;
  padding: 14px 18px;
  border: 1px solid rgba(15, 76, 74, .10);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 18px 44px rgba(8,47,53,.10);
}
.control-card span { display: block; color: var(--slate); font-size: 13px; }
.control-card strong { color: var(--dark-teal); font-size: 18px; }
.top-card { top: 56px; left: 32px; }
.bottom-card { right: 42px; bottom: 42px; }

.section-heading { margin-bottom: 28px; text-align: center; }
.section-heading.compact { margin-bottom: 22px; }
.cards, .plans {
  display: grid;
  gap: 18px;
}
.three-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card, .plan-card, .pricing-box, .responsible-box {
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.82);
  box-shadow: 0 18px 50px rgba(8,47,53,.06);
}
.card {
  min-height: 230px;
  padding: 28px;
  border-radius: var(--radius-lg);
}
.icon-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: 14px;
  background: rgba(79,224,182,.18);
  color: var(--deep-teal);
  font-weight: 800;
}
.card p { color: var(--slate); margin-bottom: 0; }

.pricing-box {
  padding: clamp(28px, 5vw, 54px);
  border-radius: var(--radius-xl);
}
.plans { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.plan-card {
  padding: 26px;
  border-radius: var(--radius-lg);
  text-align: center;
}
.plan-card span { display: block; margin-bottom: 8px; color: var(--slate); font-weight: 700; }
.plan-card strong { display: block; color: var(--dark-teal); font-size: clamp(30px, 4vw, 42px); line-height: 1.15; }
.featured-plan {
  border-color: rgba(79,224,182,.55);
  background: linear-gradient(180deg, rgba(79,224,182,.22), rgba(255,255,255,.9));
}
.discount-note { margin: 22px 0 0; text-align: center; font-weight: 700; }

.responsible-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(28px, 5vw, 46px);
  border-radius: var(--radius-xl);
  border-color: rgba(242,184,75,.42);
  background: linear-gradient(135deg, rgba(242,184,75,.18), rgba(255,255,255,.88));
}
.responsible-box p:last-child { max-width: 760px; margin-bottom: 0; color: var(--slate); }

.site-footer { padding: 26px 0 42px; color: var(--slate); }
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
  font-size: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 860px) {
  .site-header { width: min(100% - 24px, 1120px); margin-top: 10px; }
  .header-cta { min-height: 42px; padding-inline: 14px; font-size: 13px; }
  .brand-wordmark { width: 96px; }
  .section { padding: 58px 0; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .hero-visual { min-height: 300px; }
  .three-cards, .plans { grid-template-columns: 1fr; }
  .card { min-height: auto; }
  .responsible-box { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1120px); }
  .waitlist-form {
    flex-direction: column;
    border-radius: 24px;
    padding: 10px;
  }
  .waitlist-form input {
    min-height: 52px;
    padding: 0 14px;
  }
  .waitlist-form button { width: 100%; }
  .logo-orb { inset: 42px 22px auto auto; width: 72%; }
  .control-card { min-width: 142px; padding: 12px 14px; }
  .top-card { top: 26px; left: 14px; }
  .bottom-card { right: 18px; bottom: 22px; }
  .footer-inner { flex-direction: column; }
}
