:root {
  --page-bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #fafafa;
  --text: #222222;
  --text-muted: #5f6368;
  --line: #ececec;
  --line-strong: #ddd7c7;
  --shadow-soft: 0 10px 24px rgba(15, 23, 42, 0.06);
  --shadow-card: 0 8px 22px rgba(15, 23, 42, 0.08);
  --shadow-hover: 0 16px 30px rgba(15, 23, 42, 0.12);
  --radius-xl: 22px;
  --radius-lg: 18px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --content-max: 700px;
  --hero-max: 700px;
  --focus: #16a34a;
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--page-bg);
}

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

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

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

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.9rem 1.1rem;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  transition: top 180ms ease;
}

.skip-link:focus-visible {
  top: 1rem;
}

.page-shell {
  padding: 0 0.85rem 2rem;
}

.site-hero,
.content-section,
.trust-section,
.final-cta,
.social-section,
.site-footer__inner {
  width: min(100%, var(--content-max));
  margin: 0 auto;
}

.site-hero {
  max-width: var(--hero-max);
  padding: 0 0 1.5rem;
  text-align: center;
}

.hero-panel {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-mark {
  display: flex;
  justify-content: center;
  margin-bottom: -1.4rem;
}

.brand-logo {
  display: grid;
  place-items: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-logo--hero {
  width: min(26rem, 92vw);
  height: auto;
  margin-inline: auto;
}

.brand-logo__image {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateY(-4%);
}

.brand-logo__fallback {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f5dbd;
}

.hero-title {
  margin: 0 auto;
  max-width: 42rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 5.5vw, 2.15rem);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-subtitle,
.hero-question,
.section-intro,
.product-card__description,
.product-card__benefit,
.feature-item__text,
.final-cta__text,
.social-section__text {
  color: var(--text-muted);
}

.hero-subtitle {
  margin: 0.7rem auto 0;
  max-width: 34rem;
  font-size: 0.96rem;
  line-height: 1.55;
}

.hero-pillars {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
  padding: 0.65rem 0.9rem;
  border-radius: 999px;
  background: rgba(15, 29, 50, 0.04);
  border: 1px solid rgba(18, 32, 51, 0.08);
  font-size: 0.84rem;
  font-weight: 600;
  color: #26405e;
}

.hero-question {
  margin: 0.9rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.hero-scroll-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -1.15rem;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero-scroll-cue__arrow {
  display: inline-block;
  font-size: 1.15rem;
  line-height: 1;
  animation: cueArrow 1.6s ease-in-out infinite;
}

.content-section {
  margin-top: 0;
}

.content-section + .content-section {
  margin-top: 2.6rem;
}

.section-shell {
  padding: 0.2rem 0 0;
}

.section-header {
  margin-bottom: 0.95rem;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: #fff7e7;
  border: 1px solid #f0dfb2;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #8a6428;
}

.section-title {
  margin: 0.72rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 4.7vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.14;
  color: var(--text);
}

.section-intro {
  margin: 0.45rem auto 0;
  max-width: 36rem;
  font-size: 0.95rem;
  line-height: 1.55;
}

.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.product-card {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  box-shadow: var(--shadow-card);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 248, 230, 0.55), transparent 28%);
  pointer-events: none;
}

.product-card::after {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 0.28rem;
  background: linear-gradient(90deg, rgba(192, 146, 58, 0.95), rgba(244, 213, 134, 0.95));
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--line-strong);
}

.product-card:active {
  transform: translateY(-1px);
}

.product-card__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.product-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.product-card__category {
  display: inline-flex;
  align-items: center;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: #f7f7f7;
  color: #3f3f46;
  border: 1px solid var(--line);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.product-card__body {
  display: grid;
  gap: 0.9rem;
}

.product-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.18rem, 4.8vw, 1.65rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.03em;
  text-wrap: balance;
  color: var(--text);
}

.product-card__description {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.58;
}

.product-card__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.product-card__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  clip-path: none;
}

.product-card--video .product-card__media::after {
  content: "▶";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #0f3f56;
  font-size: 1.15rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(17, 33, 52, 0.15);
}

.product-card__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card__highlight {
  padding: 0.48rem 0.7rem;
  border-radius: 999px;
  background: #fff8eb;
  border: 1px solid #f1e2bf;
  font-size: 0.81rem;
  font-weight: 700;
  color: #735425;
}

.product-card__benefit-block {
  display: grid;
  gap: 0.38rem;
  padding: 0.9rem 0.95rem;
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  border: 1px solid var(--line);
}

.product-card__benefit-label {
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8a6428;
}

.product-card__benefit {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #4b5563;
}

.product-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.product-card__cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  width: 100%;
  padding: 0.88rem 1.1rem;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #1cc56e 0%, #12b361 55%, #0c9b52 100%);
  color: #ffffff;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  box-shadow: 0 12px 24px rgba(18, 179, 97, 0.24);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.product-card__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.18) 50%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 240ms ease;
  pointer-events: none;
}

.product-card__cta:hover::before,
.product-card__cta:focus-visible::before {
  transform: translateX(120%);
}

.product-card__cta-label {
  position: relative;
  z-index: 1;
  line-height: 1.15;
}

.product-card__cta:hover,
.product-card__cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(18, 179, 97, 0.3);
  filter: brightness(1.03);
}

.product-card__cta:active {
  transform: translateY(0);
}

.product-card__cta--disabled {
  cursor: not-allowed;
  opacity: 0.78;
}

.product-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.product-card__overlay--disabled {
  cursor: default;
}

.trust-section,
.final-cta,
.social-section {
  margin-top: 2.8rem;
}

.trust-panel,
.social-panel {
  padding: 1.2rem;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.final-cta__panel {
  display: grid;
  gap: 1rem;
  padding: 1.35rem 1.2rem;
  border: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, #18b86a 0%, #109b59 100%);
  box-shadow: 0 16px 34px rgba(16, 155, 89, 0.2);
}

.trust-header,
.final-cta__header,
.social-section__header {
  max-width: 36rem;
  margin-inline: auto;
  text-align: center;
}

.trust-title,
.final-cta__title,
.social-section__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 4.5vw, 1.85rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.final-cta__title,
.final-cta__text {
  color: #ffffff;
}

.trust-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.feature-item {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border-radius: var(--radius-md);
  background: var(--surface);
  border: 1px solid #efefef;
}

.feature-item__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: #fff7e7;
  color: #8a6428;
}

.feature-item__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #15314e;
}

.feature-item__text {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.final-cta__button,
.social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-height: 3.15rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 700;
}

.final-cta__button {
  width: 100%;
  border: 0;
  background: linear-gradient(135deg, #ffa62b 0%, #ff8c1a 55%, #ff6f00 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 127, 24, 0.28);
}

.final-cta__button:hover,
.final-cta__button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(255, 127, 24, 0.34);
  filter: brightness(1.03);
}

.social-links {
  display: grid;
  gap: 0.75rem;
}

.social-link {
  background: #ffffff;
  color: #333333;
  border: 1px solid var(--line);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(28, 45, 71, 0.1);
  border-color: rgba(18, 32, 51, 0.14);
}

.social-link--disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.social-link__icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 999px;
  color: #ffffff;
  flex-shrink: 0;
}

.social-link__icon--instagram {
  background: linear-gradient(135deg, #f58529 0%, #feda77 18%, #dd2a7b 48%, #8134af 74%, #515bd4 100%);
}

.social-link__icon--facebook {
  background: #1877f2;
}

.social-link__meta {
  font-size: 0.78rem;
  font-weight: 600;
  color: #61748a;
}

.site-footer {
  margin-top: 1.6rem;
  padding-bottom: 0;
  background: #000000;
}

.site-footer__panel {
  display: grid;
  gap: 0;
  padding: 1.3rem 1rem;
  justify-items: center;
  text-align: center;
}

.site-footer__brand,
.site-footer__name,
.site-footer__links,
.site-footer__link {
  display: none;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ffffff;
}

.noscript-alert {
  width: min(100% - 1.8rem, 40rem);
  margin: 0 auto 1.8rem;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: #fff3cd;
  color: #5f4900;
  border: 1px solid #f0d992;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes cueArrow {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.75;
  }
  50% {
    transform: translateY(4px);
    opacity: 1;
  }
}

@media (min-width: 640px) {
  .page-shell {
    padding: 0.02rem 1.15rem 2.1rem;
  }

  .trust-panel,
  .social-panel,
  .final-cta__panel,
  .site-footer__panel {
    padding: 1.5rem;
  }

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

@media (min-width: 860px) {
  .site-hero {
    padding-top: 0;
  }

  .brand-logo--hero {
    width: 28rem;
    height: auto;
  }

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

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

  .final-cta__panel {
    grid-template-columns: 1.1fr auto;
    align-items: center;
  }

  .social-panel {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .final-cta__button {
    width: auto;
    min-width: 15rem;
  }

  .social-links {
    grid-template-columns: repeat(2, minmax(13rem, 1fr));
  }
}

@media (max-width: 430px) {
  .page-shell {
    padding: 0.01rem 0.75rem 1.45rem;
  }

  .site-hero {
    padding: 0 0 1.25rem;
  }

  .hero-title {
    font-size: clamp(1.28rem, 6.1vw, 1.65rem);
  }

  .hero-subtitle,
  .hero-question,
  .section-intro,
  .social-section__text,
  .final-cta__text {
    font-size: 0.92rem;
  }

  .product-card__inner {
    padding: 0.95rem;
  }

  .product-card__title {
    font-size: 1.15rem;
  }

  .product-card__media {
    min-height: auto;
  }

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

@media (min-width: 431px) and (max-width: 767px) {
  .brand-logo--hero {
    width: min(26rem, 94vw);
    height: auto;
  }

  .product-card__media {
    min-height: auto;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}










