:root {
      --dark-green: #173d32;
      --green: #245342;
      --green-2: #3f6b58;
      --soft-green: #e8f0ea;
      --soft-green-2: #dce9df;
      --cream: #f8f3e8;
      --cream-2: #fffaf1;
      --sand: #eadcc7;
      --gold: #c9a66b;
      --text: #20352d;
      --muted: #6f786f;
      --white: #ffffff;
      --line: rgba(36, 83, 66, 0.14);
      --shadow: 0 22px 60px rgba(23, 61, 50, 0.10);
      --radius-lg: 34px;
      --radius-md: 24px;
      --radius-sm: 18px;
    }

.test-section {
    min-height: calc(100svh - 86px);
    padding: 42px 0;
    display: flex;
    align-items: center;
    background: var(--soft-green);
    scroll-margin-top: 86px;
}

/* .section-title {
    color: var(--dark-green);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 0.97;
    margin-bottom: 18px;
} */
.section-title {
    color: var(--dark-green);
    font-size: clamp(26px, 4.5vw, 62px); 
    line-height: 1.1;
    margin-bottom: 18px;
}
.serif {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.045em;
}
.section-intro {
    max-width: 650px;
    color: var(--muted);
    font-size: 17px;
}
.eyebrow {
display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 12px;
    font-weight: 700;
}
.eyebrow::before {
    content: "";
    width: 40px;
    height: 1px;
    background: var(--gold);
}

.btn-green {
    background: var(--green);
    color: var(--white);
    box-shadow: 0 12px 28px rgba(23, 61, 50, 0.18);
    border: 1px solid var(--green);
}

.btn-green:hover {
       background: var(--dark-green);
    border-color: var(--dark-green);
    transform: translateY(-2px);
}
.btn-outline {
    background: transparent;
    color: var(--green);
    border: 1px solid rgba(36, 83, 66, 0.2);
}
.btn-outline:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
    transform: translateY(-2px);
}

.hero-text {
    color: var(--muted);
    font-size: 16px;
    max-width: 560px;
    margin-bottom: 32px;
}

.hero h1 {
    color: var(--dark-green);
    font-size: clamp(58px, 8vw, 104px);
    line-height: 0.92;
    margin-bottom: 22px;
    max-width: 640px;
}
.hero h1 span {
    color: var(--green-2);
}
.hero-subtitle {
    color: var(--dark-green);
    font-size: 22px;
    margin-bottom: 14px;
    max-width: 500px;
}
.test-layout {
      display: grid;
      grid-template-columns: minmax(570px, 1.64fr) minmax(285px, .86fr);
      gap: 22px;
      align-items: stretch;
      width: 100%;
    }

    .test-main {
      min-height: min(660px, calc(100svh - 170px));
      display: flex;
      align-items: center;
      padding: clamp(36px, 4vw, 55px);
      border-radius: var(--radius-lg);
      background: rgba(255, 250, 241, .96);
      border: 1px solid rgba(201, 166, 107, .24);
      box-shadow: var(--shadow);
    }

    .quiz-stage { display: none; width: 100%; }
    .quiz-stage.active { display: block; }

    .micro {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 15px;
      border-radius: 999px;
      background: var(--soft-green);
      color: var(--green);
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 22px;
      text-transform: uppercase;
      letter-spacing: .1em;
    }

    .micro::before {
      content: "✦";
      color: var(--gold);
    }

    .quiz-start h2 {
      max-width: 700px;
      color: var(--dark-green);
      font-size: clamp(43px, 4.4vw, 64px);
      line-height: .98;
      margin-bottom: 18px;
    }

    .quiz-start .start-text {
      max-width: 585px;
      color: var(--muted);
      font-size: 17px;
      margin-bottom: 26px;
    }

    .test-benefits {
      display: grid;
      grid-template-columns: repeat(3, minmax(130px, 1fr));
      gap: 10px;
      max-width: 660px;
      margin-bottom: 30px;
    }

    .benefit {
      min-height: 86px;
      border-radius: 17px;
      padding: 14px 14px 12px;
      background: rgba(232, 240, 234, .64);
      border: 1px solid rgba(36, 83, 66, .07);
    }

    .benefit strong {
      display: block;
      color: var(--dark-green);
      font-size: 17px;
      line-height: 1.16;
      margin-bottom: 5px;
    }

    .benefit span {
      color: var(--muted);
      font-size: 12px;
      line-height: 1.3;
    }

    .start-button {
      width: min(430px, 100%);
      min-height: 58px;
      font-size: 16px;
      gap: 10px;
    }

    .start-button::after {
      content: "→";
      font-size: 19px;
    }

    .quiz-meta {
      margin-top: 14px;
      color: var(--muted);
      font-size: 13px;
    }

    .test-photo {
      position: relative;
      min-height: min(660px, calc(100svh - 170px));
      border-radius: var(--radius-lg);
      overflow: hidden;
      box-shadow: var(--shadow);
      border: 1px solid rgba(201, 166, 107, .24);
      background: var(--cream-2);
    }

    .test-photo img {
      width: 100%;
      height: 100%;
      min-height: min(660px, calc(100svh - 170px));
      object-fit: cover;
      object-position: center;
    }

    .photo-result {
      position: absolute;
      left: 18px;
      right: 18px;
      bottom: 18px;
      padding: 19px 19px 17px;
      border-radius: 22px;
      background: rgba(255, 250, 241, .92);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255, 255, 255, .6);
    }

    .photo-result span {
      display: block;
      color: var(--green);
      font-size: 12px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      margin-bottom: 7px;
    }

    .photo-result strong {
      display: block;
      color: var(--dark-green);
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 400;
      font-size: 52px;
      line-height: 1;
      letter-spacing: -.05em;
      margin-bottom: 7px;
    }

    .photo-result p {
      color: var(--muted);
      font-size: 13px;
      line-height: 1.4;
    }

    .progress-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      margin-bottom: 14px;
      color: var(--muted);
      font-size: 13px;
    }

    .progress-bar {
      height: 5px;
      width: 100%;
      border-radius: 999px;
      background: var(--soft-green-2);
      margin-bottom: 32px;
      overflow: hidden;
    }

    .progress-fill {
      display: block;
      width: 12.5%;
      height: 100%;
      border-radius: 999px;
      background: var(--gold);
      transition: width .25s ease;
    }

    .question {
      color: var(--dark-green);
      font-size: clamp(29px, 3vw, 39px);
      line-height: 1.11;
      margin-bottom: 27px;
    }

    .options { display: grid; gap: 10px; }

    .option {
      width: 100%;
      padding: 15px 18px;
      border-radius: 16px;
      border: 1px solid transparent;
      background: rgba(232, 240, 234, .5);
      color: var(--green);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      cursor: pointer;
      text-align: left;
      transition: .18s ease;
    }

    .option:hover, .option.selected {
      background: var(--soft-green);
      border-color: rgba(36, 83, 66, .24);
    }

    .option::after {
      content: "";
      width: 17px;
      height: 17px;
      border-radius: 50%;
      border: 1px solid rgba(36, 83, 66, .28);
      flex-shrink: 0;
    }

    .option.selected::after { border: 5px solid var(--green); }

    .quiz-navigation {
      display: flex;
      justify-content: space-between;
      gap: 14px;
      margin-top: 24px;
    }

    .quiz-back {
      background: transparent;
      border: none;
      color: var(--muted);
      cursor: pointer;
      padding: 8px 0;
    }

    .result-number {
      color: var(--dark-green);
      font-size: clamp(76px, 10vw, 110px);
      line-height: .9;
      margin-bottom: 12px;
    }

    .result-level {
      color: var(--green);
      font-size: 30px;
      line-height: 1.08;
      margin-bottom: 16px;
    }

    .result-text {
      color: var(--muted);
      max-width: 560px;
      margin-bottom: 28px;
    }

    .result-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
    }

    .about-layout { display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 60px; align-items: start; }
    .about-text { display: grid; gap: 16px; color: var(--muted); font-size: 17px; }
    .highlights { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
    .highlight {
      min-height: 108px; padding: 22px; border-radius: 22px; background: rgba(255, 250, 241, 0.88);
      border: 1px solid var(--line); color: var(--dark-green); display: flex; align-items: flex-start; gap: 10px;
    }
    .highlight::before { content: "✦"; color: var(--gold); }

    .spheres { background: var(--cream-2); }
    .spheres-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
    .spheres-head .section-intro { margin: 0 auto; }
    .sphere-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .sphere { padding: 28px 26px; border-radius: 24px; background: rgba(255, 250, 241, 0.88); border: 1px solid var(--line); transition: 0.24s ease; }
    .sphere:hover { transform: translateY(-4px); border-color: rgba(201, 166, 107, 0.4); }
    .sphere-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: var(--gold); background: var(--soft-green); margin-bottom: 16px; }
    .sphere h3 { color: var(--dark-green); font-size: 28px; margin-bottom: 8px; }
    .sphere p { color: var(--muted); font-size: 14px; }

    .split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
    .panel { padding: 42px 36px; border-radius: var(--radius-lg); background: rgba(255, 250, 241, 0.9); border: 1px solid var(--line); }
    .panel.green { background: var(--green); color: var(--white); border-color: var(--green); }
    .panel h2 { font-size: clamp(34px, 4vw, 48px); line-height: 1.02; color: var(--dark-green); margin-bottom: 24px; }
    .panel.green h2 { color: var(--white); }
    .check-list { display: grid; gap: 14px; }
    .check-list li { list-style: none; display: flex; gap: 13px; align-items: flex-start; color: var(--muted); }
    .check-list li::before { content: "✦"; color: var(--gold); margin-top: 1px; }
    .panel.green .check-list li { color: rgba(255, 255, 255, 0.82); }

    .process-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 54px; align-items: start; }
    .steps { display: grid; gap: 14px; }
    .step { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 24px; border-radius: 23px; background: rgba(255, 250, 241, 0.9); border: 1px solid var(--line); }
    .step-number { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; background: var(--soft-green); color: var(--green); font-weight: 700; }
    .step h3 { font-size: 25px; color: var(--dark-green); margin-bottom: 6px; }
    .step p { color: var(--muted); font-size: 14px; }

    .format-section { background: var(--soft-green); }
    .format-head { text-align: center; margin-bottom: 40px; }
    .format-head .section-intro { margin: 0 auto; }
    .price-grid { max-width: 860px; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .price-card {
      padding: 40px 34px; border-radius: 30px; background: rgba(255, 250, 241, 0.92); border: 1px solid rgba(36, 83, 66, 0.1);
      box-shadow: 0 15px 38px rgba(23, 61, 50, 0.06);
    }
    .price-card.primary { background: var(--dark-green); color: var(--white); }
    .price-type { font-size: 14px; color: var(--green-2); margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; }
    .price-card.primary .price-type { color: rgba(255, 255, 255, 0.7); }
    .price { font-size: 52px; line-height: 1; color: var(--dark-green); margin-bottom: 14px; }
    .price-card.primary .price { color: var(--white); }
    .price-card p { min-height: 50px; color: var(--muted); margin-bottom: 26px; }
    .price-card.primary p { color: rgba(255, 255, 255, 0.74); }
    .duration { margin-top: 32px; text-align: center; color: var(--green); font-size: 16px; }
    .duration strong { color: var(--dark-green); }

    .final-cta { 
		text-align: center;
		    
}

.hero-sec, .process-sec, .final-cta, .about-sec, .split-sec {
	background: #f8f3e8;
}

    .final-card {
      max-width: 920px; margin: 0 auto; border-radius: 40px; padding: 68px 36px; background: rgba(255, 250, 241, 0.92);
      border: 1px solid rgba(201, 166, 107, 0.24); box-shadow: var(--shadow);
    }
    .final-card h2 { max-width: 700px; margin: 0 auto 20px; color: var(--dark-green); font-size: clamp(42px, 5vw, 64px); line-height: 0.98; }
    .final-card p { max-width: 600px; margin: 0 auto 32px; color: var(--muted); font-size: 17px; }

 @media (max-width: 1024px) {
      .main-nav, .header-actions .btn { display: none; }
      .burger { display: grid; place-items: center; }
      .hero-layout, .test-layout, .about-layout, .process-layout, .footer-main { grid-template-columns: 1fr; }
      .sphere-grid { grid-template-columns: repeat(2, 1fr); }
      .split, .price-grid { grid-template-columns: 1fr; }
      .hero-visual { min-height: auto; }
      .hero-image, .hero-image img { min-height: 470px; height: 470px; }
      .test-info { text-align: center; }
      .test-info p, .small-list { margin-left: auto; margin-right: auto; }
    }

    @media (max-width: 680px) {
      .container { width: min(100% - 28px, 1180px); }
      .header-inner { height: 74px; }
      .brand-mark { width: 42px; height: 42px; }
      .brand-name { font-size: 22px; }
      .section { padding: 68px 0; }
      .hero { padding: 78px 0 56px;margin-top:18px; }
      .hero h1 { font-size: 62px; }
      .hero-subtitle { font-size: 18px; }
      .hero-actions { flex-direction: column; }
      .hero-actions .btn { width: 100%; }
      .hero-image, .hero-image img { min-height: 390px; height: 390px; }
      .quiz-card { min-height: 500px; padding: 28px 20px; border-radius: 26px; }
      .test-info h2 { font-size: 42px; }
      .question { font-size: 27px; margin-bottom: 24px; }
      .option { padding: 14px 15px; font-size: 14px; }
      .small-list { display: none; }
      .highlights, .sphere-grid { grid-template-columns: 1fr; }
      .panel { padding: 30px 22px; }
      .final-card { padding: 46px 22px; border-radius: 30px; }
      .footer-bottom { flex-direction: column; }
    }

    @media (max-width: 1024px) {
      .test-section { min-height: auto; padding: 68px 0; }
      .test-layout { grid-template-columns: 1fr; }
      .test-main { min-height: auto; padding: 42px 32px; }
      .test-photo { min-height: 320px; max-height: 360px; order: 2; }
      .test-photo img { min-height: 320px; max-height: 360px; }
      .test-section.is-running .test-photo { display: none; }
    }

    @media (max-width: 680px) {
      .test-section { padding: 48px 0; scroll-margin-top: 74px; }
      .test-layout { gap: 16px; }
      .test-main { padding: 27px 20px; border-radius: 25px; }
      .quiz-start h2 { font-size: 39px; margin-bottom: 15px; }
      .quiz-start .start-text { font-size: 15px; margin-bottom: 20px; }
      .test-benefits { grid-template-columns: 1fr; gap: 8px; margin-bottom: 22px; }
      .benefit {
        min-height: auto;
        padding: 12px 13px;
        display: flex;
        align-items: center;
        gap: 9px;
      }
      .benefit strong { font-size: 15px; margin-bottom: 0; min-width: 115px; }
      .benefit span { font-size: 12px; }
      .start-button { min-height: 56px; font-size: 15px; width: 100%; }
      .quiz-meta { font-size: 12px; text-align: center; }
      .test-photo { min-height: 235px; max-height: 235px; border-radius: 24px; }
      .test-photo img { min-height: 235px; max-height: 235px; object-position: center 33%; }
      .photo-result {
        left: 12px;
        right: auto;
        bottom: 12px;
        padding: 12px 14px;
        min-width: 170px;
      }
      .photo-result span { font-size: 10px; margin-bottom: 4px; }
      .photo-result strong { font-size: 37px; margin-bottom: 2px; }
      .photo-result p { font-size: 11px; max-width: 160px; }
    }
