body,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit;
    position: relative;
    background-repeat: no-repeat
}

body {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: #000;
    background-color: #F8F8F8;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

article,
body,
footer,
header,
main,
nav,
section {
    padding-top: .1px
}

a,
button,
label {
    cursor: pointer;
    outline: 0;
    color: inherit
}

figure {
    padding: 0
}

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

nav ul {
    list-style: none;
    display: flex
}

nav a {
    text-decoration: none
}

body {
    font-size: 1rem;
    line-height: 1.5;
}

.body-xsmall {
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 1.5;
}

.body-small {
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.5;
}

h6,
.h6 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.005em;
}

h5,
.h5 {
    font-weight: 400;
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: -0.005em;
}

h4,
.h4 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: -0.005em;
}

h3,
.h3 {
    font-weight: 400;
    font-size: clamp(1.75rem, 1.4rem + 1.5vw, 2.4375rem);
    line-height: 1.1;
    letter-spacing: -0.015em;
}

h2,
.h2 {
    font-weight: 800;
    font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.015em;
}

h1,
.h1 {
    font-weight: 800;
    font-size: clamp(2.25rem, 1.5rem + 3vw, 3.8125rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
}




.header-fp {
    width: calc(100% - 44px);
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    height: 70svh;
    min-height: 460px;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.header-fp__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
}


.header-fp__img-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.32) 60.58%, #000000 100%);
}

.header-fp__text {
    padding: 40px 24px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.header-fp__text h1 {
    max-width: 20ch;
}

@media (min-width: 768px) {
    .header-fp__text {
        padding: 74px 64px;
        gap: 2rem;
    }
}





.big-fade-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 8vw;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent);
}

/* button */
.cta-btn {
    width: 100%;
    max-width: 350px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    background: #ffffff;
    border-radius: 100px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}

@media (min-width: 640px) {
    .cta-btn {
        width: auto;
        min-width: 350px;
    }
}

.cta-icon {
    width: 44px;
    height: 44px;
    background: #E9D5AA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon svg {
    width: 1rem;
    height: 1rem;
}

/* trust pilot */
.social-proof {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.avatars {
    display: flex;
}

.avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ffffff;
    margin-left: -0.75rem;
}

.avatar:first-child {
    margin-left: 0;
}

.proof-text p {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0.4rem;
}

.stars {
    display: flex;
    gap: 0.25rem;
}

.star {
    width: 1.5rem;
    height: 1.5rem;
    background: #00b67a;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 0.9rem;
}

.star.half {
    background: linear-gradient(to right, #00b67a 60%, #555 60%);
}



/* nav */
.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 5.5rem 1rem 1.5rem;
}

.logo {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-decoration: none;
    max-width: 60vw;
}

.logo-img {
    height: 82px;
    width: auto;
    display: block;
}

.logo-sub {
    font-weight: 400;
    font-size: 0.7rem;
    opacity: 0.7;
}

@media (min-width: 640px) {
    .logo-sub {
        font-size: 0.8rem;
    }
}

.lang-toggle {
    background: #E9D5AA;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-sizing: border-box;
    position: fixed;
    top: 30px;
    right: 82px;
    z-index: 120;
}

.burger {
    background: #E9D5AA;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 11px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    box-sizing: border-box;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 120;
}

.burger.open {
    border: 1px solid #fff;
}

.burger span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #1a1a1a;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.burger.open span:nth-child(1) {
    transform: translateY(4.5px) rotate(45deg);
}

.burger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.burger.open span:nth-child(3) {
    transform: translateY(-4.5px) rotate(-45deg);
}

.menu-overlay {
    position: fixed;
    inset: 0;
    background: #E9D5AA;
    border-radius: 12px;
    margin: 0.5rem;
    padding: 3rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateY(-110%);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 100;
}

.menu-overlay.open {
    transform: translateY(0);
}

.menu-links {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.menu-links a {
    font-size: 2rem;
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: none;
    padding: 0.5rem 0;
    opacity: 0.9;
}

.menu-links a:hover {
    opacity: 1;
}

.menu-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-btn {
    background: #fff;
    color: #000;
    padding: 0.75rem 1.75rem;
    border-radius: 100px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}


.social-links {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.social-links a {
    color: #1a1a1a;
    opacity: 0.9;
    display: flex;
}

.social-links a:hover {
    opacity: 1;
}


/* the concpet */
.the-concept {
    padding: 48px 22px;
}

.the-concept-text {
    max-width: 80ch;
    margin: 48px auto 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .the-concept {
        padding: 64px 22px;
    }

    .the-concept-text {
        margin: 140px auto 64px;
    }
}

.accordion-card {
    max-width: 1000px;
    margin: 0 auto;
    background: #f0ead8;
    border-radius: 1.25rem;
    padding: 1.5rem;
}


.accordion-list {
    display: flex;
    flex-direction: column;
}

.accordion-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 22px 0;
}

.accordion-item:first-child {
    border-top: none;
}

.accordion-trigger {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 1.25rem 0; */
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: left;
    gap: 1rem;
}

.accordion-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    flex-shrink: 0;
    transition: background 0.2s ease, transform 0.3s ease;
    color: #1a1a1a;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
    background: #E9D5AA;
    border-color: #E9D5AA;
    color: #fff;
    transform: rotate(180deg);
}

.accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.accordion-content.open {
    grid-template-rows: 1fr;
}

.accordion-content>p {
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.6;
    color: #3a3a3a;
    /* margin-bottom: 1.25rem; */
}

.accordion-footer {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

@media (min-width: 560px) {
    .accordion-footer {
        flex-direction: row;
    }
}

.accordion-footer .cta-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    border-radius: 100px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    gap: 0.75rem;
}

.cta-outline {
    background: transparent;
    border: 1px solid #E9D5AA;
    color: #000;
}

.cta-filled {
    background: #E9D5AA;
    border: 1px solid transparent;
    color: #fff;
}

.cta-icon {
    width: 32px;
    height: 32px;
    background: #E9D5AA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    flex-shrink: 0;
}

.cta-outline .cta-icon {
    background: #E9D5AA;
    color: #fff;
}

.cta-filled .cta-icon {
    background: #fff;
    color: #000;
}

.cta-btn:not(header .cta-btn) {
    min-width: unset;
}


/* card */
.pricing-card {
    background: linear-gradient(180deg, #e9d5aab0 0%, #baa372b3 30%, #baa372c4 70%, #e9d5aab5 100%);
    border-radius: 1.25rem;
    padding: 2rem 1.5rem;
    width: 100%;
    max-width: 420px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.pricing-card.main-card {
    background: linear-gradient(180deg, #E9D5AA 0%, #BAA372 30%, #BAA372 70%, #E9D5AA 100%);
}

.pricing-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.price {
    color: #1a1a1a;
    font-weight: 700;
}

.period {
    color: rgba(0, 0, 0, 0.6);
    margin: 0;
}

.plan-name {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.pricing-card .cta-btn {
    margin-top: 0.75rem;
    background: #ffffff;
    color: #1a1a1a;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
}

.pricing-card .cta-icon {
    width: 36px;
    height: 36px;
    background: #c9b882;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    color: #ffffff;
}

.description {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
    margin: 0;
}


.pricing-section {
    padding: 0 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

@media (min-width: 1024px) {
    .pricing-section {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 12px;
    }

    .pricing-section .pricing-card-list {
        flex: 1 1 0;
    }

    .pricing-section .pricing-card-list.full-width {
        flex: 1 1 100%;
        max-width: none;
    }
}


/* meet coach */

.meet-coach {
    margin-top: 48px;
    border-radius: 48px 48px 0 0;
    padding: 64px 22px;
    background-color: #d6bf8f4d;
}

@media (min-width: 768px) {
    .meet-coach {
        margin-top: 96px;
        border-radius: 140px 140px 0 0;
        padding: 180px 22px;
    }
}

.meet-coach>* {
    max-width: 780px;
    margin: 0 auto;
}

.meet-coach>h2 {}

.meet-coach>h3 {
    margin: 2px auto 22px;
}


.meet-coach-stats {
    margin: 22px auto;
    padding: 14px;
    border-radius: 12px;
    background-color: #0000000d;
}

.meet-coach-stats p {
    font-weight: 600;
}

.pre-footer {
    height: 100svh;
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.pre-footer img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 30%;
}

.pre-footer-img-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.32) 60.58%, #000000 100%);
}

.pre-footer-text {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: calc(100% - 48px);
    max-width: 540px;
    text-align: center;
}

.pre-footer-text .cta-btn {
    margin: 0 auto;
}

@media (min-width: 640px) {
    .pre-footer-text {
        bottom: 15%;
        min-width: 460px;
        text-align: left;
    }

    .pre-footer-text .cta-btn {
        margin: 0;
    }
}

.pre-footer-text h3 {
    font-weight: 600;
}

.pre-footer-text p {
    margin: 12px 0 22px;
}

.pre-footer-text .cta-btn {
    min-width: 240px !important;
}

.footer {
    background-color: #000;
    color: #ffffff;
    padding: 98px 22px 40px;
}

.footer-top {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 0.75rem;
}

.footer-brand .body-small {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    margin-bottom: 1.25rem;
}

.footer-insta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.875rem;
}

.footer-insta:hover {
    color: #ffffff;
}

.footer-label {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 1rem;
}

.footer-nav,
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.footer-nav a,
.footer-contact a:not(.cta-btn) {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.5;
}

.footer-nav a:hover,
.footer-contact a:hover {
    color: #ffffff;
}

.footer .cta-btn {
    flex: unset;
}

.footer .cta-btn:hover {
    color: #000;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    gap: 1rem;
}

.footer-bottom .body-small,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    font-size: 0.8rem;
}

.footer-bottom a:hover {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 640px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

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


/* ===================== SUBPAGE HERO ===================== */

.page-hero {
    width: calc(100% - 44px);
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: 380px;
    height: 52svh;
    color: #fff;
    display: flex;
    align-items: flex-end;
}

.page-hero__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
}

.page-hero__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.35) 55%, #000000 100%);
}

.page-hero__text {
    position: relative;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
}

.page-hero__eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    color: #E9D5AA;
}

.page-hero__text h1 {
    max-width: 18ch;
}

.page-hero__text p {
    max-width: 45ch;
    color: rgba(255, 255, 255, 0.85);
}

@media (min-width: 768px) {
    .page-hero {
        height: 46svh;
    }

    .page-hero__text {
        padding: 64px;
    }
}

/* Plain (photo-free) hero variant used on the Programs page */
.page-hero--plain {
    color: #1a1a1a;
    background: linear-gradient(165deg, #f0ead8 0%, #E9D5AA 55%, #BAA372 100%);
    align-items: center;
    text-align: center;
    height: auto;
    min-height: 340px;
    padding: 64px 24px;
}

.page-hero--plain .page-hero__text {
    position: static;
    align-items: center;
    padding: 0;
}

.page-hero--plain .page-hero__eyebrow {
    color: #6b5a33;
}

.page-hero--plain p {
    max-width: 55ch;
    color: #3a3a3a;
}

@media (min-width: 768px) {
    .page-hero--plain {
        padding: 96px 24px;
    }
}


/* ===================== ABOUT PAGE ===================== */

.about-intro {
    padding: 64px 22px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.about-story {
    padding: 48px 22px;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: start;
}

.about-story__media {
    border-radius: 1.5rem;
    overflow: hidden;
}

.about-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/5;
}

.about-story__text {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-story__text p {
    color: #3a3a3a;
}

@media (min-width: 900px) {
    .about-story {
        grid-template-columns: 0.85fr 1.15fr;
        gap: 4rem;
        padding: 96px 22px;
    }
}

.values-grid {
    padding: 0 22px 64px;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.value-card {
    background: #f0ead8;
    border-radius: 1.25rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.value-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #E9D5AA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
}

.value-card p {
    color: #3a3a3a;
}

@media (min-width: 768px) {
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
        padding: 0 22px 96px;
    }
}

.timeline-section {
    padding: 48px 22px 96px;
    max-width: 800px;
    margin: 0 auto;
}

.timeline-section>h2 {
    margin-bottom: 2rem;
}

.timeline {
    display: flex;
    flex-direction: column;
}

.timeline-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    padding-bottom: 2rem;
}

.timeline-item__marker {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-item__dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #E9D5AA;
    flex-shrink: 0;
}

.timeline-item__line {
    width: 1px;
    flex: 1;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 4px;
}

.timeline-item:last-child .timeline-item__line {
    display: none;
}

.timeline-item__year {
    font-weight: 700;
    color: #BAA372;
    margin-bottom: 0.25rem;
    display: block;
}

.timeline-item__body p {
    color: #3a3a3a;
}


/* ===================== PROGRAMS PAGE ===================== */

.program-detail-section {
    padding: 48px 22px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.program-detail {
    background: #f0ead8;
    border-radius: 1.5rem;
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.program-detail__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.5rem;
}

.program-detail__price {
    font-weight: 700;
    color: #6b5a33;
}

.program-detail p.description {
    color: #3a3a3a;
}

.includes-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.includes-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #1a1a1a;
}

.includes-list li::before {
    content: "✓";
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #E9D5AA;
    color: #fff;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.15rem;
}

.program-detail--featured {
    background: linear-gradient(180deg, #E9D5AA 0%, #BAA372 100%);
}

.program-detail--featured .program-detail__price,
.program-detail--featured .program-detail__header h3,
.program-detail--featured p.description,
.program-detail--featured .includes-list li {
    color: #fff;
}

.program-detail--featured .includes-list li::before {
    background: #fff;
    color: #BAA372;
}

@media (min-width: 900px) {
    .program-detail {
        grid-template-columns: 1.1fr 0.9fr;
        padding: 3rem;
    }
}

.faq-section {
    padding: 48px 22px 96px;
}

.faq-section>.section-heading {
    max-width: 700px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.section-heading p {
    color: #3a3a3a;
    margin-top: 0.75rem;
}

.compare {
    margin: 120px 0 160px;
    padding: 0 20px;
    text-align: center;
}

.compare-text {
    margin-bottom: 42px;
}


.pricing-card-list .period {
    margin-top: 32px;
}

.pricing-card-ul {
    text-align: left;
    color: #1a1a1a;
}

.pricing-card-list.off {
    color: rgba(0, 0, 0, 0.35);
    text-decoration: line-through;
}


/*  */
/*  */
/*  */

:root {
    --bg: #F5F2EA;
    --paper: #FFFFFF;
    --ink: #1C1B17;
    --ink-soft: #625D52;
    --accent: #E9BA6C;
    --accent-ink: #453419;
    --ring: rgba(28, 27, 23, 0.08);
    --scrim-bottom: rgba(12, 11, 9, 0.88);
    --scrim-mid: rgba(12, 11, 9, 0.15);
    --scrim-top: rgba(12, 11, 9, 0);
    --radius: 26px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.wrap {
    max-width: 1180px;
    margin: 120px auto 160px;
}

.eyebrow {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-soft);
    margin: 0 0 10px;
}

h1 {
    font-weight: 700;
    font-size: clamp(28px, 4vw, 38px);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0 0 36px;
}

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

@media (max-width: 980px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 660px) {
    .grid {
        grid-template-columns: 1fr;
    }
}

.card {
    background: var(--paper);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(28, 27, 23, 0.06), 0 12px 28px -18px rgba(28, 27, 23, 0.25);
    cursor: pointer;
    outline: none;
    transition: box-shadow 320ms var(--ease), transform 320ms var(--ease);
}

.card:hover {
    box-shadow: 0 1px 2px rgba(28, 27, 23, 0.08), 0 20px 36px -16px rgba(28, 27, 23, 0.32);
    transform: translateY(-3px);
}

.card:focus-visible {
    box-shadow: 0 0 0 3px var(--accent), 0 12px 28px -18px rgba(28, 27, 23, 0.25);
}

.card.is-open {
    box-shadow: 0 1px 2px rgba(28, 27, 23, 0.08), 0 20px 36px -16px rgba(28, 27, 23, 0.3);
}

/* --- Photo block: fixed height, never resizes when card opens --- */
.card-photo {
    position: relative;
    height: 480px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, var(--scrim-top) 0%, var(--scrim-mid) 42%, var(--scrim-bottom) 82%);
}

.photo-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 24px 26px;
    color: #fff;
}

.headline {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.28;
    margin: 0 0 10px;
}

.teaser {
    font-size: 14.5px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.expand-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: var(--accent);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px -4px rgba(0, 0, 0, 0.35);
}

.expand-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 420ms var(--ease);
}

.card.is-open .expand-btn svg {
    transform: rotate(135deg);
}

/* --- Expanding panel below the photo --- */
.card-more {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 460ms var(--ease);
}

.card.is-open .card-more {
    grid-template-rows: 1fr;
}

.card-more-inner {
    min-height: 0;
    overflow: hidden;
}

.more-content {
    padding: 22px 24px 26px;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 320ms var(--ease) 40ms, transform 320ms var(--ease) 40ms;
}

.card.is-open .more-content {
    opacity: 1;
    transform: translateY(0);
}

.divider {
    height: 1px;
    background: var(--ring);
    margin: 0 0 16px;
}

.quote {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--ink);
    margin: 0 0 16px;
}

.byline {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 13px;
}

.byline .name {
    font-weight: 600;
    color: var(--ink);
}

.byline .role {
    color: var(--ink-soft);
}

@media (prefers-reduced-motion: reduce) {

    .card,
    .card-more,
    .more-content,
    .expand-btn svg {
        transition-duration: 0.01ms !important;
    }
}

/*  */
/*  */
/*  */


/* ===================== CONTACT PAGE ===================== */

.contact-section {
    padding: 64px 22px 96px;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.contact-section>.eyebrow {
    text-align: center;
}

.contact-section>h1 {
    margin: 0 auto 0.75rem;
}

.contact-section>p.lead {
    max-width: 48ch;
    margin: 0 auto;
    color: #3a3a3a;
}

.contact-methods {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.contact-method {
    background: #f0ead8;
    border-radius: 1.25rem;
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-align: left;
    text-decoration: none;
    color: #1a1a1a;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-method:hover {
    background: #E9D5AA;
    transform: translateY(-2px);
}

.contact-method:hover .contact-method__value {
    color: #fff;
}

.contact-method:hover .contact-method__label {
    color: rgba(255, 255, 255, 0.75);
}

.contact-method__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #E9D5AA;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-method__icon svg {
    width: 22px;
    height: 22px;
}

.contact-method__label {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b5a33;
    margin-bottom: 0.25rem;
    transition: color 0.2s ease;
}

.contact-method__value {
    font-weight: 700;
    font-size: 1.1875rem;
    transition: color 0.2s ease;
}

.contact-method__note {
    margin-top: 0.35rem;
    color: #6b5a33;
}

.contact-method:hover .contact-method__note {
    color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 640px) {
    .contact-methods {
        grid-template-columns: 1fr 1fr;
    }
}

/* wintertraining */
.winter-notes {
    margin-top: 42px;
}

.winter-notes--top {
    margin-top: 0;
    margin-bottom: 32px;
}

.winter-notes p {
    margin: 6px 0;
}

.winter-flyer-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.winter-flyer-img {
    width: 100%;
    max-width: 420px;
    border-radius: 1.25rem;
    display: block;
    order: 2;
}

.winter-flyer-row .pricing-section {
    order: 1;
}

@media (min-width: 1024px) {
    .winter-flyer-row {
        flex-direction: row;
        align-items: stretch;
    }

    .winter-flyer-row .pricing-section {
        order: 0;
        padding: 0;
    }

    .winter-flyer-img {
        order: 0;
    }
}

.winter-box-date {
    color: #1a1a1a;
    font-size: 0.9rem;
}


/* pricing note under prisboksene */
.pricing-note {
    text-align: center;
    font-weight: 600;
    margin: 24px 22px 0;
}


/* ============================================================
   MIDLERTIDIGT SKJULT
   Slet denne blok for at skjule anbefalingerne i hero-banneret igen.
   ============================================================ */
.social-proof {
    display: none;
}

/* single testimonial card centered */
.grid.single {
    grid-template-columns: minmax(0, 480px);
    justify-content: center;
}
