/* =========================================
   GLOBAL
========================================= */
body {
    background-color: #ffffff;
    font-family: "Outfit", sans-serif !important;
    margin: 0;
    padding: 0;
}

/* =========================================
   NAVBAR
========================================= */
.navbar {
    padding: 20px 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 100%;
}

.navbar-brand img {
    max-width: 160px;
    height: auto;
}

.nav-link {
    font-weight: 500;
}

.btn-primary-custom {
    background: #2563eb;
    color: #fff;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}

.btn-primary-custom:hover {
    background: #1e40af;
    transform: translateY(-3px);
}

/* =========================================
   HERO SECTION
========================================= */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    padding: 120px 0 100px;
    color: #fff;
    overflow: hidden;
}

/* Gradient Glow */
.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.6;
    z-index: 0;
}

.hero-section::before {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #2563eb, #1e40af);
    top: -100px;
    left: -100px;
}

.hero-section::after {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #06b6d4, #0ea5e9);
    bottom: -120px;
    right: -120px;
}

.hero-glow {
    position: absolute;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #9333ea, #6366f1);
    border-radius: 50%;
    filter: blur(120px);
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: 0;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge {
    display: inline-block;
    background: #356aff82;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 25px;
}

.hero-title {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.3;
}

.hero-highlight-text {
    font-style: italic;
    font-weight: 400;
    position: relative;
    font-family: 'Playfair Display', serif;
}

.hero-highlight-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c5ba22, #ded94a);
    border-radius: 2px;
    opacity: 0.5;
}

.hero-subtitle {
    font-size: 22px;
    color: #b7c3d9;
    max-width: 850px;
    margin: 20px auto;
}

.hero-image img {
    max-width: 550px;
    width: 100%;
}

/* =========================================
   PREMIUM FEATURES SECTION
========================================= */
.pf-section {
    padding: 80px 0;
    background: #f8f9fc;
    text-align: center;
}

.section-tag {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #172b55;
}

.section-title {
    font-size: 40px;
    font-weight: 600;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.6;
    color: #1f1f1f;
}

.highlight-text {
    color: #172b69;
    font-weight: 700;
    position: relative;
}

.highlight-text::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #c5ba22, #ded94a);
    border-radius: 2px;
    opacity: 0.5;
}

/* =========================================
   VISION SECTION
========================================= */
.vision-section {
    background: #f4f6fb;
    padding: 80px 20px;
}

.vision-card {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 25px;
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}

.vision-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
}

.vision-tag {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    letter-spacing: 1px;
}

.vision-title {
    font-size: 32px;
    font-weight: 600;
    margin: 15px 0 20px;
}

.vision-title span {
    color: #2563eb;
}

.vision-text {
    color: #475569;
    margin-bottom: 25px;
    line-height: 1.7;
}

.vision-feature {
    margin-bottom: 10px;
}

.vision-feature h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.vision-feature p {
    color: #64748b;
    margin: 0;
}

/* =========================================
   SECURITY SECTION
========================================= */
.security-section {
    background: #5b83d8b5;
    padding: 80px 20px;
}

.security-card {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 25px;
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.security-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
}

.security-tag {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
}

.security-title {
    font-size: 32px;
    font-weight: 600;
    margin: 15px 0 20px;
}

.security-feature {
    margin-bottom: 10px;
}

.security-feature h5 {
    font-weight: 600;
    margin-bottom: 6px;
}

.security-feature p {
    color: #64748b;
    margin: 0;
}

/* =========================================
   EXPIRATION SECTION
========================================= */
.expiration-section {
    background: #ffffffbe;
    padding: 80px 20px;
}

.expiration-card {
    max-width: 1200px;
    margin: auto;
    background: #ffffff;
    border-radius: 25px;
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.expiration-image img {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
}

.expiration-tag {
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
}

.expiration-title {
    font-size: 32px;
    font-weight: 600;
    margin: 15px 0 20px;
}

.expiration-highlight {
    background: #f1f5ff;
    padding: 18px 20px;
    border-radius: 15px;
    font-weight: 500;
    line-height: 2;
}

/* =========================================
   APP DOWNLOAD
========================================= */
.app-download-section {
    padding: 80px 0;
    background: linear-gradient(-110deg, #172b55, #202d54);
    border-radius: 150px 150px 0 0;
}


.app-download-content {
    flex: 1;
    min-width: 320px;
    color: #fff;
}

.app-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
}

.store-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 24px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
    min-width: 220px;
}

.google-store {
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

.apple-store {
    background: linear-gradient(135deg, #111827, #000000);
}

.store-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* =========================================
   CONTACT
========================================= */
.contact-modern {
    padding: 100px 20px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.contact-card {
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact-icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #2563eb, #1e40af);
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================
   FOOTER
========================================= */
footer {
    background: #182b55;
    color: #aaa;
    padding: 22px 0;
}

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 992px) {

    .vision-card,
    .security-card,
    .expiration-card,
    .app-download-row {
        flex-direction: column;
        text-align: center;
    }

    .hero-title {
        font-size: 40px;
    }

    .section-title {
        font-size: 28px;
    }
}



/* ===== App Download Section ===== */

.app-download-section {
    padding: 60px 0 0;
    background: linear-gradient(-110deg, #172b55, #202d54);
    position: relative;
    overflow: hidden;
    border-radius: 150px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.app-download-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.app-download-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

/* Content */
.app-download-content {
    flex: 1;
    min-width: 320px;
    color: #fff;
}

.app-badge {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 85px;
    letter-spacing: 1px;
}

.app-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.2;
}

.app-description {
    font-size: 16px;
    color: #cbd5e1;
    margin-bottom: 35px;
    max-width: 480px;
}

.app-buttons-modern {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* Common Button Style */
.store-modern {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 24px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
    min-width: 220px;
}

/* Google Button */
.google-store {
    background: linear-gradient(135deg, #2563eb, #1e40af);
}

/* Apple Button */
.apple-store {
    background: linear-gradient(135deg, #111827, #000000);
}

/* Icon */
.store-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-icon img {
    width: 35px;
    color: #fff;
}

/* Text */
.store-text span {
    font-size: 12px;
    opacity: 0.8;
}

.store-text strong {
    display: block;
    font-size: 16px;
}

/* Hover Effect */
.store-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Image */
.app-download-image {
    flex: 1;
    text-align: center;
}

.app-download-image img {
    max-width: 100%;
    height: auto;
    animation: float 4s ease-in-out infinite;
}

/* Floating animation */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .app-download-row {
        flex-direction: column;
        text-align: center;
    }

    .app-description {
        margin: auto auto 30px;
    }

    .app-buttons {
        justify-content: center;
    }
}



/* ===================================================
   RESPONSIVE SYSTEM
=================================================== */
/* =========================================
   HERO TITLE – EXTRA SMALL MOBILE (300px–576px)
========================================= */
@media (min-width: 300px) and (max-width: 576px) {

    .hero-title {
        font-size: 26px;
        line-height: 1.25;
        font-weight: 600;
        letter-spacing: -0.5px;
        padding: 0 15px;
    }

    .hero-title br {
        display: none;
        /* Remove forced break */
    }

    .hero-highlight-text {
        display: block;
        /* Move to new line */
        font-size: 28px !important;
        font-weight: 500;
        margin: 8px 0;
        font-style: italic;
    }

    .hero-highlight-text::after {
        height: 3px;
        bottom: -3px;
    }

}

/* =========================
   MOBILE (≤576px)
========================= */
@media (max-width: 576px) {

    .hero-section {
        padding: 80px 20px 60px;
    }

    .hero-title {
        font-size: 30px;
        line-height: 1.3;
    }

    .hero-highlight-text {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
        padding: 0 10px;
    }

    .hero-image img {
        max-width: 90%;
    }

    .section-title {
        font-size: 22px;
        padding: 0 10px;
    }

    .vision-card,
    .security-card,
    .expiration-card {
        padding: 30px 20px;
        gap: 30px;
        border-radius: 18px;
    }

    .vision-title,
    .security-title,
    .expiration-title {
        font-size: 22px;
    }

    .app-download-content {
        width: 80%;
        text-align: center
    }

    .app-title {
        font-size: 20px !important;
    }

    .app-badge {
        margin-bottom: 30px;
    }

    .store-modern {
        width: 85%;
        justify-content: center;
    }

    .app-buttons-modern {
        width: 95%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10px;
        /* padding: 18px; */
        margin: 20px auto;
    }

    .contact-header h2 {
        font-size: 26px;
    }

    .contact-grid {
        gap: 5px;
    }

    .contact-card {
        padding: 20px;
    }

    .vision-feature {
        margin-bottom: 20px;
    }

    .security-feature {
        margin-bottom: 15px;
    }
}


/* =========================
   LARGE MOBILE (≤768px)
========================= */
@media (max-width: 768px) {

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .vision-card,
    .security-card,
    .expiration-card,
    .app-download-row {
        flex-direction: column;
        text-align: center;
    }

    .app-title {
        font-size: 28px;
    }

    .vision-section {
        padding: 15px 20px;
    }

    .vision-card {
        padding: 3px 15px 20px;
    }

    .security-section {
        padding: 15px 15px 20px;
    }

    .expiration-section {
        padding: 3px 15px 20px;
    }

    .app-download-container {
        width: 100%;
    }
}


/* =========================
   TABLET (769px–992px)
========================= */
@media (min-width: 769px) and (max-width: 992px) {

    .hero-title {
        font-size: 48px;
    }

    .section-title {
        font-size: 32px;
    }

    .vision-card,
    .security-card,
    .expiration-card {
        gap: 40px;
        padding: 40px;
    }

    .app-title {
        font-size: 32px;
    }
}


/* =========================
   SMALL LAPTOP (993px–1440px)
========================= */
@media (min-width: 993px) and (max-width: 1440px) {

    .hero-title {
        font-size: 56px;
    }

    .section-title {
        font-size: 36px;
    }

    .vision-card,
    .security-card,
    .expiration-card {
        padding: 60px;
    }

    .app-buttons-modern {
        margin-bottom: 20px;
    }

    .app-badge {
        margin-bottom: 50px;
    }
}


/* =========================
   LARGE SCREENS (1441px–1920px)
========================= */
@media (min-width: 1441px) and (max-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85%;
    }

    .hero-title {
        font-size: 72px;
    }

    .hero-subtitle {
        font-size: 24px;
        max-width: 1000px;
    }

    .section-title {
        font-size: 48px;
    }

    .vision-card,
    .security-card,
    .expiration-card {
        padding: 80px;
        gap: 80px;
        max-width: 1600px
    }

    .vision-title,
    .security-title,
    .expiration-title {
        font-size: 38px;
    }

    .app-title {
        font-size: 44px;
    }
}


/* =========================
   ULTRA WIDE (1921px–2560px)
========================= */
@media (min-width: 1921px) and (max-width: 2560px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 85%;
    }

    .hero-section {
        padding: 160px 0 140px;
    }

    .hero-title {
        font-size: 90px;
        line-height: 1.2;
    }

    .hero-highlight-text {
        font-size: 92px;
    }

    .hero-subtitle {
        font-size: 28px;
        max-width: 1200px;
    }

    .section-title {
        font-size: 54px;
        max-width: 1400px;
    }

    .vision-card,
    .security-card,
    .expiration-card {
        padding: 80px;
        gap: 80px;
        max-width: 2000px
    }

    .vision-title,
    .security-title,
    .expiration-title {
        font-size: 42px;
    }

    .app-title {
        font-size: 52px;
    }

    .contact-header h2 {
        font-size: 48px;
    }

    .app-download-container {
        width: 80%;
        max-width: 1800px;
    }
}