.hero-section { padding: 80px 0; }

body {
    background: #ffffff;
    color: #0f172a;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
}

.site-topbar {
    background: #0f172a;
    color: #cbd5e1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-top-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.92rem;
}

.site-top-link:hover {
    color: #ffffff;
}

.site-top-note {
    color: #94a3b8;
    font-size: 0.9rem;
}

.site-navbar {
    padding: 14px 0;
    background: rgba(248, 250, 252, 0.82);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.site-nav-shell {
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 24px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-right: 0;
}

.site-brand img {
    width: auto;
    display: block;
}

.site-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-brand-text strong {
    color: #0f172a;
    font-size: 1rem;
}

.site-brand-text small {
    color: #64748b;
    font-size: 0.78rem;
}

.site-toggler {
    border: 0;
    padding: 10px 12px;
    border-radius: 14px;
    background: #eff6ff;
}

.site-toggler:focus {
    box-shadow: none;
}

.site-toggler .navbar-toggler-icon {
    filter: invert(1);
    opacity: 0.85;
}

.site-nav-list {
    gap: 6px;
}

.site-navbar .nav-link {
    color: #334155;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 12px;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active {
    color: #2563eb;
    background: rgba(37, 99, 235, 0.08);
}

.site-dropdown {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.1);
}

.site-dropdown .dropdown-item {
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 600;
}

.site-dropdown .dropdown-item:hover,
.site-dropdown .dropdown-item.active {
    background: #eff6ff;
    color: #2563eb;
}

.site-action-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border-radius: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.site-action-btn:hover {
    transform: translateY(-1px);
}

.site-action-btn-light {
    background: #f8fafc;
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.site-action-btn-light:hover,
.site-action-btn-light.active {
    color: #2563eb;
    background: #eff6ff;
}

.site-action-btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}

.site-action-btn-primary:hover {
    color: #ffffff;
}
.whatsapp-widget { position: fixed; bottom: 20px; right: 20px; z-index: 999; }
.package-card {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: white;
}
.package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.package-card.featured {
    border: 3px solid #ffc107;
    transform: scale(1.05);
}
.package-header {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 30px 20px;
    text-align: center;
}
.package-card.featured .package-header {
    background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%);
    color: #333;
}
.price-tag {
    font-size: 2.5rem;
    font-weight: bold;
}
.feature-list li {
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
}
.feature-list li:last-child {
    border-bottom: none;
}
.features-section {
    background: #f8f9fa;
}

.rh-hero {
    background: radial-gradient(1200px circle at 10% 10%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(900px circle at 90% 20%, rgba(0, 255, 209, 0.16) 0%, rgba(0, 255, 209, 0) 55%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 45%, #7c3aed 100%);
    color: #fff;
}

.rh-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(10px);
    font-weight: 600;
    font-size: 0.95rem;
}

.rh-hero-card {
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.rh-hero-card .rh-hero-card-inner {
    padding: 22px;
}

.rh-stat {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    padding: 14px 14px;
}

.rh-stat .rh-stat-value {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
}

.rh-stat .rh-stat-label {
    opacity: 0.85;
    font-size: 0.9rem;
}

.rh-packages-wrap {
    position: relative;
}

.rh-feature-card {
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.rh-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.12) 0%, rgba(124, 58, 237, 0.12) 100%);
    color: #1d4ed8;
}

.rh-test-card {
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.rh-faq .accordion-item {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    margin-bottom: 12px;
}

.rh-faq .accordion-button {
    font-weight: 700;
}

.rh-faq .accordion-button:not(.collapsed) {
    background: rgba(29, 78, 216, 0.06);
    color: #0f172a;
}

.wh-hero {
    background: radial-gradient(1000px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(900px circle at 100% 10%, rgba(34, 211, 238, 0.18) 0%, rgba(34, 211, 238, 0) 50%),
        linear-gradient(135deg, #0f172a 0%, #0f766e 45%, #2563eb 100%);
    color: #fff;
}

.wh-hero-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.wh-hero-card .wh-hero-inner {
    padding: 24px;
}

.wh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.wh-mini-stat {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    padding: 18px;
}

.wh-mini-stat-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}

.wh-mini-stat-label {
    color: #64748b;
    font-size: 0.92rem;
}

.wh-section-soft {
    background: linear-gradient(180deg, #f8fbff 0%, #f8fafc 100%);
}

.wh-feature-card {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.wh-feature-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14) 0%, rgba(37, 99, 235, 0.14) 100%);
    color: #0284c7;
}

.wh-cta-card {
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(29, 78, 216, 0.24);
}

.wd-hero {
    background: radial-gradient(950px circle at 10% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 58%),
        radial-gradient(850px circle at 100% 20%, rgba(249, 115, 22, 0.16) 0%, rgba(249, 115, 22, 0) 50%),
        linear-gradient(135deg, #111827 0%, #7c3aed 48%, #2563eb 100%);
    color: #fff;
}

.wd-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.wd-glass-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.wd-glass-card .wd-glass-inner {
    padding: 24px;
}

.wd-stat {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    padding: 18px;
}

.wd-stat-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}

.wd-stat-label {
    color: #64748b;
    font-size: 0.92rem;
}

.wd-soft-section {
    background: linear-gradient(180deg, #faf7ff 0%, #f8fafc 100%);
}

.wd-feature-card {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.wd-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14) 0%, rgba(37, 99, 235, 0.14) 100%);
    color: #7c3aed;
}

.wd-cta-card {
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #7c3aed 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(124, 58, 237, 0.2);
}

.sp-hero {
    background: radial-gradient(1000px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(850px circle at 100% 15%, rgba(16, 185, 129, 0.16) 0%, rgba(16, 185, 129, 0) 50%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 45%, #0f766e 100%);
    color: #fff;
}

.sp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.sp-glass-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.sp-glass-card .sp-glass-inner {
    padding: 24px;
}

.sp-stat {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    padding: 18px;
}

.sp-stat-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}

.sp-stat-label {
    color: #64748b;
    font-size: 0.92rem;
}

.sp-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.sp-card-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #e0f2fe 0%, #eef2ff 100%);
    overflow: hidden;
}

.sp-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sp-card-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.sp-price-box {
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08) 0%, rgba(16, 185, 129, 0.08) 100%);
    border: 1px solid rgba(37, 99, 235, 0.1);
    padding: 14px 16px;
}

.sp-soft-section {
    background: linear-gradient(180deg, #f0f9ff 0%, #f8fafc 100%);
}

.sp-feature-card {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.sp-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.14) 0%, rgba(16, 185, 129, 0.14) 100%);
    color: #2563eb;
}

.sp-cta-card {
    border-radius: 24px;
    background: linear-gradient(135deg, #0f172a 0%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 118, 110, 0.22);
}

.dm-hero {
    background: radial-gradient(1000px circle at 10% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(850px circle at 100% 10%, rgba(59, 130, 246, 0.18) 0%, rgba(59, 130, 246, 0) 50%),
        linear-gradient(135deg, #111827 0%, #1d4ed8 45%, #06b6d4 100%);
    color: #fff;
}

.dm-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.dm-glass-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.dm-glass-card .dm-glass-inner {
    padding: 24px;
}

.dm-stat {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    padding: 18px;
}

.dm-stat-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}

.dm-stat-label {
    color: #64748b;
    font-size: 0.92rem;
}

.dm-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.dm-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #dbeafe 0%, #f1f5f9 100%);
    overflow: hidden;
}

.dm-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dm-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.5) 100%);
}

.dm-chip {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.dm-soft-section {
    background: linear-gradient(180deg, #eff6ff 0%, #f8fafc 100%);
}

.dm-feature-card {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.dm-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.14) 0%, rgba(6, 182, 212, 0.14) 100%);
    color: #1d4ed8;
}

.dm-cta-card {
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(29, 78, 216, 0.2);
}

.bl-hero {
    background: radial-gradient(1000px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(850px circle at 100% 15%, rgba(249, 115, 22, 0.16) 0%, rgba(249, 115, 22, 0) 50%),
        linear-gradient(135deg, #111827 0%, #1e3a8a 42%, #7c3aed 100%);
    color: #fff;
}

.bl-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.bl-glass-card {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.24);
}

.bl-glass-card .bl-glass-inner {
    padding: 24px;
}

.bl-stat {
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.07);
    padding: 18px;
}

.bl-stat-value {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0f172a;
}

.bl-stat-label {
    color: #64748b;
    font-size: 0.92rem;
}

.bl-card {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bl-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.bl-media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #ede9fe 0%, #eff6ff 100%);
    overflow: hidden;
}

.bl-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bl-chip {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
}

.bl-soft-section {
    background: linear-gradient(180deg, #faf7ff 0%, #f8fafc 100%);
}

.bl-feature-card {
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.bl-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(124, 58, 237, 0.14) 0%, rgba(249, 115, 22, 0.14) 100%);
    color: #7c3aed;
}

.bl-cta-card {
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #7c3aed 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(124, 58, 237, 0.2);
}

.bd-hero {
    background: radial-gradient(1000px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(900px circle at 100% 10%, rgba(99, 102, 241, 0.16) 0%, rgba(99, 102, 241, 0) 52%),
        linear-gradient(135deg, #111827 0%, #312e81 45%, #7c3aed 100%);
    color: #fff;
}

.bd-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-weight: 600;
}

.bd-shell {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.bd-article-card,
.bd-side-card {
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.bd-cover {
    aspect-ratio: 16 / 8;
    overflow: hidden;
    border-radius: 20px;
    background: linear-gradient(135deg, #ede9fe 0%, #eff6ff 100%);
}

.bd-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.bd-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bd-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.95rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.bd-content {
    color: #334155;
    line-height: 1.85;
    font-size: 1.02rem;
}

.bd-content h2,
.bd-content h3,
.bd-content h4 {
    color: #0f172a;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.bd-content p:last-child {
    margin-bottom: 0;
}

.bd-side-list a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 14px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.bd-side-list a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.bd-side-list a:hover .bd-side-title {
    color: #4f46e5;
}

.bd-side-title {
    font-weight: 700;
    color: #0f172a;
    transition: color 0.2s ease;
}

.bd-cta-box {
    border-radius: 20px;
    background: linear-gradient(135deg, #111827 0%, #7c3aed 100%);
    color: #fff;
}

.site-footer {
    background:
        radial-gradient(900px circle at 0% 0%, rgba(59, 130, 246, 0.14) 0%, rgba(59, 130, 246, 0) 55%),
        radial-gradient(700px circle at 100% 0%, rgba(124, 58, 237, 0.14) 0%, rgba(124, 58, 237, 0) 50%),
        #0f172a;
    color: #e2e8f0;
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 30%);
    pointer-events: none;
}

.ft-cta {
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.22) 0%, rgba(124, 58, 237, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.ft-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

.ft-text {
    color: #cbd5e1;
}

.ft-brand {
    max-width: 230px;
}

.ft-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft-list li + li {
    margin-top: 0.7rem;
}

.ft-link {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ft-link:hover {
    color: #fff;
    transform: translateX(3px);
}

.ft-contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #cbd5e1;
}

.ft-contact-item + .ft-contact-item {
    margin-top: 1rem;
}

.ft-contact-icon,
.ft-social {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-social-wrap {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ft-social {
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
}

.ft-social:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.ft-newsletter {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.ft-newsletter .form-control {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.ft-newsletter .form-control::placeholder {
    color: #94a3b8;
}

.ft-divider {
    border-color: rgba(255, 255, 255, 0.12);
}

.ft-bottom-link {
    color: #94a3b8;
    text-decoration: none;
}

.ft-bottom-link:hover {
    color: #fff;
}

.home-hero {
    background: radial-gradient(950px circle at 0% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 55%),
        radial-gradient(900px circle at 100% 5%, rgba(56, 189, 248, 0.14) 0%, rgba(56, 189, 248, 0) 50%),
        linear-gradient(135deg, #0f172a 0%, #1d4ed8 42%, #7c3aed 100%);
    color: #fff;
}

.home-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 700;
}

.home-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
}

.home-stat {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    padding: 18px 16px;
}

.home-stat-value {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
}

.home-stat-label {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.92rem;
}

.home-glass-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.home-mini-card {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 14px;
}

.home-service-strip {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.home-service-card,
.home-product-card,
.home-package-card,
.home-hosting-panel,
.home-demo-card,
.home-review-card,
.home-blog-card,
.home-logo-strip,
.home-cta-card {
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.home-service-card,
.home-review-card,
.home-cta-card {
    padding: 28px;
}

.home-service-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-service-card:hover,
.home-product-card:hover,
.home-demo-card:hover,
.home-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.11);
}

.home-service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 16px;
    color: #2563eb;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(124, 58, 237, 0.14) 100%);
}

.section-heading {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.section-kicker {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
    margin-bottom: 12px;
}

.home-product-media,
.home-demo-media,
.home-blog-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #ede9fe 0%, #eff6ff 100%);
}

.home-product-media {
    border-radius: 24px 24px 0 0;
}

.home-demo-media,
.home-blog-media {
    border-radius: 24px 24px 0 0;
}

.home-product-media img,
.home-demo-media img,
.home-blog-media img,
.home-logo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-price,
.home-package-price,
.home-hosting-price {
    font-weight: 800;
    color: #2563eb;
}

.home-price,
.home-hosting-price {
    font-size: 1.2rem;
}

.home-package-card {
    position: relative;
    overflow: hidden;
}

.home-package-card.is-featured {
    border-color: rgba(37, 99, 235, 0.25);
    box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);
}

.home-top-badge {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: #fff;
    text-align: center;
    padding: 10px 16px;
    font-weight: 700;
}

.home-package-price {
    font-size: 2rem;
}

.home-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-check-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
}

.home-check-list li + li {
    margin-top: 10px;
}

.home-check-list i {
    color: #22c55e;
    margin-top: 3px;
}

.home-hosting-panel {
    padding: 28px;
}

.home-hosting-panel-dark,
.home-cta-card {
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 100%);
    color: #fff;
}

.home-hosting-item {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.home-hosting-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.home-hosting-item:first-of-type {
    padding-top: 0;
}

.home-hosting-item-dark {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.home-soft-section {
    background: linear-gradient(180deg, #faf7ff 0%, #f8fafc 100%);
}

.home-review-card p {
    color: #475569;
}

.home-logo-strip {
    padding: 24px;
}

.home-logo-item {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.06);
}

.home-logo-item img {
    object-fit: contain;
    max-height: 54px;
}

.home-faq .accordion-item {
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    margin-bottom: 14px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.home-faq .accordion-button {
    font-weight: 700;
    padding: 18px 20px;
}

.home-faq .accordion-button:not(.collapsed) {
    background: #eff6ff;
    color: #1d4ed8;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .home-hosting-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.corp-hero {
    background: radial-gradient(900px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 56%),
        radial-gradient(850px circle at 100% 10%, rgba(34, 197, 94, 0.14) 0%, rgba(34, 197, 94, 0) 48%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 45%, #0f766e 100%);
    color: #fff;
}

.corp-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    font-weight: 700;
}

.corp-glass-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.corp-mini-item {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
    padding: 14px;
}

.corp-section-soft {
    background: linear-gradient(180deg, #f8fafc 0%, #faf7ff 100%);
}

.corp-card,
.corp-story-card,
.corp-pillar-card,
.corp-cta-card {
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
}

.corp-card,
.corp-story-card,
.corp-pillar-card,
.corp-cta-card {
    padding: 28px;
}

.corp-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #2563eb;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(16, 185, 129, 0.14) 100%);
}

.corp-story-card {
    overflow: hidden;
}

.corp-story-media {
    aspect-ratio: 16 / 11;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #dbeafe 0%, #ecfeff 100%);
}

.corp-story-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.corp-stat-box {
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
    padding: 20px;
}

.corp-stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
}

.corp-stat-label {
    color: #64748b;
}

.corp-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.corp-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #475569;
}

.corp-list li + li {
    margin-top: 12px;
}

.corp-list i {
    color: #22c55e;
    margin-top: 4px;
}

.corp-pillar-card {
    height: 100%;
}

.corp-cta-card {
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(29, 78, 216, 0.18);
}

.login-hero {
    background: radial-gradient(900px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 56%),
        radial-gradient(850px circle at 100% 10%, rgba(37, 99, 235, 0.18) 0%, rgba(37, 99, 235, 0) 48%),
        linear-gradient(135deg, #111827 0%, #1d4ed8 45%, #7c3aed 100%);
    color: #fff;
}

.login-shell {
    margin-top: -64px;
    position: relative;
    z-index: 2;
}

.login-card,
.signup-card {
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.login-card,
.signup-card {
    padding: 28px;
}

.login-input {
    min-height: 52px;
    border-radius: 14px;
}

.signup-card {
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(29, 78, 216, 0.18);
}

.signup-mini {
    border-radius: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1199.98px) {
    .site-nav-shell {
        align-items: flex-start;
    }

    .site-action-group {
        flex-direction: column;
        align-items: stretch;
        margin-top: 14px;
        width: 100%;
    }

    .site-action-btn {
        width: 100%;
    }

    .site-nav-list {
        margin: 14px 0;
    }
}

.contact-hero {
    background: radial-gradient(900px circle at 0% 0%, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 56%),
        radial-gradient(850px circle at 100% 10%, rgba(14, 165, 233, 0.16) 0%, rgba(14, 165, 233, 0) 48%),
        linear-gradient(135deg, #111827 0%, #1d4ed8 45%, #0f766e 100%);
    color: #fff;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    font-weight: 700;
}

.contact-hero-panel {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    padding: 26px;
}

.contact-hero-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-hero-mini {
    border-radius: 18px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-main {
    padding: 56px 0 24px;
}

.contact-card,
.contact-form-card,
.contact-map-card,
.contact-help-card {
    border-radius: 24px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    padding: 28px;
}

.contact-stack {
    display: grid;
    gap: 24px;
}

.contact-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-item:first-of-type {
    padding-top: 0;
}

.contact-item:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: #2563eb;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.12) 0%, rgba(14, 165, 233, 0.14) 100%);
    flex: 0 0 52px;
}

.contact-item-title {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 4px;
}

.contact-item-text {
    color: #475569;
    margin-bottom: 0;
}

.contact-form-card .form-control {
    min-height: 54px;
    border-radius: 14px;
}

.contact-form-card textarea.form-control {
    min-height: 160px;
}

.contact-map-box {
    min-height: 260px;
    border-radius: 20px;
    background: linear-gradient(135deg, #dbeafe 0%, #ecfeff 100%);
    border: 1px solid rgba(15, 23, 42, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    color: #0f172a;
}

.contact-help-card {
    background: linear-gradient(135deg, #111827 0%, #1d4ed8 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(29, 78, 216, 0.18);
}

.contact-help-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-help-mini {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px;
}

@media (max-width: 767.98px) {
    .contact-hero-list,
    .contact-help-grid {
        grid-template-columns: 1fr;
    }
}
