:root {
  --bg: #eef7f7;
  --bg-soft: #f8fcfc;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-dark: #335f63;
  --text: #173033;
  --muted: #5f7678;
  --line: rgba(23, 48, 51, 0.12);
  --brand: #4d8f91;
  --brand-deep: #2b6f72;
  --brand-soft: #d7ecec;
  --brand-pale: #ebf5f5;
  --accent: #f3b347;
  --accent-deep: #d79831;
  --shadow: 0 22px 60px rgba(40, 82, 86, 0.14);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 0%, rgba(77, 143, 145, 0.18), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(243, 179, 71, 0.16), transparent 18%),
    linear-gradient(180deg, #f7fbfb 0%, var(--bg) 52%, #edf5f5 100%);
}

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

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

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

.page {
  overflow: clip;
}

.container {
  width: min(100% - 32px, var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 72px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--brand-deep);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

.section-heading h2 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 5vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 22px 0 60px;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  pointer-events: none;
}

.hero__glow--left {
  top: 50px;
  left: -40px;
  width: 180px;
  height: 180px;
  background: rgba(77, 143, 145, 0.2);
}

.hero__glow--right {
  right: -10px;
  top: 220px;
  width: 130px;
  height: 130px;
  background: rgba(243, 179, 71, 0.18);
}

.brand-bar,
.pain-card,
.info-card,
.why-card,
.review-card,
.step-card,
.faq-item,
.cta-panel,
.inline-cta,
.product-showcase,
.product-showcase__card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.brand-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.brand-bar__logo,
.footer__brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-bar__logo strong,
.footer__brand strong {
  display: block;
  font-size: 1rem;
}

.brand-bar__logo span,
.footer__brand span {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.brand-bar__trust {
  flex: 0 0 auto;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(243, 179, 71, 0.22), rgba(255, 255, 255, 0.68));
  color: var(--brand-deep);
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
}

.brand-bar__trust a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero__grid {
  display: grid;
  gap: 28px;
}

.hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 8vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
  max-width: 720px;
}

.hero__lead {
  margin: 0;
  max-width: 640px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.hero__actions {
  margin-top: 24px;
}

.micro-trust {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero__metrics {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.hero__metrics article {
  padding: 18px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
}

.hero__metrics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--brand-deep);
  font-size: 1.08rem;
}

.hero__metrics span {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.product-showcase {
  position: relative;
  padding: 18px;
  border-radius: 34px;
  overflow: hidden;
}

.product-showcase::before {
  content: "";
  position: absolute;
  inset: -30% auto auto -15%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(77, 143, 145, 0.24), transparent 70%);
}

.product-showcase__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid rgba(77, 143, 145, 0.12);
}

.product-showcase__image-wrap {
  min-height: 420px;
  display: grid;
  place-items: end center;
  padding: 58px 16px 120px;
  border-radius: 26px;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.98), rgba(235, 245, 245, 0.94) 40%, rgba(77, 143, 145, 0.18) 72%, rgba(77, 143, 145, 0.24) 100%),
    linear-gradient(180deg, rgba(77, 143, 145, 0.1), rgba(243, 179, 71, 0.06));
}

.product-showcase__image {
  width: min(100%, 500px);
  height: auto;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 24px 38px rgba(43, 111, 114, 0.22));
}

.product-showcase__card {
  position: relative;
  z-index: 2;
  margin-top: -48px;
  margin-left: auto;
  width: min(88%, 320px);
  padding: 18px;
  border-radius: 22px;
}

.product-showcase__thumb {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 3;
  width: 92px;
  height: 92px;
  padding: 6px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(77, 143, 145, 0.14);
  box-shadow: 0 18px 30px rgba(40, 82, 86, 0.18);
}

.product-showcase__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}

.product-showcase__card h2 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.product-showcase__card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.facts-list--compact {
  margin-top: 14px;
  gap: 10px;
}

.facts-list--compact li {
  font-size: 0.92rem;
}

.inline-cta--guarantee {
  margin-top: 20px;
  background: linear-gradient(135deg, rgba(77, 143, 145, 0.14), rgba(255, 255, 255, 0.9));
}

.inline-cta--guarantee p {
  margin: 0;
  color: var(--brand-deep);
  font-weight: 800;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand));
  box-shadow: 0 18px 36px rgba(43, 111, 114, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: linear-gradient(135deg, #245d60, var(--brand-deep));
}

.button--secondary {
  color: var(--brand-deep);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 179, 71, 0.14));
  border: 1px solid rgba(77, 143, 145, 0.18);
  box-shadow: 0 14px 28px rgba(40, 82, 86, 0.12);
}

.button--large {
  width: 100%;
  max-width: 360px;
}

.section--pain {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(215, 236, 236, 0.5));
}

.pain-grid,
.why-grid,
.reviews-grid,
.steps-grid,
.solution-grid {
  display: grid;
  gap: 16px;
}

.info-card--product {
  padding: 10px;
  overflow: hidden;
}

.info-card__media {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(77, 143, 145, 0.1), rgba(255, 255, 255, 0.85));
}

.info-card__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}

.pain-card,
.why-card,
.review-card,
.step-card,
.info-card {
  border-radius: var(--radius-lg);
  padding: 22px;
}

.pain-card__icon,
.step-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-bottom: 14px;
  background: linear-gradient(135deg, rgba(77, 143, 145, 0.18), rgba(243, 179, 71, 0.28));
  color: var(--brand-deep);
  font-weight: 800;
}

.pain-card h3,
.why-card h3,
.review-card strong,
.step-card h3,
.info-card h3,
.faq-item summary {
  margin: 0 0 10px;
}

.pain-card p,
.why-card p,
.review-card p,
.step-card p,
.info-card p,
.facts-list,
.faq-item p,
.cta-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.inline-cta {
  margin-top: 24px;
  padding: 22px;
  border-radius: var(--radius-lg);
  text-align: center;
}

.inline-cta p {
  margin: 0 0 14px;
  font-weight: 700;
}

.info-card--accent {
  background:
    linear-gradient(180deg, rgba(77, 143, 145, 0.16), rgba(255, 255, 255, 0.9)),
    var(--surface);
}

.info-card .button {
  margin-top: 18px;
}

.check-list,
.facts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

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

.check-list li::before,
.facts-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent));
  box-shadow: 0 0 0 6px rgba(77, 143, 145, 0.1);
}

.facts-list strong {
  color: var(--text);
}

.section--why {
  background: linear-gradient(180deg, rgba(77, 143, 145, 0.08), rgba(255, 255, 255, 0.64));
}

.review-card strong {
  display: inline-block;
  margin-top: 14px;
  color: var(--brand-deep);
  font-size: 0.95rem;
}

.review-card--media {
  padding: 12px;
  overflow: hidden;
}

.review-card--media img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(77, 143, 145, 0.1);
}

.info-card__media--contain img {
  object-fit: contain;
  background: rgba(255, 255, 255, 0.82);
}

.section--steps {
  background: linear-gradient(180deg, rgba(243, 179, 71, 0.08), rgba(255, 255, 255, 0.62));
}

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

.cta-panel {
  border-radius: 34px;
  padding: 30px 24px;
  text-align: center;
  background:
    radial-gradient(circle at top center, rgba(243, 179, 71, 0.16), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(215, 236, 236, 0.88));
}

.cta-panel h2 {
  margin: 0 0 14px;
  font-size: clamp(1.9rem, 5vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.cta-panel .button {
  margin-top: 22px;
}

.cta-note {
  margin-top: 14px;
  color: var(--brand-deep);
  font-weight: 800;
}

.faq {
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: var(--radius-md);
  padding: 0 18px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 800;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

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

.floating-whatsapp {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2b6f72, #4d8f91);
  color: #fff;
  box-shadow: 0 20px 40px rgba(43, 111, 114, 0.34);
  font-weight: 800;
}

.floating-whatsapp__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.floating-whatsapp__label {
  font-size: 0.95rem;
}

.footer {
  padding: 28px 0 96px;
}

.footer__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.footer__content p {
  margin: 0;
}

.footer__contacts {
  display: grid;
  gap: 8px;
}

.footer__contacts a {
  color: var(--brand-deep);
  font-weight: 800;
}

.footer__offer-link {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fade-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 720px) {
  .section {
    padding: 96px 0;
  }

  .hero__grid {
    grid-template-columns: 1.03fr 0.97fr;
    align-items: center;
  }

  .solution-grid {
    grid-template-columns: 0.9fr 1fr 1fr;
    align-items: stretch;
  }

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

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

  .cta-panel {
    padding: 44px 34px;
  }

  .footer__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

@media (max-width: 719px) {
  .brand-bar {
    flex-direction: column;
    align-items: stretch;
    border-radius: 28px;
    padding: 16px;
  }

  .brand-bar__logo {
    align-items: flex-start;
  }

  .brand-bar__logo img {
    width: 52px;
    height: auto;
  }

  .brand-bar__logo strong {
    font-size: 0.95rem;
  }

  .brand-bar__logo span {
    font-size: 0.75rem;
  }

  .brand-bar__trust {
    width: 100%;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .hero h1 {
    font-size: clamp(2rem, 9vw, 3.2rem);
    line-height: 1.02;
  }

  .hero__lead,
  .micro-trust,
  .section-heading p,
  .faq-item p {
    font-size: 0.98rem;
  }

  .product-showcase {
    padding: 14px;
  }

  .product-showcase__badge {
    position: static;
    display: inline-flex;
    margin-bottom: 12px;
  }

  .product-showcase__image-wrap {
    min-height: 320px;
    padding: 18px 10px 24px;
  }

  .product-showcase__card {
    width: 100%;
    margin-top: 14px;
  }

  .button,
  .button--large,
  .inline-cta .button,
  .hero__actions .button {
    width: 100%;
    max-width: none;
  }

  .button {
    min-height: 60px;
    padding: 0 20px;
    font-size: 1rem;
  }

  .floating-whatsapp {
    right: 10px;
    left: 10px;
    bottom: 10px;
    justify-content: center;
    padding: 0 16px;
  }

  .floating-whatsapp__label {
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .container {
    width: min(100% - 56px, var(--container));
  }

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

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .fade-in {
    opacity: 1;
    transform: none;
  }
}
