:root {
  --ink: #182033;
  --muted: #667085;
  --line: #eadfd4;
  --paper: #fffaf4;
  --white: #ffffff;
  --orange: #ff5a1f;
  --orange-2: #ff7a1a;
  --orange-3: #ffb36b;
  --orange-4: #fff1e7;
  --orange-5: #c83f00;
  --yellow: #ffd6a6;
  --shadow: 0 16px 48px rgba(33, 20, 10, 0.11);
  --page: min(1440px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 122, 26, 0.16), transparent 30%),
    radial-gradient(circle at 88% 2%, rgba(255, 179, 107, 0.18), transparent 25%),
    linear-gradient(180deg, #fffaf4 0%, #ffffff 48%, #fff7ef 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(234, 223, 212, 0.78);
  background: rgba(255, 250, 244, 0.9);
  backdrop-filter: blur(18px);
}

.nav {
  width: var(--page);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  font-size: 22px;
  color: var(--orange);
}

.brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: white;
  box-shadow: 0 10px 24px rgba(255, 90, 31, 0.25);
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links a {
  padding: 8px 10px;
  color: #2b3344;
  font-weight: 700;
  font-size: 14px;
  border-radius: 10px;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nav-links a[aria-current="page"] {
  color: var(--orange);
  background: var(--orange-4);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 11px;
  border: 1px solid rgba(255, 90, 31, 0.28);
  background: var(--white);
  color: var(--orange);
  font-weight: 800;
  font-size: 14px;
  box-shadow: 0 10px 24px rgba(255, 90, 31, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(255, 90, 31, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.button.primary {
  border-color: transparent;
  color: white;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  box-shadow: 0 16px 34px rgba(255, 90, 31, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.button.dark {
  color: white;
  border-color: var(--orange-5);
  background: var(--orange-5);
}

.mobile-toggle {
  display: none;
}

main {
  overflow: hidden;
}

.section {
  width: var(--page);
  margin: 0 auto;
  padding: 54px 0;
}

.hero {
  width: var(--page);
  margin: 0 auto;
  min-height: calc(100vh - 64px);
  padding: 44px 0 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: center;
  gap: 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 31px;
  padding: 0 11px;
  border: 1px solid rgba(255, 90, 31, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #b33b00;
  font-weight: 850;
  font-size: 12px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  margin-top: 20px;
  max-width: 700px;
  font-size: clamp(40px, 4.8vw, 62px);
  line-height: 1;
  letter-spacing: 0;
}

.hero h1:first-child {
  margin-top: 0;
}

.split-inner h2:first-child {
  margin-top: 0;
}

.lead {
  margin-top: 20px;
  max-width: 650px;
  color: #5d6678;
  font-size: 16px;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero > div:first-child .hero-actions {
  justify-content: center;
  max-width: 650px;
}

.trust-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.trust-row i {
  color: var(--orange);
}

.hero-visual {
  position: relative;
  min-height: 470px;
}

.hero-art {
  position: absolute;
  inset: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff1df;
}

.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  border: 1px solid rgba(234, 223, 212, 0.85);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.15);
  padding: 15px;
}

.dashboard-top,
.campaign-row,
.price-head,
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.window-dots {
  display: flex;
  gap: 7px;
}

.window-dots span {
  width: 10px;
  height: 10px;
  border-radius: 99px;
  background: var(--orange);
}

.window-dots span:nth-child(2) {
  background: var(--yellow);
}

.window-dots span:nth-child(3) {
  background: var(--orange-3);
}

.metric-grid {
  margin-top: 13px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.metric {
  min-width: 0;
  padding: 11px;
  border-radius: 12px;
  background: #fffaf4;
  border: 1px solid #f0e5da;
}

.metric b {
  display: block;
  font-size: clamp(19px, 2vw, 20px);
}

.metric span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.promo-strip {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr auto 0.8fr;
  align-items: center;
  gap: 24px;
  padding: 22px 30px;
  border: 1px solid rgba(255, 90, 31, 0.2);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff5eb, #fff 48%, #fff0e4);
  box-shadow: 0 14px 44px rgba(255, 90, 31, 0.08);
}

.coupon {
  justify-self: center;
  padding: 13px 28px;
  border: 2px dashed rgba(255, 90, 31, 0.36);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--orange);
  font-weight: 950;
  font: inherit;
  letter-spacing: 0;
  cursor: pointer;
}

.coupon:hover {
  background: white;
  box-shadow: 0 12px 28px rgba(255, 90, 31, 0.14);
}

.discount {
  justify-self: end;
  color: var(--orange);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 950;
}

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

.section-head h2 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.04;
}

.section-head p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.feature-grid,
.use-grid,
.pricing-grid,
.story-grid,
.stat-grid {
  display: grid;
  gap: 22px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-modules .card {
  min-height: 170px;
}

.use-grid,
.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.story-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
}

.card,
.step,
.price-card,
.story-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 38px rgba(33, 20, 10, 0.06);
}

.card {
  padding: 20px;
}

.icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--orange);
  font-size: 17px;
  background: var(--orange-4);
  box-shadow: inset 0 0 0 1px rgba(255, 90, 31, 0.12);
}

.card:nth-child(2) .icon,
.step:nth-child(2) .badge {
  background: var(--orange-4);
  color: var(--orange);
}

.card:nth-child(3) .icon,
.step:nth-child(3) .badge {
  background: var(--orange-4);
  color: var(--orange);
}

.card:nth-child(4) .icon,
.step:nth-child(4) .badge {
  background: var(--orange-4);
  color: var(--orange);
}

.card h3,
.step h3,
.price-card h3 {
  margin-top: 15px;
  font-size: 18px;
}

.card p,
.step p,
.price-card p,
.story-panel p {
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.docs-grid {
  width: min(720px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.doc-card {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 14px 36px rgba(255, 90, 31, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.doc-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 90, 31, 0.42);
  box-shadow: 0 18px 42px rgba(255, 90, 31, 0.14);
}

.doc-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--orange);
  background: var(--orange-4);
  border: 1px solid rgba(255, 90, 31, 0.16);
  font-size: 21px;
}

.doc-icon.terms {
  background: #fff4e8;
}

.doc-icon.privacy {
  background: #fff0e9;
}

.doc-card h3 {
  margin: 0;
  font-size: 19px;
}

.doc-card p {
  margin: 4px 0 0;
  color: var(--muted);
}

.doc-card span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--orange);
  font-weight: 900;
  font-size: 13px;
  white-space: nowrap;
}

.split-band {
  padding: 58px 0;
  background: linear-gradient(135deg, #fff5eb 0%, #ffffff 48%, #ffe7d3 100%);
  color: var(--ink);
  border-top: 1px solid rgba(255, 90, 31, 0.12);
  border-bottom: 1px solid rgba(255, 90, 31, 0.12);
}

.split-inner {
  width: var(--page);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
}

.split-inner p {
  color: var(--muted);
}

.split-inner img,
.story-grid img,
.banner img {
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step {
  position: relative;
  padding: 20px;
}

.badge {
  width: 32px;
  height: 32px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--orange);
  font-weight: 950;
}

.banner {
  width: var(--page);
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 28px;
  padding: 24px;
  border: 1px solid rgba(255, 90, 31, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, #fff5eb, #ffffff 48%, #fff0e4);
}

.banner h2 {
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.05;
}

.banner p {
  margin: 14px 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.page-hero {
  width: var(--page);
  margin: 0 auto;
  padding: 58px 0 38px;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 36px;
  align-items: center;
}

.page-hero h1 {
  font-size: clamp(38px, 4.8vw, 58px);
}

.pill-list {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-list span {
  padding: 10px 13px;
  border-radius: 999px;
  background: white;
  border: 1px solid var(--line);
  color: #364152;
  font-weight: 800;
  font-size: 13px;
}

.stat-grid {
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  padding: 21px;
  border-radius: 8px;
  color: var(--ink);
  background: white;
  border: 1px solid rgba(255, 90, 31, 0.18);
  box-shadow: 0 14px 38px rgba(255, 90, 31, 0.08);
}

.stat:nth-child(2) {
  background: var(--orange-4);
}

.stat:nth-child(3) {
  background: #fff8f2;
}

.stat b {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.stat span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  line-height: 1.5;
}

.price-card {
  padding: 22px;
}

.price-card.featured {
  border-color: rgba(255, 90, 31, 0.48);
  background: linear-gradient(180deg, #fff7ed, white);
  transform: translateY(-10px);
}

.price {
  margin: 16px 0;
  font-size: 38px;
  font-weight: 950;
}

.price small {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: #364152;
  font-weight: 700;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.check-list i {
  color: var(--orange);
  margin-top: 3px;
}

.story-panel {
  padding: 24px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  width: var(--page);
  margin: 0 auto;
  padding: 24px 0;
  color: var(--muted);
  font-weight: 700;
  font-size: 14px;
}

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

.footer-links a[href*="instagram"],
.footer-links a[href*="facebook"] {
  color: var(--orange);
}

@media (max-width: 900px) {
  .mobile-toggle {
    display: inline-flex;
    width: 44px;
    padding: 0;
  }

  .nav {
    flex-wrap: wrap;
  }

  .nav-links,
  .nav-actions {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 16px;
  }

  .nav.open .nav-links,
  .nav.open .nav-actions {
    display: flex;
  }

  .hero,
  .page-hero,
  .split-inner,
  .story-grid,
  .banner,
  .promo-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 430px;
  }

  .feature-grid,
  .workflow,
  .use-grid,
  .pricing-grid,
  .stat-grid {
    grid-template-columns: 1fr 1fr;
  }

  .discount,
  .coupon {
    justify-self: start;
  }
}

@media (max-width: 620px) {
  .section,
  .hero,
  .page-hero {
    width: min(100% - 28px, 1240px);
  }

  h1 {
    font-size: 38px;
  }

  .lead {
    font-size: 17px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 390px;
    overflow: hidden;
  }

  .dashboard-card {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
    overflow: hidden;
  }

  .feature-grid,
  .workflow,
  .use-grid,
  .pricing-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

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

  .metric {
    padding: 10px;
  }

  .metric b {
    font-size: clamp(22px, 7vw, 28px);
  }

  .doc-card {
    grid-template-columns: 44px 1fr;
  }

  .doc-card span {
    grid-column: 2;
  }

  .promo-strip,
  .banner {
    width: min(100% - 28px, 1180px);
    padding: 22px;
  }

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