/* Ehopto public website */
:root {
    --eh-bg: #f7fbfb;
    --eh-bg-2: #edf7f5;
    --eh-text: #0f172a;
    --eh-muted: #64748b;
    --eh-line: rgba(15, 23, 42, .10);
    --eh-brand: #0f766e;
    --eh-brand-2: #14b8a6;
    --eh-blue: #2563eb;
    --eh-navy: #061827;
    --eh-card: rgba(255, 255, 255, .86);
    --eh-shadow: 0 24px 70px rgba(15, 23, 42, .12);
    --eh-soft-shadow: 0 18px 45px rgba(15, 118, 110, .12);
    --eh-radius-xl: 34px;
    --eh-radius-lg: 24px;
    --eh-radius-md: 18px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
}

body.ehopto-public-body {
    margin: 0;
    background:
        radial-gradient(1100px 360px at 100% 0%, rgba(20, 184, 166, .18), transparent 55%),
        radial-gradient(900px 320px at 0% 10%, rgba(37, 99, 235, .14), transparent 50%),
        linear-gradient(180deg, #f7fbfb 0%, #ffffff 44%, #f4faf8 100%);
    color: var(--eh-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
}

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

.ehopto-container {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}

.ehopto-page-glow {
    position: fixed;
    inset: auto -120px -180px auto;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(20, 184, 166, .18), transparent 68%);
    pointer-events: none;
    z-index: -1;
}

.ehopto-nav-wrap {
    position: sticky;
    top: 0;
    z-index: 40;
    padding: 14px 0;
    backdrop-filter: blur(20px);
    background: rgba(247, 251, 251, .78);
    border-bottom: 1px solid rgba(15, 23, 42, .06);
}

.ehopto-nav {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.ehopto-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.ehopto-brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.46));
    box-shadow: 0 12px 35px rgba(15, 118, 110, .16);
    border: 1px solid rgba(15, 118, 110, .10);
}

.ehopto-brand-mark img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.ehopto-brand-word img {
    width: 124px;
    height: auto;
    display: block;
}
.ehopto-brand-name-only {
    gap: 0;
}

.ehopto-brand-text {
    display: inline-flex;
    align-items: center;
    color: #0f172a;
    font-size: 26px;
    font-weight: 950;
    letter-spacing: -.055em;
}


.ehopto-nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ehopto-nav-links a {
    padding: 10px 12px;
    color: #334155;
    font-weight: 750;
    font-size: 14px;
    border-radius: 999px;
    transition: .2s ease;
}

.ehopto-nav-links a:hover {
    color: var(--eh-brand);
    background: rgba(20, 184, 166, .09);
}

.ehopto-nav-links .ehopto-nav-cta {
    color: white;
    background: linear-gradient(135deg, var(--eh-brand), var(--eh-brand-2));
    box-shadow: 0 14px 36px rgba(20, 184, 166, .24);
    padding-inline: 18px;
}

.ehopto-nav-toggle { display: none; }

.ehopto-nav-menu-button {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--eh-line);
    border-radius: 15px;
    background: white;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.ehopto-nav-menu-button span {
    width: 20px;
    height: 2px;
    background: #0f172a;
    border-radius: 999px;
}

.ehopto-hero {
    padding: 84px 0 72px;
}

.ehopto-hero-grid,
.ehopto-split {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
    gap: 54px;
    align-items: center;
}

.ehopto-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(20, 184, 166, .10);
    color: #0f766e;
    font-size: 13px;
    font-weight: 850;
    border: 1px solid rgba(20, 184, 166, .14);
    margin-bottom: 20px;
}

.ehopto-hero h1,
.ehopto-page-hero h1 {
    font-size: clamp(42px, 6.4vw, 74px);
    line-height: .94;
    letter-spacing: -.065em;
    margin: 0 0 22px;
    max-width: 880px;
}

.ehopto-hero p,
.ehopto-page-hero p {
    color: var(--eh-muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.75;
    max-width: 640px;
    margin: 0 0 28px;
}

.ehopto-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.ehopto-center-actions { justify-content: center; }

.ehopto-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 20px;
    border-radius: 999px;
    font-weight: 850;
    border: 1px solid transparent;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.ehopto-btn-primary {
    color: white;
    background: linear-gradient(135deg, var(--eh-brand), var(--eh-brand-2));
    box-shadow: 0 18px 45px rgba(20, 184, 166, .24);
}

.ehopto-btn-soft {
    color: #0f766e;
    background: rgba(255,255,255,.84);
    border-color: rgba(20, 184, 166, .18);
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
}

.ehopto-btn-dark {
    color: white;
    background: #061827;
    box-shadow: 0 18px 45px rgba(6, 24, 39, .22);
}

.ehopto-btn-white {
    color: #061827;
    background: white;
}

.ehopto-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.ehopto-proof-row span {
    display: inline-flex;
    padding: 9px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.76);
    border: 1px solid rgba(15,23,42,.08);
    color: #334155;
    font-size: 13px;
    font-weight: 750;
}

.ehopto-hero-visual {
    position: relative;
}


.ehopto-website-photo-card {
    position: relative;
    margin: 0;
    border-radius: var(--eh-radius-xl);
    overflow: hidden;
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: var(--eh-shadow);
    transform: rotate(1.2deg);
}

.ehopto-website-photo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.55);
    pointer-events: none;
}

.ehopto-website-photo-card img {
    display: block;
    width: 100%;
    height: auto;
}

.ehopto-browser-card {
    border-radius: var(--eh-radius-xl);
    overflow: hidden;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: var(--eh-shadow);
    transform: rotate(1.2deg);
}

.ehopto-browser-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 14px 18px;
    background: #061827;
    color: rgba(255,255,255,.75);
}

.ehopto-browser-bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255,255,255,.5);
}

.ehopto-browser-bar strong {
    margin-left: 8px;
    font-size: 12px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ehopto-browser-body {
    padding: 22px;
    background:
        radial-gradient(360px 180px at 75% 0%, rgba(20,184,166,.22), transparent 70%),
        #ffffff;
}

.ehopto-mini-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.08);
    background: #f8fafc;
}

.ehopto-mini-nav img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.ehopto-mini-nav span {
    color: #0f766e;
    font-weight: 850;
    font-size: 12px;
}

.ehopto-mini-hero {
    margin-top: 18px;
    padding: 28px;
    border-radius: 28px;
    background: linear-gradient(135deg, #062033, #0f766e);
    color: white;
    min-height: 250px;
}

.ehopto-mini-hero span {
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    color: #99f6e4;
    margin-bottom: 12px;
}

.ehopto-mini-hero strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.04em;
    max-width: 360px;
}

.ehopto-mini-hero p {
    color: rgba(255,255,255,.76);
    max-width: 370px;
    margin-top: 16px;
}

.ehopto-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 14px;
}

.ehopto-mini-grid div {
    padding: 16px 12px;
    border-radius: 18px;
    background: #f1f5f9;
    color: #0f172a;
    font-weight: 850;
    text-align: center;
    font-size: 13px;
}

.ehopto-floating-stat {
    position: absolute;
    left: -26px;
    bottom: 28px;
    max-width: 230px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 45px rgba(15,23,42,.14);
}

.ehopto-floating-stat strong,
.ehopto-floating-stat span {
    display: block;
}

.ehopto-floating-stat span {
    color: var(--eh-muted);
    margin-top: 4px;
}

.ehopto-section {
    padding: 78px 0;
}

.ehopto-section-tint {
    background:
        radial-gradient(700px 240px at 0% 0%, rgba(20,184,166,.12), transparent 55%),
        linear-gradient(180deg, #f8fffd, #eef9f7);
    border-block: 1px solid rgba(15,23,42,.06);
}

.ehopto-section-head {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 36px;
}

.ehopto-section-head-left {
    text-align: left;
    margin-inline: 0;
}

.ehopto-section-head span,
.ehopto-copy-stack span {
    display: inline-flex;
    color: var(--eh-brand);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
    margin-bottom: 12px;
}

.ehopto-section-head h2,
.ehopto-copy-stack h2 {
    margin: 0;
    font-size: clamp(31px, 4vw, 52px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.ehopto-section-head p,
.ehopto-copy-stack p {
    color: var(--eh-muted);
    line-height: 1.75;
    font-size: 17px;
}

.ehopto-card-grid,
.ehopto-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ehopto-card-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ehopto-card,
.ehopto-pricing-grid article,
.ehopto-login-card,
.ehopto-story-card {
    border-radius: var(--eh-radius-lg);
    background: var(--eh-card);
    border: 1px solid rgba(15,23,42,.08);
    padding: 24px;
    box-shadow: var(--eh-soft-shadow);
}

.ehopto-card:hover,
.ehopto-pricing-grid article:hover,
.ehopto-login-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 65px rgba(15, 118, 110, .16);
}

.ehopto-card,
.ehopto-pricing-grid article,
.ehopto-login-card {
    transition: .22s ease;
}

.ehopto-card-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(20,184,166,.10);
    color: var(--eh-brand);
    font-weight: 900;
    margin-bottom: 18px;
}

.ehopto-card h3,
.ehopto-pricing-grid h3,
.ehopto-login-card h2 {
    margin: 0 0 10px;
    letter-spacing: -.03em;
}

.ehopto-card p,
.ehopto-pricing-grid p,
.ehopto-login-card p {
    color: var(--eh-muted);
    line-height: 1.65;
    margin: 0;
}

.ehopto-ladder {
    display: grid;
    gap: 12px;
}

.ehopto-ladder div,
.ehopto-process div {
    display: grid;
    gap: 5px;
    padding: 18px;
    border-radius: 22px;
    background: white;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 14px 40px rgba(15,23,42,.06);
}

.ehopto-ladder strong {
    color: #061827;
}

.ehopto-ladder span,
.ehopto-process span {
    color: var(--eh-muted);
    line-height: 1.55;
}

.ehopto-sector-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.ehopto-sector-grid span {
    padding: 14px 18px;
    border-radius: 999px;
    background: white;
    border: 1px solid rgba(15,23,42,.08);
    font-weight: 850;
    color: #334155;
    box-shadow: 0 10px 30px rgba(15,23,42,.05);
}

.ehopto-cta-band {
    margin: 40px auto 0;
    width: min(1180px, calc(100% - 36px));
    padding: 58px 24px;
    border-radius: 36px;
    background:
        radial-gradient(580px 220px at 100% 0%, rgba(153, 246, 228, .26), transparent 70%),
        linear-gradient(135deg, #0f766e, #061827);
    color: white;
    text-align: center;
    box-shadow: 0 26px 80px rgba(6, 24, 39, .22);
}

.ehopto-cta-band span {
    color: #99f6e4;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 12px;
}

.ehopto-cta-band h2 {
    max-width: 760px;
    margin: 14px auto 24px;
    font-size: clamp(30px, 5vw, 56px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.ehopto-page-hero {
    padding: 92px 0 70px;
    text-align: center;
}

.ehopto-page-hero.compact {
    padding-bottom: 34px;
}

.ehopto-page-hero .ehopto-pill {
    margin-inline: auto;
}

.ehopto-page-hero p {
    margin-inline: auto;
}

.ehopto-story-card img {
    width: 82px;
    height: 82px;
    object-fit: contain;
    margin-bottom: 20px;
}

.ehopto-copy-stack {
    max-width: 620px;
}

.ehopto-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ehopto-process strong {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #0f766e;
    color: white;
}

.ehopto-pricing-grid article.featured {
    background: linear-gradient(135deg, #0f766e, #061827);
    color: white;
    box-shadow: 0 24px 75px rgba(15,118,110,.24);
}

.ehopto-pricing-grid article.featured p {
    color: rgba(255,255,255,.78);
}

.ehopto-pricing-grid article span,
.ehopto-login-card span {
    display: inline-flex;
    color: var(--eh-brand);
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 14px;
}

.ehopto-pricing-grid article.featured span {
    color: #99f6e4;
}

.ehopto-login-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.ehopto-login-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ehopto-login-card .ehopto-btn {
    margin-top: auto;
}

.ehopto-legal {
    padding: 34px 0 78px;
}

.ehopto-legal .ehopto-container {
    max-width: 880px;
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(15,23,42,.08);
    border-radius: 28px;
    padding: 32px;
    box-shadow: var(--eh-soft-shadow);
}

.ehopto-legal h2 {
    margin: 24px 0 8px;
    letter-spacing: -.03em;
}

.ehopto-legal h2:first-child {
    margin-top: 0;
}

.ehopto-legal p {
    color: var(--eh-muted);
    line-height: 1.75;
}

.ehopto-footer {
    margin-top: 80px;
    padding: 58px 0 24px;
    background: #061827;
    color: white;
}

.ehopto-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .7fr .7fr 1fr;
    gap: 28px;
}

.ehopto-footer-brand img {
    width: 142px;
    height: auto;
    display: block;
    margin-bottom: 14px;
}

.ehopto-footer p,
.ehopto-footer-card span,
.ehopto-footer-bottom {
    color: rgba(255,255,255,.66);
    line-height: 1.65;
}

.ehopto-footer-links {
    display: grid;
    align-content: start;
    gap: 10px;
}

.ehopto-footer-links strong {
    color: #99f6e4;
}

.ehopto-footer-links a {
    color: rgba(255,255,255,.74);
}

.ehopto-footer-links a:hover {
    color: white;
}

.ehopto-footer-card {
    display: grid;
    gap: 10px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.10);
}

.ehopto-footer-card a {
    color: #99f6e4;
    font-weight: 850;
}

.ehopto-footer-bottom {
    margin-top: 38px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.10);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
}

@media (max-width: 980px) {
    .ehopto-hero-grid,
    .ehopto-split,
    .ehopto-footer-grid {
        grid-template-columns: 1fr;
    }

    .ehopto-card-grid,
    .ehopto-pricing-grid,
    .ehopto-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ehopto-floating-stat {
        left: 20px;
        bottom: -28px;
    }

    .ehopto-nav-menu-button {
        display: inline-flex;
    }

    .ehopto-nav-links {
        position: absolute;
        top: calc(100% + 12px);
        left: 18px;
        right: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        background: rgba(255,255,255,.96);
        border: 1px solid rgba(15,23,42,.08);
        border-radius: 24px;
        box-shadow: 0 24px 70px rgba(15,23,42,.14);
    }

    .ehopto-nav-toggle:checked ~ .ehopto-nav-links {
        display: flex;
    }
}

@media (max-width: 640px) {
    .ehopto-container,
    .ehopto-nav,
    .ehopto-cta-band {
        width: min(100% - 24px, 1180px);
    }

    .ehopto-hero,
    .ehopto-page-hero {
        padding-top: 56px;
    }

    .ehopto-hero h1,
    .ehopto-page-hero h1 {
        font-size: clamp(40px, 13vw, 60px);
    }

    .ehopto-card-grid,
    .ehopto-card-grid.three,
    .ehopto-pricing-grid,
    .ehopto-process,
    .ehopto-login-grid {
        grid-template-columns: 1fr;
    }

    .ehopto-mini-grid {
        grid-template-columns: 1fr;
    }

    .ehopto-browser-card,
    .ehopto-website-photo-card {
        transform: none;
    }

    .ehopto-brand-word img {
        width: 106px;
    }

    .ehopto-footer-bottom {
        display: grid;
    }
}


/* v80 Ehopto market reposition additions */
.ehopto-connect-section { padding-top: 24px; }

.ehopto-connect-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.ehopto-connect-card {
    padding: 30px;
    border-radius: 30px;
    min-height: 230px;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 20px 58px rgba(15,23,42,.10);
}

.ehopto-connect-card.primary {
    background:
        radial-gradient(420px 220px at 100% 0%, rgba(153,246,228,.22), transparent 65%),
        #061827;
    color: white;
}

.ehopto-connect-card.secondary {
    background:
        radial-gradient(420px 220px at 100% 0%, rgba(20,184,166,.16), transparent 65%),
        white;
}

.ehopto-connect-card span {
    color: #14b8a6;
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 900;
    font-size: 12px;
}

.ehopto-connect-card.primary span { color: #99f6e4; }

.ehopto-connect-card h2 {
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: -.055em;
    line-height: 1.02;
    margin: 14px 0;
}

.ehopto-connect-card p {
    color: var(--eh-muted);
    line-height: 1.7;
    font-size: 17px;
    margin: 0;
}

.ehopto-connect-card.primary p { color: rgba(255,255,255,.76); }

.ehopto-mini-hero {
    background:
        radial-gradient(260px 130px at 100% 10%, rgba(245, 158, 11, .26), transparent 70%),
        linear-gradient(135deg, #062033, #0f766e);
}

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

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

/* v81 Ehopto plans + pricing */
.ehopto-brand-name-only .ehopto-brand-word img {
    width: 142px;
}

.ehopto-plans-hero {
    padding-bottom: 44px;
}

.ehopto-plans-hero-grid,
.ehopto-payment-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    gap: 38px;
    align-items: center;
}

.ehopto-price-note-card,
.ehopto-setup-card {
    border: 1px solid rgba(15, 23, 42, .08);
    background:
        radial-gradient(420px 220px at 100% 0%, rgba(20, 184, 166, .18), transparent 65%),
        rgba(255, 255, 255, .88);
    box-shadow: var(--eh-shadow);
    border-radius: 32px;
    padding: 32px;
}

.ehopto-price-note-card span,
.ehopto-pricing-topline span,
.ehopto-setup-card strong {
    color: var(--eh-brand);
    text-transform: uppercase;
    letter-spacing: .13em;
    font-weight: 900;
    font-size: 12px;
}

.ehopto-price-note-card h2 {
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.03;
    letter-spacing: -.055em;
    margin: 12px 0;
}

.ehopto-price-note-card p {
    color: var(--eh-muted);
    line-height: 1.75;
    margin: 0;
}

.ehopto-alert {
    margin-top: 18px;
    padding: 13px 15px;
    border-radius: 18px;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid rgba(245, 158, 11, .26);
    font-weight: 800;
}

.ehopto-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.ehopto-pricing-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border: 1px solid rgba(15, 23, 42, .08);
    background: rgba(255, 255, 255, .9);
    border-radius: 30px;
    padding: 28px;
    box-shadow: 0 18px 54px rgba(15, 23, 42, .10);
}

.ehopto-pricing-card.featured {
    background:
        radial-gradient(480px 260px at 100% 0%, rgba(153, 246, 228, .22), transparent 66%),
        #061827;
    color: white;
    transform: translateY(-10px);
}

.ehopto-pricing-card h3 {
    font-size: 27px;
    line-height: 1.08;
    letter-spacing: -.04em;
    margin: 14px 0 10px;
}

.ehopto-pricing-card p {
    color: var(--eh-muted);
    line-height: 1.65;
    margin: 0;
}

.ehopto-pricing-card.featured p,
.ehopto-pricing-card.featured .ehopto-maintenance-line,
.ehopto-pricing-card.featured li {
    color: rgba(255, 255, 255, .76);
}

.ehopto-price-main {
    margin: 24px 0 8px;
}

.ehopto-price-main strong {
    display: block;
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1;
    letter-spacing: -.06em;
}

.ehopto-price-main span,
.ehopto-maintenance-line {
    color: var(--eh-muted);
    font-weight: 800;
    font-size: 14px;
}

.ehopto-pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: grid;
    gap: 10px;
}

.ehopto-pricing-card li {
    color: #334155;
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
}

.ehopto-pricing-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--eh-brand);
    font-weight: 900;
}

.ehopto-pricing-card.featured li::before {
    color: #99f6e4;
}

.ehopto-plan-actions {
    margin-top: auto;
    display: grid;
    gap: 10px;
}

.ehopto-plan-actions .ehopto-btn {
    width: 100%;
    justify-content: center;
}

.ehopto-currency-table-wrap {
    overflow-x: auto;
    border-radius: 28px;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 20px 60px rgba(15, 23, 42, .10);
    background: white;
}

.ehopto-currency-table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
}

.ehopto-currency-table th,
.ehopto-currency-table td {
    padding: 17px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    vertical-align: top;
}

.ehopto-currency-table th {
    background: #061827;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ehopto-currency-table td {
    color: #334155;
    font-weight: 750;
}

.ehopto-currency-table td:first-child strong,
.ehopto-currency-table td:first-child span {
    display: block;
}

.ehopto-currency-table td:first-child span {
    color: var(--eh-muted);
    font-size: 12px;
    margin-top: 3px;
}

.ehopto-setup-card {
    display: grid;
    gap: 10px;
}

.ehopto-setup-card code {
    display: block;
    padding: 11px 13px;
    border-radius: 14px;
    background: #061827;
    color: #d1fae5;
    overflow-x: auto;
}

@media (max-width: 980px) {
    .ehopto-plans-hero-grid,
    .ehopto-payment-grid,
    .ehopto-pricing-grid {
        grid-template-columns: 1fr;
    }

    .ehopto-pricing-card.featured {
        transform: none;
    }
}

@media (max-width: 640px) {
    .ehopto-price-note-card,
    .ehopto-setup-card,
    .ehopto-pricing-card {
        padding: 22px;
        border-radius: 24px;
    }

    .ehopto-brand-name-only .ehopto-brand-word img {
        width: 124px;
    }
}

/* v82 client-friendly public site refinements */
.ehopto-client-ready-card span {
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(15, 23, 42, .08);
    color: #334155;
    font-weight: 800;
}

.ehopto-brand-name-only .ehopto-brand-mark,
.ehopto-brand-name-only .ehopto-brand-word {
    display: none !important;
}

.ehopto-brand-name-only {
    min-height: 42px;
}

.ehopto-hero-copy p {
    max-width: 620px;
}

/* v84 Paystack checkout + professional pricing */
.ehopto-custom-quote-card {
    margin-top: 1.25rem;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(239,246,255,.92));
    box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.ehopto-custom-quote-card span {
    display: inline-flex;
    margin-bottom: .35rem;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2563eb;
}

.ehopto-custom-quote-card h3 {
    margin: 0 0 .35rem;
    font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.ehopto-custom-quote-card p {
    margin: 0;
    color: rgba(15, 23, 42, .72);
    max-width: 720px;
}

.ehopto-checkout-section,
.ehopto-payment-result-section {
    padding-top: clamp(5rem, 10vw, 8rem);
}

.ehopto-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
    gap: clamp(1.5rem, 5vw, 4rem);
    align-items: start;
}

.ehopto-checkout-summary {
    margin-top: 1.25rem;
}

.ehopto-checkout-summary a {
    color: #2563eb;
    font-weight: 800;
    text-decoration: none;
}

.ehopto-checkout-form {
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 28px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 24px 70px rgba(15, 23, 42, .12);
    display: grid;
    gap: 1rem;
}

.ehopto-checkout-form label {
    display: grid;
    gap: .4rem;
    color: rgba(15, 23, 42, .78);
    font-weight: 800;
    font-size: .92rem;
}

.ehopto-checkout-form input {
    width: 100%;
    border: 1px solid rgba(15, 23, 42, .13);
    border-radius: 16px;
    padding: .9rem 1rem;
    font: inherit;
    color: #0f172a;
    background: #fff;
    outline: none;
}

.ehopto-checkout-form input:focus {
    border-color: rgba(37, 99, 235, .55);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);
}

.ehopto-checkout-form small {
    color: #b91c1c;
    font-weight: 700;
}

.ehopto-form-note {
    margin: 0;
    color: rgba(15, 23, 42, .60);
    font-size: .9rem;
}

.ehopto-alert-error {
    border-color: rgba(185, 28, 28, .18);
    background: #fef2f2;
    color: #991b1b;
}

.ehopto-result-card {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    padding: clamp(1.5rem, 5vw, 3rem);
    border-radius: 32px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: 0 24px 80px rgba(15, 23, 42, .12);
}

.ehopto-result-card > span {
    display: inline-flex;
    margin-bottom: .7rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, .10);
    color: #15803d;
    font-weight: 900;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ehopto-result-card.is-pending > span {
    background: rgba(245, 158, 11, .12);
    color: #92400e;
}

.ehopto-reference-box {
    margin: 1rem auto;
    padding: .8rem 1rem;
    border-radius: 16px;
    background: rgba(15, 23, 42, .05);
    color: rgba(15, 23, 42, .72);
    font-weight: 800;
    overflow-wrap: anywhere;
}

@media (max-width: 820px) {
    .ehopto-checkout-grid,
    .ehopto-custom-quote-card {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: stretch;
    }
}
