:root {
  --bg: #f6f5f0;
  --bg-soft: #f2f1eb;
  --panel: #ffffff;
  --panel-2: #fbfaf6;
  --line: #e3dfd4;
  --text: #111111;
  --muted: #6f6c66;
  --accent: #18b39c;
  --accent-2: #111111;
  --accent-3: #5b7cff;
  --glow: rgba(24, 179, 156, 0.15);
  --radius: 18px;
  --shadow: 0 18px 50px rgba(17, 17, 17, 0.06);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 8%, rgba(91, 124, 255, 0.08) 0%, transparent 28%),
    radial-gradient(circle at 88% 14%, rgba(24, 179, 156, 0.08) 0%, transparent 30%),
    radial-gradient(circle at 30% 85%, rgba(214, 209, 197, 0.32) 0%, transparent 34%),
    linear-gradient(180deg, #f8f7f2 0%, #f6f5f0 100%);
  min-height: 100vh;
  line-height: 1.55;
}

.wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 24px 0 56px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.brand-dot {
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: var(--accent-2);
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  color: #55524d;
  padding: 8px 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  margin-top: 10px;
}

.panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 247, 241, 0.98) 100%);
  border-radius: 26px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(91, 124, 255, 0.05), transparent 25%, rgba(24, 179, 156, 0.05) 72%, transparent 100%);
}

.hero-copy {
  padding: 30px;
}

.eyebrow {
  color: #7b766f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-family: "Sora", sans-serif;
  line-height: 1.06;
}

h1 {
  margin-top: 12px;
  font-size: clamp(34px, 6vw, 64px);
  max-width: 14ch;
}

.lead {
  margin: 14px 0 0;
  font-size: clamp(17px, 2.2vw, 21px);
  color: var(--muted);
  max-width: 54ch;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
}

.price {
  font-size: clamp(34px, 4.8vw, 54px);
  font-family: "Sora", sans-serif;
  letter-spacing: -0.02em;
}

.price-note {
  color: var(--accent);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px 16px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(125deg, var(--accent) 0%, #35cab6 100%);
  color: #08211d;
  box-shadow: 0 10px 26px rgba(24, 179, 156, 0.18);
}

.btn-secondary {
  color: var(--text);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.9);
}

.meta {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
}

.hero-visual {
  padding: 18px;
  display: grid;
  gap: 12px;
  align-content: center;
}

.metric-card,
.chip-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.85);
  padding: 14px;
  animation: rise 0.5s ease both;
}

.metric-card:nth-child(2) {
  animation-delay: 0.08s;
}

.metric-card:nth-child(3) {
  animation-delay: 0.14s;
}

.metric-title {
  color: #7a756e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.metric-value {
  margin-top: 6px;
  font-family: "Sora", sans-serif;
  font-size: 26px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.chip {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--line);
  color: #5e5953;
  background: rgba(255, 255, 255, 0.92);
}

.section {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.84);
  padding: 22px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 12px;
  margin-bottom: 10px;
}

.section p {
  margin: 0;
  color: var(--muted);
}

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

.card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
}

.card h3 {
  font-size: 20px;
}

.card p {
  margin-top: 8px;
}

.card .tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
}

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

.blog-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
}

.blog-card:hover {
  border-color: rgba(24, 179, 156, 0.4);
}

.blog-card h3 {
  font-size: 19px;
}

.blog-card p {
  margin-top: 8px;
  color: var(--muted);
}

.blog-card .read {
  margin-top: 10px;
  display: inline-block;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.strip {
  margin-top: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 241, 0.98));
  padding: 16px;
}

.strip strong {
  font-family: "Sora", sans-serif;
  font-size: 24px;
}

.strip p {
  margin: 8px 0 0;
  color: var(--muted);
}

a {
  color: var(--accent);
}

.article {
  width: min(880px, 92vw);
  margin: 0 auto;
  padding: 24px 0 56px;
}

.article-hero {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 247, 241, 0.98));
  padding: 24px;
}

.article-kicker {
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12px;
  font-weight: 700;
}

.article h1 {
  margin-top: 10px;
  max-width: 20ch;
  font-size: clamp(32px, 5.4vw, 52px);
}

.article .summary {
  margin-top: 10px;
  color: var(--muted);
  max-width: 60ch;
}

.article-content {
  margin-top: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
}

.article-content h2 {
  margin-top: 20px;
  font-size: 28px;
}

.article-content p,
.article-content li {
  color: #5f5a54;
}

.article-content p:first-child {
  margin-top: 0;
}

.article-content ul,
.article-content ol {
  padding-left: 22px;
}

.cta-block {
  margin-top: 18px;
  border: 1px solid rgba(24, 179, 156, 0.24);
  border-radius: 16px;
  padding: 14px;
  background: rgba(24, 179, 156, 0.06);
}

.cta-block strong {
  display: block;
  font-size: 20px;
  font-family: "Sora", sans-serif;
}

.article-links {
  margin-top: 16px;
  color: var(--muted);
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-copy {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  .wrap,
  .article {
    padding-bottom: 40px;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
