/* ==========================
   FOUNDATION
========================== */

.velora-shell{
    width:min(1280px,calc(100% - 40px));
    margin:0 auto;
}

.velora-pathway-card img,
.velora-overview-image img,
.velora-hero-media img{
    max-width:100%;
    display:block;
}

/* ==========================
   HERO SECTION
========================== */

.velora-hero-section{
    position:relative;
    overflow:hidden;
    padding:100px 0 90px;
    background:
    linear-gradient(135deg,#061420 0%,#0b2134 55%,#103550 100%);
}

.velora-hero-section::before{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    top:-320px;
    right:-220px;
    border-radius:50%;
    background:rgba(34,211,238,.10);
    filter:blur(80px);
}

.velora-hero-section::after{
    content:"";
    position:absolute;
    width:500px;
    height:500px;
    bottom:-220px;
    left:-140px;
    border-radius:50%;
    background:rgba(45,212,191,.12);
    filter:blur(70px);
}

.velora-hero-layout{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:90px;
    align-items:center;
    position:relative;
    z-index:2;
}

.velora-tag{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:14px 22px;
    border-radius:999px;
    color:#a5f3fc;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(20px);
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    font-weight:800;
    margin-bottom:28px;
}

.velora-tag::before{
    content:"";
    width:10px;
    height:10px;
    border-radius:50%;
    background:#67e8f9;
}

.velora-hero-content h1{
    margin:0 0 28px;
    color:#fff;
    font-size:clamp(3.4rem,5vw,5rem);
    line-height:1.02;
    letter-spacing:-2.5px;
    font-weight:800;
}

.velora-lead{
    color:rgba(255,255,255,.78);
    line-height:1.95;
    margin-bottom:20px;
    font-size:1.03rem;
}

.velora-hero-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:38px;
}

.velora-btn-primary,
.velora-btn-secondary{
    min-height:64px;
    padding:0 32px;
    border-radius:18px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.35s ease;
    font-weight:700;
}

.velora-btn-primary{
    background:linear-gradient(135deg,#22d3ee,#2dd4bf);
    color:#05202b;
    box-shadow:0 30px 80px rgba(45,212,191,.30);
}

.velora-btn-secondary{
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}

.velora-btn-primary:hover,
.velora-btn-secondary:hover{
    transform:translateY(-6px);
}

.velora-hero-media{
    position:relative;
}

.velora-hero-media::before{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:40px;
    background:
    linear-gradient(
    135deg,
    rgba(34,211,238,.22),
    rgba(45,212,191,.18)
    );
}

.velora-hero-media img{
    width:100%;
    border-radius:34px;
    position:relative;
    z-index:2;
    box-shadow:0 50px 140px rgba(0,0,0,.35);
}

.velora-insight-card{
    position:absolute;
    z-index:3;
    padding:20px 22px;
    border-radius:22px;
    backdrop-filter:blur(24px);
    background:rgba(255,255,255,.10);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 25px 70px rgba(0,0,0,.18);
}

.velora-insight-card strong{
    display:block;
    color:#fff;
    margin-bottom:6px;
    font-size:1rem;
}

.velora-insight-card span{
    color:rgba(255,255,255,.75);
    font-size:.9rem;
}

.velora-insight-a{
    left:-35px;
    bottom:40px;
}

.velora-insight-b{
    right:-35px;
    top:40px;
}

/* ==========================
   OVERVIEW SECTION
========================== */

.velora-overview-section{
    padding:90px 0;
    background:#ffffff;
}

.velora-overview-grid{
    display:grid;
    grid-template-columns:.95fr 1.05fr;
    gap:90px;
    align-items:center;
}

.velora-overview-image{
    position:relative;
}

.velora-overview-image::before{
    content:"";
    position:absolute;
    inset:-18px;
    border-radius:36px;
    background:
    linear-gradient(
    135deg,
    rgba(34,211,238,.12),
    rgba(45,212,191,.14)
    );
}

.velora-overview-image img{
    border-radius:30px;
    position:relative;
    z-index:2;
    box-shadow:0 40px 110px rgba(15,23,42,.12);
}

.velora-overview-content h2{
    margin:0 0 24px;
    color:#071827;
    font-size:clamp(2.7rem,4vw,4rem);
    line-height:1.05;
    letter-spacing:-1.8px;
}

.velora-overview-content p{
    color:#64748b;
    line-height:1.95;
    margin-bottom:18px;
}

/* ==========================
   SECTION HEADER
========================== */

.velora-section-head{
    text-align:center;
    max-width:860px;
    margin:0 auto 60px;
}

.velora-section-head span{
    display:inline-block;
    margin-bottom:16px;
    color:#0f766e;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    font-weight:800;
}

.velora-section-head h2{
    margin:0 0 18px;
    color:#071827;
    font-size:clamp(2.8rem,4vw,4.2rem);
    line-height:1.05;
    letter-spacing:-2px;
}

.velora-section-head p{
    color:#64748b;
    line-height:1.9;
}

/* ==========================
   CONDITION PATHWAYS
========================== */

.velora-pathway-section{
    padding:90px 0 40px;
    background:
    linear-gradient(
    180deg,
    #f7fdff 0%,
    #ffffff 100%
    );
}

.velora-pathway-section-alt{
    padding:0 0 90px;
    background:
    linear-gradient(
    180deg,
    #f7fdff 0%,
    #ffffff 100%
    );
}

.velora-pathway-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.velora-pathway-card{
    position:relative;
    overflow:hidden;
    border-radius:34px;
    background:#fff;
    box-shadow:0 25px 80px rgba(15,23,42,.08);
    transition:.4s ease;
}

.velora-pathway-card:hover{
    transform:translateY(-12px);
    box-shadow:0 45px 120px rgba(15,23,42,.16);
}

.velora-pathway-card::before{
    content:"";
    position:absolute;
    inset:0 auto 0 0;
    width:6px;
    background:
    linear-gradient(
    180deg,
    #22d3ee,
    #2dd4bf
    );
    z-index:3;
}

.velora-pathway-image{
    overflow:hidden;
}

.velora-pathway-image img{
    width:100%;
    height:250px;
    object-fit:cover;
    transition:.6s ease;
}

.velora-pathway-card:hover .velora-pathway-image img{
    transform:scale(1.08);
}

.velora-pathway-content{
    padding:32px;
}

.velora-pathway-content h3{
    margin:0 0 14px;
    color:#071827;
    font-size:1.5rem;
    line-height:1.3;
}

.velora-pathway-content p{
    color:#64748b;
    line-height:1.85;
    margin-bottom:22px;
}

.velora-pathway-link{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    color:#0891b2;
    font-weight:700;
}

.velora-pathway-link::after{
    content:"→";
    transition:.3s ease;
}

.velora-pathway-link:hover::after{
    transform:translateX(6px);
}

/* ==========================
   KNOWLEDGE SECTION
========================== */

.velora-knowledge-section{
    padding:95px 0;
    background:#ffffff;
}

.velora-knowledge-layout{
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:90px;
    align-items:center;
}

.velora-knowledge-content span{
    display:inline-block;
    margin-bottom:18px;
    color:#0f766e;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    font-weight:800;
}

.velora-knowledge-content h2{
    margin:0 0 24px;
    color:#071827;
    font-size:clamp(2.8rem,4vw,4.1rem);
    line-height:1.04;
    letter-spacing:-2px;
}

.velora-knowledge-content p{
    color:#64748b;
    line-height:1.95;
    margin-bottom:18px;
}

.velora-knowledge-image{
    position:relative;
}

.velora-knowledge-image::before{
    content:"";
    position:absolute;
    inset:-22px;
    border-radius:40px;
    background:
    linear-gradient(
    135deg,
    rgba(34,211,238,.12),
    rgba(45,212,191,.16)
    );
}

.velora-knowledge-image::after{
    content:"";
    position:absolute;
    width:120px;
    height:120px;
    right:-20px;
    top:-20px;
    border-radius:24px;
    background:rgba(255,255,255,.8);
    backdrop-filter:blur(25px);
    box-shadow:0 25px 70px rgba(15,23,42,.10);
}

.velora-knowledge-image img{
    width:100%;
    border-radius:34px;
    position:relative;
    z-index:2;
    box-shadow:0 45px 120px rgba(15,23,42,.15);
}

/* ==========================
   SIGNAL SECTION
========================== */

.velora-signal-section{
    padding:95px 0;
    background:
    linear-gradient(
    180deg,
    #f8feff 0%,
    #eefbff 100%
    );
}

.velora-signal-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.velora-signal-card{
    position:relative;
    overflow:hidden;
    padding:34px;
    border-radius:32px;
    background:#fff;
    box-shadow:0 25px 80px rgba(15,23,42,.08);
    transition:.4s ease;
}

.velora-signal-card:hover{
    transform:translateY(-10px);
    box-shadow:0 45px 120px rgba(15,23,42,.14);
}

.velora-signal-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:6px;
    background:
    linear-gradient(
    90deg,
    #22d3ee,
    #2dd4bf
    );
}

.velora-signal-card h3{
    margin:0 0 14px;
    color:#071827;
    font-size:1.4rem;
    line-height:1.3;
}

.velora-signal-card p{
    color:#64748b;
    line-height:1.85;
}

/* ==========================
   CONNECTION SECTION
========================== */

.velora-connection-section{
    padding:95px 0;
    background:#ffffff;
}

.velora-connection-content{
    text-align:center;
    max-width:900px;
    margin:0 auto 50px;
}

.velora-connection-content h2{
    margin:0 0 20px;
    color:#071827;
    font-size:clamp(2.8rem,4vw,4rem);
    line-height:1.05;
    letter-spacing:-2px;
}

.velora-connection-content p{
    color:#64748b;
    line-height:1.9;
}

.velora-connection-links{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

.velora-connection-links a{
    position:relative;
    overflow:hidden;
    text-decoration:none;
    min-height:110px;
    padding:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    border-radius:28px;
    color:#071827;
    font-weight:700;
    background:#fff;
    box-shadow:0 22px 70px rgba(15,23,42,.08);
    transition:.35s ease;
}

.velora-connection-links a::before{
    content:"";
    position:absolute;
    inset:auto 0 0 0;
    height:0;
    background:
    linear-gradient(
    135deg,
    #22d3ee,
    #2dd4bf
    );
    transition:.35s ease;
    z-index:1;
}

.velora-connection-links a span{
    position:relative;
    z-index:2;
}

.velora-connection-links a:hover{
    color:#fff;
    transform:translateY(-8px);
    box-shadow:0 40px 110px rgba(15,23,42,.15);
}

.velora-connection-links a:hover::before{
    height:100%;
}

.velora-connection-links a{
    z-index:2;
}

.velora-connection-links a:hover{
    color:#fff;
}

/* ==========================
   CTA SECTION
========================== */

.velora-cta-section{
    padding:95px 0;
    background:
    linear-gradient(
    135deg,
    #05131f 0%,
    #0a2334 55%,
    #123b52 100%
    );
    overflow:hidden;
}

.velora-cta-layout{
    position:relative;
    display:grid;
    grid-template-columns:1.08fr .92fr;
    gap:70px;
    align-items:center;
    padding:65px;
    border-radius:42px;
    background:
    linear-gradient(
    135deg,
    rgba(255,255,255,.07),
    rgba(255,255,255,.03)
    );
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(24px);
}

.velora-cta-layout::before{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-140px;
    top:-180px;
    border-radius:50%;
    background:rgba(34,211,238,.12);
    filter:blur(80px);
}

.velora-cta-layout::after{
    content:"";
    position:absolute;
    width:360px;
    height:360px;
    right:-120px;
    bottom:-120px;
    border-radius:50%;
    background:rgba(45,212,191,.14);
    filter:blur(80px);
}

.velora-cta-content{
    position:relative;
    z-index:2;
}

.velora-cta-content span{
    display:inline-block;
    margin-bottom:18px;
    color:#a5f3fc;
    text-transform:uppercase;
    letter-spacing:.08em;
    font-size:12px;
    font-weight:800;
}

.velora-cta-content h2{
    margin:0 0 24px;
    color:#fff;
    font-size:clamp(2.9rem,4vw,4.3rem);
    line-height:1.04;
    letter-spacing:-2px;
}

.velora-cta-content p{
    color:rgba(255,255,255,.78);
    line-height:1.95;
    font-size:1.03rem;
}

.velora-cta-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:34px;
}

.velora-cta-primary,
.velora-cta-secondary{
    min-height:64px;
    padding:0 34px;
    border-radius:18px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:.35s ease;
    font-weight:700;
}

.velora-cta-primary{
    color:#05212d;
    background:
    linear-gradient(
    135deg,
    #22d3ee,
    #2dd4bf
    );
    box-shadow:0 30px 90px rgba(34,211,238,.25);
}

.velora-cta-secondary{
    color:#fff;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}

.velora-cta-primary:hover,
.velora-cta-secondary:hover{
    transform:translateY(-6px);
}

.velora-cta-image{
    position:relative;
    z-index:2;
}

.velora-cta-image::before{
    content:"";
    position:absolute;
    inset:-16px;
    border-radius:38px;
    background:
    linear-gradient(
    135deg,
    rgba(34,211,238,.22),
    rgba(45,212,191,.16)
    );
}

.velora-cta-image img{
    width:100%;
    border-radius:32px;
    position:relative;
    z-index:2;
    box-shadow:0 55px 150px rgba(0,0,0,.35);
}

/* ==========================
   FAQ SECTION
========================== */

.velora-faq-section{
    padding:95px 0;
    background:
    linear-gradient(
    180deg,
    #f9feff 0%,
    #ffffff 100%
    );
}

.velora-faq-layout{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.velora-faq-item{
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:40px;
    align-items:start;
    padding:34px;
    border-radius:34px;
    background:#fff;
    box-shadow:0 25px 80px rgba(15,23,42,.08);
    transition:.35s ease;
}

.velora-faq-item:hover{
    transform:translateY(-6px);
    box-shadow:0 40px 120px rgba(15,23,42,.14);
}

.velora-faq-question{
    position:relative;
    padding-left:24px;
}

.velora-faq-question::before{
    content:"";
    position:absolute;
    left:0;
    top:6px;
    width:6px;
    height:80%;
    border-radius:999px;
    background:
    linear-gradient(
    180deg,
    #22d3ee,
    #2dd4bf
    );
}

.velora-faq-question h3{
    margin:0;
    color:#071827;
    font-size:1.45rem;
    line-height:1.4;
}

.velora-faq-answer p{
    margin:0;
    color:#64748b;
    line-height:1.95;
}

/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1100px){

    .velora-hero-layout,
    .velora-overview-grid,
    .velora-knowledge-layout,
    .velora-cta-layout{
        grid-template-columns:1fr;
        gap:50px;
    }

    .velora-pathway-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .velora-signal-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .velora-connection-links{
        grid-template-columns:repeat(2,1fr);
    }

    .velora-faq-item{
        grid-template-columns:1fr;
        gap:20px;
    }

}

@media(max-width:768px){

    .velora-hero-section,
    .velora-overview-section,
    .velora-pathway-section,
    .velora-pathway-section-alt,
    .velora-knowledge-section,
    .velora-signal-section,
    .velora-connection-section,
    .velora-cta-section,
    .velora-faq-section{
        padding:70px 0;
    }

    .velora-pathway-grid,
    .velora-signal-grid,
    .velora-connection-links{
        grid-template-columns:1fr;
    }

    .velora-insight-card{
        display:none;
    }

    .velora-cta-layout{
        padding:34px;
    }

    .velora-btn-primary,
    .velora-btn-secondary,
    .velora-cta-primary,
    .velora-cta-secondary{
        width:100%;
    }

    .velora-hero-actions,
    .velora-cta-actions{
        flex-direction:column;
    }

    .velora-hero-content h1{
        font-size:42px;
        letter-spacing:-1px;
    }

    .velora-overview-content h2,
    .velora-section-head h2,
    .velora-knowledge-content h2,
    .velora-connection-content h2,
    .velora-cta-content h2{
        font-size:34px;
        letter-spacing:-1px;
    }

}

@media(max-width:480px){

    .velora-shell{
        width:min(100% - 24px);
    }

    .velora-hero-content h1{
        font-size:38px;
    }

    .velora-pathway-content,
    .velora-signal-card,
    .velora-faq-item{
        padding:26px;
    }

    .velora-cta-layout{
        padding:28px;
    }

}