:root {
    color-scheme: light;
}

html {
    scroll-behavior: smooth;
}

body.funnel-page {
    background:
        radial-gradient(circle at top left, rgba(198, 147, 53, 0.12), transparent 22%),
        radial-gradient(circle at top right, rgba(152, 48, 33, 0.16), transparent 28%),
        linear-gradient(180deg, #2a130f 0%, #150907 15%, #f0dfc6 15.1%, #f5ead7 100%);
    color: var(--color-text);
}

a {
    text-decoration: none;
}

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

.funnel-page .funnel-button,
.funnel-page button,
.funnel-page input,
.funnel-page select,
.funnel-page textarea {
    font-family: var(--font-body);
}

.funnel-page .funnel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    min-height: 3.4rem;
    padding: 0.9rem 1.35rem;
    color: var(--button-primary-text);
    background: linear-gradient(135deg, #a53425 0%, #722014 100%);
    border: 1px solid rgba(255, 240, 212, 0.16);
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(56, 15, 10, 0.25);
    font-size: 0.98rem;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.funnel-page .funnel-button:hover,
.funnel-page .funnel-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 22px 44px rgba(56, 15, 10, 0.32);
    background: linear-gradient(135deg, #93291d 0%, #63180f 100%);
}

.funnel-page .funnel-button--secondary {
    color: var(--color-heading);
    background: rgba(255, 248, 237, 0.72);
    border-color: rgba(87, 42, 18, 0.12);
    box-shadow: none;
}

.funnel-page .funnel-button--secondary:hover,
.funnel-page .funnel-button--secondary:focus-visible {
    background: rgba(255, 248, 237, 0.94);
}

.funnel-page .funnel-button--light {
    color: #4a160f;
    background: linear-gradient(135deg, #f3d49c 0%, #fff6e7 100%);
    border-color: rgba(255, 255, 255, 0.3);
}

.funnel-page .funnel-card {
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(247, 236, 220, 0.96));
    border: 1px solid rgba(88, 43, 20, 0.12);
    border-radius: 1.8rem;
    box-shadow: 0 20px 60px rgba(48, 18, 11, 0.10);
}

.funnel-page .funnel-section {
    position: relative;
    padding: clamp(4.5rem, 8vw, 7rem) 0;
}

.funnel-page .funnel-section__heading {
    margin-bottom: 2.4rem;
}

.funnel-page .funnel-section__heading--center {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

.funnel-page .funnel-title,
.funnel-page .funnel-final-cta__content h2,
.funnel-page .funnel-legal-page__content h1 {
    /* color: #fff3e2; */
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.funnel-page .funnel-title--small {
    margin-bottom: 1rem;
    font-size: clamp(2.15rem, 4vw, 3.75rem);
}

.funnel-page .funnel-lead,
.funnel-page .funnel-hero__lead,
.funnel-page .funnel-legal-page__content p,
.funnel-page .funnel-legal-page__content li {
    color: var(--color-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.funnel-page .funnel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    color: #b27c2d;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.funnel-page .funnel-eyebrow::before {
    width: 1.35rem;
    height: 1px;
    content: "";
    background: currentColor;
}

/* Hero */
.funnel-hero {
    position: relative;
    padding: 1.25rem 0 4.8rem;
    color: #fff3e2;
    overflow: clip;
}

.funnel-hero__backdrop,
.funnel-hero__pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.funnel-hero__backdrop {
    background:
        radial-gradient(circle at 9% 16%, rgba(255, 195, 99, 0.13), transparent 18%),
        radial-gradient(circle at 90% 8%, rgba(208, 82, 49, 0.20), transparent 24%),
        linear-gradient(135deg, #2d110e 0%, #160706 50%, #2d130f 100%);
}

.funnel-hero__pattern {
    opacity: 0.22;
    background-image:
        linear-gradient(transparent 0, transparent calc(100% - 1px), rgba(255, 227, 176, 0.05) calc(100% - 1px)),
        radial-gradient(circle at center, rgba(255, 211, 125, 0.1) 0, rgba(255, 211, 125, 0) 58%);
    background-size: 100% 100%, 620px 620px;
    background-repeat: no-repeat;
    background-position: center, -140px -180px;
}

.funnel-hero__topline {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.6rem;
}

.funnel-brand {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: #fff4de;
}

.funnel-brand__mark {
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    place-items: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, #c9973d 0%, #822619 100%);
    border: 1px solid rgba(255, 238, 201, 0.18);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
    color: #fff8e8;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.funnel-brand__text {
    display: flex;
    flex-direction: column;
    font-family: var(--font-heading);
    font-size: 1.3rem;
    line-height: 1;
}

.funnel-brand__text small {
    margin-top: 0.25rem;
    color: rgba(255, 235, 204, 0.70);
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.funnel-hero__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.7rem 1rem;
    color: #fff3dd;
    background: rgba(255, 248, 238, 0.08);
    border: 1px solid rgba(255, 234, 198, 0.12);
    border-radius: 999px;
    backdrop-filter: blur(12px);
}

.funnel-hero__phone small {
    display: block;
    margin-bottom: 0.18rem;
    color: rgba(255, 235, 204, 0.68);
    font-size: 0.66rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.funnel-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(1.4rem, 3vw, 2rem);
    align-items: stretch;
}

.funnel-hero__content-card {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.7rem, 4vw, 3rem);
    background: linear-gradient(180deg, rgba(255, 249, 239, 0.11), rgba(255, 248, 237, 0.04));
    border: 1px solid rgba(255, 233, 196, 0.14);
    border-radius: 2rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.funnel-hero__content-card .funnel-eyebrow,
.funnel-final-cta .funnel-eyebrow {
    color: #f1cf8f;
}

.funnel-hero__content-card .funnel-eyebrow::before,
.funnel-final-cta .funnel-eyebrow::before {
    background: currentColor;
}

.funnel-hero__title {
    margin: 0 0 1.2rem;
    color: #fff5e8;
    font-family: var(--font-heading);
    font-size: clamp(1.9rem, 5vw, 3.6rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.funnel-hero__title span,
.funnel-hero__title em {
    display: block;
}

.funnel-hero__title em {
    color: #f4d8a0;
    font-style: normal;
}

.funnel-hero__lead {
    max-width: 38rem;
    margin: 0;
    color: rgba(255, 239, 218, 0.82);
}

.funnel-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.funnel-hero__trust {
    display: grid;
    gap: 0.85rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
}

.funnel-hero__trust li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: rgba(255, 239, 218, 0.94);
}

.funnel-hero__trust-icon {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border-radius: 999px;
    color: #f7d89a;
    background: rgba(255, 218, 153, 0.11);
    border: 1px solid rgba(255, 229, 181, 0.16);
}

.funnel-hero__quote {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    margin-top: 1.7rem;
    padding-top: 1.3rem;
    border-top: 1px solid rgba(255, 232, 196, 0.12);
}

.funnel-hero__quote p {
    margin: 0;
    color: rgba(255, 239, 218, 0.84);
    font-size: 0.98rem;
    line-height: 1.7;
}

.funnel-hero__quote .funnel-icon {
    flex: none;
    margin-top: 0.15rem;
    color: #f1cf8f;
}

.funnel-hero__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 1.8rem;
}

.funnel-hero__stat {
    padding: 1rem;
    background: rgba(255, 248, 237, 0.08);
    border: 1px solid rgba(255, 232, 196, 0.12);
    border-radius: 1.2rem;
    text-align: center;
}

.funnel-hero__stat strong {
    display: block;
    color: #fff7e9;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    line-height: 1;
}

.funnel-hero__stat small {
    display: block;
    margin-top: 0.3rem;
    color: rgba(255, 235, 204, 0.70);
    font-size: 0.8rem;
    line-height: 1.4;
}

.funnel-hero__visual {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 1rem;
}

.funnel-hero__image-wrap {
    position: relative;
    min-height: 580px;
    border-radius: 2.2rem;
    overflow: hidden;
    box-shadow: 0 36px 80px rgba(0, 0, 0, 0.25);
}

.funnel-hero__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.funnel-hero__image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(14, 6, 5, 0.06), rgba(14, 6, 5, 0.36)),
        linear-gradient(90deg, rgba(14, 6, 5, 0.10), rgba(14, 6, 5, 0));
}

.funnel-hero__floating-note,
.funnel-hero__vertical-label {
    position: absolute;
    z-index: 2;
}

.funnel-hero__floating-note {
    right: 1.25rem;
    bottom: 1.25rem;
    max-width: 18rem;
    padding: 1rem 1.1rem;
    color: #fff6e8;
    background: linear-gradient(135deg, rgba(160, 52, 37, 0.94), rgba(111, 29, 18, 0.96));
    border: 1px solid rgba(255, 226, 180, 0.16);
    border-radius: 1.2rem;
    box-shadow: 0 20px 40px rgba(45, 12, 9, 0.26);
}

.funnel-hero__floating-note span {
    display: block;
    color: rgba(255, 239, 218, 0.72);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.funnel-hero__floating-note strong {
    display: block;
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.4;
}

.funnel-hero__vertical-label {
    top: 50%;
    right: -4rem;
    transform: translateY(-50%) rotate(90deg);
    color: rgba(255, 233, 196, 0.74);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.funnel-hero__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.funnel-hero__gallery-item {
    position: relative;
    min-height: 10rem;
    margin: 0;
    border-radius: 1.4rem;
    overflow: hidden;
    border: 1px solid rgba(255, 228, 187, 0.12);
    background: rgba(255, 248, 237, 0.06);
}

.funnel-hero__gallery-item::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, rgba(8, 4, 3, 0) 30%, rgba(8, 4, 3, 0.72) 100%);
}

.funnel-hero__gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.funnel-hero__gallery-item figcaption {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
    z-index: 1;
    color: #fff5e8;
    font-size: 0.83rem;
    font-weight: 700;
}

/* Trust bar */
.funnel-trust-bar {
    position: relative;
    z-index: 3;
    padding: 4rem 0;
}

.funnel-trust-bar__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(63, 21, 15, 0.97), rgba(36, 11, 8, 0.98));
    border: 1px solid rgba(242, 206, 132, 0.14);
    border-radius: 1.6rem;
    box-shadow: 0 26px 56px rgba(18, 6, 5, 0.24);
}

.funnel-trust-bar__item {
    display: flex;
    gap: 0.95rem;
    align-items: flex-start;
    padding: 0.7rem;
}

.funnel-trust-bar__number {
    flex: none;
    min-width: 3.2rem;
    color: #f1cf8f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.funnel-trust-bar__item h2 {
    margin: 0 0 0.35rem;
    color: #fff6e8;
    font-size: 1.03rem;
}

.funnel-trust-bar__item p {
    margin: 0;
    color: rgba(255, 235, 204, 0.72);
    font-size: 0.94rem;
    line-height: 1.65;
}

/* Rituals */
.funnel-rituals {
    padding-top: 5.4rem;
}

.funnel-rituals__grid {
    display: grid;
    gap: 1.35rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.funnel-ritual {
    position: relative;
    overflow: hidden;
    border-radius: 1.9rem;
    background: #2a130f;
    box-shadow: 0 26px 60px rgba(57, 22, 12, 0.16);
}

.funnel-ritual__media {
    position: relative;
    min-height: 18rem;
}

.funnel-ritual__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.funnel-ritual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 8, 6, 0.08), rgba(20, 8, 6, 0.64));
}

.funnel-ritual__icon,
.funnel-recommendation__result-mark {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(247, 214, 145, 0.14);
    border: 1px solid rgba(255, 226, 180, 0.16);
    color: #f5dba5;
}

.funnel-ritual__icon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
}

.funnel-ritual__duration {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.28rem 0.8rem;
    color: #fff4e4;
    background: rgba(32, 10, 8, 0.72);
    border: 1px solid rgba(255, 228, 187, 0.12);
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
}

.funnel-ritual__body {
    padding: 1.5rem 1.45rem 1.6rem;
    background: linear-gradient(180deg, rgba(255, 251, 245, 1), rgba(245, 234, 216, 1));
}

.funnel-ritual__body h3,
.funnel-price-card h3,
.funnel-process__steps h3,
.funnel-atmosphere__highlight h3,
.funnel-testimonial strong,
.funnel-form__step legend,
.funnel-recommendation__result h3,
.funnel-footer__brand,
.funnel-faq__item h3 button {
    color: var(--color-heading);
    font-family: var(--font-heading);
}

.funnel-ritual__body h3,
.funnel-price-card h3,
.funnel-process__steps h3,
.funnel-atmosphere__highlight h3,
.funnel-recommendation__result h3 {
    margin: 0 0 0.8rem;
    font-size: 1.85rem;
    line-height: 1.1;
}

.funnel-ritual__body p,
.funnel-price-card__subtitle,
.funnel-atmosphere__highlight p,
.funnel-process__steps p,
.funnel-recommendation__result p,
.funnel-testimonial blockquote,
.funnel-faq__intro p,
.funnel-faq__answer p,
.funnel-field small,
.funnel-consent span,
.funnel-form__hint,
.funnel-form__demo-notice span,
.funnel-footer__claim,
.funnel-footer__bottom p,
.funnel-footer__demo {
    color: var(--color-muted);
    line-height: 1.7;
}

.funnel-ritual__link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    color: #8e2f21;
    font-weight: 800;
}

/* Recommendation */
.funnel-recommendation__grid,
.funnel-faq__grid,
.funnel-lead-form__grid,
.funnel-testimonials__heading,
.funnel-atmosphere__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(1.4rem, 3.2vw, 2.5rem);
}

.funnel-recommendation__choices {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.55rem;
}

.funnel-recommendation__choice {
    padding: 0.9rem 1.1rem;
    color: var(--color-heading);
    background: rgba(255, 249, 239, 0.82);
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 999px;
    font-weight: 700;
    transition: all 160ms ease;
}

.funnel-recommendation__choice.is-active,
.funnel-recommendation__choice:hover,
.funnel-recommendation__choice:focus-visible {
    color: #fff6e8;
    background: linear-gradient(135deg, #a53425 0%, #722014 100%);
    border-color: rgba(255, 227, 176, 0.18);
}

.funnel-recommendation__result {
    overflow: hidden;
    padding: 0;
}

.funnel-recommendation__media {
    min-height: 18rem;
}

.funnel-recommendation__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.funnel-recommendation__result-inner {
    padding: 1.7rem;
}

.funnel-recommendation__result-mark {
    margin-bottom: 1rem;
}

.funnel-recommendation__result strong {
    display: block;
    margin: 0.85rem 0 1rem;
    color: #8e2f21;
}

.funnel-recommendation__notice {
    font-size: 0.92rem;
}

/* Atmosphere */
.funnel-atmosphere {
    background: linear-gradient(180deg, rgba(255, 247, 236, 0.78), rgba(245, 233, 213, 0.42));
}

.funnel-atmosphere__visual {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 1rem;
    align-content: start;
}

.funnel-atmosphere__figure,
.funnel-atmosphere__quote {
    margin: 0;
    overflow: hidden;
    border-radius: 1.7rem;
    box-shadow: 0 20px 44px rgba(49, 19, 12, 0.14);
}

.funnel-atmosphere__figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.funnel-atmosphere__figure--1 {
    min-height: 31rem;
}

.funnel-atmosphere__figure--2 {
    min-height: 20rem;
    margin-top: 4.5rem;
}

.funnel-atmosphere__quote {
    grid-column: 1 / span 2;
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1.35rem 1.45rem;
    background: linear-gradient(135deg, #3d1611 0%, #22100d 100%);
    border: 1px solid rgba(241, 207, 143, 0.14);
    color: #fff0dc;
}

.funnel-atmosphere__quote p {
    margin: 0;
    color: rgba(255, 240, 220, 0.82);
    line-height: 1.7;
}

.funnel-atmosphere__quote .funnel-icon {
    color: #f1cf8f;
}

.funnel-atmosphere__highlights {
    display: grid;
    gap: 1rem;
}

.funnel-atmosphere__highlight {
    padding: 1.15rem 1.2rem;
    background: rgba(255, 250, 243, 0.86);
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1.15rem;
}

.funnel-atmosphere__features,
.funnel-price-card ul,
.funnel-footer__legal {
    padding: 0;
    margin: 1.4rem 0 0;
    list-style: none;
}

.funnel-atmosphere__features li,
.funnel-price-card li {
    display: flex;
    gap: 0.65rem;
    margin-bottom: 0.75rem;
    align-items: flex-start;
}

.funnel-atmosphere__features .funnel-icon,
.funnel-price-card .funnel-icon,
.funnel-final-cta__phone .funnel-icon,
.funnel-lead-form__contact-card .funnel-icon {
    color: #8e2f21;
}

/* Pricing */
.funnel-pricing__grid,
.funnel-testimonials__grid {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.funnel-price-card {
    padding: 1.6rem;
}

.funnel-price-card__badge {
    display: inline-flex;
    min-height: 2rem;
    align-items: center;
    padding: 0.25rem 0.8rem;
    margin-bottom: 1rem;
    color: #fff5e8;
    background: linear-gradient(135deg, #c9973d 0%, #8b6826 100%);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.funnel-price-card__price {
    display: block;
    margin-top: 0.4rem;
    color: #8e2f21;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
}

.funnel-price-card .funnel-button {
    width: 100%;
    margin-top: 1.15rem;
}

.funnel-pricing__note {
    margin-top: 1.2rem;
    text-align: center;
    color: var(--color-muted);
}

/* Process */
.funnel-process__steps {
    display: grid;
    gap: 1rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.funnel-process__steps li {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.25rem 1.3rem;
    background: rgba(255, 250, 243, 0.82);
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1.2rem;
}

.funnel-process__number {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    color: #fff7ea;
    background: linear-gradient(135deg, #a53425 0%, #722014 100%);
    border-radius: 999px;
    font-weight: 900;
}

.funnel-process__steps h3 {
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
}

.funnel-process__steps p {
    margin: 0;
}

.funnel-process__cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.3rem 1.4rem;
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.96), rgba(247, 236, 220, 0.96));
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1.4rem;
}

.funnel-process__cta p {
    margin: 0;
    color: var(--color-heading);
    font-weight: 700;
}

/* Testimonials */
.funnel-testimonials__heading p {
    margin: 0;
}

.funnel-testimonial {
    padding: 1.45rem;
    background: linear-gradient(180deg, rgba(255, 250, 243, 0.94), rgba(247, 236, 220, 0.94));
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1.5rem;
}

.funnel-testimonial__top,
.funnel-testimonial footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.funnel-testimonial__quote {
    color: #c9973d;
    font-size: 2rem;
    line-height: 1;
}

.funnel-testimonial__stars {
    color: #b68637;
}

.funnel-testimonial blockquote {
    margin: 1rem 0 1.15rem;
}

.funnel-testimonial__avatar {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    place-items: center;
    color: #fff7ea;
    background: linear-gradient(135deg, #a53425 0%, #722014 100%);
    border-radius: 999px;
    font-weight: 900;
}

.funnel-testimonial footer small,
.funnel-testimonial__label {
    color: var(--color-muted);
}

/* FAQ */
.funnel-faq__contact {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1rem;
    color: #8e2f21;
    font-weight: 800;
}

.funnel-faq__list {
    display: grid;
    gap: 0.85rem;
}

.funnel-faq__item {
    background: rgba(255, 250, 243, 0.92);
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1.2rem;
    overflow: hidden;
}

.funnel-faq__item h3 {
    margin: 0;
}

.funnel-faq__item h3 button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.25rem;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.3;
}

.funnel-faq__item h3 button i {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: none;
}

.funnel-faq__item h3 button i::before,
.funnel-faq__item h3 button i::after {
    position: absolute;
    inset: 50% auto auto 50%;
    width: 0.85rem;
    height: 2px;
    content: "";
    background: #8e2f21;
    transform: translate(-50%, -50%);
}

.funnel-faq__item h3 button i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.funnel-faq__item.is-open h3 button i::after {
    opacity: 0;
}

.funnel-faq__answer {
    padding: 0 1.25rem 1.2rem;
}

/* Form */
.funnel-lead-form__contact-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    margin-top: 1.6rem;
    padding: 1.25rem;
    background: linear-gradient(135deg, #3d1611 0%, #22100d 100%);
    border: 1px solid rgba(241, 207, 143, 0.12);
    border-radius: 1.4rem;
    color: #fff2df;
}

.funnel-lead-form__contact-card span:first-child {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 216, 152, 0.10);
}

.funnel-lead-form__contact-card small,
.funnel-final-cta__phone small {
    display: block;
    color: rgba(255, 235, 204, 0.68);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.funnel-lead-form__contact-card a,
.funnel-final-cta__phone {
    color: #fff6e8;
}

.funnel-lead-form__contact-card p {
    margin: 0.35rem 0 0;
    color: rgba(255, 235, 204, 0.74);
}

.funnel-form-card {
    padding: 1.5rem;
}

.funnel-form-progress {
    position: relative;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.funnel-form-progress__item {
    position: relative;
    z-index: 1;
    padding: 0.9rem 0.8rem;
    text-align: center;
}

.funnel-form-progress__item span {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 auto 0.4rem;
    place-items: center;
    color: #fff8ee;
    background: #b8a28f;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 800;
}

.funnel-form-progress__item small {
    color: var(--color-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.funnel-form-progress__item.is-active span,
.funnel-form-progress__item.is-complete span {
    background: linear-gradient(135deg, #a53425 0%, #722014 100%);
}

.funnel-form-progress__line {
    position: absolute;
    top: 1rem;
    right: 10%;
    left: 10%;
    z-index: 0;
    height: 2px;
    background: rgba(91, 43, 20, 0.10);
}

.funnel-form-progress__line span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #a53425 0%, #c9973d 100%);
    transition: width 180ms ease;
}

.funnel-form__step {
    display: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.funnel-form__step.is-active {
    display: block;
}

.funnel-form__step legend {
    margin-bottom: 0.35rem;
    font-size: 1.8rem;
}

.funnel-form__grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.funnel-field,
.funnel-choice {
    display: block;
}

.funnel-field span {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--color-heading);
    font-size: 0.94rem;
    font-weight: 700;
}

.funnel-field em {
    color: var(--color-muted);
    font-style: normal;
}

.funnel-field input,
.funnel-field select,
.funnel-field textarea {
    width: 100%;
    padding: 0.9rem 1rem;
    color: var(--color-heading);
    background: rgba(255, 251, 245, 0.96);
    border: 1px solid rgba(91, 43, 20, 0.12);
    border-radius: 1rem;
    font-size: 0.98rem;
}

.funnel-field--full {
    grid-column: 1 / -1;
}

.funnel-choice-grid {
    display: grid;
    gap: 0.9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1rem;
}

.funnel-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.funnel-choice__box {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    min-height: 4rem;
    padding: 1rem 1rem;
    background: rgba(255, 251, 245, 0.96);
    border: 1px solid rgba(91, 43, 20, 0.12);
    border-radius: 1.2rem;
    color: var(--color-heading);
    font-weight: 700;
    transition: all 160ms ease;
}

.funnel-choice__box i {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    color: #fff7ea;
    background: #c8b6a7;
    border-radius: 999px;
}

.funnel-choice input:checked + .funnel-choice__box {
    background: linear-gradient(135deg, rgba(165, 52, 37, 0.10), rgba(201, 151, 61, 0.08));
    border-color: rgba(142, 47, 33, 0.28);
}

.funnel-choice input:checked + .funnel-choice__box i {
    background: linear-gradient(135deg, #a53425 0%, #722014 100%);
}

.funnel-consent {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.funnel-consent input {
    margin-top: 0.25rem;
}

.funnel-form__demo-notice {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    background: rgba(255, 250, 243, 0.72);
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1rem;
}

.funnel-form__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.8rem;
    margin-top: 1.3rem;
}

.funnel-form__actions--end {
    justify-content: flex-end;
}

.funnel-form__honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* Final CTA */
.funnel-final-cta {
    position: relative;
    padding: 5rem 0;
    overflow: clip;
}

.funnel-final-cta::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, #3d1611 0%, #170806 100%);
}

.funnel-final-cta__texture {
    position: absolute;
    inset: 0;
    color: #fff6e8;
    background:
        radial-gradient(circle at 12% 24%, rgba(241, 207, 143, 0.10), transparent 20%),
        radial-gradient(circle at 84% 16%, rgba(241, 207, 143, 0.10), transparent 24%);
}

.funnel-final-cta__content {
    position: relative;
    z-index: 1;
    padding: clamp(2rem, 4vw, 3rem);
    color: #fff6e8;
    background: linear-gradient(180deg, rgba(255, 249, 239, 0.06), rgba(255, 249, 239, 0.02));
    border: 1px solid rgba(241, 207, 143, 0.14);
    border-radius: 2rem;
    text-align: center;
    backdrop-filter: blur(8px);
}

.funnel-final-cta__content h2 {
    color: #fff6e8;
    font-size: clamp(2.2rem, 5vw, 4.7rem);
}

.funnel-final-cta__content p {
    max-width: 780px;
    margin: 0.9rem auto 0;
    color: rgba(255, 240, 220, 0.78);
    line-height: 1.8;
}

.funnel-final-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
    margin-top: 1.8rem;
}

.funnel-final-cta__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.8rem 1rem;
    background: rgba(255, 248, 237, 0.08);
    border: 1px solid rgba(241, 207, 143, 0.12);
    border-radius: 999px;
}

.funnel-final-cta__phone span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    font-weight: 700;
}

/* Footer & legal */
.funnel-footer {
    padding: 2rem 0 5rem;
}

.funnel-footer__grid,
.funnel-footer__bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}

.funnel-footer__grid {
    padding: 1.5rem 0;
    border-top: 1px solid rgba(91, 43, 20, 0.10);
    border-bottom: 1px solid rgba(91, 43, 20, 0.10);
}

.funnel-footer__brand {
    display: inline-flex;
    flex-direction: column;
    font-size: 1.45rem;
}

.funnel-footer__brand small {
    margin-top: 0.2rem;
    color: var(--color-muted);
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.funnel-footer__claim,
.funnel-footer__contact p,
.funnel-footer__bottom p {
    margin: 0;
}

.funnel-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.funnel-footer__contact a,
.funnel-footer__legal a,
.funnel-footer__brand {
    color: var(--color-heading);
}

.funnel-footer__legal {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.funnel-legal-page {
    padding: 4rem 0 5rem;
}

.funnel-legal-page__content {
    max-width: 860px;
    padding: clamp(1.6rem, 4vw, 2.4rem);
    margin: 0 auto;
    background: rgba(255, 250, 243, 0.94);
    border: 1px solid rgba(91, 43, 20, 0.10);
    border-radius: 1.8rem;
    box-shadow: 0 20px 54px rgba(49, 19, 12, 0.10);
}

.funnel-legal-page__content h2 {
    color: var(--color-heading);
    font-family: var(--font-heading);
    margin-top: 2rem;
}

.funnel-legal-page__back {
    display: inline-flex;
    margin-top: 1.5rem;
    color: #8e2f21;
    font-weight: 800;
}

/* Mobile CTA & reveal */
.funnel-mobile-cta {
    position: fixed;
    right: 0.75rem;
    bottom: 0.85rem;
    left: 0.75rem;
    z-index: 90;
    opacity: 0;
    pointer-events: none;
    transform: translateY(120%);
    transition: transform 220ms ease, opacity 220ms ease;
}

.funnel-mobile-cta .funnel-button {
    width: 100%;
}

.funnel-mobile-cta.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

[data-reveal] {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 420ms ease, transform 420ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1099.98px) {
    .funnel-hero__grid,
    .funnel-recommendation__grid,
    .funnel-faq__grid,
    .funnel-lead-form__grid,
    .funnel-testimonials__heading,
    .funnel-atmosphere__grid {
        grid-template-columns: 1fr;
    }

    .funnel-trust-bar__grid,
    .funnel-pricing__grid,
    .funnel-testimonials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .funnel-hero__image-wrap {
        min-height: 480px;
    }

    .funnel-atmosphere__figure--2 {
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .funnel-page .funnel-section {
        padding: 4rem 0;
    }

    .funnel-hero {
        padding-bottom: 4rem;
    }

    .funnel-hero__topline,
    .funnel-hero__actions,
    .funnel-process__cta,
    .funnel-final-cta__actions,
    .funnel-footer__grid,
    .funnel-footer__bottom,
    .funnel-form__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .funnel-hero__title {
        font-size: clamp(2.55rem, 13vw, 4.1rem);
    }

    .funnel-hero__stats,
    .funnel-hero__gallery,
    .funnel-trust-bar__grid,
    .funnel-rituals__grid,
    .funnel-pricing__grid,
    .funnel-testimonials__grid,
    .funnel-form__grid,
    .funnel-choice-grid,
    .funnel-atmosphere__visual {
        grid-template-columns: 1fr;
    }

    .funnel-hero__image-wrap {
        min-height: 370px;
    }

    .funnel-hero__vertical-label {
        display: none;
    }

    .funnel-recommendation__result-inner,
    .funnel-form-card,
    .funnel-testimonial,
    .funnel-price-card,
    .funnel-ritual__body,
    .funnel-final-cta__content {
        padding: 1.25rem;
    }

    .funnel-form-progress {
        grid-template-columns: 1fr;
    }

    .funnel-form-progress__line {
        display: none;
    }

    .funnel-lead-form__contact-card,
    .funnel-atmosphere__quote,
    .funnel-consent,
    .funnel-form__demo-notice {
        grid-template-columns: 1fr;
    }

    .funnel-trust-bar {
        margin-top: -1rem;
    }

    .funnel-footer {
        padding-bottom: 6.5rem;
    }
}
