/* _content/DiaspoDirect/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cfblmqyb1j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cfblmqyb1j] {
    flex: 1;
}

.sidebar[b-cfblmqyb1j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cfblmqyb1j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cfblmqyb1j]  a, .top-row[b-cfblmqyb1j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cfblmqyb1j]  a:hover, .top-row[b-cfblmqyb1j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cfblmqyb1j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-cfblmqyb1j] {
        justify-content: space-between;
    }

    .top-row[b-cfblmqyb1j]  a, .top-row[b-cfblmqyb1j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cfblmqyb1j] {
        flex-direction: row;
    }

    .sidebar[b-cfblmqyb1j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cfblmqyb1j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cfblmqyb1j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cfblmqyb1j], article[b-cfblmqyb1j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-cfblmqyb1j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-cfblmqyb1j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DiaspoDirect/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m6yghka7yy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-m6yghka7yy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-m6yghka7yy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m6yghka7yy] {
    font-size: 1.1rem;
}

.bi[b-m6yghka7yy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-capsule-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.828 8.9 8.9 1.827a4 4 0 1 1 5.657 5.657l-7.07 7.071A4 4 0 1 1 1.827 8.9Zm9.128.771 2.893-2.893a3 3 0 1 0-4.243-4.243L6.714 5.428l4.242 4.243Zm-6.571 5.656 4.814-4.814-4.243-4.242-4.814 4.814a3 3 0 1 0 4.243 4.242Z'/%3E%3C/svg%3E");
}

.bi-speedometer2-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5 0a.5.5 0 0 1 .5-.5h1.5a.5.5 0 0 1 0 1H12a.5.5 0 0 1-.5-.5zm.754-4.246a.389.389 0 0 0-.527-.02L7.547 9.31a.91.91 0 1 0 1.302 1.258l3.434-4.297a.389.389 0 0 0-.029-.518z'/%3E%3Cpath fill-rule='evenodd' d='M0 10a8 8 0 1 1 15.547 2.661c-.442 1.253-1.845 1.602-2.932 1.25C11.309 13.488 9.475 13 8 13c-1.474 0-3.31.488-4.615.911-1.087.352-2.49.003-2.932-1.25A7.988 7.988 0 0 1 0 10zm8-7a7 7 0 0 0-6.603 9.329c.203.575.923.876 1.68.63C4.397 12.533 6.358 12 8 12s3.604.532 4.923.96c.757.245 1.477-.056 1.68-.631A7 7 0 0 0 8 3z'/%3E%3C/svg%3E");
}

.bi-grid-fill-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5A1.5 1.5 0 0 1 2.5 1h3A1.5 1.5 0 0 1 7 2.5v3A1.5 1.5 0 0 1 5.5 7h-3A1.5 1.5 0 0 1 1 5.5v-3zm8 0A1.5 1.5 0 0 1 10.5 1h3A1.5 1.5 0 0 1 15 2.5v3A1.5 1.5 0 0 1 13.5 7h-3A1.5 1.5 0 0 1 9 5.5v-3zm-8 8A1.5 1.5 0 0 1 2.5 9h3A1.5 1.5 0 0 1 7 10.5v3A1.5 1.5 0 0 1 5.5 15h-3A1.5 1.5 0 0 1 1 13.5v-3zm8 0A1.5 1.5 0 0 1 10.5 9h3A1.5 1.5 0 0 1 15 10.5v3A1.5 1.5 0 0 1 13.5 15h-3A1.5 1.5 0 0 1 9 13.5v-3z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-m6yghka7yy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-m6yghka7yy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m6yghka7yy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m6yghka7yy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m6yghka7yy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-m6yghka7yy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-m6yghka7yy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-m6yghka7yy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-m6yghka7yy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m6yghka7yy] {
        display: none;
    }

    .nav-scrollable[b-m6yghka7yy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/DiaspoDirect/Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-n3ks0idbu8] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-main[b-n3ks0idbu8] {
    flex: 1;
    padding-top: 82px;
}

/* ── Top nav ──────────────────────────────────────────────────────────── */
.public-nav[b-n3ks0idbu8] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(
        to bottom,
        rgba(32, 63, 132, .95) 0%,
        rgba(39, 67, 126, .88) 70%,
        rgba(39, 67, 126, .45) 100%
    );
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 30px rgba(0,0,0,.12);
    border: none;
}

.public-nav-inner[b-n3ks0idbu8] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 32px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nav-brand[b-n3ks0idbu8] {
    color: #ffc800;
    font-size: 34px;
    font-weight: 800;
    text-decoration: none;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.nav-links[b-n3ks0idbu8] {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-links a[b-n3ks0idbu8] {
    color: rgba(255,255,255,0.94);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.2s;
}

.nav-links a:hover[b-n3ks0idbu8] {
    color: #ffc800;
}

.nav-login[b-n3ks0idbu8] {
    color: white;
    border: 1px solid rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.04);
    padding: 7px 18px;
    border-radius: 6px;
}

.nav-login:hover[b-n3ks0idbu8] {
    border-color: rgba(255,255,255,0.7) !important;
    color: white;
}

.nav-register[b-n3ks0idbu8] {
    background: #ffc800;
    color: #10295f !important;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: 700 !important;
}

.nav-register:hover[b-n3ks0idbu8] {
    background: #ffd633;
    color: #10295f !important;
}

/* Burger (mobile) */
.nav-burger[b-n3ks0idbu8] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.nav-burger span[b-n3ks0idbu8] {
    display: block;
    width: 22px;
    height: 2px;
    background: white;
    border-radius: 2px;
}

@media (max-width: 640px) {
    .nav-burger[b-n3ks0idbu8] {
        display: flex;
    }

    .nav-links[b-n3ks0idbu8] {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        background: #071952;
        flex-direction: column;
        padding: 16px 24px 20px;
        gap: 16px;
        border-top: 1px solid rgba(255,255,255,0.1);
    }

    .nav-links.open[b-n3ks0idbu8] {
        display: flex;
    }

    .nav-links a[b-n3ks0idbu8] {
        width: 100%;
    }
}

#blazor-error-ui[b-n3ks0idbu8] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-n3ks0idbu8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/DiaspoDirect/Components/Pages/Home.razor.rz.scp.css */
/* ── Base ─────────────────────────────────────────────────────────────── */
.landing-page[b-pdhlw38h39] {
    font-family: 'Segoe UI', sans-serif;
    color: #1a1a2e;
}

/* ── CI flag SVG ─────────────────────────────────────────────────────── */
.ci-flag[b-pdhlw38h39] {
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    flex-shrink: 0;
}

.ci-flag-xs[b-pdhlw38h39] { width: 14px; height: 10px; margin-right: 3px; }
.ci-flag-sm[b-pdhlw38h39] { width: 18px; height: 12px; margin-right: 5px; }
.ci-flag-lg[b-pdhlw38h39] { width: 40px; height: 27px; }

/* ── Shared buttons ───────────────────────────────────────────────────── */
.btn-primary-cta[b-pdhlw38h39] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8c400;
    color: #071952;
    padding: 18px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s, transform 0.15s;
}

.btn-primary-cta:hover[b-pdhlw38h39] {
    background: #ffd633;
    color: #071952;
    transform: translateY(-1px);
}

.btn-primary-cta.large[b-pdhlw38h39] {
    font-size: 18px;
    padding: 16px 36px;
}

.btn-ghost-cta[b-pdhlw38h39] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: white;
    border: 1px solid rgba(255,255,255,0.5);
    padding: 18px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s, border-color 0.2s, transform 0.15s;
}

.btn-ghost-cta:hover[b-pdhlw38h39] {
    background: rgba(255,255,255,0.1);
    border-color: rgba(255,255,255,0.8);
    color: white;
    transform: translateY(-1px);
}

.btn-icon[b-pdhlw38h39] {
    font-size: 15px;
    line-height: 1;
}

/* ── Shared section chrome ────────────────────────────────────────────── */
.section-header[b-pdhlw38h39] {
    text-align: center;
    margin-bottom: 52px;
}

.section-tag[b-pdhlw38h39] {
    display: inline-block;
    background: #eef4ff;
    color: #0B666A;
    padding: 5px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-header h2[b-pdhlw38h39] {
    font-size: 36px;
    font-weight: 800;
    color: #071952;
    margin-bottom: 12px;
}

.section-subtitle[b-pdhlw38h39] {
    font-size: 17px;
    color: #666;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero-section[b-pdhlw38h39] {
    background: linear-gradient(135deg, #071952 0%, #0B666A 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 64px 60px;
    gap: 48px;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    margin-top: -82px;
}

.hero-section[b-pdhlw38h39]::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        radial-gradient(circle at 46% 55%, rgba(255,214,140,0.35), rgba(255,214,140,0) 40%),
        url('/images/landing_bg03.png');
    background-size: 100% 100%, cover;
    background-position: 0 0, calc(40% + 60px) 58%;
    pointer-events: none;
    opacity: 1;
}

.hero-mobile-banner[b-pdhlw38h39] {
    display: none;
}

.hero-section[b-pdhlw38h39]::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to right,
        rgba(5, 20, 55, .85) 0%,
        rgba(5, 20, 55, .80) 25%,
        rgba(5, 20, 55, .68) 38%,
        rgba(5, 20, 55, .24) 62%,
        rgba(5, 20, 55, .08) 100%);
    pointer-events: none;
}

.hero-content[b-pdhlw38h39] {
    max-width: 770px;
    position: relative;
    z-index: 2;
    padding-top: 70px;
    margin-left: 125px;
}

.hero-badge[b-pdhlw38h39] {
    display: inline-block;
    background: rgba(248,196,0,0.18);
    color: #f8c400;
    border: 1px solid rgba(248,196,0,0.35);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

.hero-content h1[b-pdhlw38h39] {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.08;
    max-width: 740px;
    margin-bottom: 34px;
    letter-spacing: -0.4px;
    text-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.hero-content > p[b-pdhlw38h39] {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
    margin-bottom: 32px;
}

.hero-actions[b-pdhlw38h39] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 42px;
}

.hero-trust-badges[b-pdhlw38h39] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 22px;
}

.trust-badge[b-pdhlw38h39] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.18);
    color: rgba(255,255,255,0.85);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    transition: box-shadow 0.2s, border-color 0.2s;
}

.trust-badge-break[b-pdhlw38h39] {
    flex-basis: 100%;
    height: 0;
}

.trust-badge:hover[b-pdhlw38h39] {
    box-shadow: 0 0 12px rgba(248,196,0,0.35);
    border-color: rgba(248,196,0,0.5);
}

.trust-badge-icon[b-pdhlw38h39] {
    font-size: 1.15em;
}

.service-chips[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 28px;
    max-width: 560px;
}

.hero-trust-note[b-pdhlw38h39] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 0.2px;
}

.trust-note-icon[b-pdhlw38h39] {
    font-size: 12px;
}

.service-chip[b-pdhlw38h39] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.14);
    transition: transform 0.2s, border-color 0.2s;
}

.service-chip-icon[b-pdhlw38h39] {
    font-size: 20px;
    flex-shrink: 0;
}

.service-chip-text[b-pdhlw38h39] {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.service-chip-text strong[b-pdhlw38h39] {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,0.9);
}

.service-chip-text em[b-pdhlw38h39] {
    font-style: normal;
    font-size: 10.5px;
    font-weight: 700;
    color: rgba(255,255,255,0.45);
}

.service-chip.available[b-pdhlw38h39] {
    background: rgba(248,196,0,0.12);
    border: 1.5px solid #f8c400;
    box-shadow: 0 4px 14px rgba(248,196,0,0.25);
}

.service-chip.available .service-chip-text strong[b-pdhlw38h39],
.service-chip.available .service-chip-text em[b-pdhlw38h39] {
    color: #f8c400;
}

.service-chip:hover[b-pdhlw38h39] {
    transform: translateY(-2px);
}

/* Hero story card */
.hero-visual[b-pdhlw38h39] {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    margin-top: 155px;
    margin-right: -55px;
    transform: translate(-120px, -270px);
}

.story-card[b-pdhlw38h39] {
    background: rgba(45,42,38,0.72);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    padding: 26px 20px;
    min-width: 262px;
    max-width: 262px;
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
    transition: transform 0.2s;
}

.story-card:hover[b-pdhlw38h39] {
    transform: translateY(-3px);
}

.story-card-header[b-pdhlw38h39] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.story-icon[b-pdhlw38h39] { font-size: 18px; }

.story-title[b-pdhlw38h39] {
    font-size: 13px;
    font-weight: 700;
    flex: 1;
    white-space: nowrap;
}

.story-tag[b-pdhlw38h39] {
    background: rgba(248,196,0,0.2);
    color: #f8c400;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 7px;
    border-radius: 4px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

.story-row[b-pdhlw38h39] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.story-label[b-pdhlw38h39] { opacity: 0.65; }

.story-value[b-pdhlw38h39] { font-weight: 600; }

.story-amount[b-pdhlw38h39] {
    font-size: 18px;
    font-weight: 800;
    color: #f8c400;
}

.story-status[b-pdhlw38h39] {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(16,185,129,0.18);
    border: 1px solid rgba(16,185,129,0.3);
    color: #6ee7b7;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 12.5px;
    font-weight: 600;
    white-space: nowrap;
}

.status-dot[b-pdhlw38h39] {
    width: 8px; height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.3);
}

/* ── Stats strip ──────────────────────────────────────────────────────── */
.stats-strip[b-pdhlw38h39] {
    background: white;
    border-bottom: 1px solid #eef0f6;
    padding: 32px 60px;
}

.stats-inner[b-pdhlw38h39] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.stat-item[b-pdhlw38h39] {
    flex: 1;
    min-width: 160px;
    text-align: center;
    padding: 0 24px;
}

.stat-icon[b-pdhlw38h39] {
    font-size: 28px;
    margin-bottom: 8px;
}

.stat-label[b-pdhlw38h39] {
    font-size: 15px;
    font-weight: 700;
    color: #071952;
    margin-bottom: 4px;
}

.stat-desc[b-pdhlw38h39] {
    font-size: 12px;
    color: #888;
}

.stat-divider[b-pdhlw38h39] {
    width: 1px;
    height: 48px;
    background: #eef0f6;
    flex-shrink: 0;
}

/* ── Pharmacy Network ─────────────────────────────────────────────────── */
.network-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: white;
}

.network-grid[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.network-card[b-pdhlw38h39] {
    background: white;
    border: 1px solid #eef0f6;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15,30,60,.05);
    transition: transform 0.25s, box-shadow 0.25s;
}

.network-card:hover[b-pdhlw38h39] {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15,30,60,.12);
}

.network-card h4[b-pdhlw38h39] {
    font-size: 16px;
    font-weight: 800;
    color: #071952;
    margin-bottom: 10px;
}

.network-card p[b-pdhlw38h39] {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* SVG icons in network cards */
.network-icon-wrap[b-pdhlw38h39] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(11,102,106,0.12), rgba(248,196,0,0.16));
}

.network-svg-icon[b-pdhlw38h39] {
    width: 28px;
    height: 28px;
    display: block;
    color: #0B666A;
}

/* ── Who We Are ──────────────────────────────────────────────────────── */
.who-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: #f8faff;
}

.who-inner[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    max-width: 1200px;
    margin: 0 auto;
}

.who-text .section-tag[b-pdhlw38h39] {
    margin-bottom: 12px;
}

.who-text h2[b-pdhlw38h39] {
    font-size: 36px;
    font-weight: 800;
    color: #071952;
    margin-bottom: 24px;
}

.who-text p[b-pdhlw38h39] {
    font-size: 16px;
    color: #444;
    line-height: 1.75;
    margin-bottom: 16px;
}

.who-tagline[b-pdhlw38h39] {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 700;
    color: #0B666A;
    font-style: italic;
    border-left: 3px solid #f8c400;
    padding-left: 14px;
}

.who-pillars[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-content: start;
}

.pillar[b-pdhlw38h39] {
    background: white;
    border: 1px solid #eef0f6;
    border-radius: 14px;
    padding: 24px 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.pillar:hover[b-pdhlw38h39] {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}

.pillar-icon[b-pdhlw38h39] {
    font-size: 28px;
    margin-bottom: 10px;
}

.pillar h4[b-pdhlw38h39] {
    font-size: 15px;
    font-weight: 700;
    color: #071952;
    margin-bottom: 6px;
}

.pillar p[b-pdhlw38h39] {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* ── How It Works ─────────────────────────────────────────────────────── */
.how-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: white;
}

.journey-row[b-pdhlw38h39] {
    display: flex;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 48px;
    position: relative;
}

.journey-track[b-pdhlw38h39] {
    position: absolute;
    top: 24px;
    left: 12.5%;
    right: 12.5%;
    height: 3px;
    background: linear-gradient(90deg, rgba(248,196,0,.7), rgba(11,102,106,.7));
    border-radius: 2px;
    z-index: 0;
}

.journey-step[b-pdhlw38h39] {
    flex: 1;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.journey-badge[b-pdhlw38h39] {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f8c400, #ffdf70);
    color: #071952;
    font-size: 19px;
    font-weight: 800;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 6px 16px rgba(248,196,0,.4);
    margin-bottom: 20px;
}

.journey-card[b-pdhlw38h39] {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid #eef0f6;
    border-radius: 20px;
    padding: 32px 22px;
    box-shadow: 0 8px 24px rgba(15,30,60,.06);
    transition: transform 0.25s, box-shadow 0.25s;
}

.journey-card:hover[b-pdhlw38h39] {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15,30,60,.14);
}

.journey-icon[b-pdhlw38h39] {
    font-size: 38px;
    margin-bottom: 14px;
}

.journey-card h4[b-pdhlw38h39] {
    font-size: 18px;
    font-weight: 800;
    color: #071952;
    margin-bottom: 14px;
    line-height: 1.3;
}

.journey-tags[b-pdhlw38h39] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin-bottom: 14px;
}

.journey-tag[b-pdhlw38h39] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #eef4ff;
    color: #0B666A;
    font-size: 11.5px;
    font-weight: 700;
    padding: 5px 11px;
    border-radius: 50px;
    white-space: nowrap;
}

.journey-card p[b-pdhlw38h39] {
    font-size: 13.5px;
    color: #666;
    line-height: 1.6;
    margin: auto 0 0 0;
}

.steps-cta[b-pdhlw38h39] {
    text-align: center;
}

/* ── Services ─────────────────────────────────────────────────────────── */
.services-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: #f8faff;
}

.services-grid[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 32px;
    align-items: start;
}

.services-col-label[b-pdhlw38h39] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
}

.services-col-label.current[b-pdhlw38h39] {
    background: #d1fae5;
    color: #065f46;
}

.services-col-label.soon[b-pdhlw38h39] {
    background: #f3f4f6;
    color: #6b7280;
}

.service-card[b-pdhlw38h39] {
    background: white;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    padding: 32px 28px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover[b-pdhlw38h39] {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.08);
}

.service-card.featured[b-pdhlw38h39] {
    border-color: #0B666A;
    border-width: 2px;
    box-shadow: 0 4px 20px rgba(11,102,106,0.1);
}

.service-card.muted[b-pdhlw38h39] {
    opacity: 0.75;
}

.service-card.muted:hover[b-pdhlw38h39] {
    opacity: 1;
}

.coming-soon-cards[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.service-icon[b-pdhlw38h39] {
    font-size: 34px;
    margin-bottom: 14px;
}

.service-card h3[b-pdhlw38h39] {
    font-size: 18px;
    font-weight: 700;
    color: #071952;
    margin-bottom: 10px;
}

.service-card p[b-pdhlw38h39] {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

.service-link[b-pdhlw38h39] {
    font-size: 14px;
    font-weight: 600;
    color: #0B666A;
    text-decoration: none;
}

.service-link:hover[b-pdhlw38h39] {
    text-decoration: underline;
}

/* ── Contact ──────────────────────────────────────────────────────────── */
.contact-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: white;
}

.contact-grid[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 60px;
    align-items: start;
}

.contact-info[b-pdhlw38h39] {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.contact-item[b-pdhlw38h39] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-icon[b-pdhlw38h39] {
    font-size: 26px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-item h4[b-pdhlw38h39] {
    font-size: 14px;
    font-weight: 700;
    color: #071952;
    margin-bottom: 4px;
}

.contact-item p[b-pdhlw38h39] {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.contact-form[b-pdhlw38h39] {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #f8faff;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    padding: 36px 32px;
}

.form-row[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.form-group[b-pdhlw38h39] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.form-group label[b-pdhlw38h39] {
    font-size: 13px;
    font-weight: 600;
    color: #071952;
}

.form-group input[b-pdhlw38h39],
.form-group textarea[b-pdhlw38h39] {
    border: 1px solid #dde1ec;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: inherit;
    color: #1a1a2e;
    background: white;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
    resize: vertical;
}

.form-group input:focus[b-pdhlw38h39],
.form-group textarea:focus[b-pdhlw38h39] {
    border-color: #0B666A;
    box-shadow: 0 0 0 3px rgba(11,102,106,0.1);
}

.contact-submit[b-pdhlw38h39] {
    align-self: flex-start;
    cursor: pointer;
    border: none;
}

/* ── Why section ──────────────────────────────────────────────────────── */
.why-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: white;
}

.why-grid[b-pdhlw38h39] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-item[b-pdhlw38h39] {
    background: white;
    border: 1px solid #eef0f6;
    border-radius: 20px;
    padding: 36px 26px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(15,30,60,.05);
    transition: transform 0.25s, box-shadow 0.25s;
}

.why-item:hover[b-pdhlw38h39] {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(15,30,60,.12);
}

.why-icon[b-pdhlw38h39] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(11,102,106,0.12), rgba(248,196,0,0.16));
    font-size: 28px;
}

.why-item h4[b-pdhlw38h39] {
    font-size: 17px;
    font-weight: 800;
    color: #071952;
    margin-bottom: 10px;
}

.why-item p[b-pdhlw38h39] {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* ── FAQ ───────────────────────────────────────────────────────────────── */
.faq-section[b-pdhlw38h39] {
    padding: 80px 60px;
    background: #f8faff;
}

.faq-list[b-pdhlw38h39] {
    max-width: 760px;
    margin: 0 auto;
}

.faq-item[b-pdhlw38h39] {
    background: white;
    border: 1px solid #eef0f6;
    border-radius: 16px;
    margin-bottom: 14px;
    box-shadow: 0 4px 16px rgba(15,30,60,.04);
    transition: box-shadow 0.2s;
}

.faq-item[open][b-pdhlw38h39] {
    box-shadow: 0 10px 28px rgba(15,30,60,.09);
}

.faq-question[b-pdhlw38h39] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 24px;
    font-size: 16px;
    font-weight: 700;
    color: #071952;
    cursor: pointer;
    list-style: none;
}

.faq-question[b-pdhlw38h39]::-webkit-details-marker {
    display: none;
}

.faq-chevron[b-pdhlw38h39] {
    flex-shrink: 0;
    font-size: 18px;
    color: #0B666A;
    transition: transform 0.25s;
}

.faq-item[open] .faq-chevron[b-pdhlw38h39] {
    transform: rotate(180deg);
}

.faq-answer-inner p[b-pdhlw38h39] {
    margin: 0;
    padding: 0 24px 22px;
    font-size: 14.5px;
    color: #666;
    line-height: 1.7;
}

/* ── Bottom CTA ───────────────────────────────────────────────────────── */
.cta-section[b-pdhlw38h39] {
    background: linear-gradient(135deg, #071952 0%, #0B666A 100%);
    padding: 80px 60px;
    text-align: center;
    color: white;
}

.cta-content h2[b-pdhlw38h39] {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 14px;
}

.cta-content > p[b-pdhlw38h39] {
    font-size: 18px;
    opacity: 0.88;
    max-width: 500px;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.cta-trust[b-pdhlw38h39] {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-size: 13px;
    opacity: 0.75;
}

/* ── Footer ───────────────────────────────────────────────────────────── */
.landing-footer[b-pdhlw38h39] {
    background: #071952;
    color: rgba(255,255,255,0.65);
    padding: 36px 60px 20px;
}

.footer-inner[b-pdhlw38h39] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.footer-brand[b-pdhlw38h39] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-brand strong[b-pdhlw38h39] {
    color: white;
    font-size: 18px;
}

.footer-brand span[b-pdhlw38h39] { font-size: 13px; }

.footer-links[b-pdhlw38h39] {
    display: flex;
    gap: 28px;
}

.footer-links a[b-pdhlw38h39] {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-links a:hover[b-pdhlw38h39] { color: white; }

.footer-copy[b-pdhlw38h39] {
    font-size: 12px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 16px;
    text-align: center;
}

/* ── Responsive ───────────────────────────────────────────────────────── */
@media (max-width: 1100px) {
    .services-grid[b-pdhlw38h39] {
        grid-template-columns: 1fr;
    }

    .coming-soon-cards[b-pdhlw38h39] {
        grid-template-columns: repeat(3, 1fr);
    }

    .why-grid[b-pdhlw38h39] {
        grid-template-columns: repeat(2, 1fr);
    }

    .network-grid[b-pdhlw38h39] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .journey-row[b-pdhlw38h39] {
        flex-direction: column;
        gap: 28px;
    }

    .journey-track[b-pdhlw38h39] {
        top: 0;
        bottom: 0;
        left: 24px;
        width: 3px;
        height: auto;
        right: auto;
        background: linear-gradient(180deg, rgba(248,196,0,.7), rgba(11,102,106,.7));
    }

    .journey-step[b-pdhlw38h39] {
        flex-direction: row;
        text-align: left;
        align-items: flex-start;
        gap: 16px;
    }

    .journey-badge[b-pdhlw38h39] {
        flex-shrink: 0;
        margin-bottom: 0;
    }

    .journey-card[b-pdhlw38h39],
    .journey-card h4[b-pdhlw38h39],
    .journey-tags[b-pdhlw38h39],
    .journey-card p[b-pdhlw38h39] {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 768px) {
    .who-inner[b-pdhlw38h39] {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .who-text h2[b-pdhlw38h39] { font-size: 28px; }

    .hero-section[b-pdhlw38h39] {
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 48px;
        min-height: auto;
    }

    .hero-section[b-pdhlw38h39]::before,
    .hero-section[b-pdhlw38h39]::after {
        display: none;
    }

    .hero-mobile-banner[b-pdhlw38h39] {
        display: block;
        position: relative;
        width: 100%;
        height: 340px;
        overflow: hidden;
    }

    .hero-mobile-banner img[b-pdhlw38h39] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 30%;
    }

    .hero-mobile-banner[b-pdhlw38h39]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(7,25,82,0) 55%, #071952 100%);
        pointer-events: none;
    }

    .hero-content[b-pdhlw38h39] {
        margin-left: 0;
        padding: 24px 28px 0;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }
    .hero-content h1[b-pdhlw38h39] {
        font-size: 32px;
        max-width: 100%;
        margin-bottom: 18px;
    }
    .hero-content > p[b-pdhlw38h39] { font-size: 16px; }
    .hero-visual[b-pdhlw38h39] {
        width: 100%;
        padding: 0 28px;
        box-sizing: border-box;
    }
    .story-card[b-pdhlw38h39] { min-width: unset; max-width: unset; }

    .how-section[b-pdhlw38h39],
    .services-section[b-pdhlw38h39],
    .network-section[b-pdhlw38h39],
    .contact-section[b-pdhlw38h39],
    .why-section[b-pdhlw38h39],
    .cta-section[b-pdhlw38h39] {
        padding: 56px 28px;
    }

    .stats-strip[b-pdhlw38h39] {
        padding: 24px 28px;
    }

    .stat-divider[b-pdhlw38h39] {
        display: none;
    }

    .stats-inner[b-pdhlw38h39] {
        gap: 20px;
    }

    .network-grid[b-pdhlw38h39] {
        grid-template-columns: 1fr 1fr;
    }

    .contact-grid[b-pdhlw38h39] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row[b-pdhlw38h39] {
        grid-template-columns: 1fr;
    }

    .section-header h2[b-pdhlw38h39] { font-size: 28px; }

    .coming-soon-cards[b-pdhlw38h39] {
        grid-template-columns: 1fr;
    }

    .why-grid[b-pdhlw38h39] {
        grid-template-columns: 1fr 1fr;
    }

    .cta-content h2[b-pdhlw38h39] { font-size: 28px; }
    .cta-trust[b-pdhlw38h39] { gap: 12px; }

    .landing-footer[b-pdhlw38h39] { padding: 28px 28px 16px; }
    .footer-inner[b-pdhlw38h39] { flex-direction: column; align-items: flex-start; }
    .footer-links[b-pdhlw38h39] { flex-wrap: wrap; gap: 16px; }
}

@media (max-width: 480px) {
    .why-grid[b-pdhlw38h39] { grid-template-columns: 1fr; }
    .service-chips[b-pdhlw38h39] { gap: 8px; }

    .hero-mobile-banner[b-pdhlw38h39] {
        height: 280px;
    }
}
