@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Regular.woff2') format('woff2'),
         url('../fonts/Geomanist-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Medium.woff2') format('woff2'),
         url('../fonts/Geomanist-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/Geomanist-Bold.woff2') format('woff2'),
         url('../fonts/Geomanist-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* Toast Custom Styles */
.custom-toast {
    background: rgba(15, 23, 42, 0.95) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #e5e7eb !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    font-family: 'Geomanist', sans-serif;
}

.custom-toast .toast-header {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.custom-toast .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast-success {
    border-left: 4px solid #22c55e;
}

.toast-error {
    border-left: 4px solid #ef4444;
}

body {
    min-height: 100vh;
    background: radial-gradient(circle at 0% 0%, #0f766e 0, #0f172a 55%, #020617 100%);
    color: #0f172a;
    font-family: 'Geomanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    padding-top: 76px;
}

.navbar {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 300ms ease-in-out;
}

.navbar.navbar-hidden {
    transform: translateY(-100%);
}

.navbar-brand {
    font-family: 'Oswald', 'Geomanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-logo-img {
    height: 56px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 800ms ease, transform 800ms ease;
}

.navbar-logo-img.show {
    opacity: 1;
    transform: translateY(0);
}

.navbar-nav .nav-link {
    font-family: 'Oswald', 'Geomanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    color: #e5e7eb;
    position: relative;
    transition: all 200ms ease;
    padding-bottom: 0.5rem;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    transform: translateX(-50%);
    transition: width 300ms ease;
}

.navbar-nav .nav-link:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.navbar-nav .nav-link:hover::after {
    width: 80%;
}

.navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-nav .nav-link.active::after {
    width: 80%;
}

.btn-outline-light-soft {
    border-radius: 999px;
    border: 1.5px solid rgba(226, 232, 240, 0.4);
    padding-inline: 1.5rem;
    padding-block: 0.55rem;
    font-weight: 500;
    color: #f0f9ff !important;
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: all 200ms ease;
}

.btn-outline-light-soft:hover {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(226, 232, 240, 0.6);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #e5f2ff;
    padding: 2rem 0;
}

.hero-inner {
    position: relative;
    z-index: 1;
    will-change: transform;
    transition: transform 80ms ease-out;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(34, 197, 94, 0.12));
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 0.8rem;
    color: #f0f9ff;
    margin-bottom: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.hero-badge-dot {
    display: none;
}

.hero-title {
    font-family: 'Oswald', 'Geomanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(3rem, 5.5vw + 1rem, 5rem);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.01em;
    margin-bottom: 2rem;
}

.hero-subtitle {
    font-size: 1.25rem;
    max-width: 42rem;
    color: #e5e7eb;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.hero-cta-primary {
    border-radius: 999px;
    padding-inline: 2rem;
    padding-block: 0.85rem;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.35);
    background: #22c55e;
    border: none;
    color: #0f172a !important;
    transition: all 200ms ease;
}

.hero-cta-primary:hover {
    background: #16a34a;
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.45);
    transform: translateY(-2px);
    color: #0f172a !important;
}

.hero-cta-secondary {
    border-radius: 999px;
    padding-inline: 2rem;
    padding-block: 0.85rem;
    font-weight: 500;
    color: #f0f9ff !important;
    border: 1.5px solid rgba(226, 232, 240, 0.4);
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: all 200ms ease;
}

.hero-cta-secondary:hover {
    background: rgba(15, 23, 42, 0.6);
    border-color: rgba(226, 232, 240, 0.6);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
}

.hero-metadata {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.85rem;
    color: #cbd5f5;
}

.hero-metadata strong {
    color: #f9fafb;
}

.hero-card {
    position: relative;
    border-radius: 1.5rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.9));
    border: 1px solid rgba(148, 163, 184, 0.15);
    padding: 2.5rem;
    color: #e5e7eb;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.95);
    overflow: hidden;
    will-change: transform;
    transition: transform 80ms ease-out;
}

.hero-card-tag {
    display: inline-flex;
    padding: 0.2rem 0.75rem;
    border-radius: 999px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    margin-bottom: 0.75rem;
}

.hero-card-metric {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.5rem;
    line-height: 1;
    letter-spacing: -0.02em;
    display: inline-block;
}

.hero-card-metric-container {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.hero-card-metric-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15), rgba(56, 189, 248, 0.15));
    border: 1px solid rgba(56, 189, 248, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #22c55e;
}

.hero-card-accent {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 10%, rgba(59, 130, 246, 0.35), transparent 60%);
    right: -90px;
    top: -70px;
    opacity: 0.9;
}

.hero-card-divider {
    height: 1px;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(148, 163, 184, 0.6), transparent);
    margin: 1rem 0 0.85rem;
}

.section-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, 
        rgba(11, 18, 32, 0) 0%, 
        rgba(11, 18, 32, 0.6) 15%, 
        rgba(11, 18, 32, 0.85) 50%, 
        rgba(11, 18, 32, 0.85) 100%
    );
    border-radius: 0;
    margin-top: 0;
    padding: 5rem 0 4rem;
    border-top: none;
    position: relative;
}

.section-shell > .container {
    width: 100%;
}

.section-heading-eyebrow {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #64748b;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.section-heading {
    font-family: 'Oswald', 'Geomanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 2.75rem;
    font-weight: 500;
    color: #e5e7eb;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.section-subtitle {
    max-width: 48rem;
    color: #9ca3af;
    margin-bottom: 3rem;
    font-size: 1.15rem;
    line-height: 1.7;
}

.solution-card {
    position: relative;
    border-radius: 1.5rem;
    padding: 3rem 2rem;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.8));
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.solution-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.06), transparent 40%);
    opacity: 0;
    transition: opacity 300ms;
    pointer-events: none;
    z-index: 1;
}

.solution-card:hover::before {
    opacity: 1;
}

.solution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.3), 0 20px 40px -15px rgba(0, 0, 0, 0.7);
    border-color: rgba(56, 189, 248, 0.2);
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.95));
}

.solution-icon-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
    position: relative;
    z-index: 2;
}

.solution-icon-box {
    font-size: 2.5rem;
    color: #38bdf8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    transition: all 300ms ease;
    box-shadow: 0 0 20px rgba(56, 189, 248, 0.1);
}

.solution-card:hover .solution-icon-box {
    background: #38bdf8;
    color: #0f172a;
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0 0 30px rgba(56, 189, 248, 0.4);
    border-color: #38bdf8;
}

.solution-title {
    font-family: 'Oswald', 'Geomanist', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #f8fafc;
    letter-spacing: 0.02em;
    font-size: 1.6rem;
    position: relative;
    z-index: 2;
}

.solution-text {
    font-size: 1rem;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.solution-meta {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.5;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.solution-meta i {
   color: #22c55e;
   font-size: 1.1em;
}

.whatsapp-float {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 30;
}

.whatsapp-button {
    width: 72px;
    height: 72px;
    border-radius: 999px;
    border: none;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: 0 18px 40px rgba(22, 163, 74, 0.7);
    cursor: pointer;
}

.whatsapp-button:hover {
    background: #1fb256;
}

.whatsapp-pulse {
    position: absolute;
    inset: 0;
    border-radius: 999px;
    border: 2px solid rgba(52, 211, 153, 0.6);
    animation: whatsappPulse 1.8s infinite;
}

.form-label {
   color: #f0f9ff;
   font-weight: 500;
   margin-bottom: 0.5rem;
   font-size: 0.9rem;
}

.form-control {
   background: rgba(15, 23, 42, 0.4);
   border: 1.5px solid rgba(148, 163, 184, 0.25);
   color: #f0f9ff;
   padding: 0.75rem 1rem;
   border-radius: 0.75rem;
   transition: all 200ms ease;
   backdrop-filter: blur(8px);
   -webkit-backdrop-filter: blur(8px);
}

.form-control::placeholder {
   color: rgba(148, 163, 184, 0.6);
}

.form-control:focus {
   background: rgba(15, 23, 42, 0.6);
   border-color: rgba(56, 189, 248, 0.5);
   color: #ffffff;
   box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.1);
   outline: none;
}

textarea.form-control {
   resize: vertical;
   min-height: 120px;
}

/* reCAPTCHA styling */
.g-recaptcha {
   display: inline-block;
   border-radius: 0.75rem;
   overflow: hidden;
   background: rgba(15, 23, 42, 0.4);
   padding: 0.5rem;
   border: 1.5px solid rgba(148, 163, 184, 0.25);
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
   transition: all 200ms ease;
}

.g-recaptcha:hover {
   border-color: rgba(148, 163, 184, 0.35);
   background: rgba(15, 23, 42, 0.5);
}

/* Override reCAPTCHA iframe styles */
.g-recaptcha > div {
   border-radius: 0.5rem;
   overflow: hidden;
}

/* Scroll Animations */
.fade-in-up {
   opacity: 0;
   transform: translateY(30px);
   transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.fade-in-up.visible {
   opacity: 1;
   transform: translateY(0);
}

.stagger-1 { transition-delay: 100ms; }
.stagger-2 { transition-delay: 200ms; }
.stagger-3 { transition-delay: 300ms; }

@keyframes whatsappPulse {
    0% { transform: scale(1); opacity: 0.9; }
    70% { transform: scale(1.5); opacity: 0; }
    100% { transform: scale(1.5); opacity: 0; }
}

footer {
    padding: 1.75rem 0;
    background: #020617;
    color: #6b7280;
    font-size: 0.85rem;
    border-top: none;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(30, 64, 175, 0.3) 20%, 
        rgba(30, 64, 175, 0.4) 50%, 
        rgba(30, 64, 175, 0.3) 80%, 
        transparent 100%
    );
}

/* Cursor Tracking Effect */
.cursor-glow {
    position: fixed;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.15) 0%, rgba(34, 197, 94, 0.08) 25%, transparent 70%);
    filter: blur(40px);
    transform: translate(-50%, -50%);
    mix-blend-mode: screen;
}

.cursor-glow.active {
    opacity: 1;
}

/* Hide cursor glow on touch devices */
@media (hover: none) and (pointer: coarse) {
    .cursor-glow {
        display: none;
    }
}

/* Splash Screen Styles */
.splash-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    transition: opacity 1000ms ease-out;
}

.splash-screen.fade-out {
    opacity: 0;
}

.splash-logo {
    height: 80px;
    width: auto;
    opacity: 0;
    animation: splashLogoIn 1000ms ease-out forwards;
}

.splash-screen.fade-out .splash-logo {
    animation: splashLogoOut 800ms ease-in forwards;
}

@keyframes splashLogoIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes splashLogoOut {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.05);
    }
}

@media (max-width: 767.98px) {
    .hero {
        min-height: auto;
        padding: 3rem 0 2rem;
    }

    .hero-card {
        margin-top: 2rem;
    }

    .section-shell {
        min-height: auto;
        padding: 3rem 0;
    }

    .section-shell {
        border-radius: 1.5rem 1.5rem 0 0;
    }

    .splash-logo {
        height: 60px;
    }
}
