:root {
    /* AppWebZone Core Palette */
    --awz-teal: #005c7a;
    --awz-purple: #6a2c91;
    --awz-sky: #7dd3f7;
    --awz-dark: #020617;
    --awz-glass: rgba(255, 255, 255, 0.6);
}

:root {
    --awz-teal: #005c7a;
    --awz-purple: #6a2c91;
    --awz-sky: #7dd3f7;
    --awz-dark: #020617;
    --neuton-font: 'Neuton', serif;
}

/* --- HIDE SCROLLBAR GLOBALLY --- */
html, body {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    html::-webkit-scrollbar, body::-webkit-scrollbar {
        display: none;
    }

/* --- PRELOADER --- */
#preloader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s;
}

.awz-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: var(--neuton-font);
    font-size: 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    animation: awz-bounce 1.5s infinite ease-in-out;
}

.c-teal {
    background: var(--awz-teal);
    animation-delay: 0s;
}

.c-purple {
    background: var(--awz-purple);
    animation-delay: 0.2s;
}

.c-sky {
    background: var(--awz-sky);
    animation-delay: 0.4s;
}

@@keyframes awz-bounce {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

/* --- DUAL PROGRESS WRAP (WhatsApp & Scroll) --- */
#progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 55px;
    width: 55px;
    cursor: pointer;
    border-radius: 50px;
    z-index: 500;
    background: #25d366; /* WhatsApp Green */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

    #progress-wrap.is-scrolling {
        background: #fff;
        color: var(--awz-teal);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

.progress-circle path {
    fill: none;
    stroke: var(--awz-teal);
    stroke-width: 4;
    transition: all 10ms linear;
}

.icon-whatsapp {
    font-size: 28px;
    transition: 0.3s;
}

.icon-scroll-top {
    font-size: 18px;
    opacity: 0;
    position: absolute;
    transform: translateY(10px);
    transition: 0.3s;
}

#progress-wrap.is-scrolling .icon-whatsapp {
    opacity: 0;
    transform: translateY(-10px);
}

#progress-wrap.is-scrolling .icon-scroll-top {
    opacity: 1;
    transform: translateY(0);
}

/* --- REVEAL ANIMATION --- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s ease;
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

/* --- GLOBAL CORE STYLES --- */
body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #1e293b;
    overflow-x: hidden;
}

/* Centralized Reveal Animation (Scroll Effects) */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


/* Technical Nodes for Sitemap/Privacy */
.node-line-vertical {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, var(--awz-purple), var(--awz-teal), transparent);
    opacity: 0.2;
}

.protocol-step {
    position: relative;
    padding-left: 45px;
    margin-bottom: 2rem;
    border-left: 1px solid #e2e8f0;
}
/* Non-stop Looping Gradient */
@keyframes gradient-flow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.animate-gradient-flow {
    background-size: 200% auto;
    animation: gradient-flow 6s ease infinite;
}

/* Floating Card Animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.animate-float {
    animation: float 4s ease-in-out infinite;
}

/* Marquee for Stats Strip */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.animate-marquee {
    display: inline-flex;
    animation: marquee 30s linear infinite;
}
/* Centralized Glassmorphism */
.glass-card {
    background: var(--awz-glass);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Centralized Branded Gradients */
.text-gradient-awz {
    background: linear-gradient(to right, var(--awz-teal), var(--awz-purple));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-gradient-awz {
    background: linear-gradient(to right, var(--awz-purple), var(--awz-teal));
}

/* Centralized Button Logic (Slim & Tech) */
.btn-awz-primary {
    position: relative;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: white;
    overflow: hidden;
    transition: all 0.4s ease;
}

    .btn-awz-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(106, 44, 145, 0.2);
    }
/* Sidebar Link Styling */
.terms-sidebar-link {
    display: block;
    padding: 0.75rem 1.25rem;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #94a3b8; /* Slate 400 */
    border-left: 2px solid transparent;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
}

    .terms-sidebar-link:hover {
        color: #0f172a; /* Slate 900 */
        background: #f8fafc; /* Slate 50 */
    }

    .terms-sidebar-link.active {
        color: #0f172a;
        border-left-color: #7dd3f7; /* Sky 300 - Matching your glow */
        background: #f1f5f9; /* Slate 100 */
    }

/* Clause Box Reveal Animation */
.clause-box {
    margin-bottom: 5rem;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

    .clause-box.active {
        opacity: 1;
        transform: translateY(0);
    }

/* Technical Tags */
.clause-tag {
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    background: #f1f5f9;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    color: #475569; /* Slate 600 */
    margin-bottom: 1rem;
    display: inline-block;
    border: 1px solid #e2e8f0;
}

/* Grid Layout */
.terms-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media (min-width: 1024px) {
    .terms-grid {
        grid-template-columns: 280px 1fr;
    }
}


/* --- Pre loder THE CIRCLES (Larger) --- */
.awz-circle {
    width: 65px; /* Increased from 50px */
    height: 65px; /* Increased from 50px */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 900;
    font-size: 26px; /* Larger Font */
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    /* Animation: Changed to 3s */
    animation: bounce-logo 3s infinite ease-in-out;
}

/* Staggered Delay for the "Wave" Effect */
.c-teal {
    background: #005c7a;
    animation-delay: 0s;
}

.c-purple {
    background: #6a2c91;
    animation-delay: 0.4s;
}
/* Slightly more delay for slower speed */
.c-sky {
    background: #7dd3f7;
    animation-delay: 0.8s;
}

/* --- THE KEYFRAMES (Larger Jump) --- */
@keyframes bounce-logo {
    0%, 100% {
        transform: translateY(0) scale(1);
    }

    50% {
        transform: translateY(-40px) scale(1.1); /* Jumps higher and grows slightly */
    }
}

/* --- LOADING TEXT (3s Pulse) --- */
#preloader p {
    font-size: 12px; /* Slightly larger text */
    animation: pulse-text 3s infinite ease-in-out;
}

@keyframes pulse-text {
    0%, 100% {
        opacity: 0.4;
        letter-spacing: 0.4em;
    }

    50% {
        opacity: 1;
        letter-spacing: 0.6em; /* More expansion */
    }
}