:root {
  --bg: #f8f6f2;
  --bg-soft: #f2ece3;
  --surface: rgba(255, 255, 255, 0.92);
  --surface-strong: #ffffff;
  --surface-accent: #fff7ed;
  --surface-dark: #16212c;
  --text: #171b1e;
  --muted: #66737e;
  --line: rgba(15, 23, 32, 0.08);
  --line-strong: rgba(15, 23, 32, 0.14);
  --accent: #f39c12;
  --accent-deep: #d97f00;
  --accent-soft: rgba(243, 156, 18, 0.12);
  --accent-glow: rgba(243, 156, 18, 0.22);
  --graphite: #223140;
  --shadow-lg: 0 32px 70px rgba(20, 28, 35, 0.12);
  --shadow-md: 0 20px 44px rgba(20, 28, 35, 0.08);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --max-width: 1480px;
  --hero-panel-height: 0px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(243, 156, 18, 0.08), transparent 24%),
    radial-gradient(circle at 100% 16%, rgba(34, 49, 64, 0.08), transparent 18%),
    linear-gradient(180deg, #fcfbf8 0%, var(--bg) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.7) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), transparent 78%);
  opacity: 0.25;
}

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

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

.site-shell {
  position: relative;
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 24px 28px;
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 40;
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Lexend", sans-serif;
}

.brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.brand-mark svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.brand-copy strong {
  display: block;
  font-size: 1.04rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

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

.nav-links {
  color: var(--muted);
  font-family: "Lexend", sans-serif;
  font-size: 0.94rem;
}

.nav-link-button {
  color: var(--muted);
  font-weight: 600;
  transition: color 160ms ease;
}

.nav-link-button:hover {
  color: var(--graphite);
}

.nav-cta,
.eyebrow-pill,
.button,
.problem-label,
.benefit-index,
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-cta,
.button {
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--radius-sm);
  font-family: "Lexend", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.nav-cta,
.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
  box-shadow: 0 16px 32px rgba(243, 156, 18, 0.24);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.78);
  color: var(--graphite);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-1px);
}

main {
  display: grid;
  gap: 28px;
  padding-top: 26px;
}

.hero,
.section,
.trust-strip,
.cta-section {
  animation: fade-up 560ms ease both;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
  gap: 22px;
  align-items: stretch;
}

.hero-copy,
.hero-visual,
.trust-item,
.feature-card,
.step-card,
.visual-block,
.copy-block,
.widget-showcase,
.faq-item,
.cta-card {
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.hero-copy,
.hero-visual,
.widget-showcase,
.cta-card {
  border-radius: var(--radius-xl);
}

.hero-copy {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 26px;
  background:
    radial-gradient(circle at 0% 0%, rgba(243, 156, 18, 0.14), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(252, 248, 243, 0.98) 100%);
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 156, 18, 0.16), transparent 70%);
  filter: blur(6px);
}

.eyebrow-pill {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #90570e;
  font-family: "Lexend", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero h1 {
  margin: 14px 0 0;
  max-width: none;
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.65rem, 2vw, 2.2rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-lead {
  margin: 12px 0 0;
  max-width: 41rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.56;
}

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

.hero-points {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  position: relative;
  padding-left: 24px;
  color: #34414b;
  font-weight: 600;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(243, 156, 18, 0.14);
}

.hero-visual {
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  height: 100%;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

.hero-visual img,
.visual-block img,
.widget-showcase img {
  width: 100%;
  height: auto;
}

.hero-visual img {
  width: auto;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.visual-block img {
  width: auto;
  max-width: 100%;
  max-height: 480px;
  border-radius: 12px;
}

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

.trust-item {
  padding: 20px 22px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.88);
}

.trust-item strong {
  display: block;
  font-family: "Lexend", sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.trust-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.section {
  display: grid;
  gap: 22px;
}

.section-head {
  max-width: 1080px;
}

.section-head-center {
  text-align: center;
  margin: 0 auto;
}

.section-kicker {
  display: inline-block;
  color: #9a6213;
  font-family: "Lexend", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-head h2 {
  margin: 12px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.15rem, 2.1vw, 1.9rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.feature-grid,
.steps-grid,
.faq-list,
.pricing-grid {
  display: grid;
  gap: 16px;
}

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

.feature-card,
.step-card,
.pricing-card,
.copy-block,
.faq-item {
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
}

.feature-card {
  min-height: 100%;
}

.feature-card,
.step-card,
.pricing-card {
  padding: 22px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}

.pricing-card-featured {
  background:
    radial-gradient(circle at top right, var(--accent-glow), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 247, 235, 0.96) 100%);
}

.price-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #8f5508;
  font-family: "Lexend", sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
}

.pricing-card h3 {
  margin: 14px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: 1.24rem;
  line-height: 1.2;
}

.pricing-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.price-line {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.price-line strong {
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.65rem, 2.2vw, 2.3rem);
  line-height: 1;
}

.price-line span,
.price-line-muted strong {
  color: var(--muted);
}

.price-line-muted strong {
  font-size: 1.18rem;
}

.pricing-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-list li {
  position: relative;
  padding-left: 24px;
  color: #34414b;
  font-weight: 600;
}

.pricing-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(243, 156, 18, 0.14);
}

.pricing-card .button {
  margin-top: auto;
  width: fit-content;
}

.pricing-card-wide {
  gap: 14px;
}

.pricing-card-legal {
  justify-content: space-between;
}

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

.package-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.72);
}

.package-row strong,
.package-row b {
  font-family: "Lexend", sans-serif;
}

.package-row span {
  color: var(--muted);
  white-space: nowrap;
}

.package-row b {
  color: var(--text);
  white-space: nowrap;
}

.pricing-links {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.pricing-links a,
.footer-links a,
.footer-requisites a {
  color: var(--graphite);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(243, 156, 18, 0.45);
  text-underline-offset: 3px;
}

.feature-icon,
.channel-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: #8f5508;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature-card h3,
.step-card h3,
.copy-block h2,
.faq-item summary,
.cta-card h2 {
  margin: 16px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  line-height: 1.24;
}

.feature-card p,
.step-card p,
.copy-block p,
.faq-item p,
.cta-copy p,
.widget-caption {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.68;
}

.benefit-index,
.step-num {
  min-width: 36px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #94580d;
  font-family: "Lexend", sans-serif;
  font-size: 0.84rem;
  font-weight: 700;
}

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

.step-card-highlight {
  background: linear-gradient(180deg, rgba(255, 248, 237, 0.96) 0%, rgba(255, 241, 218, 0.96) 100%);
}

.section-dark .split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: 20px;
  align-items: stretch;
}

.section-dark {
  padding: 8px 0;
}

.visual-block {
  overflow: visible;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.copy-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 34px 38px;
  background: linear-gradient(180deg, #1b2630 0%, #121a21 100%);
  color: #f3f6f9;
}

.copy-block h2 {
  max-width: 22ch;
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  line-height: 1.12;
}

.copy-block p {
  color: rgba(243, 246, 249, 0.78);
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
  color: #edf4fb;
  font-weight: 600;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(243, 156, 18, 0.18);
}

.widget-showcase {
  padding: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.widget-showcase img {
  border-radius: 18px;
}

.widget-caption {
  max-width: 760px;
  margin: 18px auto 4px;
  text-align: center;
}

.faq-list {
  width: 100%;
  max-width: none;
  margin: 0;
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  cursor: pointer;
  list-style: none;
}

.faq-item p {
  padding: 0 22px 22px;
  margin: 0;
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  background:
    radial-gradient(circle at top right, var(--accent-glow), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 244, 225, 0.94) 100%);
}

.cta-card h2 {
  max-width: 32ch;
  font-size: clamp(1.25rem, 1.45vw, 1.65rem);
  line-height: 1.08;
}

.cta-form {
  display: grid;
  gap: 10px;
  justify-items: start;
  align-content: center;
}

.cta-note {
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 23rem;
}

.cta-copy p {
  max-width: 46rem;
  margin-top: 8px;
}

.cta-section {
  padding-bottom: 32px;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1.25fr);
  gap: 24px;
  align-items: start;
  margin-top: 8px;
  padding: 28px 4px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.footer-brand,
.footer-links,
.footer-requisites {
  display: grid;
  gap: 8px;
}

.footer-brand strong,
.footer-requisites strong {
  color: var(--text);
  font-family: "Lexend", sans-serif;
}

.footer-links {
  grid-template-columns: repeat(2, max-content);
  column-gap: 18px;
  row-gap: 10px;
}

.footer-requisites {
  justify-items: end;
  text-align: right;
}

.legal-page {
  display: grid;
  gap: 18px;
  max-width: 980px;
  margin: 26px auto 0;
}

.legal-hero,
.legal-section {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
}

.legal-hero {
  padding: 34px;
}

.legal-hero h1 {
  margin: 10px 0 0;
  font-family: "Lexend", sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.legal-hero p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.legal-section {
  padding: 24px 28px;
}

.legal-section h2 {
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-size: 1.28rem;
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  line-height: 1.72;
}

.legal-section ul,
.legal-section ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-section p {
  margin: 12px 0 0;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .hero,
  .section-dark .split-layout,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-visual {
    min-height: auto;
    height: auto;
  }

  .hero-visual img {
    height: auto;
    max-height: none;
  }

  .feature-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-shell {
    padding: 18px;
  }

  .topbar {
    position: static;
  }

  .topnav {
    border-radius: 24px;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .feature-grid,
  .steps-grid,
  .trust-strip,
  .pricing-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .feature-card,
  .step-card,
  .pricing-card,
  .copy-block,
  .widget-showcase,
  .cta-card {
    padding: 22px;
  }

  .footer-requisites {
    justify-items: start;
    text-align: left;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .package-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .hero h1,
  .cta-card h2 {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .site-shell {
    padding: 14px;
  }

  .topnav {
    flex-wrap: wrap;
    gap: 14px;
    padding: 16px;
    border-radius: 22px;
  }

  .nav-actions,
  .hero-actions,
  .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .nav-link-button,
  .nav-cta,
  .button {
    width: 100%;
  }

  .hero-copy,
  .hero-visual,
  .widget-showcase,
  .cta-card,
  .visual-block,
  .copy-block {
    border-radius: 22px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(1.9rem, 8vw, 2.5rem);
  }
}
