:root {
  --ink: #172c28;
  --muted: #667772;
  --green: #0f8b70;
  --green-dark: #0a6655;
  --mint: #e8f7f1;
  --paper: #fbfcf8;
  --line: #dce7e1;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

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

.site-header {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 88px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 28px;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: var(--green);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  height: 43px;
  justify-content: center;
  transform: rotate(-4deg);
  width: 43px;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 3px;
}

nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

nav a {
  color: #455b55;
  font-size: 13px;
  font-weight: 600;
  transition: color 0.2s ease;
}

nav a:hover {
  color: var(--green);
}

.button {
  align-items: center;
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(15, 139, 112, 0.18);
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 12px;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.button:hover {
  background: var(--green-dark);
  box-shadow: 0 14px 28px rgba(15, 139, 112, 0.25);
  transform: translateY(-2px);
}

.button-small {
  border-radius: 11px;
  min-height: 42px;
  padding: 0 17px;
}

.messenger-logo {
  display: block;
  flex: 0 0 auto;
  height: 28px;
  object-fit: contain;
  width: 28px;
}

.button-messenger-logo {
  height: 22px;
  width: 22px;
}

.inline-messenger-logo {
  height: 19px;
  width: 19px;
}

.hero {
  display: grid;
  gap: 74px;
  grid-template-columns: 1.05fr 0.95fr;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 700px;
  overflow: hidden;
  padding: 84px 28px 94px;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
  position: relative;
  z-index: 2;
}

.pill {
  align-items: center;
  background: #edf8f4;
  border: 1px solid #d3eee5;
  border-radius: 999px;
  color: #28705f;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.025em;
  padding: 9px 14px;
}

.pill span {
  background: #2fbd97;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(47, 189, 151, 0.13);
  height: 7px;
  width: 7px;
}

h1 {
  font-size: clamp(48px, 5.15vw, 73px);
  font-weight: 670;
  letter-spacing: -0.058em;
  line-height: 0.99;
  margin: 28px 0 26px;
  max-width: 720px;
}

h1 em {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lead {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
  max-width: 585px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 26px;
  margin-top: 34px;
}

.text-link {
  align-items: center;
  border-bottom: 1px solid #a9bbb5;
  color: #3f5750;
  display: inline-flex;
  font-size: 13px;
  font-weight: 650;
  gap: 8px;
  padding: 7px 0;
}

.hero-price-note {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 7px;
  margin: 16px 0 0;
}

.hero-price-note strong {
  color: var(--ink);
}

.hero-price-note span {
  background: #e3f5ee;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 800;
  padding: 5px 8px;
  text-transform: uppercase;
}

.hero-proof {
  display: flex;
  gap: 0;
  margin-top: 40px;
}

.hero-proof > div,
.hero-proof > a {
  align-items: center;
  border-right: 1px solid var(--line);
  display: flex;
  gap: 12px;
  margin-right: 22px;
  padding-right: 22px;
}

.hero-proof > :last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.hero-proof strong {
  color: var(--ink);
  font-size: 22px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.hero-proof span {
  color: #7a8884;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-proof-link {
  transition: opacity 0.2s ease;
}

.hero-proof-link:hover {
  opacity: 0.68;
}

.hero-visual {
  align-self: center;
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.8), transparent 25%),
    linear-gradient(145deg, #e3f5ef, #f3faf6);
  border: 1px solid #d4ebe2;
  border-radius: 38% 48% 32% 45%;
  min-height: 570px;
  position: relative;
}

.hero-photo {
  border: 7px solid rgba(255, 255, 255, 0.82);
  border-radius: 34% 43% 28% 40%;
  box-shadow: 0 28px 70px rgba(37, 88, 73, 0.16);
  height: calc(100% - 28px);
  inset: 14px;
  object-fit: cover;
  object-position: center 46%;
  position: absolute;
  width: calc(100% - 28px);
  z-index: 1;
}

.orbit {
  border: 1px dashed rgba(15, 139, 112, 0.16);
  border-radius: 50%;
  inset: -45px;
  position: absolute;
  transform: rotate(-12deg);
}

.orbit-two {
  inset: 45px -70px;
  transform: rotate(18deg);
}

.lesson-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(203, 226, 217, 0.9);
  border-radius: 24px;
  box-shadow: 0 28px 70px rgba(37, 88, 73, 0.16);
  left: 50%;
  max-width: 390px;
  padding: 24px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(1.5deg);
  width: 76%;
}

.lesson-top {
  align-items: center;
  display: grid;
  gap: 11px;
  grid-template-columns: auto 1fr auto;
}

.avatar {
  align-items: center;
  background: var(--ink);
  border-radius: 12px;
  color: white;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.lesson-top strong,
.lesson-top small,
.lesson-footer strong,
.lesson-footer small {
  display: block;
}

.lesson-top strong {
  font-size: 12px;
}

.lesson-top small {
  color: #84938e;
  font-size: 10px;
  margin-top: 3px;
}

.live-dot {
  background: #e7f7f1;
  border-radius: 99px;
  color: var(--green);
  font-size: 9px;
  font-weight: 800;
  padding: 6px 9px;
}

.equation {
  background: #f5f8f6;
  border-radius: 17px;
  margin: 22px 0 19px;
  padding: 22px;
}

.equation small {
  color: #86948f;
  display: block;
  font-size: 10px;
  margin-bottom: 12px;
}

.equation > strong {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}

.equation-line {
  align-items: center;
  border-top: 1px solid #dfe7e3;
  display: flex;
  font-family: Georgia, serif;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 19px;
  padding-top: 15px;
}

.answer {
  background: #dff4ec;
  border-radius: 8px;
  color: var(--green-dark);
  font-weight: 700;
  padding: 6px 9px;
}

.progress-label {
  display: flex;
  font-size: 10px;
  justify-content: space-between;
}

.progress-label span {
  color: #778781;
}

.progress {
  background: #e7eeeb;
  border-radius: 20px;
  height: 6px;
  margin: 8px 0 21px;
  overflow: hidden;
}

.progress span {
  background: linear-gradient(90deg, var(--green), #47c39e);
  border-radius: inherit;
  display: block;
  height: 100%;
  width: 86%;
}

.lesson-footer {
  align-items: center;
  display: flex;
  gap: 11px;
}

.check-circle {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.lesson-footer strong {
  font-size: 11px;
}

.lesson-footer small {
  color: #84918d;
  font-size: 9px;
  margin-top: 3px;
}

.floating-card {
  align-items: center;
  background: white;
  border: 1px solid #dce9e4;
  border-radius: 19px;
  box-shadow: 0 18px 44px rgba(36, 80, 67, 0.18);
  display: flex;
  gap: 13px;
  padding: 16px 18px;
  position: absolute;
  z-index: 2;
}

.floating-card > span {
  align-items: center;
  background: var(--mint);
  border-radius: 13px;
  color: var(--green);
  display: flex;
  flex: 0 0 auto;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.floating-card strong,
.floating-card small {
  display: block;
}

.floating-card strong {
  font-size: 14px;
  line-height: 1.25;
  margin-top: 4px;
}

.floating-card small {
  color: #85938e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.floating-result {
  left: -32px;
  top: 54px;
  transform: rotate(-4deg);
}

.floating-review {
  right: -34px;
  top: 214px;
  transform: rotate(3deg);
}

.floating-review > span {
  background: #fff2d9;
  color: #d79722;
  font-size: 20px;
}

.floating-oge {
  bottom: 38px;
  left: -28px;
  transform: rotate(-2deg);
}

.floating-oge > span {
  background: #e9f1ff;
  color: #4077bd;
}

.trust-strip {
  align-items: center;
  background: var(--ink);
  color: #d9ece6;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 72px;
  text-transform: uppercase;
}

.trust-strip span {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 9px;
  padding: 0 34px;
}

.trust-strip span:last-child {
  border: 0;
}

.trust-strip svg {
  color: #73d6b7;
  height: 17px;
  width: 17px;
}

.section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 118px 28px;
}

.section-heading {
  margin-bottom: 54px;
  max-width: 760px;
}

.section-kicker {
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section-heading h2,
.result-copy h2,
.about-copy h2,
.contact-section h2 {
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1.08;
  margin: 17px 0 20px;
}

.section-heading p,
.result-copy > p,
.contact-section > div > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  max-width: 650px;
}

.topic-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}

.topic-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 26px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.topic-card:hover {
  border-color: #add9ca;
  box-shadow: 0 18px 45px rgba(31, 76, 63, 0.09);
  transform: translateY(-5px);
}

.topic-number {
  color: #afbbb7;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
}

.topic-eyebrow {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-top: 52px;
  text-transform: uppercase;
}

.topic-card h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 11px 0;
}

.topic-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
}

.topic-card a {
  align-items: center;
  color: var(--green-dark);
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 7px;
  margin-top: auto;
}

.topic-card a svg {
  height: 16px;
  width: 16px;
}

.approach-section {
  background: var(--ink);
  border-radius: 34px;
  color: white;
  max-width: 1184px;
}

.section-heading-light .section-kicker {
  color: #73d6b7;
}

.section-heading-light h2 {
  max-width: 760px;
}

.steps {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.step {
  align-items: start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 34px;
  grid-template-columns: 60px 1fr;
  padding: 30px 0;
}

.step > span {
  color: #6ad0af;
  font-family: Georgia, serif;
  font-style: italic;
}

.step h3 {
  font-size: 20px;
  margin: 0 0 8px;
}

.step p {
  color: #afc1bb;
  font-size: 13px;
  line-height: 1.65;
  margin: 0;
  max-width: 580px;
}

.lesson-gallery-section {
  padding-bottom: 72px;
  padding-top: 96px;
}

.lesson-gallery-heading {
  align-items: end;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.15fr 0.85fr;
  margin-bottom: 42px;
}

.lesson-gallery-heading h2 {
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1.08;
  margin: 17px 0 0;
  max-width: 760px;
}

.lesson-gallery-heading > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.lesson-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.12fr 0.88fr;
  grid-template-rows: repeat(2, minmax(250px, 1fr));
  min-height: 650px;
}

.lesson-moment {
  background: #dce9e4;
  border: 1px solid var(--line);
  border-radius: 27px;
  margin: 0;
  min-height: 250px;
  overflow: hidden;
  position: relative;
}

.lesson-moment-featured {
  grid-row: 1 / 3;
}

.lesson-moment::after {
  background: linear-gradient(
    180deg,
    transparent 32%,
    rgba(8, 28, 24, 0.18) 58%,
    rgba(8, 28, 24, 0.88) 100%
  );
  content: "";
  inset: 0;
  position: absolute;
}

.lesson-moment img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.5s ease;
  width: 100%;
}

.lesson-moment:hover img {
  transform: scale(1.025);
}

.lesson-moment figcaption {
  bottom: 0;
  color: white;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.lesson-moment figcaption > span {
  color: #91e2c8;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.lesson-moment h3 {
  font-size: 21px;
  letter-spacing: -0.035em;
  margin: 8px 0 7px;
}

.lesson-moment p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.55;
  margin: 0;
  max-width: 430px;
}

.lesson-moment-featured h3 {
  font-size: 28px;
}

.lesson-moment-featured p {
  font-size: 12px;
}

.lesson-gallery-note {
  color: #87958f;
  font-size: 10px;
  margin: 12px 4px 0;
}

.result-section {
  padding-bottom: 60px;
}

.result-panel {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.1fr 0.9fr;
}

.result-list {
  display: grid;
  gap: 14px;
}

.result-list > div {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  gap: 15px;
  padding: 20px;
}

.result-list > div > span {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--green);
  display: flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.result-list p,
.result-list strong,
.result-list small {
  display: block;
  margin: 0;
}

.result-list strong {
  font-size: 13px;
}

.result-list small {
  color: #7b8c86;
  font-size: 11px;
  margin-top: 5px;
}

.reviews-section {
  padding-bottom: 76px;
  padding-top: 74px;
}

.reviews-heading {
  align-items: end;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 44px;
}

.reviews-heading > div {
  max-width: 760px;
}

.reviews-heading h2 {
  font-size: clamp(36px, 4vw, 55px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1.08;
  margin: 17px 0 0;
}

.profi-summary {
  background: white;
  border: 1px solid var(--line);
  border-radius: 19px;
  display: grid;
  flex: 0 0 auto;
  min-width: 180px;
  padding: 18px 20px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.profi-summary:hover {
  border-color: #add9ca;
  box-shadow: 0 16px 36px rgba(31, 76, 63, 0.09);
  transform: translateY(-2px);
}

.profi-stars,
.review-stars {
  color: #ffaf1a;
  letter-spacing: 0.06em;
}

.profi-stars {
  font-size: 12px;
  margin-bottom: 8px;
}

.profi-summary strong {
  font-size: 15px;
}

.profi-summary small {
  color: var(--muted);
  font-size: 11px;
  margin-top: 4px;
}

.reviews-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.review-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 26px;
}

.review-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.review-stars {
  font-size: 12px;
}

.review-card-top > span:last-child {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 800;
}

.review-card blockquote {
  color: #344a44;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.55;
  margin: 28px 0;
}

.review-author {
  align-items: center;
  display: flex;
  gap: 11px;
  margin-top: auto;
}

.review-author > span {
  align-items: center;
  background: var(--mint);
  border-radius: 50%;
  color: var(--green-dark);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.review-author strong,
.review-author small {
  display: block;
}

.review-author strong {
  font-size: 12px;
}

.review-author small {
  color: var(--muted);
  font-size: 10px;
  margin-top: 3px;
}

.reviews-action {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 28px;
}

.button-outline {
  background: transparent;
  border-color: var(--green);
  box-shadow: none;
  color: var(--green-dark);
}

.button-outline:hover {
  background: var(--green);
  color: white;
}

.reviews-action p {
  color: var(--muted);
  font-size: 11px;
  margin: 0;
}

.about-section {
  padding-top: 70px;
}

.about-card {
  align-items: center;
  background: #edf7f3;
  border-radius: 30px;
  display: grid;
  gap: 76px;
  grid-template-columns: 0.8fr 1.2fr;
  overflow: hidden;
  padding: 60px;
}

.about-portrait {
  align-items: center;
  background: #f2e7dc;
  border: 7px solid rgba(255, 255, 255, 0.74);
  border-radius: 26px;
  box-shadow: 0 22px 52px rgba(34, 72, 61, 0.13);
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.about-photo {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center 52%;
  position: absolute;
  width: 100%;
}

.about-copy h2 {
  margin-bottom: 8px;
}

.about-role {
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 24px;
}

.about-copy > p:not(.about-role) {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.about-copy ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.about-copy li {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 650;
  gap: 10px;
}

.about-copy li svg {
  color: var(--green);
  flex: 0 0 auto;
  height: 17px;
  width: 17px;
}

.pricing-section {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: 0.82fr 1.18fr;
  padding-top: 70px;
}

.pricing-heading {
  margin: 34px 0 0;
}

.pricing-heading h2 {
  font-size: 46px;
}

.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.price-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 30px;
}

.price-card-featured {
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 24px 60px rgba(23, 44, 40, 0.16);
  color: white;
}

.price-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 30px;
}

.price-label {
  color: var(--green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price-card-featured .price-label {
  color: #78d7b9;
}

.discount-badge {
  background: #dff4ec;
  border-radius: 999px;
  color: var(--green-dark);
  font-size: 10px;
  font-weight: 850;
  padding: 7px 10px;
}

.price-card h3 {
  font-size: 21px;
  letter-spacing: -0.03em;
  margin: 22px 0 12px;
}

.price {
  align-items: baseline;
  display: flex;
  gap: 8px;
}

.price strong {
  font-size: 34px;
  letter-spacing: -0.055em;
}

.price span {
  color: #7c8d87;
  font-size: 11px;
}

.price-card-featured .price span {
  color: #afc1bb;
}

.price-card ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 32px 0;
  padding: 0;
}

.price-card li {
  align-items: center;
  color: #5f716b;
  display: flex;
  font-size: 11px;
  gap: 9px;
  line-height: 1.4;
}

.price-card li svg {
  color: var(--green);
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

.price-card-featured li {
  color: #d4e1dc;
}

.price-card-featured li svg {
  color: #78d7b9;
}

.price-button {
  box-shadow: none;
  margin-top: auto;
  width: 100%;
}

.price-link {
  align-items: center;
  color: var(--green-dark);
  display: flex;
  font-size: 12px;
  font-weight: 750;
  gap: 8px;
  margin-top: auto;
}

.price-link-secondary {
  margin-top: 12px;
}

.price-link svg {
  height: 17px;
  width: 17px;
}

.faq-section {
  display: grid;
  gap: 80px;
  grid-template-columns: 0.75fr 1.25fr;
}

.section-heading.compact {
  margin: 0;
}

.section-heading.compact h2 {
  font-size: 44px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

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

summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: space-between;
  list-style: none;
  padding: 24px 0;
}

summary::-webkit-details-marker {
  display: none;
}

summary span {
  color: var(--green);
  font-size: 22px;
  font-weight: 400;
  transition: transform 0.2s ease;
}

details[open] summary span {
  transform: rotate(45deg);
}

details p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: -8px 0 24px;
  max-width: 620px;
}

.contact-section {
  align-items: center;
  background: #dff4ec;
  border-radius: 30px;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.1fr 0.9fr;
  margin: 0 auto 50px;
  max-width: 1184px;
  padding: 70px;
}

.contact-section h2 {
  font-size: 47px;
  margin-bottom: 18px;
}

.contact-card {
  align-items: center;
  background: white;
  border: 1px solid #cae5dc;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(38, 91, 74, 0.1);
  display: flex;
  gap: 16px;
  padding: 24px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.contact-options {
  display: grid;
  gap: 12px;
}

.contact-card:hover {
  border-color: #99d4c1;
  box-shadow: 0 20px 48px rgba(38, 91, 74, 0.15);
  transform: translateY(-2px);
}

.contact-icon {
  align-items: center;
  background: transparent;
  border-radius: 14px;
  display: flex;
  flex: 0 0 auto;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.contact-icon .messenger-logo {
  height: 50px;
  width: 50px;
}

.contact-card strong,
.contact-card small {
  display: block;
}

.contact-card strong {
  font-size: 14px;
}

.contact-card small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  margin-top: 6px;
}

footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 30px 28px 45px;
}

footer p,
footer > a:last-child {
  color: #788984;
  font-size: 11px;
}

@media (max-width: 1040px) {
  nav {
    display: none;
  }

  .hero {
    gap: 38px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-proof {
    flex-wrap: wrap;
    gap: 20px 0;
  }

  .hero-proof > :nth-child(2) {
    border-right: 0;
  }

  .hero-proof > :last-child {
    flex-basis: 100%;
  }

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

  .topic-card {
    min-height: 300px;
  }

  .about-card,
  .result-panel,
  .pricing-section,
  .reviews-heading,
  .lesson-gallery-heading {
    gap: 50px;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 76px;
    padding: 0 18px;
  }

  .brand small {
    display: none;
  }

  .site-header .button-small {
    font-size: 0;
    min-height: 42px;
    padding: 0;
    width: 44px;
  }

  .site-header .button-small svg {
    height: 20px;
    width: 20px;
  }

  .hero {
    display: block;
    min-height: auto;
    padding: 58px 20px 76px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 59px);
    margin-top: 24px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .text-link {
    align-self: center;
  }

  .hero-proof {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr 1fr;
    margin-top: 42px;
  }

  .hero-proof > div,
  .hero-proof > a {
    border: 0;
    margin: 0;
    padding: 0;
  }

  .hero-proof > :last-child {
    grid-column: 1 / -1;
  }

  .hero-visual {
    margin: 70px 4px 0;
    min-height: 520px;
  }

  .hero-photo {
    border-width: 5px;
    height: calc(100% - 18px);
    inset: 9px;
    width: calc(100% - 18px);
  }

  .floating-result {
    left: -10px;
    top: 24px;
  }

  .floating-review {
    right: -9px;
    top: 205px;
  }

  .floating-oge {
    bottom: 26px;
    left: -8px;
  }

  .floating-card {
    border-radius: 15px;
    gap: 9px;
    padding: 11px 13px;
  }

  .floating-card > span {
    border-radius: 10px;
    height: 36px;
    width: 36px;
  }

  .floating-card strong {
    font-size: 11px;
  }

  .floating-card small {
    font-size: 8px;
  }

  .trust-strip {
    align-items: flex-start;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding: 24px 20px;
  }

  .trust-strip span {
    border: 0;
    font-size: 9px;
    padding: 0;
  }

  .section {
    padding: 82px 20px;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .result-copy h2,
  .about-copy h2,
  .contact-section h2,
  .reviews-heading h2 {
    font-size: 38px;
  }

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

  .topic-card {
    min-height: 300px;
  }

  .approach-section {
    border-radius: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .result-panel,
  .about-card,
  .pricing-section,
  .faq-section,
  .contact-section,
  .reviews-heading,
  .lesson-gallery-heading {
    grid-template-columns: 1fr;
  }

  .result-panel,
  .about-card,
  .pricing-section,
  .faq-section,
  .contact-section,
  .reviews-heading,
  .lesson-gallery-heading {
    gap: 42px;
  }

  .reviews-heading {
    align-items: stretch;
    display: grid;
  }

  .profi-summary {
    min-width: 0;
  }

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

  .review-card {
    min-height: 230px;
  }

  .reviews-action {
    align-items: stretch;
    flex-direction: column;
  }

  .reviews-action .button {
    width: 100%;
  }

  .reviews-action p {
    text-align: center;
  }

  .lesson-gallery-section {
    padding-bottom: 42px;
    padding-top: 76px;
  }

  .lesson-gallery-heading {
    align-items: start;
    display: grid;
  }

  .lesson-gallery {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: auto;
  }

  .lesson-moment,
  .lesson-moment-featured {
    grid-row: auto;
    min-height: 330px;
  }

  .lesson-moment figcaption {
    padding: 23px;
  }

  .lesson-moment-featured h3,
  .lesson-moment h3 {
    font-size: 22px;
  }

  .about-card {
    padding: 28px;
  }

  .about-portrait {
    min-height: 320px;
  }

  .pricing-heading {
    margin-top: 0;
  }

  .pricing-heading h2 {
    font-size: 38px;
  }

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

  .price-card {
    min-height: 410px;
  }

  .faq-section {
    display: grid;
  }

  .contact-section {
    border-radius: 0;
    margin-bottom: 20px;
    padding: 65px 24px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
    padding: 30px 20px 44px;
  }

  footer p {
    margin: 0;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Free diagnostic funnel */
.diagnostic-promo {
  align-items: center;
  background: #15372f;
  border-radius: 30px;
  color: #fff;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.15fr .85fr;
  margin-top: 78px;
  max-width: 1184px;
  overflow: hidden;
  padding: 66px 72px;
  position: relative;
}

.diagnostic-promo::after {
  background: rgba(75, 206, 165, .1);
  border-radius: 50%;
  content: "";
  height: 420px;
  position: absolute;
  right: -170px;
  top: -180px;
  width: 420px;
}

.diagnostic-promo h2 {
  font-size: clamp(38px, 4.4vw, 56px);
  letter-spacing: -.045em;
  line-height: 1.06;
  margin: 16px 0 18px;
}

.diagnostic-promo-copy { position: relative; z-index: 2; }
.diagnostic-promo-copy > p { color: #bad0c9; font-size: 16px; line-height: 1.65; margin: 0; max-width: 670px; }
.diagnostic-promo-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 28px; }
.diagnostic-promo-tags span { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: #d9e9e4; font-size: 11px; font-weight: 800; padding: 8px 11px; }
.diagnostic-promo .button { box-shadow: none; }
.diagnostic-promo-gauge { background: #fff; border-radius: 23px; box-shadow: 0 25px 55px rgba(0,0,0,.2); color: var(--ink); padding: 25px 24px 22px; position: relative; text-align: center; transform: rotate(2deg); z-index: 2; }
.diagnostic-promo-gauge svg { display: block; width: 100%; }
.diagnostic-promo-gauge path { fill: none; stroke-linecap: butt; stroke-width: 18; }
.promo-gauge-track { stroke: #edf1ef; }
.promo-gauge-red { stroke: #e65f58; stroke-dasharray: 38 62; }
.promo-gauge-yellow { stroke: #e4ad34; stroke-dasharray: 28 72; stroke-dashoffset: -39; }
.promo-gauge-blue { stroke: #3986dd; stroke-dasharray: 31 69; stroke-dashoffset: -69; }
.diagnostic-promo-gauge strong,.diagnostic-promo-gauge span { display: block; }
.diagnostic-promo-gauge strong { font-size: 24px; letter-spacing: -.03em; margin-top: -35px; }
.diagnostic-promo-gauge span { color: var(--muted); font-size: 11px; margin-top: 5px; }
.footer-center { text-align: center; }
.footer-center p { margin: 0 0 9px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 6px 14px; justify-content: center; }
.footer-legal a,.footer-legal button { background: none; border: 0; color: #788984; cursor: pointer; font: 600 10px Inter,"Segoe UI",Arial,sans-serif; padding: 0; text-decoration: underline; text-underline-offset: 3px; }
.cookie-banner { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 18px; bottom: 18px; box-shadow: 0 18px 55px rgba(17,43,36,.18); display: flex; gap: 25px; justify-content: space-between; left: 50%; max-width: 920px; padding: 18px 20px; position: fixed; transform: translateX(-50%); width: calc(100% - 36px); z-index: 100; }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { display: block; font-size: 14px; }
.cookie-banner p { color: #5e706a; display: inline; font-size: 12px; line-height: 1.5; margin: 5px 7px 0 0; }
.cookie-banner a { color: var(--green); font-size: 12px; font-weight: 700; text-decoration: underline; }
.cookie-banner-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.cookie-banner button { border-radius: 10px; cursor: pointer; font: 700 12px Inter,"Segoe UI",Arial,sans-serif; min-height: 40px; padding: 0 14px; }
.cookie-reject { background: #fff; border: 1px solid var(--line); color: #435951; }
.cookie-accept { background: var(--green); border: 1px solid var(--green); color: #fff; }
.cookie-banner p, .cookie-banner a, .cookie-banner button { font-size: 14px; }
.cookie-banner p[data-cookie-status] { display: block; margin-top: 7px; }
.cookie-banner button { min-height: 44px; }
.cookie-banner button:focus-visible, [data-cookie-settings]:focus-visible { outline: 3px solid #3986dd; outline-offset: 3px; }
.cookie-banner button:disabled { cursor: wait; opacity: .7; }

@media (max-width: 1040px) {
  .footer-legal { display: flex; }
}

@media (max-width: 760px) {
  .diagnostic-promo { border-radius: 0; gap: 42px; grid-template-columns: 1fr; margin-top: 40px; padding: 58px 20px; }
  .diagnostic-promo-gauge { margin: 0 auto; max-width: 390px; transform: none; width: 100%; }
  .footer-center { text-align: left; }
  .footer-legal { justify-content: flex-start; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-banner-actions { display: grid; grid-template-columns: 1fr 1fr; }
}
