.hero-banner { padding: 56px 20px 64px !important; text-align: left !important; }
.hero-banner .container { max-width: 1140px; }
.hero-banner h1 {
    font-size: clamp(1.7rem, 6vw, 2.6rem) !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    line-height: 1.15 !important;
}
.hero-banner .hero-sub {
    color: #fff;
    font-size: clamp(1.1rem, 3.4vw, 1.4rem);
    font-weight: 500;
    margin: 0 0 22px;
    opacity: .95;
}
.hero-banner p {
    max-width: none !important;
    margin: 0 0 14px !important;
    font-size: 1.05rem !important;
    line-height: 1.6 !important;
    font-weight: 300;
}
.hero-banner .hero-q {
    font-weight: 600;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin: 22px 0 14px !important;
}
.hero-banner ul { margin: 0 0 18px; padding-left: 1.15rem; color: #fff; }
.hero-banner li { margin-bottom: 8px; font-weight: 300; opacity: .92; }
.hero-banner .hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.hero-banner .hero-pills li {
    margin: 0;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    font-size: .85rem;
    font-weight: 500;
    opacity: 1;
}
.hero-banner .btn-action { margin-top: 10px; text-align: center; }
@media (max-width: 640px) {
    .hero-banner { padding: 36px 16px 44px !important; }
    .hero-banner .btn-action {
        width: 100%;
        white-space: normal;
        line-height: 1.3;
        padding: 14px 16px;
    }
    .custom-side-btn { display: none !important; }
}

/* Profiles visual system — practitioners header and hero */
body.page-24708435 {
    padding-top: 0 !important;
    background: #fff !important;
}

body.page-24708435 .site-header {
    position: relative !important;
    padding: 0 !important;
    background: #02383c !important;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    box-shadow: none !important;
}

body.page-24708435 .site-header > .container {
    min-height: 120px;
    padding-top: 12px;
    padding-bottom: 12px;
}

body.page-24708435 .header-logo {
    display: block;
    width: auto;
    height: 96px;
    max-width: min(420px, 72vw);
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    object-fit: contain;
    box-shadow: none;
}

body.page-24708435 .header-btns {
    gap: 10px;
}

body.page-24708435 .btn-outline-custom,
body.page-24708435 .btn-solid-custom {
    min-height: 42px;
    padding: 10px 17px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease;
}

body.page-24708435 .btn-outline-custom {
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, .35);
    background: rgba(255, 255, 255, .07);
}

body.page-24708435 .btn-outline-custom:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, .15);
}

body.page-24708435 .btn-solid-custom {
    color: #3b2705 !important;
    border: 1px solid #f4a62a;
    background: #f4a62a;
    box-shadow: 0 10px 25px rgba(244, 166, 42, .24);
}

body.page-24708435 .btn-solid-custom:hover {
    color: #3b2705 !important;
    background: #ffb83f;
    transform: translateY(-1px);
}

body.page-24708435 .hero-banner {
    position: relative;
    overflow: clip;
    padding: 72px 0 80px !important;
    text-align: left !important;
    color: #fff;
    background:
        radial-gradient(circle at 82% 14%, rgba(73, 186, 180, .32), transparent 31%),
        radial-gradient(circle at 15% 78%, rgba(24, 132, 137, .23), transparent 27%),
        linear-gradient(145deg, #02383c 0%, #056066 52%, #074e53 100%);
}

body.page-24708435 .hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image:
        linear-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
    pointer-events: none;
}

body.page-24708435 .hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
    align-items: start;
    gap: clamp(28px, 4vw, 56px);
}

body.page-24708435 .hero-copy {
    min-width: 0;
    max-width: none;
    overflow-wrap: break-word;
}

body.page-24708435 .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid rgba(244, 166, 42, .42);
    border-radius: 999px;
    color: #ffe0a2;
    background: rgba(244, 166, 42, .12);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
}

body.page-24708435 .hero-banner h1 {
    margin: 24px 0 20px !important;
    color: #fff !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(30px, 3.6vw, 46px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.05em !important;
    font-weight: 800 !important;
}

body.page-24708435 .hero-banner h1 em {
    color: #9de6df;
    font-style: normal;
}

body.page-24708435 .hero-banner .hero-copy p {
    max-width: none !important;
    margin: 0 0 16px !important;
    color: rgba(255, 255, 255, .8) !important;
    font-size: 17px !important;
    line-height: 1.65 !important;
}

body.page-24708435 .hero-banner .hero-lead {
    color: #fff !important;
    font-size: clamp(18px, 2.2vw, 22px) !important;
    font-weight: 600;
}

body.page-24708435 .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

body.page-24708435 .hero-banner .btn-action {
    min-height: 54px;
    margin-top: 0;
    padding: 14px 22px;
    border: 0;
    border-radius: 12px;
    color: #3b2705 !important;
    background: #f4a62a;
    box-shadow: 0 18px 42px rgba(80, 47, 0, .26);
    font-size: 15px;
    letter-spacing: 0;
    text-transform: none;
}

body.page-24708435 .hero-banner .btn-action:hover {
    color: #3b2705 !important;
    background: #ffb83f;
}

body.page-24708435 .hero-visual {
    position: relative;
    min-width: 0;
    min-height: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}

body.page-24708435 .hero-visual-glow {
    position: absolute;
    inset: 8% 6%;
    border-radius: 50%;
    background: rgba(119, 218, 211, .22);
    filter: blur(42px);
    pointer-events: none;
}

body.page-24708435 .hero-insight-card {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 0;
    padding: 28px 26px 24px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 24px;
    background: #f7fbfa;
    box-shadow: 0 28px 60px rgba(0, 18, 20, .32);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

body.page-24708435 .hero-insight-card p,
body.page-24708435 .hero-insight-card h2 {
    max-width: none !important;
    color: #102a2d !important;
}

body.page-24708435 .hero-insight-card .hero-card-label {
    margin: 0 0 12px !important;
    color: #056066 !important;
    font-size: 11px !important;
    font-weight: 900;
    letter-spacing: .12em;
}

body.page-24708435 .hero-insight-card h2 {
    margin: 0 0 18px !important;
    color: #102a2d !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-size: clamp(22px, 2.4vw, 32px) !important;
    line-height: 1.15 !important;
    letter-spacing: -.04em;
    font-weight: 800;
}

body.page-24708435 .hero-patterns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.page-24708435 .hero-patterns span {
    padding: 8px 12px;
    border: 1px solid rgba(5, 96, 102, .14);
    border-radius: 999px;
    color: #056066;
    background: #e9f5f4;
    font-size: 12px;
    font-weight: 800;
}

body.page-24708435 .hero-insight-card .hero-card-foot {
    margin: 16px 0 0 !important;
    padding-top: 14px;
    border-top: 1px solid #e1eceb;
    color: #5c7072 !important;
    font-size: 14px !important;
    line-height: 1.45;
    opacity: 1 !important;
}

body.page-24708435 .hero-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}

body.page-24708435 .hero-card-tags span {
    padding: 8px 12px;
    border-radius: 999px;
    color: #3b2705;
    background: #f4a62a;
    font-size: 12px;
    font-weight: 800;
}

body.page-24708435 .hero-float {
    display: none !important;
}

body.page-24708435 .site-header > .container,
body.page-24708435 .hero-banner > .container {
    width: min(1140px, calc(100% - 40px)) !important;
    max-width: 1140px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

body.page-24708435 .header-logo {
    width: auto;
    height: 96px;
    max-width: min(420px, 72vw);
    padding: 0;
    border: 0;
    background: transparent;
    object-fit: contain;
    box-sizing: border-box;
}

body.page-24708435 .hero-banner {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

body.page-24708435 .hero-layout {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

body.page-24708435 .hero-copy {
    width: 100%;
    max-width: none;
}

@media (max-width: 1100px) {
    body.page-24708435 .hero-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body.page-24708435 .hero-visual,
    body.page-24708435 .hero-insight-card {
        max-width: none;
        width: 100%;
    }

    body.page-24708435 .hero-banner h1 {
        font-size: clamp(32px, 5vw, 48px) !important;
    }
}

@media (max-width: 900px) {
    body.page-24708435 .hero-banner > .container,
    body.page-24708435 .site-header > .container {
        width: min(100%, calc(100% - 32px)) !important;
    }
}

@media (max-width: 640px) {
    body.page-24708435 .site-header > .container {
        min-height: 76px;
        padding: 10px 14px;
    }

    body.page-24708435 .header-logo {
        width: auto;
        height: 58px;
        max-width: 62vw;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    body.page-24708435 .header-btns {
        gap: 7px;
    }

    body.page-24708435 .btn-outline-custom,
    body.page-24708435 .btn-solid-custom {
        min-height: 38px;
        padding: 8px 12px;
        border-radius: 10px;
        font-size: 12px;
    }

    body.page-24708435 .hero-banner {
        padding: 40px 0 48px !important;
    }

    body.page-24708435 .hero-banner > .container,
    body.page-24708435 .site-header > .container {
        width: calc(100% - 28px) !important;
    }

    body.page-24708435 .hero-banner h1 {
        margin-top: 16px !important;
        font-size: clamp(28px, 8.4vw, 40px) !important;
    }

    body.page-24708435 .hero-banner .btn-action {
        width: 100%;
    }

    body.page-24708435 .hero-visual {
        max-width: none;
    }

    body.page-24708435 .hero-insight-card {
        width: 100%;
        padding: 22px 18px;
    }
}

/* Profiles-style footer */
body.page-24708435 .pp-footer {
    padding: 24px 0;
    color: rgba(255, 255, 255, .65);
    background: #02383c;
    font-size: 12px;
}

body.page-24708435 .pp-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 640px) {
    body.page-24708435 .pp-footer {
        padding: 22px 14px;
    }

    body.page-24708435 .pp-footer-inner {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}

/* Paradigm Profiles chatbot window */
body.page-24708435 .bot-card {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 24px;
    color: #102a2d;
    background: #f7fbfa;
    box-shadow: 0 38px 80px rgba(0, 18, 20, .38);
}

body.page-24708435 .bot-header {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 18px;
    border-bottom: 1px solid #e1eceb;
    background: #fff;
}

body.page-24708435 .bot-header h3 {
    margin: 0 !important;
    color: #056066 !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    text-transform: none !important;
}

body.page-24708435 .pp-dots {
    display: flex;
    flex: 0 0 auto;
    gap: 6px;
}

body.page-24708435 .pp-dots i {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbdadb;
}

body.page-24708435 .bot-messages {
    height: 350px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
    padding: 22px;
    background: #f7fbfa;
    scrollbar-color: #9ba9aa transparent;
}

body.page-24708435 .msg-wrap {
    display: flex;
    width: 100%;
}

body.page-24708435 .msg-bot {
    justify-content: flex-start;
}

body.page-24708435 .msg-user {
    justify-content: flex-end;
}

body.page-24708435 .bot-bubble,
body.page-24708435 .user-bubble {
    max-width: 94%;
    padding: 13px 20px;
    font-size: 15px;
    line-height: 1.5;
}

body.page-24708435 .bot-bubble {
    border: 1px solid #e1eceb;
    border-radius: 16px 16px 16px 4px;
    color: #102a2d;
    background: #fff;
}

body.page-24708435 .user-bubble {
    border-radius: 16px 16px 4px 16px;
    color: #fff;
    background: #056066;
}

body.page-24708435 .profile-option {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e2e8f0;
}

body.page-24708435 .profile-option:last-of-type {
    margin-bottom: 0;
}

body.page-24708435 .profile-option strong {
    color: #102a2d;
}

body.page-24708435 .profile-option b {
    display: block;
    margin-top: 4px;
    color: #056066;
    font-size: 15px;
}

body.page-24708435 .profile-option-tag {
    display: inline-block;
    margin-left: 3px;
    padding: 2px 8px;
    border-radius: 999px;
    color: #056066;
    background: #e8f4f5;
    font-size: 12px;
}

body.page-24708435 .bot-input-area {
    padding: 16px 18px;
    border-top: 1px solid #e1eceb;
    background: #fff;
}

body.page-24708435 .bot-input-group {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

body.page-24708435 .bot-input-group input {
    min-width: 0;
    flex: 1;
    padding: 13px 18px;
    border: 2px solid #e1eceb;
    border-radius: 12px;
    outline: none;
    color: #102a2d;
    background: #fff;
    font: inherit;
}

body.page-24708435 .bot-input-group input:focus {
    border-color: #056066;
}

body.page-24708435 .bot-input-group button {
    flex: 0 0 auto;
    min-width: 84px;
    border: 0;
    border-radius: 12px;
    color: #3b2705;
    background: #f4a62a;
    font-weight: 800;
    cursor: pointer;
}

body.page-24708435 .bot-input-group button:disabled {
    cursor: wait;
    opacity: .6;
}

@media (max-width: 640px) {
    body.page-24708435 .bot-card {
        width: 100%;
        border-radius: 22px;
    }

    body.page-24708435 .bot-messages {
        height: 290px;
        padding: 16px;
    }

    body.page-24708435 .bot-bubble,
    body.page-24708435 .user-bubble {
        max-width: 98%;
        padding: 12px 16px;
        font-size: 14px;
    }

    body.page-24708435 .bot-input-area {
        padding: 12px;
    }
}


body.page-24708435 .hero-banner .btn-action-ghost {
    min-height: 54px;
    margin-top: 0;
    padding: 14px 22px;
    border-radius: 12px;
    color: #fff !important;
    background: transparent;
    border: 1px solid rgba(255,255,255,.45);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body.page-24708435 .hero-banner .btn-action-ghost:hover {
    background: rgba(255,255,255,.12);
    color: #fff !important;
}
@media (max-width: 700px) {
    body.page-24708435 .hero-actions { flex-direction: column; }
    body.page-24708435 .hero-banner .btn-action,
    body.page-24708435 .hero-banner .btn-action-ghost { width: 100%; }
    body.page-24708435 .header-find { display: none; }
}
