:root {
    --brand-primary: #1e6f9f;
    --brand-secondary: #ffd700;
    --brand-bg: #e8f7fa;
    --brand-success: #3ec300;
    --brand-ink: #0a2239;
    --brand-muted: #3d5a73;
    --brand-line: rgba(30, 111, 159, 0.15);
    --glass-light: linear-gradient(160deg, rgba(255, 255, 255, 0.26), rgba(238, 242, 255, 0.14));
    --glass-light-strong: linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(248, 250, 252, 0.16));
    --glass-dark: linear-gradient(160deg, rgba(9, 14, 32, 0.56), rgba(15, 23, 42, 0.42));
    --glass-dark-strong: linear-gradient(150deg, rgba(10, 15, 34, 0.62), rgba(19, 28, 51, 0.44));
    --font-heading: "Outfit", sans-serif;
    --font-body: "Plus Jakarta Sans", sans-serif;
}
body.home-mode-delivery-page,
body.home-mode-enterprise-page {
    font-family: var(--font-body);
}
.home-mode h1,
.home-mode h2,
.home-mode h3,
.home-mode h4,
.home-mode h5,
.home-mode h6,
.home-switch-shell h1,
.home-switch-shell h2,
.navbar-brand-title {
    font-family: var(--font-heading);
}
.home-header-actions {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-left: auto;
    margin-right: 0.8rem;
}
.mode-cta {
    display: none;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s ease;
}
.mode-cta.active {
    display: inline-flex;
}
.mode-cta-delivery {
    background: rgba(255, 255, 255, 0.88);
    color: #0a3555;
    border: 1px solid rgba(0, 136, 180, 0.12);
}
.mode-cta-enterprise {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.22), rgba(0, 212, 255, 0.18));
    color: #eefbff;
    border: 1px solid rgba(142, 242, 255, 0.18);
}
body.home-mode-delivery-page {
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.08), transparent 42%),
        radial-gradient(circle at top left, rgba(30, 111, 159, 0.12), transparent 24%),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 20%),
        linear-gradient(180deg, rgba(251, 252, 255, 0.3) 0%, rgba(245, 247, 251, 0.34) 42%, rgba(248, 250, 252, 0.38) 100%),
        var(--bg-image-url) center center / cover no-repeat fixed !important;
}
body.home-mode-enterprise-page {
    background:
        radial-gradient(circle at center, rgba(0, 212, 255, 0.08), transparent 40%),
        radial-gradient(circle at top right, rgba(30, 111, 159, 0.22), transparent 24%),
        radial-gradient(circle at bottom left, rgba(245, 158, 11, 0.1), transparent 24%),
        linear-gradient(180deg, rgba(5, 10, 20, 0.72) 0%, rgba(9, 18, 37, 0.78) 42%, rgba(8, 17, 31, 0.82) 100%),
        var(--bg-image-url) center center / cover no-repeat fixed !important;
}
body.home-mode-delivery-page .top-brandbar {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--brand-line);
}
body.home-mode-delivery-page .navbar-brand-title {
    color: var(--brand-ink) !important;
}
body.home-mode-delivery-page .side-toggle-btn {
    background: linear-gradient(135deg, var(--brand-primary), #2389b5) !important;
    color: #f8fafc !important;
    border: 0 !important;
}
body.home-mode-enterprise-page .top-brandbar {
    background: rgba(5, 8, 24, 0.84) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(129, 140, 248, 0.14);
}
body.home-mode-enterprise-page .navbar-brand-title {
    color: #d8f7ff !important;
}
body.home-mode-enterprise-page .side-toggle-btn {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary)) !important;
    color: #f8fbff !important;
    border: 0 !important;
    box-shadow: 0 10px 24px rgba(30, 111, 159, 0.18);
}
body.home-mode-delivery-page .footer-section {
    background: linear-gradient(180deg, rgba(233, 247, 255, 0.98), rgba(214, 239, 250, 0.96)) !important;
    border-top: 1px solid rgba(0, 136, 180, 0.12);
}
body.home-mode-delivery-page .footer-title,
body.home-mode-delivery-page .footer-copy,
body.home-mode-delivery-page .footer-text,
body.home-mode-delivery-page .footer-item,
body.home-mode-delivery-page .footer-link {
    color: #0a3555 !important;
}
body.home-mode-delivery-page .footer-icon {
    color: #0aa7cf !important;
}
body.home-mode-delivery-page .footer-divider {
    border-color: rgba(0, 136, 180, 0.12) !important;
}
body.home-mode-enterprise-page .footer-section {
    background: linear-gradient(180deg, rgba(6, 8, 24, 0.98), rgba(9, 12, 32, 0.98)) !important;
    border-top: 1px solid rgba(142, 242, 255, 0.12);
}
body.home-mode-enterprise-page .footer-title {
    color: #e8f9ff !important;
}
body.home-mode-enterprise-page .footer-copy,
body.home-mode-enterprise-page .footer-text,
body.home-mode-enterprise-page .footer-item,
body.home-mode-enterprise-page .footer-link {
    color: rgba(226, 242, 255, 0.78) !important;
}
body.home-mode-enterprise-page .footer-icon {
    color: #8ef2ff !important;
}
body.home-mode-enterprise-page .footer-divider {
    border-color: rgba(142, 242, 255, 0.12) !important;
}
body.home-mode-delivery-page .nav-link-enterprise,
body.home-mode-enterprise-page .nav-link-delivery {
    display: none !important;
}
.home-switch-shell {
    padding: 2.25rem 0 1.25rem;
}
.home-switch-intro {
    max-width: 780px;
    margin: 0 auto 1.4rem;
    text-align: center;
}
.home-switch-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    color: #0a2239;
    background: rgba(30, 111, 159, 0.08);
    border: 1px solid var(--brand-line);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-switch-intro h1 {
    color: var(--brand-ink);
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.02;
    margin-bottom: 0.8rem;
}
.home-switch-intro p {
    color: var(--brand-muted);
    font-size: 1.05rem;
    margin-bottom: 0;
}
.home-switch-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
.home-switch-btn {
    border: 1px solid transparent;
    border-radius: 28px;
    padding: 1.6rem;
    background: transparent;
    color: #d9f7ff;
    font-weight: 600;
    transition: 0.25s ease;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-height: 240px;
}
.home-switch-btn[data-home-mode="delivery"] {
    background: var(--glass-light);
    border-color: var(--brand-line);
    color: var(--brand-ink);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
}
.home-switch-btn[data-home-mode="enterprise"] {
    background: var(--glass-dark);
    border-color: rgba(129, 140, 248, 0.16);
    backdrop-filter: blur(16px);
}
.home-switch-btn.active {
    transform: translateY(-4px);
    border-color: rgba(30, 111, 159, 0.28);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}
.home-switch-hint {
    margin-top: 1rem;
    color: var(--brand-muted);
    font-size: 0.95rem;
}
.home-switch-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
    font-weight: 700;
    background: rgba(30, 111, 159, 0.08);
    color: #0a2239;
}
body.home-mode-enterprise-page .home-switch-hint {
    color: rgba(232, 245, 255, 0.72);
}
body.home-mode-enterprise-page .home-switch-badge {
    background: rgba(129, 140, 248, 0.16);
    color: #e7f9ff;
}
.home-switch-label {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-switch-btn[data-home-mode="delivery"] .home-switch-label {
    color: #0a2239;
    background: rgba(30, 111, 159, 0.08);
}
.home-switch-btn[data-home-mode="enterprise"] .home-switch-label {
    color: #e0e7ff;
    background: rgba(30, 111, 159, 0.18);
}
.home-switch-title {
    display: block;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.05;
    margin-bottom: 0.75rem;
}
.home-switch-copy {
    display: block;
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.65;
}
.home-switch-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.2rem;
}
.home-switch-point {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-size: 0.88rem;
}
.home-switch-btn[data-home-mode="delivery"] .home-switch-point {
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(30, 111, 159, 0.1);
    backdrop-filter: blur(12px);
}
.home-switch-btn[data-home-mode="enterprise"] .home-switch-point {
    background: rgba(255, 255, 255, 0.06);
    color: #e2e8f0;
    border: 1px solid rgba(129, 140, 248, 0.14);
}
.home-mode {
    display: none;
}
.home-mode.active {
    display: block;
}
#homeModeDelivery {
    position: relative;
}
#homeModeDelivery::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(214, 242, 251, 0.06)),
        radial-gradient(circle at top left, rgba(88, 240, 200, 0.08), transparent 24%);
    pointer-events: none;
}
#homeModeEnterprise {
    position: relative;
}
#homeModeEnterprise::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 9, 25, 0.76), rgba(7, 10, 30, 0.92)),
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.16), transparent 25%);
    pointer-events: none;
}
.home-mode > section,
.home-mode > div,
.home-mode .container {
    position: relative;
    z-index: 1;
}
.delivery-hero,
.enterprise-hero {
    padding: 1rem 0 3rem;
}
.delivery-hero,
.enterprise-hero {
    position: relative;
}
.delivery-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top left, rgba(88, 240, 200, 0.16), transparent 36%);
    pointer-events: none;
}
.enterprise-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(177, 140, 255, 0.22), transparent 32%),
        radial-gradient(circle at bottom left, rgba(0, 212, 255, 0.14), transparent 30%);
    pointer-events: none;
}
.delivery-panel,
.enterprise-panel,
.simple-card,
.enterprise-card,
.contact-card {
    border-radius: 22px;
    border: 1px solid rgba(0, 212, 255, 0.18);
    background: linear-gradient(160deg, rgba(7, 22, 44, 0.95), rgba(8, 34, 66, 0.88));
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}
.delivery-panel,
.enterprise-panel {
    padding: 2.2rem;
}
.delivery-panel {
    border-color: rgba(30, 111, 159, 0.12);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(246, 247, 251, 0.1)),
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.14), transparent 30%);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(18px);
}
.enterprise-panel {
    background:
        linear-gradient(140deg, rgba(8, 9, 28, 0.56), rgba(15, 23, 42, 0.38)),
        radial-gradient(circle at top right, rgba(30, 111, 159, 0.25), transparent 36%);
    border-color: rgba(129, 140, 248, 0.2);
    backdrop-filter: blur(18px);
}
.delivery-kicker,
.enterprise-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.82rem;
    color: #7fe8ff;
    margin-bottom: 0.8rem;
}
.delivery-kicker {
    color: var(--brand-primary);
}
.enterprise-kicker {
    color: #c7d2fe;
    letter-spacing: 0.22em;
}
.delivery-title,
.enterprise-title {
    color: #f6fbff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    margin-bottom: 1rem;
}
.delivery-title {
    color: var(--brand-ink);
}
.delivery-subtitle,
.enterprise-subtitle {
    color: rgba(232, 245, 255, 0.8);
    font-size: 1.15rem;
    max-width: 700px;
}
.enterprise-title {
    text-shadow: 0 0 10px rgba(246, 251, 255, 0.28), 0 0 24px rgba(173, 216, 230, 0.16);
}
.enterprise-subtitle {
    text-shadow: 0 0 8px rgba(232, 245, 255, 0.2), 0 0 18px rgba(173, 216, 230, 0.1);
}
.delivery-subtitle {
    color: var(--brand-muted);
}
.mode-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.85fr);
    gap: 1.3rem;
    align-items: stretch;
}
.delivery-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.85fr);
    gap: 1.25rem;
    align-items: stretch;
}
.delivery-side-panel {
    background: var(--glass-light-strong);
    border: 1px solid rgba(30, 111, 159, 0.1);
    border-radius: 22px;
    padding: 1.4rem;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(16px);
}
.hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}
.hero-trust-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.58rem 0.92rem;
    border-radius: 999px;
    background: rgba(30, 111, 159, 0.08);
    color: #0a2239;
    border: 1px solid rgba(30, 111, 159, 0.1);
    font-size: 0.9rem;
    font-weight: 600;
}
.delivery-checklist {
    display: grid;
    gap: 0.8rem;
}
.delivery-check-item {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}
.delivery-check-item i {
    color: #d97706;
    font-size: 1rem;
    margin-top: 0.15rem;
}
.delivery-check-item strong {
    display: block;
    color: var(--brand-ink);
}
.delivery-check-item span {
    color: var(--brand-muted);
    font-size: 0.98rem;
}
.delivery-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}
.delivery-quick-card {
    background: var(--glass-light-strong);
    border: 1px solid rgba(30, 111, 159, 0.1);
    border-radius: 20px;
    padding: 1.1rem;
    text-align: center;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(14px);
}
.delivery-quick-card strong {
    display: block;
    color: var(--brand-ink);
    margin-top: 0.55rem;
}
.delivery-quick-card p {
    color: var(--brand-muted);
    margin: 0.4rem 0 0;
    font-size: 0.98rem;
    line-height: 1.5;
}
.enterprise-showcase {
    display: grid;
    grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.45fr);
    gap: 1.25rem;
    align-items: stretch;
}
.enterprise-rail {
    display: grid;
    gap: 1rem;
}
.enterprise-rail-card {
    border-radius: 20px;
    padding: 1.2rem;
    background: var(--glass-dark);
    border: 1px solid rgba(177, 140, 255, 0.16);
    backdrop-filter: blur(14px);
}
.enterprise-rail-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #8ef2ff;
    margin-bottom: 0.55rem;
}
.enterprise-rail-value {
    color: #f7fbff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.enterprise-rail-copy {
    color: rgba(232, 245, 255, 0.72);
    margin: 0;
}
.enterprise-command {
    border-radius: 22px;
    padding: 1.4rem;
    background:
        linear-gradient(145deg, rgba(6, 7, 24, 0.58), rgba(18, 15, 47, 0.42)),
        radial-gradient(circle at top right, rgba(0, 212, 255, 0.12), transparent 26%);
    border: 1px solid rgba(142, 242, 255, 0.16);
    min-height: 100%;
    backdrop-filter: blur(18px);
}
.enterprise-command-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.1rem;
}
.enterprise-command-box {
    border-radius: 18px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}
.enterprise-command-box h6 {
    color: #d9f7ff;
    margin-bottom: 0.45rem;
}
.enterprise-command-box p {
    color: rgba(232, 245, 255, 0.72);
    margin: 0;
    font-size: 0.92rem;
}
.hero-side-stack {
    display: grid;
    gap: 1rem;
}
.hero-stat-card,
.hero-code-card {
    border-radius: 20px;
    padding: 1.25rem;
}
.hero-stat-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.delivery-panel .hero-stat-card {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(10, 127, 135, 0.14);
    box-shadow: 0 10px 24px rgba(0, 58, 72, 0.08);
    backdrop-filter: blur(14px);
}
.enterprise-panel .hero-stat-card {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}
.hero-code-card {
    background: rgba(3, 9, 20, 0.44);
    border: 1px solid rgba(142, 242, 255, 0.18);
    backdrop-filter: blur(14px);
}
.hero-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}
.hero-stat-value {
    display: block;
    color: #f7fdff;
    font-size: 1.75rem;
    font-weight: 700;
}
.delivery-panel .hero-stat-value {
    color: #074e57;
}
.hero-stat-label {
    color: rgba(227, 245, 255, 0.72);
    font-size: 0.88rem;
}
.delivery-panel .hero-stat-label {
    color: rgba(7, 78, 87, 0.72);
}
.hero-code-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #dff8ff;
    font-family: monospace;
    font-size: 0.92rem;
}
.hero-code-line:last-child {
    border-bottom: 0;
}
.delivery-actions,
.enterprise-actions {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}
.delivery-actions .btn,
.enterprise-actions .btn,
.simple-card .btn,
.contact-card .btn,
.mobile-bottom-nav-link {
    border-radius: 16px;
    padding: 0.92rem 1.25rem;
    font-weight: 700;
}
.delivery-primary,
.enterprise-primary {
    background: linear-gradient(135deg, var(--brand-primary), #2389b5);
    color: #f8fbff;
    border: 0;
    font-weight: 700;
}
.delivery-primary:hover,
.enterprise-primary:hover {
    filter: brightness(1.03);
}
.delivery-whatsapp {
    background: linear-gradient(135deg, var(--brand-secondary), #fbbf24);
    color: #111827;
    border: 0;
    font-weight: 700;
}
.delivery-whatsapp:hover {
    filter: brightness(1.03);
}
.enterprise-primary {
    background: linear-gradient(135deg, var(--brand-primary), var(--brand-secondary));
    color: #f8fbff;
}
.delivery-secondary,
.enterprise-secondary {
    border: 1px solid rgba(255,255,255,0.18);
    color: #dff8ff;
}
.delivery-secondary {
    border-color: rgba(30, 111, 159, 0.14);
    color: var(--brand-ink);
    background: rgba(255, 255, 255, 0.86);
}
.enterprise-secondary {
    border-color: rgba(129, 140, 248, 0.28);
    color: #e2e8f0;
}
.simple-card,
.enterprise-card,
.contact-card {
    padding: 1.4rem;
    height: 100%;
}
.enterprise-card {
    background:
        linear-gradient(155deg, rgba(14, 12, 34, 0.56), rgba(23, 20, 54, 0.38)),
        radial-gradient(circle at top right, rgba(142, 242, 255, 0.1), transparent 28%);
    border-color: rgba(177, 140, 255, 0.18);
    backdrop-filter: blur(16px);
}
.simple-card {
    background: var(--glass-light-strong);
    border-color: rgba(30, 111, 159, 0.1);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    backdrop-filter: blur(16px);
}
.simple-card:hover,
.enterprise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
}
.simple-card h5,
.enterprise-card h5 {
    color: #f7fbff;
    margin-top: 0.8rem;
    margin-bottom: 0.45rem;
}
.simple-card h5 {
    color: var(--brand-ink);
    font-size: 1.15rem;
    font-weight: 700;
}
.simple-card p,
.enterprise-card p,
.contact-card p {
    color: rgba(232, 245, 255, 0.78);
    margin-bottom: 0;
}
.simple-card p {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.55;
}
.simple-icon,
.enterprise-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 1.4rem;
    background: rgba(0, 212, 255, 0.12);
    color: #7fe8ff;
}
.simple-icon {
    background: linear-gradient(135deg, rgba(30, 111, 159, 0.12), rgba(245, 158, 11, 0.18));
    color: var(--brand-primary);
}
.enterprise-icon {
    background: rgba(129, 140, 248, 0.14);
    color: #c7d2fe;
}
.delivery-stepper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.6rem;
}
.delivery-step-card {
    position: relative;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid rgba(30, 111, 159, 0.12);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(14px);
}
.delivery-step-card::after {
    content: "";
    position: absolute;
    top: 28px;
    right: -12px;
    width: 24px;
    height: 2px;
    background: linear-gradient(90deg, rgba(30, 111, 159, 0.3), rgba(245, 158, 11, 0.4));
}
.delivery-step-card:last-child::after {
    display: none;
}
.delivery-step-number {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    margin-bottom: 0.85rem;
    background: linear-gradient(135deg, var(--brand-primary), #2389b5);
    color: #fff;
    font-weight: 700;
}
.delivery-step-card strong {
    display: block;
    color: var(--brand-ink);
    margin-bottom: 0.35rem;
}
.delivery-step-card span {
    color: var(--brand-muted);
    font-size: 0.94rem;
}
.delivery-map-shell,
.enterprise-map-shell {
    margin-top: 2rem;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(0, 212, 255, 0.2);
    background: linear-gradient(160deg, rgba(7, 22, 44, 0.95), rgba(8, 34, 66, 0.88));
}
.delivery-map-shell {
    border-color: rgba(30, 111, 159, 0.12);
    background: var(--glass-light-strong);
    backdrop-filter: blur(18px);
}
.delivery-map-head,
.enterprise-map-head {
    padding: 1.2rem 1.4rem;
    border-bottom: 1px solid rgba(0, 212, 255, 0.15);
}
.delivery-map-head {
    border-bottom-color: rgba(30, 111, 159, 0.12);
}
.delivery-map-head h3,
.delivery-map-head p {
    color: var(--brand-ink) !important;
}
.delivery-map {
    height: 350px;
}
.enterprise-map {
    height: 380px;
}
.local-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 1.2rem;
    align-items: stretch;
}
.local-trust-card {
    border-radius: 20px;
    padding: 1.3rem;
    background: var(--glass-light-strong);
    border: 1px solid rgba(30, 111, 159, 0.1);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(16px);
}
.local-trust-card h4 {
    color: var(--brand-ink);
}
.local-trust-card p {
    color: var(--brand-muted);
    font-size: 1rem;
    line-height: 1.55;
}
.local-image {
    border-radius: 18px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 220px;
    border: 1px solid rgba(30, 111, 159, 0.12);
}
.trust-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}
.trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.95rem;
    border-radius: 16px;
    background: rgba(30, 111, 159, 0.06);
    border: 1px solid rgba(30, 111, 159, 0.1);
    color: var(--brand-ink);
    font-weight: 600;
}
.quick-task-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
    margin-top: 1rem;
}
.quick-task-btn {
    border-radius: 16px;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(30, 111, 159, 0.14);
    background: rgba(255, 255, 255, 0.18);
    color: var(--brand-ink);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    backdrop-filter: blur(12px);
}
.quick-task-btn:hover {
    background: rgba(30, 111, 159, 0.08);
}
.delivery-estimator {
    border-radius: 18px;
    padding: 1rem;
    border: 1px dashed rgba(30, 111, 159, 0.28);
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
}
.delivery-estimator label {
    font-size: 0.85rem;
    color: var(--brand-muted);
}
.delivery-estimator .estimator-result {
    font-weight: 700;
    color: #0a2239;
}
.promo-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}
.promo-pill {
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(0, 212, 255, 0.1);
    color: #dff8ff;
    border: 1px solid rgba(0, 212, 255, 0.16);
}
.promo-pill {
    background: rgba(255, 255, 255, 0.18);
    color: var(--brand-ink);
    border-color: rgba(30, 111, 159, 0.12);
    backdrop-filter: blur(12px);
}
.enterprise-grid {
    margin-top: 2rem;
}
.enterprise-highlight {
    padding: 1.3rem;
    border-radius: 18px;
    background: var(--glass-dark-strong);
    border: 1px solid rgba(129,140,248,0.16);
    backdrop-filter: blur(16px);
}
.enterprise-highlight strong {
    display: block;
    color: #c7d2fe;
    margin-bottom: 0.35rem;
}
.enterprise-map-shell,
.contact-card {
    border-color: rgba(129, 140, 248, 0.18);
    background: var(--glass-dark-strong);
    backdrop-filter: blur(18px);
}
.contact-grid {
    margin-top: 2rem;
}
.contact-card .form-control,
.contact-card textarea,
.contact-card input {
    border-radius: 14px;
}
.mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1045;
    display: none;
    padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
    backdrop-filter: blur(16px);
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(30, 111, 159, 0.12);
}
.mobile-bottom-nav-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.6rem;
    width: min(100%, 520px);
    margin: 0 auto;
}
.mobile-bottom-nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 60px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.96);
    color: var(--brand-ink);
    border: 1px solid rgba(30, 111, 159, 0.12);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    font-size: 0.82rem;
}
body.home-mode-enterprise-page .mobile-bottom-nav {
    display: none !important;
}
@media (max-width: 767px) {
    .home-header-actions {
        display: none;
    }
    .delivery-panel,
    .enterprise-panel {
        padding: 1.4rem;
    }
    .home-switch-grid,
    .hero-stat-grid,
    .delivery-layout,
    .delivery-stepper,
    .delivery-quick-grid,
    .enterprise-showcase,
    .enterprise-command-grid,
    .local-trust-grid,
    .quick-task-grid {
        grid-template-columns: 1fr;
    }
    .home-switch-btn {
        min-height: 0;
        padding: 1.3rem;
    }
    .delivery-step-card::after {
        display: none;
    }
    .mobile-bottom-nav {
        display: block;
    }
    main {
        padding-bottom: 5.75rem;
    }
}

/* Hero bridge line + primary CTA hierarchy (design polish) */
.home-hero-bridge {
    font-size: 0.95rem;
    color: var(--brand-muted);
    margin-bottom: 1rem;
    max-width: 42rem;
    line-height: 1.55;
    font-weight: 500;
}
.delivery-actions-primary {
    margin-bottom: 0.35rem;
}
.hero-main-cta {
    min-width: 12rem;
    box-shadow: 0 12px 28px rgba(30, 111, 159, 0.22);
}
.hero-secondary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
    margin-top: 0.5rem;
}
.hero-enterprise-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--brand-primary);
    text-decoration: none;
    padding: 0.35rem 0;
}
.hero-enterprise-link:hover {
    text-decoration: underline;
    color: #155a7a;
}
.mode-cta-enterprise-secondary {
    font-size: 0.82rem !important;
    padding: 0.5rem 0.85rem !important;
    font-weight: 600;
    opacity: 0.96;
}
