:root {
  --ink: #38233e;
  --ink-soft: #4c3d56;
  --muted: #6d6173;
  --line: #eadce1;
  --rose: #ad527b;
  --rose-dark: #984565;
  --rose-soft: #f8e9ee;
  --rose-pale: #fcf4f6;
  --header-pink: #f7dfe7;
  --header-pink-strong: #efc8d6;
  --paper: #fffdfc;
  --cream: #fbf5f2;
  --shadow: 0 18px 45px rgba(78, 45, 60, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fffaf9 0%, #fff 46%, #fbf6f7 100%);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.85;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 28px;
  align-items: center;
  min-height: 84px;
  padding: 14px clamp(20px, 4vw, 48px);
  border-bottom: 1px solid #e4bccb;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.55), transparent 32%),
    linear-gradient(180deg, var(--header-pink) 0%, #f6d7e2 100%);
  backdrop-filter: blur(16px);
}

.brand img {
  display: block;
  width: clamp(230px, 22vw, 300px);
  height: auto;
  object-fit: contain;
  object-position: center;
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  gap: clamp(18px, 3vw, 44px);
  color: #3f2744;
  font-size: 16px;
  font-weight: 500;
}

.main-nav a,
.site-footer nav a {
  transition: color 180ms ease;
}

.main-nav a:hover,
.site-footer nav a:hover {
  color: var(--rose);
}

.login-btn,
.primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border-radius: 6px;
  font-weight: 700;
  white-space: nowrap;
}

.login-btn {
  padding: 0 20px;
  border: 1px solid #9f486d;
  color: #823957;
  background: rgba(255, 251, 252, 0.62);
}

.login-btn svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
  stroke: none;
}

main,
.site-footer {
  width: min(1320px, calc(100% - 48px));
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: 480px;
  margin-top: 2px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(90deg, rgba(255, 253, 252, 0.99) 0%, rgba(255, 253, 252, 0.95) 31%, rgba(255, 253, 252, 0.3) 52%, rgba(255, 253, 252, 0.03) 100%),
    url("fons-header.png") right center / cover no-repeat;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 610px;
  padding: clamp(52px, 8vw, 72px) clamp(26px, 5vw, 62px);
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
.intro-copy h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
}

h1 {
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}

h1 em {
  color: var(--rose);
  font-style: italic;
  font-weight: 500;
}

.accent-line {
  display: block;
  width: 56px;
  height: 2px;
  margin: 22px 0;
  background: var(--rose);
}

.hero-copy p {
  max-width: 390px;
  color: var(--ink-soft);
  font-size: 17px;
}

.primary-btn {
  margin-top: 26px;
  padding: 0 24px;
  color: #fff;
  background: linear-gradient(180deg, var(--rose) 0%, var(--rose-dark) 100%);
  box-shadow: 0 12px 28px rgba(173, 82, 123, 0.22);
}

.primary-btn svg {
  width: 22px;
  height: 22px;
}

.social-block {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}

.social-block div,
.footer-socials {
  display: flex;
  gap: 20px;
}

.social-block a,
.footer-socials a {
  display: inline-flex;
  color: var(--rose);
  font-size: 28px;
}

.hero-badge {
  position: absolute;
  left: 37%;
  bottom: 96px;
  display: grid;
  place-items: center;
  width: 122px;
  height: 122px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 245, 249, 0.84);
  box-shadow: var(--shadow);
  font-size: 18px;
  line-height: 1.12;
  text-align: center;
}

.hero-badge strong {
  display: block;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  padding: 40px 46px;
  background: transparent;
}

.benefits article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  align-items: start;
}

.benefits article + article {
  border-left: 1px solid var(--line);
  padding-left: 30px;
}

.round-icon {
  display: grid;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--rose);
  background: var(--rose-pale);
  font-size: 34px;
}

.benefits h2 {
  margin-bottom: 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
}

.benefits p {
  color: var(--ink-soft);
  font-size: 14px;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: clamp(38px, 7vw, 72px);
  align-items: center;
  padding: 28px 38px 26px;
  background: transparent;
}

.marta-photo {
  width: 100%;
  min-height: 360px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.intro-copy {
  max-width: 560px;
}

.intro-copy h2 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1;
}

.intro-copy p {
  color: var(--ink-soft);
  font-size: 17px;
}

.intro-copy .script {
  margin-top: 22px;
  color: var(--rose);
  font-family: "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.32;
}

.programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  padding: 0 38px 28px;
  background: transparent;
}

.info-card,
.content-card,
.final-cta {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 252, 0.9);
}

.info-card,
.content-card {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  min-height: 146px;
  overflow: hidden;
  padding: 24px 26px;
}

.line-icon {
  color: var(--rose);
  font-size: 38px;
}

.info-card h3,
.content-card h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.25;
}

.info-card p,
.content-card p {
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.info-card a,
.content-card a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  color: var(--rose);
  font-size: 13px;
  font-weight: 700;
}

.contents {
  padding: 0 38px 28px;
  background: transparent;
}

.contents h2 {
  padding: 4px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  text-align: center;
}

.content-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.youtube {
  color: #df2b20;
}

.instagram {
  color: #d64f93;
}

.tiktok {
  color: #111;
}

.final-cta {
  display: grid;
  grid-template-columns: 140px 1fr auto;
  gap: 18px;
  align-items: center;
  margin: 8px 0 12px;
  padding: 18px 28px;
  background: linear-gradient(90deg, #fff7f9 0%, #f9e9ee 100%);
}

.final-cta > svg {
  width: 112px;
  height: 74px;
  color: #d5a0b4;
}

.final-cta h2 {
  font-size: clamp(24px, 2.6vw, 31px);
  line-height: 1.1;
}

.final-cta p {
  max-width: 740px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 600;
}

.final-cta .primary-btn {
  margin-top: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 18px clamp(20px, 4vw, 48px);
  border-top: 1px solid #e4bccb;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 255, 255, 0.55), transparent 32%),
    linear-gradient(180deg, var(--header-pink) 0%, #f6d7e2 100%);
}

.footer-brand img {
  display: block;
  width: 220px;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.site-footer nav {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 46px);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
}

.footer-socials a {
  font-size: 22px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .login-btn {
    justify-self: end;
  }

  .hero {
    min-height: 520px;
    background:
      linear-gradient(90deg, rgba(255, 253, 252, 0.99) 0%, rgba(255, 253, 252, 0.93) 46%, rgba(255, 253, 252, 0.2) 100%),
      url("fons-header.png") 65% center / cover no-repeat;
  }

  .hero-badge {
    left: auto;
    right: 40px;
  }

  .benefits,
  .programs,
  .content-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits article + article,
  .content-list article + article {
    border-left: 0;
    padding-left: 0;
  }

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

  .final-cta {
    grid-template-columns: 94px 1fr;
  }

  .final-cta .primary-btn {
    grid-column: 2;
    justify-self: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 720px) {
  main,
  .site-footer {
    width: min(100% - 28px, 1320px);
  }

  .site-header {
    position: static;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    min-height: 0;
    padding: 16px;
  }

  .brand img {
    width: 210px;
    height: auto;
  }

  .main-nav {
    grid-column: auto;
    grid-row: auto;
    font-size: 14px;
  }

  .login-btn {
    justify-self: center;
    min-height: 42px;
  }

  .hero {
    min-height: 0;
    background:
      linear-gradient(180deg, rgba(255, 253, 252, 0.99) 0%, rgba(255, 253, 252, 0.88) 62%, rgba(255, 253, 252, 0.24) 100%),
      url("fons-header.png") 67% bottom / cover no-repeat;
  }

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

  .hero-copy p {
    font-size: 15px;
  }

  .hero-badge {
    right: 20px;
    bottom: 24px;
    width: 102px;
    height: 102px;
    font-size: 15px;
  }

  .benefits,
  .programs,
  .content-list {
    grid-template-columns: 1fr;
  }

  .benefits {
    padding: 28px 22px;
  }

  .benefits article {
    grid-template-columns: 54px 1fr;
  }

  .round-icon {
    width: 52px;
    font-size: 29px;
  }

  .intro {
    padding: 22px;
  }

  .marta-photo {
    min-height: 300px;
    max-height: 360px;
  }

  .programs {
    padding: 0 22px 22px;
  }

  .info-card,
  .content-list article {
    padding: 22px;
  }

  .final-cta {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .final-cta > svg {
    width: 84px;
    height: 54px;
  }

  .final-cta .primary-btn {
    grid-column: auto;
  }

  .site-footer nav {
    flex-wrap: wrap;
    gap: 14px 22px;
  }

  .site-footer {
    width: 100%;
  }
}
