:root {
  --bg: #f7f7f5;
  --paper: #ffffff;
  --ink: #1e2734;
  --ink-soft: #4a5567;
  --sage: #9cb48a;
  --lavender: #d8ccee;
  --peach: #f5c6b3;
  --teal: #2ec4b6;
  --char: #171717;
  --line: #e6e7e2;
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --shadow: 0 18px 35px rgba(28, 36, 44, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 12% 0%, rgba(214, 241, 235, 0.65), transparent 40%),
    radial-gradient(circle at 90% 8%, rgba(248, 213, 201, 0.55), transparent 35%),
    var(--bg);
  line-height: 1.55;
}

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

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(8px);
  background: rgba(247, 247, 245, 0.82);
  border-bottom: 1px solid rgba(230, 231, 226, 0.7);
}

.nav-wrap {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  width: 178px;
  height: auto;
}

.site-nav {
  display: flex;
  gap: 26px;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}

.section {
  padding: 86px 0;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 72px;
}

.bg-burst {
  position: absolute;
  border-radius: 999px;
  filter: blur(6px);
  opacity: 0.42;
  pointer-events: none;
}

.burst-one {
  width: 280px;
  height: 280px;
  background: var(--lavender);
  right: -80px;
  top: 40px;
}

.burst-two {
  width: 210px;
  height: 210px;
  background: #bde3d8;
  left: -70px;
  top: 220px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 44px;
}

.eyebrow {
  display: inline-block;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  color: #5f6878;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", serif;
  margin: 0;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 4.2rem);
  margin: 14px 0 18px;
  max-width: 10.5ch;
}

h1 span,
.section h2 span {
  color: var(--teal);
}

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

.checks li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-soft);
}

.checks li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 800;
}

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

.btn {
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  border: 2px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  background: var(--char);
  color: #fff;
  box-shadow: 0 9px 20px rgba(23, 23, 23, 0.2);
}

.btn-ghost {
  border-color: #202733;
  color: #202733;
}

.rating {
  margin-top: 16px;
  color: var(--ink-soft);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars {
  letter-spacing: 0.06em;
  color: #f2ac2a;
}

.hero-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.panel {
  border-radius: var(--radius-xl);
  min-height: 184px;
  padding: 18px;
  box-shadow: var(--shadow);
  animation: floatIn 0.85s ease both;
}

.panel:nth-child(2) {
  animation-delay: 0.12s;
}

.panel:nth-child(3) {
  animation-delay: 0.22s;
  grid-column: span 2;
}

.panel-sage {
  background: linear-gradient(155deg, #dce8d3, #bdd3aa);
}

.panel-peach {
  background: linear-gradient(155deg, #f9ded3, #f3bea9);
}

.panel-lavender {
  background: linear-gradient(155deg, #ece5f7, #cfbee9);
}

.panel-title {
  margin: 0 0 18px;
  font-size: 1.15rem;
  font-weight: 700;
}

.mock-pouch {
  margin-top: auto;
  width: fit-content;
  padding: 12px 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.85);
  font-size: 0.86rem;
  font-weight: 700;
}

.press-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.55);
}

.press-items {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  color: #5c6676;
  font-weight: 700;
  font-size: 0.88rem;
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 24px;
}

.steps-grid,
.products-grid,
.testimonials-grid {
  display: grid;
  gap: 18px;
}

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

.step-card,
.product-card,
.testimonial,
.partner-card,
.faq-wrap {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.step-card {
  padding: 24px;
}

.step-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #e4f6f3;
  color: #0d8f82;
  display: grid;
  place-items: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.35));
}

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

.product-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.badge {
  width: fit-content;
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 999px;
  background: #d9f3ef;
  color: #0b7f74;
  margin: 0;
}

.badge-alt {
  background: #fde8df;
  color: #9d4f2d;
}

.price {
  margin: 0;
  font-size: 1.24rem;
  font-weight: 800;
}

.product-card .btn {
  margin-top: auto;
}

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

.testimonial {
  padding: 18px;
}

.testimonial img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  border-radius: 14px;
}

.name {
  margin: 0;
  font-weight: 800;
}

.section-cta {
  background: linear-gradient(140deg, #ecf8f5 0%, #fdf2ea 100%);
}

.partner-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: center;
}

.partner-card {
  padding: 24px;
}

.partner-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}

.faq-wrap {
  padding: 30px;
}

details {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}

details:first-of-type {
  border-top: none;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.site-footer {
  padding: 36px 0;
  border-top: 1px solid var(--line);
  background: #f3f4f2;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #5f6878;
}

.logo-footer {
  width: 160px;
}

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

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

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

  .steps-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.panel-img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-top: 8px;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
}

.product-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 16px;
  display: block;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.10));
}

@media (max-width: 720px) {
  .site-nav {
    display: none;
  }

  .nav-wrap {
    min-height: 74px;
  }

  .section {
    padding: 64px 0;
  }

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

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

  .panel:nth-child(3) {
    grid-column: auto;
  }

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