﻿:root {
    --red: #A61F23;
    --red-dark: #6f1115;
    --gold: #D4AF37;
    --gold-soft: #f5e7b0;
    --white: #ffffff;
    --paper: #fbf8f1;
    --ink: #251f1f;
    --muted: #6f6662;
    --line: rgba(166, 31, 35, 0.16);
    --shadow: 0 22px 60px rgba(45, 22, 20, 0.16);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.6;
}

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

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

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 14px clamp(20px, 5vw, 72px);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    font-weight: 800;
    color: var(--red-dark);
}

.brand img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.nav {
    display: flex;
    gap: clamp(14px, 2vw, 30px);
    font-size: 0.92rem;
    font-weight: 700;
    color: #4d4542;
}

.nav a:hover,
.footer a:hover {
    color: var(--red);
}

.header-cta,
.primary-btn,
.plan-btn,
.lead-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 4px;
    font-weight: 800;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.primary-btn,
.lead-form button {
    color: var(--white);
    background: var(--red);
    box-shadow: 0 12px 26px rgba(166, 31, 35, 0.24);
}

.header-cta:hover,
.primary-btn:hover,
.plan-btn:hover,
.lead-form button:hover {
    transform: translateY(-2px);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.55fr);
    gap: clamp(28px, 5vw, 72px);
    align-items: center;
    min-height: calc(100vh - 83px);
    padding: clamp(64px, 9vw, 118px) clamp(20px, 6vw, 92px) clamp(48px, 7vw, 80px);
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(110deg, rgba(70, 11, 14, 0.96), rgba(166, 31, 35, 0.88) 54%, rgba(37, 31, 31, 0.78)),
        url('https://images.unsplash.com/photo-1576091160550-2173dba999ef?auto=format&fit=crop&w=1800&q=80') center/cover;
}

.hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 8px;
    background: linear-gradient(90deg, var(--gold), #fff4c5, var(--gold));
}

.hero-content,
.hero-panel {
    position: relative;
    z-index: 1;
}

.eyebrow,
.section-kicker {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    font-family: 'Merriweather', Georgia, serif;
    line-height: 1.12;
}

h1 {
    max-width: 880px;
    font-size: clamp(2.6rem, 6vw, 5.8rem);
}

.hero-subtitle {
    max-width: 760px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    font-weight: 500;
}

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

.hero-note {
    max-width: 330px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
}

.hero-panel {
    padding: 30px;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.hero-panel img {
    width: min(240px, 70%);
    margin: 0 auto 26px;
}

.panel-line {
    display: grid;
    gap: 3px;
    padding: 16px 0;
    border-top: 1px solid var(--line);
}

.panel-line span {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.section {
    padding: clamp(64px, 9vw, 112px) clamp(20px, 6vw, 92px);
}

.section-heading {
    max-width: 790px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-heading h2,
.authority-copy h2,
.final-cta h2 {
    color: var(--red-dark);
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.authority {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: center;
    background: var(--white);
}

.mentor-photo {
    min-height: 460px;
    padding: 18px;
    border: 1px solid rgba(212, 175, 55, 0.6);
    background: linear-gradient(140deg, rgba(166, 31, 35, 0.08), rgba(212, 175, 55, 0.16));
}

.photo-frame {
    display: grid;
    place-items: center;
    height: 100%;
    min-height: 424px;
    border: 1px dashed rgba(166, 31, 35, 0.36);
    background: #fff;
    color: var(--red-dark);
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 900;
}

.authority-copy p:not(.section-kicker) {
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 1.05rem;
}

.authority-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.authority-stats div,
.module-card,
.testimonial,
.guarantee,
.price-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 38px rgba(45, 22, 20, 0.08);
}

.authority-stats div {
    padding: 18px;
}

.authority-stats strong {
    display: block;
    color: var(--red);
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.5rem;
}

.authority-stats span {
    color: var(--muted);
    font-size: 0.86rem;
    font-weight: 600;
}

.lead-magnet {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
    background: var(--red-dark);
    color: #fff;
}

.lead-copy h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.25rem);
}

.lead-copy p {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.04rem;
}

.lead-copy strong {
    color: var(--gold);
}

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

.lead-copy li {
    position: relative;
    padding-left: 26px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
}

.lead-copy li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
}

.lead-form {
    display: grid;
    gap: 16px;
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--ink);
    box-shadow: var(--shadow);
}

.lead-form label {
    display: grid;
    gap: 7px;
    color: var(--red-dark);
    font-size: 0.83rem;
    font-weight: 900;
    text-transform: uppercase;
}

.lead-form input {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 4px;
    color: var(--ink);
    font: 600 0.95rem 'Montserrat', Arial, sans-serif;
}

.lead-form button {
    width: 100%;
    border: 0;
    cursor: pointer;
    font-family: 'Montserrat', Arial, sans-serif;
}

.pricing {
    background: linear-gradient(180deg, #fbf8f1 0%, #fff 100%);
}

.pricing-grid,
.module-grid,
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 30px;
}

.price-card.featured {
    border-color: var(--gold);
    transform: translateY(-14px);
    box-shadow: 0 28px 68px rgba(166, 31, 35, 0.18);
}

.badge {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--red-dark);
    background: var(--gold-soft);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.price-card h3,
.module-card h3 {
    color: var(--red-dark);
    font-size: 1.6rem;
}

.price-card p,
.module-card p,
.testimonial p,
.guarantee p {
    color: var(--muted);
}

.price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 8px;
    margin: 22px 0;
}

.price em {
    width: 100%;
    color: var(--muted);
    font-size: 1.08rem;
    font-style: normal;
    font-weight: 900;
    text-decoration: line-through;
}

.price strong {
    color: var(--red);
    font-family: 'Merriweather', Georgia, serif;
    font-size: 3rem;
    line-height: 1;
}

.price span {
    color: var(--muted);
    font-weight: 700;
}

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

.price-card li {
    position: relative;
    padding-left: 24px;
    color: #463c39;
    font-weight: 600;
}

.price-card li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
}

.plan-btn {
    margin-top: auto;
    color: var(--red-dark);
    border: 1px solid var(--red);
    background: #fff;
}

.featured .plan-btn {
    color: #fff;
    background: var(--red);
}

.course {
    background: var(--white);
}

.module-card {
    padding: 30px;
}

.module-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: var(--red-dark);
    background: var(--gold-soft);
    font-weight: 900;
}

.social-proof {
    background: #f7efe2;
}

.testimonial,
.guarantee {
    padding: 28px;
}

.testimonial p {
    margin-top: 0;
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.15rem;
}

.testimonial strong,
.guarantee strong {
    display: block;
    color: var(--red-dark);
    font-weight: 900;
}

.testimonial span,
.guarantee span {
    color: var(--gold);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.guarantee {
    border-color: rgba(212, 175, 55, 0.65);
    background: var(--red-dark);
    color: #fff;
}

.guarantee strong,
.guarantee p {
    color: #fff;
}

.final-cta {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    padding: 42px clamp(20px, 6vw, 92px);
    color: #fff;
    background: var(--red-dark);
}

.final-cta .section-kicker {
    margin-bottom: 8px;
}

.final-cta h2 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px clamp(20px, 6vw, 92px);
    background: #171313;
    color: rgba(255, 255, 255, 0.78);
}

.footer div,
.footer nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.footer img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.footer p {
    margin: 0;
    color: #fff;
    font-weight: 800;
}

.footer nav {
    justify-content: flex-end;
    font-weight: 700;
}

@media (max-width: 980px) {
    .site-header {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
    }

    .nav {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .hero,
    .authority,
    .lead-magnet,
    .pricing-grid,
    .module-grid,
    .testimonial-grid,
    .final-cta {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
    }

    .price-card.featured {
        transform: none;
    }

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

@media (max-width: 640px) {
    .brand span {
        font-size: 0.95rem;
    }

    .header-cta {
        width: 100%;
    }

    .hero-actions,
    .primary-btn,
    .plan-btn {
        width: 100%;
    }

    .authority-stats {
        grid-template-columns: 1fr;
    }

    .price-card,
    .module-card,
    .testimonial,
    .guarantee,
    .hero-panel {
        padding: 24px;
    }

    .footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer nav {
        justify-content: flex-start;
    }
}


/* Mentor photo and real testimonials */
.photo-frame {
    position: relative;
    display: block;
    min-height: 560px;
    overflow: hidden;
    border: 0;
    background: #1f1918;
    box-shadow: var(--shadow);
}

.photo-frame img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center 28%;
}

.mentor-label {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 18px;
    border-left: 4px solid var(--gold);
    background: rgba(255, 255, 255, 0.94);
    color: var(--ink);
}

.mentor-label strong {
    display: block;
    color: var(--red-dark);
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.45rem;
}

.mentor-label span {
    display: block;
    margin-top: 3px;
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.social-proof {
    background: linear-gradient(180deg, #fff 0%, #fbf8f1 100%);
}

.testimonial-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-items: stretch;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    min-height: 390px;
    padding: 28px 22px;
    border: 1px solid rgba(166, 31, 35, 0.13);
    border-radius: 8px;
    background: var(--white);
    text-align: center;
    box-shadow: 0 14px 38px rgba(45, 22, 20, 0.08);
}

.testimonial-card img {
    width: 132px;
    height: 132px;
    border: 4px solid #fff;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.55), 0 14px 28px rgba(45, 22, 20, 0.14);
}

.stars {
    color: var(--gold);
    font-size: 1rem;
    letter-spacing: 0.04em;
}

.testimonial-card p {
    margin: 0;
    color: #4b403d;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.55;
}

.testimonial-card strong {
    margin-top: auto;
    color: var(--red-dark);
    font-family: 'Merriweather', Georgia, serif;
    font-size: 1.05rem;
}

.guarantee-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 34px;
    padding: 20px 24px;
    border: 1px solid rgba(212, 175, 55, 0.5);
    border-radius: 8px;
    background: var(--red-dark);
    color: #fff;
    text-align: center;
}

.guarantee-strip span {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: var(--gold);
    color: var(--red-dark);
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.guarantee-strip strong {
    font-weight: 800;
}

@media (max-width: 640px) {
    .photo-frame,
    .photo-frame img {
        min-height: 430px;
    }

    .testimonial-card {
        min-height: auto;
        padding: 24px 18px;
    }

    .guarantee-strip {
        align-items: stretch;
        flex-direction: column;
    }
}


/* Compact testimonial carousel */
.social-proof.section {
    padding-bottom: clamp(46px, 6vw, 76px);
}

.testimonial-carousel {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 56px 42px;
}

.testimonial-viewport {
    overflow: hidden;
}

.testimonial-track {
    display: flex;
    gap: 22px;
    transition: transform 520ms ease;
    will-change: transform;
}

.testimonial-track .testimonial-card {
    flex: 0 0 calc((100% - 44px) / 3);
}

.carousel-arrow {
    position: absolute;
    top: 42%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(166, 31, 35, 0.18);
    border-radius: 50%;
    color: var(--red-dark);
    background: #fff;
    box-shadow: 0 12px 28px rgba(45, 22, 20, 0.14);
    cursor: pointer;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.carousel-arrow:hover {
    color: #fff;
    background: var(--red);
    transform: translateY(-2px);
}

.carousel-prev {
    left: 0;
}

.carousel-next {
    right: 0;
}

.carousel-dots {
    position: absolute;
    right: 56px;
    bottom: 0;
    left: 56px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.carousel-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(166, 31, 35, 0.24);
    cursor: pointer;
}

.carousel-dots button.active {
    width: 28px;
    border-radius: 999px;
    background: var(--red);
}

@media (max-width: 1080px) {
    .testimonial-track .testimonial-card {
        flex-basis: calc((100% - 22px) / 2);
    }
}

@media (max-width: 720px) {
    .testimonial-carousel {
        padding: 0 44px 42px;
    }

    .testimonial-track .testimonial-card {
        flex-basis: 100%;
    }

    .carousel-arrow {
        width: 38px;
        height: 38px;
        font-size: 1.65rem;
    }

    .carousel-dots {
        right: 44px;
        left: 44px;
    }
}

/* Course sales area */
.courses-sale {
    background: #fff;
}

.courses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.course-sale-card {
    display: flex;
    flex-direction: column;
    min-height: 520px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 38px rgba(45, 22, 20, 0.08);
}

.course-sale-card.available {
    border-top: 5px solid var(--gold);
}

.course-sale-card.coming-soon {
    border-top: 5px solid rgba(166, 31, 35, 0.22);
}

.course-tag {
    align-self: flex-start;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--red-dark);
    background: var(--gold-soft);
    font-size: 0.74rem;
    font-weight: 900;
    text-transform: uppercase;
}

.course-sale-card h3 {
    color: var(--red-dark);
    font-size: 1.55rem;
}

.course-sale-card p {
    color: var(--muted);
    font-weight: 600;
}

.course-topics {
    margin: 8px 0 24px;
}

.course-topics strong {
    display: block;
    margin-bottom: 10px;
    color: var(--red-dark);
    font-weight: 900;
}

.course-topics ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.course-topics li {
    position: relative;
    padding-left: 22px;
    color: #463c39;
    font-size: 0.92rem;
    font-weight: 700;
}

.course-topics li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
}

.course-buy-btn,
.course-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    margin-top: auto;
    padding: 0 18px;
    border-radius: 4px;
    font-weight: 900;
    text-align: center;
}

.course-buy-btn {
    color: #fff;
    background: var(--red);
    box-shadow: 0 12px 26px rgba(166, 31, 35, 0.2);
}

.course-buy-btn:hover {
    transform: translateY(-2px);
}

.course-placeholder {
    color: var(--muted);
    border: 1px dashed rgba(166, 31, 35, 0.32);
    background: #fff;
}

.form-message {
    margin: 0;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: none;
}

.form-message.success {
    color: #14532d;
    background: #dcfce7;
}

.form-message.error {
    color: #7f1d1d;
    background: #fee2e2;
}

@media (max-width: 640px) {
    .course-sale-card {
        min-height: auto;
        padding: 24px;
    }
}
