:root {
    --ef-black: #0b0d10;
    --ef-black-2: #14171c;
    --ef-yellow: #ffd400;
    --ef-yellow-2: #ffea70;
    --ef-white: #ffffff;
    --ef-offwhite: #f5f4ef;
    --ef-grey: #6c7178;
    --ef-line: #dedfdc;
    --ef-radius: 24px;
    --ef-shadow: 0 24px 70px rgba(11, 13, 16, .14);
}

html { scroll-behavior: smooth; }
body.elevate-funnel-active {
    margin: 0 !important;
    background: var(--ef-white);
    color: var(--ef-black);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}
body.elevate-funnel-active * { box-sizing: border-box; }
body.elevate-funnel-active img { max-width: 100%; height: auto; }
body.elevate-funnel-active a { color: inherit; }
body.elevate-funnel-active h1,
body.elevate-funnel-active h2,
body.elevate-funnel-active h3,
body.elevate-funnel-active p { margin-top: 0; }
body.elevate-funnel-active h1,
body.elevate-funnel-active h2,
body.elevate-funnel-active h3 { line-height: 1.06; letter-spacing: -.035em; }
body.elevate-funnel-active h1 { font-size: clamp(3rem, 7vw, 6.8rem); max-width: 930px; margin-bottom: 28px; }
body.elevate-funnel-active h2 { font-size: clamp(2.25rem, 4.6vw, 4.65rem); margin-bottom: 24px; }
body.elevate-funnel-active h3 { font-size: 1.35rem; margin-bottom: 12px; }
body.elevate-funnel-active p { color: var(--ef-grey); }

.ef-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ef-skip-link { position: fixed; left: 16px; top: -80px; z-index: 99999; background: var(--ef-yellow); padding: 12px 18px; font-weight: 800; text-decoration: none; }
.ef-skip-link:focus { top: 16px; }

.ef-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(11,13,16,.08); }
.ef-header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.ef-brand { display: inline-flex; align-items: center; text-decoration: none; }
.ef-brand img { width: 190px; display: block; }
.ef-header__contact { display: flex; align-items: center; gap: 20px; font-size: .9rem; font-weight: 700; }
.ef-header__contact > a:first-child { text-decoration: none; color: #4b5057; }

.ef-button { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 26px; border-radius: 999px; text-decoration: none; font-weight: 900; letter-spacing: -.01em; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.ef-button:hover { transform: translateY(-2px); }
.ef-button--primary { background: var(--ef-yellow); color: var(--ef-black); box-shadow: 0 16px 38px rgba(255,212,0,.25); }
.ef-button--outline { border-color: rgba(11,13,16,.18); background: transparent; }
.ef-button--small { min-height: 42px; padding: 0 18px; font-size: .9rem; }
.ef-button--full { width: 100%; }
.ef-text-link { display: inline-block; margin-top: 12px; font-weight: 900; text-decoration: none; border-bottom: 2px solid var(--ef-yellow); }

.ef-hero { background: linear-gradient(180deg, #fff 0%, #f8f7f2 100%); padding: clamp(70px, 10vw, 135px) 0 96px; overflow: hidden; }
.ef-hero__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 75px; align-items: center; }
.ef-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--ef-black) !important; text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 900; margin-bottom: 24px; }
.ef-eyebrow span { width: 30px; height: 3px; background: var(--ef-yellow); border-radius: 99px; }
.ef-eyebrow--light { color: var(--ef-white) !important; }
.ef-hero h1 em { font-style: normal; text-decoration: underline; text-decoration-color: var(--ef-yellow); text-decoration-thickness: .13em; text-underline-offset: .08em; }
.ef-hero__lead { font-size: clamp(1.1rem, 2vw, 1.42rem); max-width: 760px; margin-bottom: 28px; }
.ef-hero__benefits { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.ef-hero__benefits span { padding: 10px 14px; border: 1px solid rgba(11,13,16,.12); border-radius: 999px; background: rgba(255,255,255,.7); font-size: .88rem; font-weight: 800; }
.ef-hero__actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.ef-hero__actions p { margin: 0; font-size: .85rem; }
.ef-hero__visual { position: relative; display: flex; justify-content: center; }
.ef-offer-card { position: relative; width: min(100%, 420px); background: var(--ef-black); border-radius: 36px; padding: 34px; box-shadow: var(--ef-shadow); transform: rotate(2deg); }
.ef-offer-card::before { content: ""; position: absolute; inset: -20px; border: 1px solid rgba(11,13,16,.12); border-radius: 46px; transform: rotate(-5deg); z-index: -1; }
.ef-offer-card img { width: 100%; border-radius: 20px; display: block; }
.ef-offer-card__stamp { position: absolute; right: -38px; bottom: 26px; width: 126px; height: 126px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--ef-yellow); font-weight: 950; transform: rotate(-8deg); box-shadow: 0 16px 35px rgba(0,0,0,.2); }

.ef-proof-strip { background: var(--ef-black); color: var(--ef-white); }
.ef-proof-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.ef-proof-strip__grid > div { padding: 34px 24px; border-right: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; }
.ef-proof-strip__grid > div:last-child { border-right: 0; }
.ef-proof-strip strong { font-size: 2.35rem; line-height: 1; color: var(--ef-yellow); }
.ef-proof-strip span { margin-top: 8px; color: rgba(255,255,255,.68); font-size: .88rem; }

.ef-section { padding: clamp(82px, 10vw, 145px) 0; }
.ef-section--soft { background: var(--ef-offwhite); }
.ef-section--dark { background: var(--ef-black); color: var(--ef-white); }
.ef-section--dark p { color: rgba(255,255,255,.68); }
.ef-section-heading { max-width: 810px; margin-bottom: 56px; }
.ef-section-heading--center { text-align: center; margin-inline: auto; }
.ef-section-heading--center .ef-eyebrow { justify-content: center; }
.ef-section-heading > p:last-child { font-size: 1.15rem; }

.ef-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ef-line); border-left: 1px solid var(--ef-line); }
.ef-feature-card { min-height: 280px; padding: 34px; border-right: 1px solid var(--ef-line); border-bottom: 1px solid var(--ef-line); background: var(--ef-white); transition: transform .25s ease, box-shadow .25s ease; }
.ef-feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 45px rgba(11,13,16,.08); position: relative; z-index: 2; }
.ef-feature-card b { display: inline-block; color: var(--ef-yellow); background: var(--ef-black); padding: 8px 11px; border-radius: 9px; margin-bottom: 40px; }
.ef-feature-card p { margin-bottom: 0; }

.ef-split { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.ef-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.ef-compare article { min-height: 290px; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--ef-radius); background: rgba(255,255,255,.04); }
.ef-compare article:first-child { background: var(--ef-yellow); color: var(--ef-black); border-color: var(--ef-yellow); }
.ef-compare article:first-child p { color: rgba(11,13,16,.67); }
.ef-compare span { display: block; font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; margin-bottom: 72px; }

.ef-portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ef-portfolio-card { display: block; border-radius: var(--ef-radius); overflow: hidden; background: var(--ef-black); color: var(--ef-white); text-decoration: none; box-shadow: 0 20px 50px rgba(11,13,16,.12); transition: transform .25s ease; }
.ef-portfolio-card:hover { transform: translateY(-7px); }
.ef-portfolio-card img { display: block; aspect-ratio: 1.45 / 1; object-fit: cover; object-position: top; width: 100%; }
.ef-portfolio-card > div { padding: 26px; }
.ef-portfolio-card span { color: var(--ef-yellow); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 900; }
.ef-portfolio-card h3 { margin: 12px 0 20px; }
.ef-portfolio-card b { font-size: .9rem; }

.ef-testimonials { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: stretch; }
.ef-video-testimonial,
.ef-quote-testimonial { background: var(--ef-white); border-radius: var(--ef-radius); padding: 24px; box-shadow: 0 24px 65px rgba(11,13,16,.08); }
.ef-video-wrap { background: #000; border-radius: 18px; overflow: hidden; max-width: 360px; margin-inline: auto; }
.ef-video-wrap video { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; }
.ef-testimonial-meta { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.ef-testimonial-meta img { width: 52px; height: 52px; object-fit: contain; border-radius: 50%; background: #fff; border: 1px solid var(--ef-line); }
.ef-testimonial-meta strong,
.ef-testimonial-meta span { display: block; }
.ef-testimonial-meta span { color: var(--ef-grey); font-size: .86rem; }
.ef-quote-testimonial { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 5vw, 70px); }
.ef-quote-mark { font-family: Georgia, serif; color: var(--ef-yellow); font-size: 8rem; line-height: .7; }
.ef-quote-testimonial blockquote { margin: 24px 0; font-size: clamp(1.5rem, 3vw, 2.6rem); line-height: 1.25; letter-spacing: -.03em; font-weight: 750; }
.ef-full-review { margin-top: 28px; border-top: 1px solid var(--ef-line); padding-top: 22px; }
.ef-full-review summary { cursor: pointer; font-weight: 900; }
.ef-full-review p { margin-top: 16px; }

.ef-process { list-style: none; padding: 0; margin: 0; border-top: 1px solid var(--ef-line); }
.ef-process li { display: grid; grid-template-columns: 110px 1fr; gap: 30px; padding: 32px 0; border-bottom: 1px solid var(--ef-line); }
.ef-process li > b { font-size: 2.4rem; color: #b7bbc0; }
.ef-process li h3 { margin-bottom: 8px; }
.ef-process li p { margin-bottom: 0; max-width: 820px; }

.ef-section--pricing { background: var(--ef-black); color: var(--ef-white); }
.ef-section--pricing p { color: rgba(255,255,255,.65); }
.ef-pricing-grid { display: grid; grid-template-columns: 1fr 470px; gap: 80px; align-items: center; }
.ef-price-card { background: var(--ef-white); color: var(--ef-black); border-radius: 30px; padding: 38px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.ef-price-card > p { color: var(--ef-grey); font-weight: 800; }
.ef-price { display: flex; align-items: end; gap: 10px; margin: 16px 0 30px; }
.ef-price strong { font-size: 4.8rem; line-height: .9; letter-spacing: -.06em; }
.ef-price span { color: var(--ef-grey); margin-bottom: 7px; }
.ef-price-card ul { list-style: none; padding: 0; margin: 0 0 28px; }
.ef-price-card li { position: relative; padding: 12px 0 12px 30px; border-bottom: 1px solid var(--ef-line); }
.ef-price-card li::before { content: "✓"; position: absolute; left: 0; color: #159447; font-weight: 950; }
.ef-price-card small { display: block; text-align: center; color: var(--ef-grey); margin-top: 15px; line-height: 1.4; }

.ef-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.ef-accordion details { border-bottom: 1px solid var(--ef-line); }
.ef-accordion summary { list-style: none; cursor: pointer; padding: 26px 50px 26px 0; position: relative; font-size: 1.15rem; font-weight: 900; }
.ef-accordion summary::-webkit-details-marker { display: none; }
.ef-accordion summary::after { content: "+"; position: absolute; right: 0; top: 20px; width: 34px; height: 34px; border-radius: 50%; background: var(--ef-offwhite); display: grid; place-items: center; font-size: 1.4rem; }
.ef-accordion details[open] summary::after { content: "–"; }
.ef-accordion details p { max-width: 820px; padding-right: 50px; margin-bottom: 26px; }

.ef-final-cta { background: var(--ef-yellow); padding: 60px 0; }
.ef-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ef-final-cta span { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.ef-final-cta h2 { margin: 6px 0 0; font-size: clamp(2.3rem, 5vw, 4.5rem); }
.ef-final-cta .ef-button--primary { background: var(--ef-black); color: var(--ef-white); box-shadow: none; }

.ef-footer { padding: 35px 0; background: var(--ef-white); border-top: 1px solid var(--ef-line); }
.ef-footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ef-brand--footer img { width: 145px; }
.ef-footer p { margin: 0; font-size: .82rem; }
.ef-footer a { font-weight: 700; }

.ef-mobile-cta { display: none; }

/* Onboarding */
.elevate-onboarding { background: var(--ef-black) !important; }
.ef-onboarding-shell { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(circle at top, #232831 0%, var(--ef-black) 52%); }
.ef-onboarding-card { width: min(100%, 680px); background: var(--ef-white); border-radius: 32px; padding: clamp(34px, 7vw, 70px); box-shadow: 0 34px 100px rgba(0,0,0,.35); text-align: center; }
.ef-onboarding-logo { width: 210px; margin-bottom: 24px; }
.ef-success-icon { width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; background: var(--ef-yellow); font-weight: 950; font-size: 2rem; margin: 0 auto 26px; }
.ef-onboarding-card .ef-eyebrow { justify-content: center; }
.ef-onboarding-card h1 { font-size: clamp(2.5rem, 7vw, 4.8rem); margin-bottom: 20px; }
.ef-onboarding-lead { font-size: 1.1rem; margin-bottom: 30px; }
.ef-onboarding-steps { margin: 34px 0; text-align: left; }
.ef-onboarding-steps > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--ef-line); }
.ef-onboarding-steps b { width: 36px; height: 36px; border-radius: 50%; background: var(--ef-black); color: var(--ef-yellow); display: grid; place-items: center; }
.ef-onboarding-help { padding-top: 16px; }
.ef-onboarding-help p { margin-bottom: 8px; }
.ef-onboarding-help a { font-weight: 900; }
.ef-onboarding-help span { color: var(--ef-grey); margin: 0 8px; }

@media (max-width: 980px) {
    .ef-hero__grid,
    .ef-split,
    .ef-pricing-grid,
    .ef-faq-layout { grid-template-columns: 1fr; }
    .ef-hero__visual { margin-top: 20px; }
    .ef-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .ef-portfolio-grid { grid-template-columns: 1fr; }
    .ef-portfolio-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; }
    .ef-portfolio-card img { aspect-ratio: auto; height: 100%; min-height: 280px; }
    .ef-testimonials { grid-template-columns: 1fr; }
    .ef-pricing-grid { gap: 45px; }
    .ef-price-card { width: min(100%, 560px); }
    .ef-faq-layout { gap: 25px; }
}

@media (max-width: 700px) {
    body.elevate-funnel-active { padding-bottom: 78px; }
    .ef-container { width: min(100% - 28px, 1180px); }
    .ef-header__inner { min-height: 64px; }
    .ef-brand img { width: 145px; }
    .ef-header__contact > a:first-child,
    .ef-header__contact .ef-button { display: none; }
    .ef-hero { padding: 55px 0 75px; }
    body.elevate-funnel-active h1 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
    body.elevate-funnel-active h2 { font-size: clamp(2.1rem, 10vw, 3.4rem); }
    .ef-hero__grid { gap: 45px; }
    .ef-hero__actions { align-items: stretch; }
    .ef-hero__actions .ef-button { width: 100%; }
    .ef-hero__actions p { width: 100%; text-align: center; }
    .ef-offer-card { width: 83%; padding: 20px; }
    .ef-offer-card__stamp { width: 100px; height: 100px; right: -25px; font-size: .78rem; }
    .ef-proof-strip__grid { grid-template-columns: 1fr 1fr; }
    .ef-proof-strip__grid > div { border-bottom: 1px solid rgba(255,255,255,.12); }
    .ef-section { padding: 78px 0; }
    .ef-section-heading { margin-bottom: 38px; }
    .ef-feature-grid { grid-template-columns: 1fr; }
    .ef-feature-card { min-height: auto; }
    .ef-feature-card b { margin-bottom: 28px; }
    .ef-compare { grid-template-columns: 1fr; }
    .ef-compare span { margin-bottom: 38px; }
    .ef-portfolio-card { display: block; }
    .ef-portfolio-card img { min-height: 0; aspect-ratio: 1.45 / 1; }
    .ef-quote-testimonial { padding: 34px 26px; }
    .ef-quote-testimonial blockquote { font-size: 1.45rem; }
    .ef-process li { grid-template-columns: 60px 1fr; gap: 16px; }
    .ef-process li > b { font-size: 1.7rem; }
    .ef-price-card { padding: 28px 22px; }
    .ef-price strong { font-size: 4rem; }
    .ef-final-cta__inner { display: block; }
    .ef-final-cta .ef-button { width: 100%; margin-top: 28px; }
    .ef-footer__inner { display: block; text-align: center; }
    .ef-footer p { margin-top: 18px; }
    .ef-mobile-cta { position: fixed; display: flex; left: 0; right: 0; bottom: 0; z-index: 999; padding: 10px 14px; background: rgba(11,13,16,.95); backdrop-filter: blur(16px); align-items: center; justify-content: space-between; gap: 12px; box-shadow: 0 -12px 35px rgba(0,0,0,.18); }
    .ef-mobile-cta > div { color: var(--ef-white); display: flex; align-items: end; gap: 5px; }
    .ef-mobile-cta strong { color: var(--ef-yellow); font-size: 1.7rem; line-height: 1; }
    .ef-mobile-cta span { font-size: .72rem; color: rgba(255,255,255,.65); }
    .ef-mobile-cta .ef-button { min-height: 48px; padding: 0 20px; }
    .ef-onboarding-card { padding: 34px 24px; }
    .ef-onboarding-help span { display: block; margin: 8px 0; }
}
