/*
Theme Name: NutriProgram
Theme URI: https://nutriprogram.md
Author: NutriProgram
Description: Tema WordPress pentru prezentarea programelor NutriProgram.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6s
Requires PHP: 7.4
Text Domain: nutriprogram
*/

:root {
    --page-bg: #eceeeb;
    --surface: #f7f8f5;
    --text: #191919;
    --muted: #666e67;
    --green: #3f6f44;
    --green-dark: #315737;
    --line: rgba(33, 33, 33, 0.08);
    --shadow-soft: 0 12px 30px rgba(20, 20, 20, 0.12);
    --shadow-card: 0 10px 25px rgba(20, 20, 20, 0.1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, sans-serif;
    background: linear-gradient(180deg, #ffffff 0%, #f6f6f4 46%, #e3e9dc 100%);
    color: var(--text);
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(246, 248, 244, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(60, 60, 60, 0.07);
}

.topbar-inner {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: flex;
    align-items: center;
    line-height: 0;
}

.brand-logo {
    height: 46px;
    width: auto;
    display: block;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 36px;
    font-size: 15px;
    font-weight: 600;
}

.main-nav a {
    color: #2a2a2a;
}

.cart-btn {
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.cart-btn svg {
    width: 100%;
    height: 100%;
    stroke: #1d1d1d;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.hero {
    position: relative;
    padding-bottom: 54px;
}

.hero-bg {
    height: 460px;
    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.08) 36%, rgba(255, 255, 255, 0) 100%),
        url('img/hero.png');
    background-size: cover;
    background-position: center right;
}

.hero-layout {
    margin-top: -460px;
    min-height: 460px;
    display: flex;
    align-items: center;
}

.hero-copy {
    width: min(560px, 100%);
    padding-top: 24px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(45, 57, 43, 0.08);
    color: var(--green-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-title {
    max-width: 12ch;
    font-size: clamp(1.95rem, 3.2vw, 3.15rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: #202420;
}

.hero-text {
    margin-top: 12px;
    max-width: 38ch;
    font-size: 1rem;
    line-height: 1.65;
    color: #5f665f;
}

.hero-actions {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.96rem;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.btn-solid {
    color: #fff;
    background: var(--green);
    box-shadow: 0 6px 14px rgba(58, 98, 64, 0.22);
}

.btn-solid:hover {
    background: var(--green-dark);
    transform: translateY(-1px);
}

.btn-soft {
    color: #2a2a2a;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(45, 57, 43, 0.08);
}

.btn-soft:hover {
    background: rgba(255, 255, 255, 0.92);
}

.reason-card {
    margin: -28px auto 0;
    width: min(1050px, 100%);
    background: #fff;
    border-radius: 18px;
    padding: 28px 32px;
    box-shadow: 0 10px 26px rgba(24, 31, 24, 0.08);
    border: 1px solid rgba(33, 33, 33, 0.06);
}

.reason-card h2 {
    max-width: 20ch;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.2;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.reason-text {
    max-width: 56ch;
    color: #616861;
    font-size: 0.96rem;
    line-height: 1.6;
    margin-bottom: 18px;
}

.checks-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 10px 18px;
}

.check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #3f4740;
    font-size: 0.96rem;
    font-weight: 500;
}

.check-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.check-icon-negative {
    fill: #c83f2f;
}

.check-icon-positive {
    fill: none;
    stroke: #2d8b3d;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.quote-pill {
    margin: 20px auto 0;
    width: min(700px, 100%);
    background: #f5f6f2;
    border-radius: 14px;
    padding: 12px 18px;
    text-align: center;
    color: #556055;
    font-size: 0.95rem;
}

.quote-pill em {
    font-style: italic;
    color: #4e4e4e;
}

.fit-section {
    padding: 40px 0 54px;
}

.fit-layout {
    min-height: 320px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--line);
}

.fit-copy {
    max-width: 620px;
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.fit-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(63, 111, 68, 0.08);
    color: var(--green-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fit-layout h3 {
    max-width: 16ch;
    font-size: clamp(1.65rem, 2.4vw, 2.2rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.fit-text {
    max-width: 54ch;
    color: #606861;
    font-size: 0.98rem;
    line-height: 1.65;
}

.fit-list {
    margin-top: 4px;
    padding-left: 18px;
    display: grid;
    gap: 10px;
    color: #5c645d;
    font-size: 0.96rem;
    line-height: 1.55;
}

.fit-list li::marker {
    color: #7c8a78;
}

.fit-image {
    position: relative;
    min-height: 320px;
    background:
        linear-gradient(180deg, rgba(31, 45, 31, 0.10) 0%, rgba(31, 45, 31, 0.28) 100%),
        url('img/fit-bg3.png') no-repeat center;
    background-size: cover;
}

.fit-image::after {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.fit-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #314235;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.promo-section {
    padding: 34px 0 42px;
}

.promo-intro {
    max-width: 680px;
    margin-bottom: 18px;
}

.promo-intro h3 {
    max-width: 18ch;
    font-size: clamp(1.7rem, 2.5vw, 2.55rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    color: #1f261d;
}

.promo-intro-text {
    max-width: 54ch;
    color: #616861;
    font-size: 0.97rem;
    line-height: 1.65;
}

.promo-card {
    min-height: 360px;
    border-radius: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.92fr);
    gap: 22px;
    align-items: stretch;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(248, 247, 242, 0.98) 0%, rgba(237, 242, 232, 0.98) 100%);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(51, 71, 52, 0.08);
}

.promo-copy {
    max-width: 540px;
    padding: 0px 0px 0px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.promo-kicker {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    margin-bottom: 10px;
    border-radius: 999px;
    background: rgba(63, 111, 68, 0.12);
    color: var(--green-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promo-copy h4 {
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
    margin-bottom: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: -0.03em;
}

.promo-copy h4::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 60% 40% 60% 40%;
    background: linear-gradient(145deg, #8bc35c, #4f8b42);
    transform: rotate(20deg);
    flex-shrink: 0;
}

.promo-copy p {
    color: #474747;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 42ch;
    margin-bottom: 14px;
}

.promo-list {
    list-style: none;
    display: grid;
    gap: 9px;
    margin-bottom: 18px;
    color: #4d4d4d;
    font-size: 0.96rem;
}

.promo-list li::before {
    content: '\2713';
    color: #2f5c37;
    margin-right: 10px;
    font-weight: 700;
}

.promo-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.promo-card .btn {
    height: 44px;
    padding: 0 22px;
    font-size: 0.93rem;
    min-width: 220px;
}

.promo-image {
    position: relative;
    min-height: 260px;
    background:
        linear-gradient(180deg, rgba(33, 47, 31, 0.1) 0%, rgba(33, 47, 31, 0.38) 100%),
        url('img/image-removebg-preview.png') no-repeat center bottom;
    background-size: contain;
    overflow: hidden;
}

.promo-image::after {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.promo-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #314235;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.promo-stat {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 1;
    min-width: 110px;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    box-shadow: 0 8px 18px rgba(20, 20, 20, 0.08);
}

.promo-stat strong {
    font-size: 1.15rem;
    line-height: 1;
    color: #314235;
}

.promo-stat span {
    color: #667166;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-note {
    color: #6d756c;
    font-size: 0.88rem;
}

.consult-section {
    padding: 12px 0 42px;
}

.consult-card {
    min-height: 300px;
    border-radius: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.15fr);
    background: linear-gradient(135deg, #f7f7f2 0%, #eef2e8 100%);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(51, 71, 52, 0.08);
}

.consult-image {
    position: relative;
    min-height: 300px;
    background:
        linear-gradient(180deg, rgba(29, 41, 28, 0.14) 0%, rgba(29, 41, 28, 0.42) 100%),
        url('img/consult-bg-removebg-preview.png');
    background-size: cover;
}

.consult-image::after {
    content: '';
    position: absolute;
    inset: 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.consult-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 1;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #314235;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.consult-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    padding: 30px 32px;
}

.consult-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(63, 111, 68, 0.12);
    color: var(--green-dark);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.consult-title {
    font-size: clamp(1.7rem, 2.4vw, 2.35rem);
    font-weight: 700;
    line-height: 1.18;
    color: #1f1f1f;
    letter-spacing: -0.03em;
}

.consult-text {
    color: #5f5f5f;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 52ch;
}

.consult-list {
    list-style: none;
    display: grid;
    gap: 9px;
    color: #4d4d4d;
    font-size: 0.96rem;
    line-height: 1.45;
}

.consult-list li::before {
    content: '\2713';
    color: #2f5c37;
    margin-right: 10px;
    font-weight: 700;
}

.consult-actions {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.consult-action .btn {
    align-self: flex-start;
    min-width: 240px;
    height: 44px;
    font-size: 0.95rem;
}

.consult-note {
    color: #6d756c;
    font-size: 0.88rem;
}

.guides-section {
    padding: 34px 0 88px;
}

.guides-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(63, 111, 68, 0.08);
    color: var(--green-dark);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.guides-section h3 {
    max-width: 18ch;
    font-size: clamp(1.7rem, 2.5vw, 2.6rem);
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.guides-text {
    max-width: 56ch;
    color: #616861;
    font-size: 0.97rem;
    line-height: 1.65;
    margin-bottom: 26px;
}

.guides-grid {
    display: flex;
    justify-content: center;
    gap: 22px;
    flex-wrap: wrap;
}

.guide-card {
    width: 290px;
    min-height: 430px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f6f1 100%);
    border: 1px solid rgba(70, 85, 65, 0.1);
    box-shadow: 0 12px 24px rgba(20, 20, 20, 0.08);
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.guide-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(20, 20, 20, 0.14);
}

.thumb {
    position: relative;
    width: 100%;
    height: 180px;
    border-radius: 18px;
    box-shadow: 0 10px 20px rgba(10, 10, 10, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.thumb-detox {
    background-image: url('https://images.pexels.com/photos/1640777/pexels-photo-1640777.jpeg?auto=compress&cs=tinysrgb&w=400');
}

.thumb-slabire {
    background-image: url('https://images.pexels.com/photos/1640774/pexels-photo-1640774.jpeg?auto=compress&cs=tinysrgb&w=400');
}

.thumb-reset {
    background-image: url('https://images.pexels.com/photos/4021985/pexels-photo-4021985.jpeg?auto=compress&cs=tinysrgb&w=400');
}

.guide-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #304134;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.guide-card h4 {
    margin-top: 14px;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.25;
    color: #314235;
    text-align: left;
}

.guide-desc {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #666;
    font-size: 0.94rem;
    line-height: 1.55;
    text-align: left;
}

.guide-card .btn {
    width: 100%;
    height: 42px;
    font-size: 0.94rem;
}

.about-section {
    padding: 14px 0 56px;
    
}

.about-layout {
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.22fr);
    align-items: center;
    gap: 28px;
    padding: 22px;
    border-radius: 18px;
    background-image: url('img/info-bg.png');
    border: 1px solid rgba(72, 84, 65, 0.08);
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.about-layout::before,
.about-layout::after {
    content: '';
    position: absolute;
    inset: auto;
    pointer-events: none;
    opacity: 0.55;
}

.about-layout::before {
    top: 12px;
    left: 12px;
    width: 180px;
    height: 44px;
    border-top: 1px solid rgba(135, 152, 121, 0.18);
    border-left: 1px solid rgba(135, 152, 121, 0.18);
    border-radius: 16px 0 0 0;
}

.about-layout::after {
    right: 18px;
    bottom: 12px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(137, 160, 124, 0.12) 0%, rgba(137, 160, 124, 0) 72%);
}

.about-photo {
    position: relative;
    min-height: 300px;
    display: grid;
    place-items: end center;
}

.about-portrait {
    width: min(100%, 320px);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 18px 28px rgba(20, 20, 20, 0.14));
}

.about-card {
    position: relative;
    justify-self: stretch;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(72, 84, 65, 0.08);
    box-shadow: 0 12px 26px rgba(20, 20, 20, 0.08);
    border-radius: 14px;
    padding: 28px 30px 26px;
    max-width: 540px;
}

.about-kicker {
    font-size: 1.05rem;
    line-height: 1.2;
    color: #444f43;
    margin-bottom: 10px;
    text-align: center;
}

.about-card h2 {
    font-size: clamp(1.4rem, 2.15vw, 2rem);
    line-height: 1.3;
    font-weight: 500;
    color: #2f332f;
    text-align: center;
}

.about-divider {
    width: 72%;
    height: 1px;
    margin: 14px auto 18px;
    background: linear-gradient(90deg, transparent 0%, rgba(120, 137, 114, 0.55) 50%, transparent 100%);
}

.about-text {
    color: #4f554e;
    font-size: 0.98rem;
    line-height: 1.7;
    margin-bottom: 14px;
    text-align: left;
}

.about-points {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.about-points span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #445044;
    font-size: 0.95rem;
}

.about-points svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #50604d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-footer {
    margin-top: 10px;
    padding: 40px 0 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(236, 238, 235, 0.96) 100%),
        radial-gradient(circle at 90% 25%, rgba(63, 111, 68, 0.08), transparent 24%);
    border-top: 1px solid rgba(65, 65, 65, 0.08);
}

.footer-panel {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr 1fr;
    gap: 28px;
    align-items: start;
    padding: 26px 0 24px;
    border-bottom: 1px solid rgba(70, 70, 70, 0.1);
}

.footer-logo {
    height: 46px;
    width: auto;
    margin-bottom: 10px;
}

.footer-brand p,
.footer-contact p,
.footer-email {
    color: #5f5f5f;
    font-size: 0.93rem;
    line-height: 1.6;
}

.footer-nav,
.footer-cta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-nav h4,
.footer-cta h4 {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: 600;
    color: #212121;
}

.footer-nav a {
    color: #4a4a4a;
    font-size: 0.93rem;
}

.footer-nav a:hover {
    color: #3f6f44;
}

.footer-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 44px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    font-weight: 700;
    font-size: 0.93rem;
    box-shadow: 0 6px 14px rgba(58, 98, 64, 0.22);
}

.footer-button:hover {
    background: var(--green-dark);
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(63, 87, 59, 0.14);
    background: rgba(255, 255, 255, 0.75);
}

.footer-socials svg {
    width: 18px;
    height: 18px;
    stroke: #4d5b4a;
    fill: none;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-email {
    margin-top: 2px;
    font-weight: 500;
}

.footer-bottom {
    margin-top: 14px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: #666;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.footer-bottom-links a {
    color: #5b6359;
    font-size: 0.85rem;
}

.footer-bottom-links a:hover {
    color: #3f6f44;
}

@media (max-width: 1080px) {
    .hero-copy p {
        font-size: clamp(1.15rem, 1.8vw, 1.6rem);
        max-width: 620px;
    }

    .fit-layout,
    .promo-card,
    .consult-card {
        border-radius: 14px;
    }

    .promo-copy p {
        font-size: 0.92rem;
    }

    .promo-intro h3 {
        font-size: clamp(1.55rem, 2.3vw, 2.25rem);
    }

    .guide-card h4 {
        font-size: 1.4rem;
    }


    .about-layout {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 18px;
    }

    .about-photo {
        min-height: 220px;
    }

    .about-portrait {
        width: min(100%, 260px);
    }

    .about-card {
        max-width: none;
        padding: 22px 18px 20px;
    }

    .about-kicker {
        font-size: 0.95rem;
    }

    .about-card h2 {
        font-size: 1.35rem;
    }

    .about-text {
        font-size: 0.94rem;
    }
    .guides-grid {
        gap: 22px;
    }
}

@media (max-width: 860px) {
    .container {
        width: min(1240px, calc(100% - 30px));
    }

    .topbar-inner {
        height: 64px;
    }

    .brand-logo {
        height: 38px;
    }

    .main-nav {
        gap: 18px;
        font-size: 0.9rem;
    }

    .hero-bg {
        min-height: 400px;
        height: 400px;
    }

    .hero-layout {
        min-height: 400px;
        height: 400px;
        margin-top: -400px;
    }

    .hero {
        padding-bottom: 46px;
    }

    .hero-copy {
        padding-top: 18px;
    }

    .hero-copy p {
        font-size: 1.05rem;
        max-width: 520px;
    }

    .btn {
        width: 100%;
    }

    .hero-actions .btn {
        width: auto;
    }

    .reason-card {
        padding: 22px 18px;
    }

    .reason-text {
        font-size: 0.95rem;
    }

    .checks-grid {
        grid-template-columns: 1fr;
    }

    .check-item {
        font-size: 0.94rem;
    }

    .fit-layout {
        min-height: 260px;
        grid-template-columns: 1fr;
    }

    .fit-copy {
        max-width: 100%;
        padding: 24px 22px 14px;
    }

    .fit-layout h3 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .fit-text {
        font-size: 0.95rem;
    }

    .fit-list {
        margin-top: 12px;
        font-size: 0.95rem;
        gap: 8px;
    }

    .fit-image {
        min-height: 180px;
        background-position: center;
        background-size: cover;
    }

    .fit-badge {
        left: 14px;
        bottom: 14px;
    }

    .promo-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .promo-image {
        min-height: 220px;
        border-radius: 16px;
        background-position: center bottom;
    }

    .promo-intro {
        margin-bottom: 14px;
    }

    .promo-intro h3 {
        max-width: none;
        font-size: 1.5rem;
    }

    .promo-intro-text {
        font-size: 0.95rem;
    }

    .promo-actions {
        width: 100%;
    }

    .promo-card .btn {
        width: auto;
        min-width: 0;
    }

    .promo-stat {
        right: 14px;
        bottom: 14px;
    }

    .consult-card {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .consult-image {
        min-height: 200px;
    }

    .consult-action {
        padding: 22px 20px 24px;
        align-items: flex-start;
    }

    .consult-actions {
        width: 100%;
    }

    .consult-action .btn {
        width: auto;
        min-width: 0;
        align-self: flex-start;
    }

    .guide-card {
        width: min(100%, 350px);
        min-height: 410px;
    }

    .guides-section h3 {
        max-width: none;
    }

    .guides-text {
        font-size: 0.95rem;
    }

    .footer-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 0 18px;
    }

    .footer-logo {
        height: 40px;
    }

    .footer-bottom {
        margin-top: 14px;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .footer-button {
        width: 100%;
    }

    .footer-socials {
        margin-top: 4px;
    }

    .footer-bottom-links {
        gap: 10px;
    }
}

@media (max-width: 560px) {
    .container {
        width: min(1240px, calc(100% - 18px));
    }

    .topbar-inner {
        gap: 10px;
    }

    .main-nav {
        display: none;
    }

    .hero-bg,
    .hero-layout {
        min-height: 430px;
        height: 430px;
        margin-top: -430px;
    }

    .hero-copy {
        width: min(100%, 520px);
    }

    .hero-copy p {
        font-size: 1rem;
    }

    .hero-actions {
        gap: 10px;
    }

    .reason-card h2 {
        max-width: none;
        font-size: 1.42rem;
    }

    .reason-text {
        font-size: 0.93rem;
    }

    .quote-pill {
        border-radius: 12px;
        padding: 11px 14px;
        font-size: 0.92rem;
    }

    .fit-copy {
        padding: 18px;
    }

    .fit-kicker {
        margin-bottom: 4px;
    }

    .promo-copy p,
    .consult-text,
    .guide-desc,
    .footer-brand p,
    .footer-contact p {
        font-size: 0.94rem;
    }

    .promo-intro-text {
        font-size: 0.94rem;
    }

    .thumb {
        width: 126px;
        height: 126px;
    }

    .about-points {
        gap: 12px;
    }
}
