:root {
  --bg-main: #f7f4ed;
  --bg-soft: #fcfaf5;
  --bg-dark: #111827;
  --surface: #ffffff;
  --surface-soft: #fffaf0;

  --primary: #daa520;
  --primary-dark: #b8860b;
  --primary-soft: rgba(218, 165, 32, 0.12);

  --text-main: #1f2937;
  --text-soft: #64748b;
  --text-light: #f8fafc;

  --border: rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 18px 50px rgba(15, 23, 42, 0.08);
  --shadow-card: 0 12px 30px rgba(15, 23, 42, 0.06);

  --success: #15803d;
  --warning: #b7791f;
  --danger: #b91c1c;

  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background: var(--bg-main);
  color: var(--text-main);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

.landing-body {
  background:
    radial-gradient(circle at top left, rgba(218, 165, 32, 0.14), transparent 22%),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.08), transparent 28%),
    var(--bg-main);
}

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

/* HEADER */

.landing-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(14px);
  background: rgba(247, 244, 237, 0.82);
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.landing-header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.landing-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-logo {
  width: 120px;
  max-width: 120px;
  height: auto;
}

.landing-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.landing-nav a {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-soft);
  transition: color 0.18s ease;
}

.landing-nav a:hover {
  color: var(--text-main);
}

.landing-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* BUTTONS */

.primary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 13px 20px;
  min-height: 46px;
  font-weight: 800;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #1f1f1f;
  box-shadow: 0 10px 24px rgba(218, 165, 32, 0.24);
}

.primary-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(218, 165, 32, 0.28);
}

.ghost-button {
  background: rgba(255, 255, 255, 0.72);
  color: var(--text-main);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.ghost-button:hover {
  transform: translateY(-1px);
  background: #ffffff;
}

.landing-small-button {
  min-height: 42px;
  padding: 10px 16px;
  font-size: 0.9rem;
}

.hero-button {
  min-width: 220px;
}

/* HERO */

.hero-section {
  padding: 72px 0 46px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.hero-content {
  display: grid;
  gap: 22px;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--primary-soft);
  color: #7a5b00;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.hero-content h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.3rem, 5vw, 4.4rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 720px;
}

.hero-content h1 span {
  color: var(--primary-dark);
}

.hero-content p {
  margin: 0;
  max-width: 650px;
  color: var(--text-soft);
  font-size: 1.06rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 8px;
}

.hero-highlight-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: var(--radius-md);
  padding: 18px;
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 8px;
}

.hero-highlight-card strong {
  font-size: 0.98rem;
}

.hero-highlight-card span {
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.5;
}

/* HERO VISUAL */

.hero-visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-main-card {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
  background: linear-gradient(180deg, #ffffff, #fffaf0);
  border: 1px solid rgba(218, 165, 32, 0.14);
  border-radius: 30px;
  padding: 28px;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
  display: grid;
  gap: 16px;
}

.hero-main-card h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.55rem;
}

.hero-main-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.visual-badge {
  width: fit-content;
  border-radius: 999px;
  padding: 7px 12px;
  background: rgba(15, 23, 42, 0.08);
  color: var(--text-main);
  font-size: 0.78rem;
  font-weight: 800;
}

.visual-badge.alt {
  background: rgba(218, 165, 32, 0.18);
  color: #6e5200;
}

.hero-metrics {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.hero-metric {
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.03);
  border: 1px solid rgba(15, 23, 42, 0.06);
  padding: 14px 16px;
  display: grid;
  gap: 4px;
}

.hero-metric strong {
  font-size: 1rem;
}

.hero-metric span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.hero-floating-card {
  position: absolute;
  width: 240px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.05);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 8px;
  z-index: 1;
}

.hero-floating-card strong {
  font-size: 1rem;
}

.hero-floating-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.9rem;
  line-height: 1.55;
}

.hero-floating-card-top {
  top: 30px;
  right: -8px;
}

.hero-floating-card-bottom {
  left: -8px;
  bottom: 38px;
}

/* SECTIONS */

.landing-section {
  padding: 38px 0 82px;
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  max-width: 720px;
}

.section-heading h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

.section-heading p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.75;
  font-size: 1.02rem;
}

/* BENEFITS */

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

.benefit-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 12px;
}

.benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: var(--primary-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 900;
  color: #6e5200;
}

.benefit-card h3 {
  margin: 0;
  font-size: 1.12rem;
}

.benefit-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* FEATURES */

.features-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: start;
}

.features-showcase {
  background: linear-gradient(180deg, #ffffff, #fffaf3);
  border: 1px solid rgba(218, 165, 32, 0.14);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 16px;
  min-height: 100%;
}

.features-showcase h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
}

.features-showcase p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.features-stack {
  display: grid;
  gap: 14px;
}

.feature-item {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 20px;
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 8px;
}

.feature-item strong {
  font-size: 1rem;
}

.feature-item span {
  color: var(--text-soft);
  line-height: 1.65;
  font-size: 0.93rem;
}

/* PLANS */

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

.plan-card {
  position: relative;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 18px;
}

.plan-card.featured {
  border-color: rgba(218, 165, 32, 0.34);
  box-shadow: 0 20px 48px rgba(218, 165, 32, 0.14);
  transform: translateY(-4px);
}

.plan-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(218, 165, 32, 0.16);
  color: #6e5200;
  font-size: 0.76rem;
  font-weight: 800;
}

.plan-head {
  display: grid;
  gap: 8px;
}

.plan-head h3 {
  margin: 0;
  font-size: 1.28rem;
  font-family: "Space Grotesk", sans-serif;
}

.plan-head p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.65;
  min-height: 52px;
}

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

.plan-price strong {
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
}

.plan-price span {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.plan-list {
  display: grid;
  gap: 10px;
}

.plan-list-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--text-soft);
  line-height: 1.55;
  font-size: 0.92rem;
}

.plan-list-item::before {
  content: "•";
  color: var(--primary-dark);
  font-weight: 900;
  line-height: 1;
}

/* CTA */

.cta-section {
  padding: 24px 0 90px;
}

.cta-card {
  background: linear-gradient(135deg, #111827, #1f2937);
  border-radius: 34px;
  padding: 34px;
  color: var(--text-light);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
  box-shadow: 0 24px 54px rgba(15, 23, 42, 0.18);
}

.cta-card h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}

.cta-card p {
  margin: 12px 0 0;
  color: rgba(248, 250, 252, 0.76);
  line-height: 1.75;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.cta-actions .ghost-button {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.14);
}

.cta-actions .ghost-button:hover {
  background: rgba(255, 255, 255, 0.14);
}

/* FOOTER */

.landing-footer {
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding: 24px 0 38px;
}

.landing-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.landing-footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landing-footer-brand img {
  width: 92px;
}

.landing-footer-brand span {
  color: var(--text-soft);
  font-size: 0.92rem;
}

.landing-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.landing-footer-links a {
  color: var(--text-soft);
  font-weight: 700;
  font-size: 0.92rem;
}

/* SIMPLE HOME FALLBACK */

.home-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top left, rgba(218, 165, 32, 0.14), transparent 22%),
    radial-gradient(circle at bottom right, rgba(15, 23, 42, 0.08), transparent 28%),
    var(--bg-main);
}

.home-container {
  width: min(680px, calc(100% - 40px));
  background: rgba(255, 255, 255, 0.86);
  border-radius: 28px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  padding: 36px;
  text-align: center;
  display: grid;
  gap: 18px;
}

.home-container .logo {
  width: 130px;
  margin: 0 auto;
}

.home-container h1 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.3rem;
}

.home-container p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.7;
}

.home-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.home-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  min-height: 48px;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #1f1f1f;
  box-shadow: 0 10px 24px rgba(218, 165, 32, 0.24);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .hero-grid,
  .features-layout,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 12px;
  }

  .hero-floating-card {
    position: static;
    width: 100%;
  }

  .hero-main-card {
    width: 100%;
  }

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

@media (max-width: 960px) {
  .hero-highlights,
  .benefits-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .landing-nav {
    display: none;
  }

  .landing-header-inner {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0;
  }

  .landing-header-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .landing-container {
    width: min(100% - 24px, 1180px);
  }

  .hero-section {
    padding-top: 46px;
  }

  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-actions,
  .home-buttons,
  .cta-actions {
    flex-direction: column;
  }

  .hero-button,
  .landing-small-button,
  .home-buttons .btn {
    width: 100%;
  }

  .hero-main-card,
  .benefit-card,
  .feature-item,
  .plan-card,
  .cta-card,
  .home-container {
    padding: 22px;
  }

  .landing-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}