/********** Landing Home Redesign **********/
:root {
    --primary: #4AC4F3;
    --primary-dark: #2aabdc;
    --light: #EDF5FF;
    --dark: #202942;
    --surface: #ffffff;
    --muted: #64748b;
    --radius-lg: 1rem;
    --shadow-sm: 0 4px 24px rgba(32, 41, 66, 0.08);
    --shadow-md: 0 12px 40px rgba(32, 41, 66, 0.12);
}

body {
    font-family: "Plus Jakarta Sans", "Heebo", sans-serif;
    color: var(--dark);
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 1rem;
    z-index: 100000;
    padding: 0.75rem 1.25rem;
    background: var(--dark);
    color: #fff;
    border-radius: 0.5rem;
    text-decoration: none;
}

.skip-link:focus {
    top: 1rem;
}

.section-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--primary);
    background: rgba(74, 196, 243, 0.12);
    padding: 0.35rem 0.85rem;
    border-radius: 2rem;
    margin-bottom: 1rem;
}

.section-title {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.section-lead {
    color: var(--muted);
    font-size: 1.05rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
}

.landing-navbar {
    transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.landing-navbar.is-scrolled {
    background: rgba(255, 255, 255, 0.92) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: var(--shadow-sm);
}

.landing-navbar .btn-cta-nav {
    background: var(--primary);
    color: #fff !important;
    border: none;
    font-weight: 600;
}

.landing-navbar .btn-cta-nav:hover {
    background: var(--primary-dark);
    color: #fff !important;
}

.hero-modern {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #1a8fb8 0%, var(--primary) 45%, #6dd4f7 100%);
    padding: 8rem 0 6rem;
    margin-bottom: 0;
}

.hero-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

.hero-modern .container {
    position: relative;
    z-index: 1;
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    padding: 0.4rem 1rem;
    border-radius: 2rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-modern h1 {
    font-size: clamp(2rem, 4.5vw, 3rem);
    font-weight: 700;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 1.25rem;
}

.hero-lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 34rem;
}

.hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.btn-hero-primary {
    background: #fff;
    color: var(--primary-dark);
    font-weight: 600;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
}

.btn-hero-primary:hover {
    background: var(--light);
    color: var(--dark);
    box-shadow: var(--shadow-md);
}

.btn-hero-outline {
    background: transparent;
    color: #fff;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.7);
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
}

.btn-hero-outline:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    border-color: #fff;
}

.hero-image-wrap img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.hero-glass-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.glass-badge {
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.85rem;
    font-weight: 500;
}

.trust-strip {
    background: var(--light);
    padding: 3rem 0;
    border-bottom: 1px solid rgba(74, 196, 243, 0.15);
}

.trust-stat {
    text-align: center;
    padding: 1rem;
}

.trust-stat .stat-value {
    font-size: 2.25rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.trust-stat .stat-label {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

.bento-grid .feature-card {
    background: var(--surface);
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    border: 1px solid rgba(74, 196, 243, 0.12);
    box-shadow: var(--shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-grid .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.bento-grid .feature-card .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: rgba(74, 196, 243, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.bento-grid .feature-card .icon-wrap i {
    font-size: 1.5rem;
    color: var(--primary);
}

.bento-feature-wide {
    background: linear-gradient(135deg, var(--primary) 0%, #2aabdc 100%);
    color: #fff;
}

.bento-feature-wide .icon-wrap {
    background: rgba(255, 255, 255, 0.2) !important;
}

.bento-feature-wide .icon-wrap i {
    color: #fff !important;
}

.bento-feature-wide p {
    color: rgba(255, 255, 255, 0.9);
}

.checklist-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.checklist-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-step-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: var(--light);
    border-radius: var(--radius-lg);
    margin-bottom: 1rem;
    border: 1px solid rgba(74, 196, 243, 0.1);
}

.process-step-num {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-embed-wrap {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    aspect-ratio: 16 / 9;
}

.video-embed-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.pricing-tabs .nav-pills .nav-link {
    color: var(--dark);
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.6rem 1.5rem;
    margin: 0 0.25rem;
}

.pricing-tabs .nav-pills .nav-link.active {
    background: var(--primary);
}

.price-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    height: 100%;
    border: 1px solid rgba(74, 196, 243, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}

.price-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
}

.price-card.featured {
    border: 2px solid var(--primary);
}

.price-card-header {
    padding: 1.75rem;
}

.price-card-header.dark {
    background: var(--dark);
    color: #fff;
}

.price-card-header.primary {
    background: var(--primary);
    color: #fff;
}

.price-card-body {
    padding: 1.75rem;
}

.price-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.9rem;
}

.price-feature:last-child {
    border-bottom: none;
}

.faq-accordion .accordion-button {
    font-weight: 600;
    color: var(--dark);
    background: var(--light);
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: rgba(74, 196, 243, 0.12);
    color: var(--primary-dark);
}

.faq-accordion .accordion-item {
    border: 1px solid rgba(74, 196, 243, 0.15);
    border-radius: 0.75rem !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.contact-info-card {
    background: var(--light);
    border-radius: var(--radius-lg);
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.signup-form-card {
    background: #fff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    border: 1px solid rgba(74, 196, 243, 0.12);
}

.landing-footer {
    background: var(--dark);
}

.app-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.app-badge-row img {
    height: 48px;
    width: auto;
}

.mobile-sticky-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    padding: 0.75rem 1rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    gap: 0.5rem;
}

.mobile-sticky-cta .btn {
    flex: 1;
    font-weight: 600;
    border-radius: 2rem;
    font-size: 0.85rem;
}

.floating-whatsapp {
    position: fixed;
    bottom: 5.5rem;
    right: 1.25rem;
    z-index: 9997;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    box-shadow: var(--shadow-md);
    transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
    color: #fff;
    transform: scale(1.08);
}

@media (max-width: 991.98px) {
    .hero-modern {
        padding: 6rem 0 4rem;
    }

    .mobile-sticky-cta {
        display: flex;
    }

    body.has-mobile-cta {
        padding-bottom: 4.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .wow {
        visibility: visible !important;
        animation: none !important;
    }
}

#loaderLSGD,
#loaderWard {
    display: none;
}

:focus-visible {
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}
