/* ==========================================
   HERO SECTION - CLEAN & ORGANIZED
   ========================================== */

.hero-home {
    padding: 8rem 0 6rem;
    background: linear-gradient(135deg, #0f3a63 0%, #007a74 100%);
    position: relative;
    overflow: hidden;
}

.hero-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 122, 116, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(15, 58, 99, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content-home {
    position: relative;
    z-index: 2;
    padding-right: 2rem;
}

/* Hero Branding */
.hero-branding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-logo-main {
    width: 72px;
    height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 4px 16px rgba(255, 255, 255, 0.2));
}

.hero-tagline h2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.hero-tagline p {
    font-size: 1rem;
    opacity: 0.85;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

/* Hero Heading */
.hero-heading {
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.15;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.text-gradient-light {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(255, 255, 255, 0.3));
}

/* Hero Description */
.hero-description {
    font-size: 1.15rem;
    line-height: 1.7;
    max-width: 90%;
}

/* Company Badge */
.hero-company-badge {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Hero CTA Buttons */
.hero-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.btn-hero-primary {
    background: #00a399;
    border: 2px solid #00a399;
    color: white;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 163, 153, 0.3);
    font-size: 1.05rem;
}

.btn-hero-primary:hover {
    background: #00c4b8;
    border-color: #00c4b8;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 163, 153, 0.4);
}

.btn-hero-secondary {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: white;
    font-weight: 600;
    padding: 1rem 2.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-size: 1.05rem;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.7);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Trust Indicators */
.hero-trust-indicators {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-trust-indicators .trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.hero-trust-indicators .trust-item i {
    font-size: 1.25rem;
    color: #a8edea;
}

.hero-trust-indicators .trust-item span {
    font-weight: 500;
    font-size: 0.95rem;
}

/* PHONE MOCKUP - PREMIUM 3D DESIGN */
.hero-phone-mockup {
    position: relative;
    z-index: 1;
}

.phone-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

/* Glow Effect Behind Phone - Enhanced */
.phone-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    background: 
        radial-gradient(circle at 30% 30%, rgba(0, 200, 180, 0.4) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(100, 50, 200, 0.3) 0%, transparent 50%),
        radial-gradient(circle, rgba(0, 163, 153, 0.35) 0%, rgba(0, 122, 116, 0.2) 40%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
    animation: glowPulse 5s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { 
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }
    33% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(1.15) rotate(120deg);
    }
    66% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.1) rotate(240deg);
    }
}

/* Spotlight Effect */
.phone-spotlight {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%);
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

/* Ambient Particles */
.phone-particles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 200, 180, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 200, 180, 0.8);
    animation: particleFloat 8s ease-in-out infinite;
}

.particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
    animation-duration: 7s;
}

.particle:nth-child(2) {
    top: 60%;
    left: 80%;
    animation-delay: 2s;
    animation-duration: 9s;
}

.particle:nth-child(3) {
    top: 80%;
    left: 30%;
    animation-delay: 4s;
    animation-duration: 8s;
}

@keyframes particleFloat {
    0%, 100% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-40px) translateX(20px) scale(1.5);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-20px) translateX(-15px) scale(1.2);
        opacity: 0.5;
    }
    75% {
        transform: translateY(-60px) translateX(10px) scale(1.8);
        opacity: 0.9;
    }
}

.phone-frame-wrapper {
    position: relative;
    perspective: 1200px;
    z-index: 1;
    animation: floatPhone 6s ease-in-out infinite;
    transform-style: preserve-3d;
}

@keyframes floatPhone {
    0%, 100% { 
        transform: translateY(0px) rotateY(-4deg) rotateX(2deg);
    }
    50% { 
        transform: translateY(-25px) rotateY(4deg) rotateX(-2deg);
    }
}

.phone-frame {
    width: 330px;
    height: 670px;
    background: 
        linear-gradient(165deg, rgba(80, 80, 80, 0.1) 0%, transparent 40%),
        linear-gradient(145deg, #2d2d2d 0%, #1a1a1a 50%, #0d0d0d 100%);
    border-radius: 46px;
    padding: 14px;
    box-shadow: 
        0 50px 100px rgba(0, 0, 0, 0.6),
        0 30px 60px rgba(0, 0, 0, 0.5),
        0 20px 40px rgba(0, 0, 0, 0.4),
        0 10px 20px rgba(0, 122, 116, 0.25),
        0 0 0 0.5px rgba(100, 100, 100, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 -3px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(60, 60, 60, 0.4);
}

.phone-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 46px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

.phone-frame:hover {
    transform: translateZ(15px) scale(1.02);
    box-shadow: 
        0 60px 120px rgba(0, 0, 0, 0.7),
        0 40px 80px rgba(0, 0, 0, 0.6),
        0 25px 50px rgba(0, 0, 0, 0.5),
        0 15px 30px rgba(0, 200, 180, 0.4),
        0 0 0 0.5px rgba(0, 200, 180, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        inset 0 0 25px rgba(0, 163, 153, 0.1);
}

/* Phone Hardware Details */
.phone-notch {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 28px;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
    border-radius: 0 0 20px 20px;
    z-index: 10;
    box-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.3),
        inset 0 1px 2px rgba(255, 255, 255, 0.05);
}

.phone-notch::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 6px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.phone-notch::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 20px;
    width: 8px;
    height: 8px;
    background: rgba(0, 255, 200, 0.6);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 255, 200, 0.4);
}

/* Power Button - Enhanced */
.phone-power-button {
    position: absolute;
    right: -4px;
    top: 150px;
    width: 5px;
    height: 65px;
    background: 
        linear-gradient(90deg, #1a1a1a 0%, #3a3a3a 30%, #2a2a2a 70%, #0f0f0f 100%);
    border-radius: 2px 0 0 2px;
    box-shadow: 
        inset 1px 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 2px rgba(0, 0, 0, 0.6),
        -2px 0 4px rgba(0, 0, 0, 0.4),
        -1px 0 0 rgba(0, 200, 180, 0.1);
    transition: all 0.2s ease;
    cursor: pointer;
}

.phone-power-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    border-radius: 1px;
}

.phone-frame:hover .phone-power-button {
    box-shadow: 
        inset 1px 0 1px rgba(255, 255, 255, 0.15),
        inset 0 1px 2px rgba(0, 0, 0, 0.6),
        -2px 0 6px rgba(0, 200, 180, 0.3),
        -1px 0 0 rgba(0, 200, 180, 0.3);
}

/* Volume Buttons - Enhanced */
.phone-volume-buttons {
    position: absolute;
    left: -4px;
    top: 120px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.volume-up,
.volume-down {
    width: 5px;
    height: 48px;
    background: 
        linear-gradient(270deg, #1a1a1a 0%, #3a3a3a 30%, #2a2a2a 70%, #0f0f0f 100%);
    border-radius: 0 2px 2px 0;
    box-shadow: 
        inset -1px 0 1px rgba(255, 255, 255, 0.1),
        inset 0 1px 2px rgba(0, 0, 0, 0.6),
        2px 0 4px rgba(0, 0, 0, 0.4),
        1px 0 0 rgba(0, 200, 180, 0.1);
    position: relative;
    transition: all 0.2s ease;
    cursor: pointer;
}

.volume-up::after,
.volume-down::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1px;
    transform: translateY(-50%);
    width: 2px;
    height: 15px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    border-radius: 1px;
}

.phone-frame:hover .volume-up,
.phone-frame:hover .volume-down {
    box-shadow: 
        inset -1px 0 1px rgba(255, 255, 255, 0.15),
        inset 0 1px 2px rgba(0, 0, 0, 0.6),
        2px 0 6px rgba(0, 200, 180, 0.3),
        1px 0 0 rgba(0, 200, 180, 0.3);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 36px;
    overflow: hidden;
    position: relative;
    box-shadow: 
        inset 0 0 0 2px rgba(0, 200, 180, 0.15),
        inset 0 0 0 1px rgba(0, 0, 0, 0.1),
        inset 0 2px 8px rgba(0, 163, 153, 0.08),
        0 3px 12px rgba(0, 0, 0, 0.15);
    border: 0.5px solid rgba(0, 200, 180, 0.2);
}

.phone-screenshot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Screen Overlay for Glass Effect */
.phone-screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.15) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.05) 100%
    );
    pointer-events: none;
    z-index: 1;
}

/* Phone Reflection */
.phone-reflection {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 120px;
    background: linear-gradient(
        to bottom,
        rgba(0, 163, 153, 0.15) 0%,
        rgba(0, 122, 116, 0.08) 30%,
        transparent 100%
    );
    border-radius: 50%;
    filter: blur(25px);
    z-index: 0;
    opacity: 0.7;
    animation: reflectionPulse 6s ease-in-out infinite;
}

@keyframes reflectionPulse {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        opacity: 0.85;
        transform: translateX(-50%) scaleX(1.1);
    }
}

.shadow-2xl {
    box-shadow: 
        0 30px 60px -12px rgba(0, 0, 0, 0.6),
        0 10px 25px rgba(0, 122, 116, 0.2);
}

/* FAB BUTTON - ENHANCED */
.phone-fab {
    position: absolute;
    bottom: 100px;
    right: 12%;
    z-index: 20;
    animation: fabFloat 3s ease-in-out infinite;
}

@keyframes fabFloat {
    0%, 100% { 
        transform: translateY(0px) scale(1);
    }
    50% { 
        transform: translateY(-12px) scale(1.05);
    }
}

.fab-button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c4b8 0%, #00a399 50%, #007a74 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 26px;
    box-shadow: 
        0 12px 28px rgba(0, 122, 116, 0.5),
        0 6px 12px rgba(0, 163, 153, 0.4),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.fab-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    background: rgba(0, 163, 153, 0.3);
    border-radius: 50%;
    animation: fabRipple 2s ease-out infinite;
}

@keyframes fabRipple {
    0% {
        width: 64px;
        height: 64px;
        opacity: 0.6;
    }
    100% {
        width: 90px;
        height: 90px;
        opacity: 0;
    }
}

.fab-button:hover {
    transform: scale(1.12) rotate(90deg);
    box-shadow: 
        0 16px 36px rgba(0, 122, 116, 0.6),
        0 8px 16px rgba(0, 163, 153, 0.5),
        inset 0 1px 3px rgba(255, 255, 255, 0.4);
}

.fab-button i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.fab-button:hover i {
    transform: rotate(-90deg);
}

/* ==========================================
   DOWNLOAD SECTION - COMPLETELY REVAMPED
   ========================================== */

.download-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e8eef3 100%);
    position: relative;
}

.download-content {
    padding: 2rem 0;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(0, 122, 116, 0.1);
    color: var(--mykosh-teal);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
}

.download-heading {
    font-size: 3rem;
    font-weight: 800;
    color: var(--mykosh-navy);
    line-height: 1.2;
}

.text-gradient-primary {
    background: linear-gradient(135deg, var(--mykosh-teal) 0%, var(--mykosh-teal-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.download-description {
    font-size: 1.25rem;
    color: #64748b;
    line-height: 1.7;
}

/* Company Badge */
.company-badge {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(15, 58, 99, 0.08);
    width: fit-content;
}

.company-badge-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.company-badge-text {
    display: flex;
    flex-direction: column;
}

.company-badge-text strong {
    font-size: 1rem;
    color: var(--mykosh-navy);
    font-weight: 700;
}

.company-badge-text small {
    font-size: 0.85rem;
    color: #64748b;
}

/* Store Buttons */
.download-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.store-button {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: var(--mykosh-navy);
    color: white;
    padding: 1rem 1.75rem;
    border-radius: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(15, 58, 99, 0.15);
    flex: 1;
    min-width: 180px;
}

.store-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(15, 58, 99, 0.25);
    color: white;
}

.store-button i {
    font-size: 2.5rem;
    flex-shrink: 0;
}

.store-button-text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.store-button-text small {
    font-size: 0.75rem;
    opacity: 0.8;
    font-weight: 400;
}

.store-button-text strong {
    font-size: 1.15rem;
    font-weight: 700;
    color: white;
}

.apple-button {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
}

.google-button {
    background: linear-gradient(135deg, var(--mykosh-navy) 0%, var(--mykosh-navy-light) 100%);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.stat-card {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(15, 58, 99, 0.08);
    transition: all 0.3s ease;
}

.stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(15, 58, 99, 0.15);
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: var(--mykosh-teal);
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    font-weight: 500;
}

/* Download Preview - Premium Phone Mockup */
.download-preview {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 2rem;
}

.preview-mockup {
    position: relative;
    max-width: 350px;
    width: 100%;
    perspective: 1200px;
}

.mockup-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 450px;
    background: 
        radial-gradient(circle at 40% 40%, rgba(0, 200, 180, 0.35) 0%, transparent 45%),
        radial-gradient(circle at 60% 60%, rgba(80, 40, 180, 0.25) 0%, transparent 50%),
        radial-gradient(circle, rgba(0, 163, 153, 0.3) 0%, rgba(0, 122, 116, 0.15) 40%, transparent 70%);
    filter: blur(50px);
    z-index: 0;
    animation: mockupGlow 6s ease-in-out infinite;
}

@keyframes mockupGlow {
    0%, 100% { 
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1) rotate(0deg);
    }
    50% {
        opacity: 0.95;
        transform: translate(-50%, -50%) scale(1.12) rotate(180deg);
    }
}

.mockup-spotlight {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    width: 180%;
    height: 180%;
    background: radial-gradient(ellipse at top, rgba(255, 255, 255, 0.06) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.mockup-phone-wrapper {
    position: relative;
    z-index: 1;
    animation: mockupFloat 7s ease-in-out infinite;
    transform-style: preserve-3d;
}

@keyframes mockupFloat {
    0%, 100% { 
        transform: translateY(0px) rotateY(5deg) rotateX(-3deg);
    }
    50% { 
        transform: translateY(-20px) rotateY(-5deg) rotateX(3deg);
    }
}

.mockup-phone-frame {
    width: 310px;
    height: 630px;
    background: 
        linear-gradient(165deg, rgba(70, 70, 70, 0.1) 0%, transparent 40%),
        linear-gradient(145deg, #2a2a2a 0%, #1a1a1a 50%, #0f0f0f 100%);
    border-radius: 42px;
    padding: 13px;
    box-shadow: 
        0 45px 90px rgba(0, 0, 0, 0.55),
        0 25px 50px rgba(0, 0, 0, 0.45),
        0 15px 30px rgba(0, 0, 0, 0.35),
        0 8px 16px rgba(0, 122, 116, 0.22),
        0 0 0 0.5px rgba(90, 90, 90, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 0 18px rgba(0, 0, 0, 0.25),
        inset 0 -2px 6px rgba(0, 0, 0, 0.45);
    position: relative;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 0.5px solid rgba(50, 50, 50, 0.4);
}

.mockup-phone-frame::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 42px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    pointer-events: none;
}

.mockup-phone-frame:hover {
    transform: translateZ(12px) scale(1.015);
    box-shadow: 
        0 55px 110px rgba(0, 0, 0, 0.65),
        0 35px 70px rgba(0, 0, 0, 0.55),
        0 20px 40px rgba(0, 0, 0, 0.45),
        0 12px 24px rgba(0, 200, 180, 0.35),
        0 0 0 0.5px rgba(0, 200, 180, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        inset 0 0 22px rgba(0, 163, 153, 0.08);
}

.mockup-phone-notch {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 25px;
    background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
    border-radius: 0 0 18px 18px;
    z-index: 10;
    box-shadow: 
        0 2px 3px rgba(0, 0, 0, 0.3),
        inset 0 1px 1px rgba(255, 255, 255, 0.04);
}

.mockup-phone-notch::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    height: 5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 2.5px;
}

.mockup-phone-notch::after {
    content: '';
    position: absolute;
    top: 7px;
    right: 18px;
    width: 7px;
    height: 7px;
    background: rgba(0, 255, 200, 0.55);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 255, 200, 0.35);
}

.mockup-power-button {
    position: absolute;
    right: -3.5px;
    top: 140px;
    width: 4.5px;
    height: 58px;
    background: linear-gradient(90deg, #1a1a1a 0%, #3a3a3a 30%, #2a2a2a 70%, #0f0f0f 100%);
    border-radius: 2px 0 0 2px;
    box-shadow: 
        inset 1px 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 2px rgba(0, 0, 0, 0.5),
        -1.5px 0 3px rgba(0, 0, 0, 0.35);
}

.mockup-volume-buttons {
    position: absolute;
    left: -3.5px;
    top: 115px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mockup-volume-up,
.mockup-volume-down {
    width: 4.5px;
    height: 42px;
    background: linear-gradient(270deg, #1a1a1a 0%, #3a3a3a 30%, #2a2a2a 70%, #0f0f0f 100%);
    border-radius: 0 2px 2px 0;
    box-shadow: 
        inset -1px 0 1px rgba(255, 255, 255, 0.08),
        inset 0 1px 2px rgba(0, 0, 0, 0.5),
        1.5px 0 3px rgba(0, 0, 0, 0.35);
}

.mockup-phone-screen {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    box-shadow: 
        inset 0 0 0 1.5px rgba(0, 200, 180, 0.12),
        inset 0 0 0 1px rgba(0, 0, 0, 0.08),
        inset 0 2px 6px rgba(0, 163, 153, 0.06),
        0 2px 10px rgba(0, 0, 0, 0.12);
    border: 0.5px solid rgba(0, 200, 180, 0.15);
}

.mockup-screenshot {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.mockup-screen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        130deg,
        rgba(255, 255, 255, 0.12) 0%,
        transparent 50%,
        rgba(0, 0, 0, 0.04) 100%
    );
    pointer-events: none;
    z-index: 1;
}

.mockup-reflection {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 100px;
    background: linear-gradient(
        to bottom,
        rgba(0, 163, 153, 0.12) 0%,
        rgba(0, 122, 116, 0.06) 30%,
        transparent 100%
    );
    border-radius: 50%;
    filter: blur(20px);
    z-index: 0;
    opacity: 0.65;
    animation: mockupReflection 7s ease-in-out infinite;
}

@keyframes mockupReflection {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateX(-50%) scaleX(1.08);
    }
}

/* FEATURE CARDS - ENHANCED */
.feature-card {
    padding: 2.5rem;
    border-radius: 20px;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow: 0 8px 30px rgba(15, 58, 99, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
}

.feature-card:hover {
    border-color: rgba(0, 122, 116, 0.3);
    transform: translateY(-12px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 122, 116, 0.15),
        0 10px 20px rgba(15, 58, 99, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--mykosh-navy) 0%, var(--mykosh-teal) 100%);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: white;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 122, 116, 0.3);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 15px 35px rgba(0, 122, 116, 0.4);
}

/* RESPONSIVE IMPROVEMENTS */
@media (max-width: 992px) {
    .hero-home {
        padding: 5rem 0 4rem;
    }
    
    .hero-content-home {
        padding-right: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-branding {
        align-items: center;
    }
    
    .hero-heading {
        font-size: 2.5rem;
    }
    
    .hero-description {
        max-width: 100%;
        text-align: center;
    }
    
    .hero-trust-indicators {
        justify-content: center;
    }
    
    .hero-cta-buttons {
        justify-content: center;
    }
    
    .hero-logo-main {
        width: 64px;
        height: 64px;
    }
    
    .phone-wrapper {
        padding: 1rem;
    }
    
    .phone-frame {
        width: 280px;
        height: 570px;
        border-radius: 40px;
    }
    
    .phone-notch {
        width: 120px;
        height: 24px;
    }
    
    .phone-fab {
        bottom: 70px;
        right: 8%;
    }
    
    .fab-button {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }
    
    .download-heading {
        font-size: 2.25rem;
    }
    
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .hero-home {
        padding: 4rem 0 3rem;
    }
    
    .hero-heading {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .hero-logo-main {
        width: 56px;
        height: 56px;
    }
    
    .phone-frame {
        width: 240px;
        height: 490px;
    }
    
    .phone-fab {
        bottom: 60px;
        right: 5%;
    }
    
    .fab-button {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
    
    .download-heading {
        font-size: 1.75rem;
    }
    
    .store-button {
        min-width: 100%;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .hero-cta-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-hero-primary,
    .btn-hero-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    
    .hero-trust-indicators {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

/**
 * MyKosh Custom Theme
 * Primary Colors: Navy (#0F3A63) and Teal (#007A74)
 */

:root {
    --mykosh-navy: #0F3A63;
    --mykosh-teal: #007A74;
    --mykosh-navy-light: #1a5080;
    --mykosh-navy-dark: #0a2844;
    --mykosh-teal-light: #00a399;
    --mykosh-teal-dark: #005f57;
    --mykosh-accent: #f53003;
    
    /* Gradients */
    --gradient-primary: linear-gradient(135deg, var(--mykosh-navy) 0%, var(--mykosh-teal) 100%);
    --gradient-primary-reverse: linear-gradient(135deg, var(--mykosh-teal) 0%, var(--mykosh-navy) 100%);
    --gradient-overlay: linear-gradient(135deg, rgba(15, 58, 99, 0.95) 0%, rgba(0, 122, 116, 0.95) 100%);
    
    /* Shadows */
    --shadow-sm: 0 2px 8px rgba(15, 58, 99, 0.08);
    --shadow-md: 0 4px 16px rgba(15, 58, 99, 0.12);
    --shadow-lg: 0 8px 32px rgba(15, 58, 99, 0.16);
    --shadow-xl: 0 16px 48px rgba(15, 58, 99, 0.2);
}

/* Body Styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef3 100%);
    min-height: 100vh;
    color: #2d3748;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    color: var(--mykosh-navy);
    font-weight: 700;
}

.text-navy {
    color: var(--mykosh-navy) !important;
}

.text-teal {
    color: var(--mykosh-teal) !important;
}

.text-teal-light {
    color: var(--mykosh-teal-light) !important;
}

.text-gradient {
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-accent {
    color: var(--mykosh-accent) !important;
}

/* Background Colors */
.bg-navy {
    background-color: var(--mykosh-navy) !important;
}

.bg-teal {
    background-color: var(--mykosh-teal) !important;
}

.bg-gradient {
    background: var(--gradient-primary) !important;
}

.bg-light-gradient {
    background: linear-gradient(135deg, rgba(15, 58, 99, 0.05) 0%, rgba(0, 122, 116, 0.05) 100%);
}

/* Navbar - Fixed Header */
.navbar-custom {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 58, 99, 0.08);
    box-shadow: 0 2px 12px rgba(15, 58, 99, 0.06);
    transition: all 0.3s ease;
    padding: 1rem 0;
    z-index: 1050;
}

.navbar-custom.scrolled {
    box-shadow: 0 4px 20px rgba(15, 58, 99, 0.12);
    padding: 0.75rem 0;
}

.navbar-brand {
    color: var(--mykosh-navy);
    font-weight: 700;
    font-size: 1.35rem;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand:hover {
    color: var(--mykosh-teal);
}

.navbar-logo {
    height: 38px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.navbar-brand:hover .navbar-logo {
    transform: scale(1.05);
}

.navbar-brand i {
    font-size: 1.5rem;
}

.navbar-toggler {
    padding: 0.5rem;
    border: none;
}

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

.nav-link {
    color: var(--mykosh-navy);
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--mykosh-teal);
    background-color: rgba(0, 122, 116, 0.05);
}

.nav-link.active {
    color: var(--mykosh-teal);
    font-weight: 600;
    background-color: rgba(0, 122, 116, 0.08);
}

.nav-link i {
    font-size: 1.1rem;
}

/* Mobile navbar adjustments */
@media (max-width: 991.98px) {
    .navbar-custom {
        padding: 0.75rem 0;
    }
    
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(15, 58, 99, 0.1);
    }
    
    .nav-link {
        margin-bottom: 0.5rem;
    }
}

/* Buttons */
.btn-navy {
    background-color: var(--mykosh-navy);
    border-color: var(--mykosh-navy);
    color: white;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.btn-navy:hover {
    background-color: var(--mykosh-navy-light);
    border-color: var(--mykosh-navy-light);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-teal {
    background-color: var(--mykosh-teal);
    border-color: var(--mykosh-teal);
    color: white;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.btn-teal:hover {
    background-color: var(--mykosh-teal-light);
    border-color: var(--mykosh-teal-light);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

/* Navbar Dropdown */
.navbar .dropdown-menu {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(15, 58, 99, 0.1);
    border-radius: 0.75rem;
    box-shadow: 0 8px 25px rgba(15, 58, 99, 0.15);
    padding: 0.5rem 0;
    margin-top: 0.5rem;
}

.navbar .dropdown-item {
    color: var(--mykosh-navy);
    padding: 0.5rem 1.25rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.navbar .dropdown-item:hover {
    background: rgba(0, 122, 116, 0.08);
    color: var(--mykosh-teal);
    transform: translateX(4px);
}

.navbar .dropdown-item i {
    font-size: 0.8rem;
    opacity: 0.7;
}

.navbar .dropdown-item:hover i {
    opacity: 1;
}

.navbar .dropdown-divider {
    margin: 0.25rem 0;
    border-color: rgba(15, 58, 99, 0.1);
}

/* Navbar CTA Button */
.navbar .btn-teal {
    background: linear-gradient(135deg, #00a399 0%, #007a74 100%);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 122, 116, 0.3);
}

.navbar .btn-teal:hover {
    background: linear-gradient(135deg, #007a74 0%, #005a55 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 122, 116, 0.4);
    color: white;
}

.btn-gradient {
    background: var(--gradient-primary);
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.btn-gradient:hover {
    background: var(--gradient-primary-reverse);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-outline-navy {
    border-color: var(--mykosh-navy);
    color: var(--mykosh-navy);
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.btn-outline-navy:hover {
    background-color: var(--mykosh-navy);
    border-color: var(--mykosh-navy);
    color: white;
}

.btn-outline-teal {
    border-color: var(--mykosh-teal);
    color: var(--mykosh-teal);
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.btn-outline-teal:hover {
    background-color: var(--mykosh-teal);
    border-color: var(--mykosh-teal);
    color: white;
}

/* Cards */
.card-custom {
    background: white;
    border: none;
    border-radius: 1rem;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    overflow: hidden;
}

.card-custom:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.card-gradient {
    background: var(--gradient-primary);
    color: white;
}

.card-glass {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-lg);
}

/* Hero Section */
.hero-section {
    background: var(--gradient-primary);
    color: white;
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="60" height="60" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="60" height="60" patternUnits="userSpaceOnUse"><path d="M 60 0 L 0 0 0 60" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}

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

/* Legal Document Styles */
.legal-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: var(--shadow-sm);
}

.legal-card:hover {
    border-color: var(--mykosh-teal);
    transform: translateX(8px);
    box-shadow: var(--shadow-md);
}

.legal-icon {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    box-shadow: var(--shadow-md);
}

.legal-badge {
    background: linear-gradient(135deg, rgba(15, 58, 99, 0.1) 0%, rgba(0, 122, 116, 0.1) 100%);
    color: var(--mykosh-navy);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    display: inline-block;
}

/* Document Content */
.document-content {
    background: white;
    border-radius: 1rem;
    padding: 3rem;
    box-shadow: var(--shadow-md);
    line-height: 1.8;
}

.document-content h2 {
    color: var(--mykosh-navy);
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 3px solid var(--mykosh-teal);
}

.document-content h3 {
    color: var(--mykosh-navy);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.document-content p {
    color: #4a5568;
    margin-bottom: 1.25rem;
}

.document-content ul,
.document-content ol {
    color: #4a5568;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.document-content li {
    margin-bottom: 0.75rem;
}

/* Badge Styles */
.badge-navy {
    background-color: var(--mykosh-navy);
    color: white;
}

.badge-teal {
    background-color: var(--mykosh-teal);
    color: white;
}

.badge-gradient {
    background: var(--gradient-primary);
    color: white;
}

/* Footer - Enhanced */
.footer-custom {
    background: linear-gradient(135deg, rgba(15, 58, 99, 0.02) 0%, rgba(0, 122, 116, 0.02) 100%);
    border-top: 1px solid rgba(15, 58, 99, 0.08);
    padding: 3rem 0 2rem;
    margin-top: 4rem;
    position: relative;
}

.footer-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(0, 122, 116, 0.2) 50%, transparent 100%);
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
    filter: opacity(0.8);
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0;
    border-radius: 0.375rem;
}

.footer-links a:hover {
    color: var(--mykosh-teal) !important;
    background: rgba(0, 122, 116, 0.05);
    transform: translateX(4px);
}

.footer-links a i {
    font-size: 0.85rem;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.footer-links a:hover i {
    opacity: 1;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

/* Footer Responsive */
@media (max-width: 768px) {
    .footer-custom {
        padding: 2rem 0 1.5rem;
        text-align: center;
    }

    .footer-brand {
        align-items: center;
        text-align: center;
        margin-bottom: 2rem;
    }

    .footer-social {
        justify-content: center;
        margin-top: 1rem;
    }
}

/* Search Bar */
.search-container {
    position: relative;
}

.search-input {
    border-radius: 3rem;
    border: 2px solid rgba(15, 58, 99, 0.1);
    padding: 0.875rem 1.5rem 0.875rem 3rem;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.search-input:focus {
    border-color: var(--mykosh-teal);
    box-shadow: 0 0 0 4px rgba(0, 122, 116, 0.1);
    outline: none;
}

.search-icon {
    position: absolute;
    left: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--mykosh-navy);
    font-size: 1.25rem;
}

/* Utility Classes */
.rounded-xl {
    border-radius: 1rem !important;
}

.rounded-2xl {
    border-radius: 1.5rem !important;
}

.shadow-custom {
    box-shadow: var(--shadow-md) !important;
}

.shadow-custom-lg {
    box-shadow: var(--shadow-lg) !important;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section {
        padding: 3rem 0;
    }
    
    .document-content {
        padding: 1.5rem;
    }
    
    .legal-card {
        padding: 1.5rem;
    }
}

/* Breadcrumb */
.breadcrumb-custom {
    background: transparent;
    padding: 0;
    margin-bottom: 1.5rem;
}

.breadcrumb-custom .breadcrumb-item {
    color: var(--mykosh-navy);
}

.breadcrumb-custom .breadcrumb-item.active {
    color: var(--mykosh-teal);
}

.breadcrumb-custom .breadcrumb-item + .breadcrumb-item::before {
    color: #cbd5e0;
}

/* Table of Contents */
.toc-nav {
    position: sticky;
    top: 2rem;
    background: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: var(--shadow-sm);
}

.toc-nav a {
    color: #4a5568;
    text-decoration: none;
    display: block;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
    border-left: 3px solid transparent;
    padding-left: 1rem;
    margin-left: -1rem;
}

.toc-nav a:hover,
.toc-nav a.active {
    color: var(--mykosh-teal);
    border-left-color: var(--mykosh-teal);
}

/* Alert Box */
.alert-navy {
    background: linear-gradient(135deg, rgba(15, 58, 99, 0.1) 0%, rgba(0, 122, 116, 0.1) 100%);
    border-left: 4px solid var(--mykosh-navy);
    color: var(--mykosh-navy);
}

.alert-teal {
    background: rgba(0, 122, 116, 0.1);
    border-left: 4px solid var(--mykosh-teal);
    color: var(--mykosh-teal-dark);
}
