a {
    text-decoration: none;
}

.funnel-page {
    overflow-x: hidden;
}

.funnel-hero {
    position: relative;
    min-height: 100svh;
    padding: 1.2rem 0 5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 12%, rgba(185, 111, 69, 0.18), transparent 34%),
        linear-gradient(135deg, #f8f4ec 0%, #eee8dd 52%, #e3ddd1 100%);
}

.funnel-hero__ambient {
    position: absolute;
    top: -18rem;
    left: -14rem;
    width: 42rem;
    height: 42rem;
    pointer-events: none;
    background: radial-gradient(circle, rgba(185, 111, 69, 0.18), rgba(185, 111, 69, 0));
    border-radius: 50%;
    filter: blur(10px);
}

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

.funnel-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--color-heading);
}

.funnel-brand__mark {
    display: grid;
    width: 2.9rem;
    height: 2.9rem;
    place-items: center;
    color: #fff;
    background: var(--color-forest);
    border-radius: 50%;
    font-family: var(--font-heading);
    font-size: 1.45rem;
    font-weight: 700;
}

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

.funnel-brand__text small {
    margin-top: 0.28rem;
    color: var(--color-accent-strong);
    font-family: var(--font-body);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.funnel-hero__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.55rem 0.8rem;
    color: var(--color-heading);
    border: 1px solid rgba(23, 34, 31, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.46);
    backdrop-filter: blur(14px);
}

.funnel-hero__phone .funnel-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--color-accent-strong);
}

.funnel-hero__phone span {
    display: flex;
    flex-direction: column;
    padding-right: 0.35rem;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.2;
}

.funnel-hero__phone small {
    margin-bottom: 0.15rem;
    color: var(--color-muted);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.funnel-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: calc(100svh - 5rem);
    align-items: center;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(2.5rem, 5vw, 6rem);
    padding-top: clamp(3.6rem, 8vw, 7.5rem);
}

.funnel-hero__content {
    position: relative;
    z-index: 2;
    max-width: 640px;
    padding-bottom: 3rem;
}

.funnel-hero__title {
    margin-bottom: 1.5rem;
    font-size: clamp(3rem, 6.4vw, 6.8rem);
    letter-spacing: -0.045em;
}

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

.funnel-hero__title em {
    color: var(--color-accent-strong);
    font-weight: 400;
}

.funnel-hero__lead {
    max-width: 590px;
    margin-bottom: 2rem;
    color: #52605b;
    font-size: clamp(1.08rem, 1.8vw, 1.28rem);
    line-height: 1.75;
}

.funnel-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 2.25rem;
}

.funnel-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.35rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.funnel-hero__trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #4f5d58;
    font-size: 0.82rem;
    font-weight: 700;
}

.funnel-hero__trust-icon {
    display: grid;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 auto;
    place-items: center;
    color: var(--color-accent-strong);
    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;
}

.funnel-hero__trust-icon .funnel-icon {
    width: 0.85rem;
    height: 0.85rem;
}

.funnel-hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 640px;
}

.funnel-hero__image-wrap {
    position: absolute;
    inset: 0 -9vw 0 0;
    overflow: hidden;
    border-radius: 3rem 0 0 3rem;
    box-shadow: 0 32px 90px rgba(27, 38, 34, 0.2);
}

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

.funnel-hero__image-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(20, 29, 26, 0.2), transparent 30%),
        linear-gradient(0deg, rgba(20, 29, 26, 0.3), transparent 36%);
}

.funnel-hero__floating-note {
    position: absolute;
    bottom: 3.5rem;
    left: -2.4rem;
    z-index: 3;
    display: flex;
    min-width: 220px;
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    color: #fff;
    background: rgba(38, 58, 52, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.25rem;
    box-shadow: 0 18px 44px rgba(16, 25, 22, 0.22);
    backdrop-filter: blur(16px);
}

.funnel-hero__floating-note span {
    margin-bottom: 0.25rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.funnel-hero__floating-note strong {
    font-family: var(--font-heading);
    font-size: 1.4rem;
}

.funnel-hero__vertical-label {
    position: absolute;
    top: 50%;
    right: -5.9rem;
    z-index: 2;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.3em;
    transform: rotate(90deg) translateX(50%);
    transform-origin: right center;
}

.funnel-hero__scroll {
    position: absolute;
    bottom: 1.2rem;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    color: rgba(23, 34, 31, 0.62);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.funnel-hero__scroll span {
    position: relative;
    width: 1px;
    height: 2.2rem;
    overflow: hidden;
    background: rgba(23, 34, 31, 0.2);
}

.funnel-hero__scroll span::after {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--color-accent-strong);
    animation: scrollHint 2.2s ease-in-out infinite;
}

@keyframes scrollHint {
    0% { transform: translateY(0); }
    70%, 100% { transform: translateY(200%); }
}

.funnel-trust-bar {
    position: relative;
    z-index: 4;
    margin-top: -1px;
    color: #fff;
    background: var(--color-forest);
}

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

.funnel-trust-bar__item {
    display: flex;
    min-height: 190px;
    align-items: flex-start;
    gap: 1rem;
    padding: 2.2rem 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.funnel-trust-bar__item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.funnel-trust-bar__number {
    padding-top: 0.25rem;
    color: #d6aa8d;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-style: italic;
}

.funnel-trust-bar h2 {
    margin-bottom: 0.55rem;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 800;
}

.funnel-trust-bar p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.86rem;
    line-height: 1.6;
}

.funnel-problem {
    background: var(--color-page);
}

.funnel-problem__intro,
.funnel-projects__heading,
.funnel-testimonials__heading {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
    gap: clamp(2rem, 6vw, 6rem);
    margin-bottom: clamp(3rem, 6vw, 5rem);
}

.funnel-problem__intro .funnel-section__heading,
.funnel-projects__heading .funnel-section__heading,
.funnel-testimonials__heading .funnel-section__heading {
    margin-bottom: 0;
}

.funnel-problem__layout {
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    gap: 1.5rem;
}

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

.funnel-problem__card {
    position: relative;
    min-height: 330px;
    padding: 2rem 1.6rem;
    overflow: hidden;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.funnel-problem__card:hover {
    box-shadow: 0 28px 70px rgba(38, 50, 46, 0.13);
    transform: translateY(-5px);
}

.funnel-problem__icon,
.funnel-benefits__icon {
    display: grid;
    width: 3.1rem;
    height: 3.1rem;
    place-items: center;
    margin-bottom: 3.2rem;
    color: var(--color-accent-strong);
    background: #f3e7dc;
    border-radius: 50%;
}

.funnel-problem__icon .funnel-icon,
.funnel-benefits__icon .funnel-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.funnel-problem__index {
    position: absolute;
    top: 1.6rem;
    right: 1.5rem;
    color: rgba(23, 34, 31, 0.12);
    font-family: var(--font-heading);
    font-size: 2.3rem;
    font-style: italic;
}

.funnel-problem__card h3 {
    margin-bottom: 0.8rem;
    font-family: var(--font-body);
    font-size: 1.13rem;
}

.funnel-problem__card p {
    margin-bottom: 0;
    color: var(--color-muted);
    font-size: 0.92rem;
}

.funnel-problem__aside {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(185, 111, 69, 0.35), transparent 46%),
        var(--color-forest);
    border-radius: var(--radius-card);
}

.funnel-problem__aside-mark {
    position: absolute;
    top: -1rem;
    right: 1rem;
    color: rgba(255, 255, 255, 0.08);
    font-family: var(--font-heading);
    font-size: 10rem;
    line-height: 1;
}

.funnel-problem__aside blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    color: #fff;
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.1;
}

.funnel-problem__aside p {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

.funnel-solution {
    background: #fffdf8;
}

.funnel-solution__grid {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(3rem, 8vw, 7.5rem);
}

.funnel-solution__media {
    position: relative;
    min-height: 680px;
}

.funnel-solution__media::before {
    position: absolute;
    inset: 3.5rem -2rem -2rem 3.5rem;
    content: "";
    background: #d8c9b9;
    border-radius: var(--radius-image);
}

.funnel-solution__media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-image);
    box-shadow: 0 28px 80px rgba(30, 42, 38, 0.16);
}

.funnel-solution__stamp {
    position: absolute;
    right: -2rem;
    bottom: 2rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 1rem 1.25rem;
    color: #fff;
    background: rgba(38, 58, 52, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    box-shadow: 0 18px 44px rgba(16, 25, 22, 0.2);
    backdrop-filter: blur(12px);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.funnel-solution__stamp i {
    width: 4px;
    height: 4px;
    background: #d6aa8d;
    border-radius: 50%;
}

.funnel-solution__content .funnel-lead {
    margin-bottom: 2.6rem;
}

.funnel-solution__points {
    display: grid;
    gap: 0;
    margin-bottom: 2rem;
    border-top: 1px solid var(--color-border);
}

.funnel-solution__points article {
    display: grid;
    grid-template-columns: 2.5rem 1fr;
    gap: 1rem;
    padding-block: 1.3rem;
    border-bottom: 1px solid var(--color-border);
}

.funnel-solution__points article > span {
    color: var(--color-accent-strong);
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-style: italic;
}

.funnel-solution__points h3 {
    margin-bottom: 0.4rem;
    font-family: var(--font-body);
    font-size: 1rem;
}

.funnel-solution__points p {
    margin-bottom: 0;
    color: var(--color-muted);
    font-size: 0.91rem;
}

.funnel-solution__link,
.funnel-faq__contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--color-accent-strong);
    font-weight: 800;
}

.funnel-solution__link .funnel-icon,
.funnel-faq__contact .funnel-icon {
    transition: transform 180ms ease;
}

.funnel-solution__link:hover .funnel-icon,
.funnel-faq__contact:hover .funnel-icon {
    transform: translateX(4px);
}

.funnel-benefits {
    background: var(--color-forest-deep);
}

.funnel-benefits .funnel-eyebrow {
    color: #d6aa8d;
}

.funnel-benefits .funnel-title {
    color: #fff;
}

.funnel-benefits .funnel-lead {
    margin-inline: auto;
    color: rgba(255, 255, 255, 0.62);
}

.funnel-benefits__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.funnel-benefits__card {
    min-height: 300px;
    padding: 2.3rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 200ms ease;
}

.funnel-benefits__card:hover {
    background: rgba(255, 255, 255, 0.035);
}

.funnel-benefits__icon {
    margin-bottom: 2.4rem;
    color: #d9ad91;
    background: rgba(255, 255, 255, 0.07);
}

.funnel-benefits__card h3 {
    margin-bottom: 0.75rem;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1.08rem;
}

.funnel-benefits__card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.91rem;
}

.funnel-projects {
    background: #f7f3eb;
}

.funnel-projects__list {
    display: grid;
    gap: clamp(3rem, 7vw, 6rem);
}

.funnel-project {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
    gap: clamp(2rem, 6vw, 5rem);
}

.funnel-project--reverse {
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
}

.funnel-project--reverse .funnel-project__image {
    order: 2;
}

.funnel-project__image {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--radius-image);
    box-shadow: 0 24px 64px rgba(38, 50, 46, 0.13);
}

.funnel-project__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.funnel-project:hover .funnel-project__image img {
    transform: scale(1.035);
}

.funnel-project__number {
    position: absolute;
    right: 1.2rem;
    bottom: 1rem;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-heading);
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-style: italic;
    line-height: 1;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.25);
}

.funnel-project__tag {
    display: inline-block;
    margin-bottom: 1rem;
    color: var(--color-accent-strong);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.funnel-project__content h3 {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 4vw, 3.2rem);
}

.funnel-project__content p {
    margin-bottom: 0;
    color: var(--color-muted);
    font-size: 1.03rem;
}

.funnel-projects__disclaimer {
    max-width: 720px;
    padding-top: 2.5rem;
    margin: 3.5rem auto 0;
    color: var(--color-muted);
    border-top: 1px solid var(--color-border);
    font-size: 0.78rem;
    text-align: center;
}

.funnel-process {
    background: #fffdf8;
}

.funnel-process .funnel-lead {
    margin-inline: auto;
}

.funnel-process__steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
    margin: 0;
    list-style: none;
}

.funnel-process__steps::before {
    position: absolute;
    top: 2.15rem;
    right: 8%;
    left: 8%;
    height: 1px;
    content: "";
    background: var(--color-border);
}

.funnel-process__steps li {
    position: relative;
    z-index: 1;
    padding-inline: 0.8rem;
    text-align: center;
}

.funnel-process__number {
    display: grid;
    width: 4.3rem;
    height: 4.3rem;
    place-items: center;
    margin: 0 auto 1.4rem;
    color: var(--color-accent-strong);
    background: #fffdf8;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(38, 50, 46, 0.07);
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-style: italic;
}

.funnel-process__steps h3 {
    margin-bottom: 0.65rem;
    font-family: var(--font-body);
    font-size: 1rem;
}

.funnel-process__steps p {
    margin-bottom: 0;
    color: var(--color-muted);
    font-size: 0.84rem;
}

.funnel-process__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding-top: 3.5rem;
    margin-top: 3.5rem;
    border-top: 1px solid var(--color-border);
}

.funnel-process__cta p {
    margin-bottom: 0;
    color: var(--color-muted);
}

.funnel-testimonials {
    background: #e8e0d4;
}

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

.funnel-testimonial {
    position: relative;
    display: flex;
    min-height: 440px;
    flex-direction: column;
    padding: 2rem;
    overflow: hidden;
    background: rgba(255, 253, 248, 0.82);
    border: 1px solid rgba(35, 52, 47, 0.11);
    border-radius: var(--radius-card);
    backdrop-filter: blur(12px);
}

.funnel-testimonial__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.funnel-testimonial__quote {
    color: var(--color-accent);
    font-family: var(--font-heading);
    font-size: 4rem;
    line-height: 0.7;
}

.funnel-testimonial__stars {
    color: #b57a38;
    font-size: 0.73rem;
    letter-spacing: 0.08em;
}

.funnel-testimonial blockquote {
    flex: 1;
    margin-bottom: 2rem;
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-size: clamp(1.3rem, 2.3vw, 1.7rem);
    line-height: 1.35;
}

.funnel-testimonial footer {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.funnel-testimonial__avatar {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    color: #fff;
    background: var(--color-forest);
    border-radius: 50%;
    font-family: var(--font-heading);
    font-size: 1rem;
}

.funnel-testimonial footer div {
    display: flex;
    flex-direction: column;
}

.funnel-testimonial footer strong {
    color: var(--color-heading);
    font-size: 0.88rem;
}

.funnel-testimonial footer small {
    color: var(--color-muted);
    font-size: 0.75rem;
}

.funnel-testimonial__label {
    display: block;
    padding-top: 1.2rem;
    margin-top: 1.4rem;
    color: var(--color-muted);
    border-top: 1px solid var(--color-border);
    font-size: 0.66rem;
    line-height: 1.45;
}

.funnel-faq {
    background: #fffdf8;
}

.funnel-faq__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(3rem, 8vw, 7rem);
}

.funnel-faq__intro {
    position: sticky;
    top: 2rem;
}

.funnel-faq__intro > p {
    margin-bottom: 1.5rem;
    color: var(--color-muted);
}

.funnel-faq__list {
    border-top: 1px solid var(--color-border);
}

.funnel-faq__item {
    border-bottom: 1px solid var(--color-border);
}

.funnel-faq__item h3 {
    margin: 0;
}

.funnel-faq__item button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 0;
    color: var(--color-heading);
    text-align: left;
    background: transparent;
    border: 0;
    font-family: var(--font-body);
    font-size: 1.02rem;
    font-weight: 800;
}

.funnel-faq__item button i {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

.funnel-faq__item button i::before,
.funnel-faq__item button i::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: var(--color-accent-strong);
    transition: transform 180ms ease;
}

.funnel-faq__item button i::after {
    transform: rotate(90deg);
}

.funnel-faq__item.is-open button i::after {
    transform: rotate(0deg);
}

.funnel-faq__answer {
    padding: 0 3rem 1.5rem 0;
}

.funnel-faq__answer p {
    margin-bottom: 0;
    color: var(--color-muted);
}

.funnel-lead-form {
    color: #fff;
    background:
        radial-gradient(circle at 12% 10%, rgba(185, 111, 69, 0.3), transparent 32%),
        var(--color-forest-deep);
}

.funnel-lead-form__grid {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(3rem, 7vw, 6rem);
}

.funnel-lead-form .funnel-eyebrow {
    color: #d6aa8d;
}

.funnel-lead-form .funnel-title {
    color: #fff;
}

.funnel-lead-form .funnel-lead {
    color: rgba(255, 255, 255, 0.64);
}

.funnel-lead-form__intro {
    position: sticky;
    top: 2rem;
}

.funnel-lead-form__contact-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.3rem;
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
}

.funnel-lead-form__contact-card > span {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    flex: 0 0 auto;
    place-items: center;
    color: #d6aa8d;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.funnel-lead-form__contact-card div {
    display: flex;
    flex-direction: column;
}

.funnel-lead-form__contact-card small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.funnel-lead-form__contact-card a {
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
}

.funnel-lead-form__contact-card p {
    margin: 0.25rem 0 0;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.75rem;
}

.funnel-form-card {
    padding: clamp(1.25rem, 4vw, 2.5rem);
    color: var(--color-text);
}

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

.funnel-form-progress__item {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #99a09d;
}

.funnel-form-progress__item:nth-child(2) {
    justify-content: center;
}

.funnel-form-progress__item:nth-child(3) {
    justify-content: flex-end;
}

.funnel-form-progress__item span {
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    background: #e9e9e5;
    border-radius: 50%;
    font-size: 0.72rem;
    font-weight: 800;
}

.funnel-form-progress__item small {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.funnel-form-progress__item.is-active,
.funnel-form-progress__item.is-complete {
    color: var(--color-heading);
}

.funnel-form-progress__item.is-active span,
.funnel-form-progress__item.is-complete span {
    color: #fff;
    background: var(--color-accent-strong);
}

.funnel-form-progress__line {
    position: absolute;
    top: 1rem;
    right: 1rem;
    left: 1rem;
    z-index: 1;
    height: 1px;
    overflow: hidden;
    background: #e2e2dd;
}

.funnel-form-progress__line span {
    display: block;
    width: 0;
    height: 100%;
    background: var(--color-accent-strong);
    transition: width 280ms ease;
}

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

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

.js .funnel-form__step {
    display: none;
}

.js .funnel-form__step.is-active {
    display: block;
    animation: formStepIn 260ms ease both;
}

@keyframes formStepIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.funnel-form__step legend {
    width: 100%;
    margin-bottom: 0.55rem;
    color: var(--color-heading);
    font-family: var(--font-heading);
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 700;
}

.funnel-form__hint {
    margin-bottom: 1.5rem;
    color: var(--color-muted);
    font-size: 0.9rem;
}

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

.funnel-choice {
    cursor: pointer;
}

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

.funnel-choice__box {
    display: flex;
    min-height: 4.2rem;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    color: var(--color-heading);
    background: #faf9f5;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    font-size: 0.88rem;
    font-weight: 700;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.funnel-choice__box i {
    display: grid;
    width: 1.55rem;
    height: 1.55rem;
    flex: 0 0 auto;
    place-items: center;
    color: transparent;
    background: #fff;
    border: 1px solid #d4d6d2;
    border-radius: 50%;
}

.funnel-choice__box i .funnel-icon {
    width: 0.8rem;
    height: 0.8rem;
}

.funnel-choice input:checked + .funnel-choice__box {
    background: #f5ece4;
    border-color: var(--color-accent);
    transform: translateY(-1px);
}

.funnel-choice input:checked + .funnel-choice__box i {
    color: #fff;
    background: var(--color-accent-strong);
    border-color: var(--color-accent-strong);
}

.funnel-choice input:focus-visible + .funnel-choice__box {
    outline: 3px solid color-mix(in srgb, var(--color-accent) 60%, white);
    outline-offset: 3px;
}

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

.funnel-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

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

.funnel-field > span {
    color: var(--color-heading);
    font-size: 0.78rem;
    font-weight: 800;
}

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

.funnel-field input,
.funnel-field select,
.funnel-field textarea {
    width: 100%;
    color: var(--color-text);
    background: #faf9f5;
    border: 1px solid var(--color-border);
    border-radius: 0.85rem;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.funnel-field input,
.funnel-field select {
    min-height: 3.25rem;
    padding: 0.75rem 0.9rem;
}

.funnel-field textarea {
    padding: 0.85rem 0.9rem;
    resize: vertical;
}

.funnel-field input:focus,
.funnel-field select:focus,
.funnel-field textarea:focus {
    background: #fff;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 4px rgba(185, 111, 69, 0.12);
    outline: 0;
}

.funnel-field small {
    color: var(--color-muted);
    font-size: 0.7rem;
}

.funnel-consent {
    display: grid;
    align-items: start;
    grid-template-columns: 1.2rem 1fr;
    gap: 0.75rem;
    margin-top: 1.2rem;
    color: var(--color-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

.funnel-consent input {
    width: 1.1rem;
    height: 1.1rem;
    margin-top: 0.15rem;
    accent-color: var(--color-accent-strong);
}

.funnel-form__demo-notice {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.8rem 1rem;
    margin-top: 1.2rem;
    color: #5c5149;
    background: #f5ece4;
    border-radius: 0.8rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.funnel-form__demo-notice .funnel-icon {
    color: var(--color-accent-strong);
}

.funnel-form__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    padding-top: 1.7rem;
    margin-top: 1.7rem;
    border-top: 1px solid var(--color-border);
}

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

.funnel-form__actions .funnel-button {
    min-height: 3rem;
    padding-block: 0.75rem;
    font-size: 0.86rem;
}

.funnel-final-cta {
    position: relative;
    padding-block: clamp(5rem, 10vw, 9rem);
    overflow: hidden;
    color: #fff;
    background: #a35e39;
}

.funnel-final-cta__texture {
    position: absolute;
    inset: 0;
    opacity: 0.28;
    background:
        radial-gradient(circle at 15% 30%, rgba(255,255,255,0.28), transparent 24%),
        radial-gradient(circle at 90% 70%, rgba(32,49,43,0.45), transparent 34%),
        repeating-linear-gradient(135deg, transparent 0 28px, rgba(255,255,255,0.035) 28px 29px);
}

.funnel-final-cta__content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    text-align: center;
}

.funnel-final-cta .funnel-eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

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

.funnel-final-cta h2 {
    margin-bottom: 1.4rem;
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 5.3rem);
}

.funnel-final-cta__content > p {
    max-width: 650px;
    margin: 0 auto 2.2rem;
    color: rgba(255, 255, 255, 0.76);
    font-size: 1.08rem;
}

.funnel-final-cta__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
}

.funnel-final-cta__phone {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
}

.funnel-final-cta__phone .funnel-icon {
    width: 1.3rem;
    height: 1.3rem;
}

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

.funnel-final-cta__phone small {
    margin-bottom: 0.2rem;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.funnel-footer {
    padding: 4rem 0 1.5rem;
    color: rgba(255, 255, 255, 0.68);
    background: #111c18;
}

.funnel-footer__grid {
    display: grid;
    align-items: start;
    grid-template-columns: 1.2fr 0.8fr 0.5fr;
    gap: 3rem;
}

.funnel-footer__brand {
    display: inline-flex;
    flex-direction: column;
    color: #fff;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.funnel-footer__brand small {
    margin-top: 0.35rem;
    color: #d6aa8d;
    font-family: var(--font-body);
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.funnel-footer__claim {
    max-width: 420px;
    margin: 1.1rem 0 0;
    font-size: 0.88rem;
}

.funnel-footer__contact,
.funnel-footer__legal {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    font-size: 0.84rem;
}

.funnel-footer__contact p {
    margin-bottom: 0.6rem;
    color: #fff;
}

.funnel-footer__contact a:hover,
.funnel-footer__legal a:hover {
    color: #fff;
}

.funnel-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.5rem;
    margin-top: 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.7rem;
}

.funnel-footer__bottom p {
    margin-bottom: 0;
}

.funnel-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 900;
    display: none;
    padding: 0.7rem max(0.7rem, env(safe-area-inset-left)) calc(0.7rem + env(safe-area-inset-bottom));
    background: rgba(255, 253, 248, 0.92);
    border-top: 1px solid rgba(35, 52, 47, 0.12);
    box-shadow: 0 -12px 28px rgba(24, 38, 33, 0.12);
    backdrop-filter: blur(16px);
    transform: translateY(110%);
    transition: transform 220ms ease;
}

.funnel-mobile-cta.is-visible {
    transform: translateY(0);
}

.funnel-mobile-cta .funnel-button {
    min-height: 3rem;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 650ms ease, transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.funnel-thank-you {
    min-height: 100svh;
    display: grid;
    place-items: center;
    padding: clamp(5rem, 12vw, 9rem) 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(185, 111, 69, 0.22), transparent 34%),
        linear-gradient(135deg, #f7f3eb, #e6dfd3);
}

.funnel-thank-you__card {
    max-width: 780px;
    padding: clamp(2rem, 6vw, 4.5rem);
    text-align: center;
}

.funnel-thank-you__icon {
    display: grid;
    width: 4.5rem;
    height: 4.5rem;
    place-items: center;
    margin: 0 auto 1.8rem;
    color: #fff;
    background: var(--color-forest);
    border-radius: 50%;
}

.funnel-thank-you__icon .funnel-icon {
    width: 2rem;
    height: 2rem;
}

.funnel-thank-you h1 {
    margin-bottom: 1.2rem;
    font-size: clamp(2.6rem, 6vw, 5rem);
}

.funnel-thank-you__lead {
    max-width: 620px;
    margin: 0 auto 2rem;
    color: var(--color-muted);
    font-size: 1.08rem;
}

.funnel-thank-you__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
    margin: 2rem 0;
    list-style: none;
}

.funnel-thank-you__steps li {
    padding: 1.2rem;
    color: var(--color-muted);
    background: #f7f4ed;
    border-radius: 1rem;
    font-size: 0.83rem;
}

.funnel-thank-you__steps strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--color-heading);
}

.funnel-thank-you__demo {
    padding: 0.9rem 1rem;
    margin-bottom: 1.5rem;
    color: #665246;
    background: #f5e8dd;
    border-radius: 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
}

@media (max-width: 1120px) {
    .funnel-hero__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 2.5rem;
    }

    .funnel-hero__visual {
        min-height: 580px;
    }

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

    .funnel-problem__aside {
        min-height: 270px;
    }

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

    .funnel-process__steps::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .funnel-hero {
        min-height: auto;
        padding-bottom: 0;
    }

    .funnel-hero__grid {
        min-height: auto;
        grid-template-columns: 1fr;
        padding-top: 4rem;
    }

    .funnel-hero__content {
        max-width: 760px;
        padding-bottom: 0;
    }

    .funnel-hero__visual {
        min-height: 620px;
        margin-right: -1rem;
        margin-left: 4rem;
    }

    .funnel-hero__image-wrap {
        inset: 0 -4rem 0 0;
    }

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

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

    .funnel-trust-bar__item:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, 0.1);
    }

    .funnel-problem__intro,
    .funnel-projects__heading,
    .funnel-testimonials__heading,
    .funnel-solution__grid,
    .funnel-faq__grid,
    .funnel-lead-form__grid {
        grid-template-columns: 1fr;
    }

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

    .funnel-solution__media {
        min-height: 620px;
    }

    .funnel-project,
    .funnel-project--reverse {
        grid-template-columns: 1fr;
    }

    .funnel-project--reverse .funnel-project__image {
        order: 0;
    }

    .funnel-faq__intro,
    .funnel-lead-form__intro {
        position: static;
    }

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

    .funnel-footer__legal {
        grid-column: 1 / -1;
        flex-direction: row;
    }
}

@media (max-width: 639.98px) {
    .funnel-hero {
        padding-top: 0.85rem;
    }

    .funnel-hero__topline {
        padding-right: 4.2rem;
    }

    .funnel-hero__phone {
        display: none;
    }

    .funnel-brand__mark {
        width: 2.55rem;
        height: 2.55rem;
        font-size: 1.25rem;
    }

    .funnel-hero__grid {
        gap: 2.5rem;
        padding-top: 3rem;
    }

    .funnel-hero__title {
        font-size: clamp(2.7rem, 14vw, 4.4rem);
    }

    .funnel-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .funnel-hero__trust {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .funnel-hero__visual {
        min-height: 480px;
        margin-right: -0.7rem;
        margin-left: 1.5rem;
    }

    .funnel-hero__image-wrap {
        inset: 0 -2rem 0 0;
        border-radius: 2rem 0 0 0;
    }

    .funnel-hero__floating-note {
        bottom: 1.5rem;
        left: -1.2rem;
        min-width: 180px;
        padding: 1rem 1.15rem;
    }

    .funnel-hero__floating-note strong {
        font-size: 1.2rem;
    }

    .funnel-trust-bar__grid,
    .funnel-problem__cards,
    .funnel-benefits__grid,
    .funnel-testimonials__grid,
    .funnel-process__steps,
    .funnel-thank-you__steps {
        grid-template-columns: 1fr;
    }

    .funnel-trust-bar__item,
    .funnel-trust-bar__item:first-child,
    .funnel-trust-bar__item:nth-child(3) {
        min-height: auto;
        padding: 1.4rem 0.3rem;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 0;
    }

    .funnel-trust-bar__item:last-child {
        border-bottom: 0;
    }

    .funnel-problem__card,
    .funnel-benefits__card {
        min-height: auto;
    }

    .funnel-solution__media {
        min-height: 460px;
    }

    .funnel-solution__media::before {
        inset: 2rem -0.5rem -0.8rem 1.5rem;
    }

    .funnel-solution__stamp {
        right: 0.8rem;
        bottom: 0.8rem;
        gap: 0.45rem;
        padding: 0.75rem 0.85rem;
        font-size: 0.56rem;
    }

    .funnel-project__image {
        min-height: 350px;
    }

    .funnel-process__steps {
        gap: 0;
    }

    .funnel-process__steps li {
        display: grid;
        grid-template-columns: 3.3rem 1fr;
        gap: 1rem;
        padding: 1.2rem 0;
        border-bottom: 1px solid var(--color-border);
        text-align: left;
    }

    .funnel-process__number {
        width: 3.3rem;
        height: 3.3rem;
        margin: 0;
    }

    .funnel-process__cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .funnel-testimonial {
        min-height: auto;
    }

    .funnel-choice-grid,
    .funnel-form__grid {
        grid-template-columns: 1fr;
    }

    .funnel-field--full {
        grid-column: auto;
    }

    .funnel-form-progress__item {
        gap: 0;
    }

    .funnel-form-progress__item small {
        display: none;
    }

    .funnel-form__actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .funnel-form__actions--end {
        flex-direction: column;
    }

    .funnel-final-cta__actions {
        flex-direction: column;
    }

    .funnel-final-cta__phone {
        justify-content: center;
    }

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

    .funnel-footer__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .funnel-footer__legal {
        grid-column: auto;
        flex-direction: column;
    }

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

    .funnel-mobile-cta {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .funnel-hero__scroll span::after {
        animation: none;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
    }
}
