/* ============ YAGO BAIA THEME - MAIN CSS ============ */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: 'Urbanist', system-ui, sans-serif;
    line-height: 1.6;
    color: #ffffff;
    background-color: #020714;
    background-image:
        radial-gradient(ellipse 80% 60% at 20% 0%, rgba(13, 99, 255, 0.18), transparent 60%),
        radial-gradient(ellipse 70% 50% at 80% 30%, rgba(30, 128, 255, 0.12), transparent 60%),
        radial-gradient(ellipse 80% 60% at 50% 100%, rgba(13, 99, 255, 0.15), transparent 60%),
        linear-gradient(180deg, #020714 0%, #050505 100%);
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; letter-spacing: -0.02em; line-height: 1.1; margin: 0; color: #fff; }
p { color: #C7D4DB; margin: 0; }
ol, ul { padding: 0; margin: 0; list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }

.container { max-width: 1152px; margin: 0 auto; padding: 0 1rem; }
.section { position: relative; padding: 4rem 1rem; }
@media (min-width: 768px) { .section { padding: 7rem 3rem; } }

.text-gradient {
    background: linear-gradient(135deg, #1E80FF 0%, #0D63FF 60%, #82B6FF 100%);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}

/* ============ HEADER ============ */
.site-header {
    position: sticky; top: 0; z-index: 50;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: rgba(2, 7, 20, 0.7);
    backdrop-filter: blur(20px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem; }
@media (min-width: 768px) { .header-inner { padding: 1rem 3rem; } }
.brand { display: flex; align-items: center; gap: .5rem; font-family: 'Outfit', sans-serif; font-weight: 800; font-size: 1.125rem; color: #fff; letter-spacing: -.01em; }
.brand-mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 8px;
    background: linear-gradient(135deg, #0D63FF, #1E80FF);
    box-shadow: 0 0 20px rgba(30,128,255,0.5);
}
.nav-cta {
    display: none; align-items: center; gap: .5rem;
    border: 1px solid rgba(30,128,255,0.4);
    background: rgba(13,99,255,0.1);
    padding: .5rem 1rem; border-radius: 8px;
    font-weight: 600; font-size: .875rem; color: #fff;
    transition: background .2s;
}
.nav-cta:hover { background: rgba(13,99,255,0.2); }
@media (min-width: 640px) { .nav-cta { display: inline-flex; } }

/* ============ BUTTONS ============ */
.btn-neon {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    font-family: 'Outfit', sans-serif; font-weight: 700; letter-spacing: .02em;
    color: #fff; background: linear-gradient(135deg, #0D63FF 0%, #1E80FF 100%);
    padding: 1rem 2rem; border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 0 0 1px rgba(30,128,255,0.4), 0 10px 40px -10px rgba(13, 99, 255, 0.7), 0 0 30px rgba(30, 128, 255, 0.35);
    transition: transform .2s ease, box-shadow .3s ease;
    animation: neon-pulse 2.4s ease-in-out infinite;
    text-align: center;
}
.btn-neon:hover {
    transform: scale(1.02);
    box-shadow: 0 0 0 1px rgba(30,128,255,0.6), 0 15px 50px -10px rgba(13, 99, 255, 0.9), 0 0 50px rgba(30,128,255,0.5);
}
@keyframes neon-pulse {
    0%, 100% { box-shadow: 0 0 0 1px rgba(30,128,255,0.4), 0 10px 40px -10px rgba(13, 99, 255, 0.6), 0 0 25px rgba(30,128,255,0.3); }
    50%      { box-shadow: 0 0 0 1px rgba(30,128,255,0.7), 0 12px 45px -10px rgba(13, 99, 255, 0.9), 0 0 45px rgba(30,128,255,0.55); }
}

/* ============ BADGE / GLASS ============ */
.badge {
    display: inline-flex; align-items: center; gap: .5rem;
    border-radius: 999px;
    border: 1px solid rgba(30,128,255,0.3);
    background: rgba(13,99,255,0.1);
    padding: .5rem 1rem;
    font-size: .8125rem; font-weight: 500; color: #C7D4DB;
    backdrop-filter: blur(8px);
}
.badge-dot { width: 8px; height: 8px; border-radius: 999px; background: #1E80FF; box-shadow: 0 0 12px #1E80FF; animation: pulse-dot 1.6s infinite; }
@keyframes pulse-dot { 0%,100%{opacity:1} 50%{opacity:.4} }

.glass-card {
    background: linear-gradient(180deg, rgba(13,99,255,0.06), rgba(255,255,255,0.02));
    border: 1px solid rgba(30, 128, 255, 0.22);
    backdrop-filter: blur(14px);
    border-radius: 16px;
}
.pad { padding: 1.5rem; }
.glow-orb { position: absolute; border-radius: 9999px; filter: blur(80px); opacity: .55; pointer-events: none; z-index: 0; }
.orb-1 { left: -80px; top: 0; width: 320px; height: 320px; background: #0D63FF; }
.orb-2 { right: 0; top: 160px; width: 384px; height: 384px; background: rgba(30,128,255,0.6); }

/* ============ LAYOUT ============ */
.grid-2 { display: grid; gap: 3rem; position: relative; z-index: 1; }
@media (min-width: 1024px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.grid-2.items-center { align-items: center; }
.stack-md > * + * { margin-top: 1.25rem; }
.order-mobile-1 { order: 1; }
.order-mobile-2 { order: 2; }
@media (min-width: 1024px) { .order-mobile-1 { order: 2; } .order-mobile-2 { order: 1; } }

/* ============ TYPOGRAPHY ============ */
.h-hero { font-size: clamp(2.25rem, 5vw, 3.75rem); font-weight: 800; line-height: 1.05; }
.h-section { font-size: clamp(1.875rem, 4vw, 3rem); font-weight: 800; }
.h-section.center { text-align: center; }
.lead { font-size: 1.0625rem; color: #C7D4DB; max-width: 36rem; }
.meta-row { display: flex; flex-wrap: wrap; gap: 1.5rem; padding-top: 1rem; font-size: .875rem; color: #C7D4DB; }
.meta-row span { display: inline-flex; align-items: center; gap: .5rem; }
.i { width: 16px; height: 16px; fill: none; stroke: #1E80FF; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ============ IMAGE FRAME ============ */
.image-frame { position: relative; }
.image-glow {
    position: absolute; inset: -16px;
    background: radial-gradient(circle at 30% 30%, rgba(13,99,255,0.4), transparent 70%);
    filter: blur(40px); border-radius: 24px;
}
.image-glow.alt { background: radial-gradient(circle at 70% 30%, rgba(30,128,255,0.3), transparent 70%); }
.image-frame > img {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgba(30,128,255,0.3);
    box-shadow: 0 20px 80px -20px rgba(13,99,255,0.6);
    overflow: hidden;
}

/* ============ SPECS ============ */
.spec-grid { display: grid; gap: .75rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .spec-grid { grid-template-columns: repeat(3, 1fr); } }
.spec { display: flex; align-items: center; gap: .75rem; padding: 1rem; }
.spec-icon {
    width: 40px; height: 40px; flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px; background: rgba(13,99,255,0.2);
}
.spec-icon svg { width: 20px; height: 20px; fill: none; stroke: #1E80FF; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.spec-label { display: block; font-size: .6875rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(199,212,219,0.7); }
.spec-value { display: block; font-family: 'Outfit', sans-serif; font-weight: 700; color: #fff; }

.alert {
    display: flex; align-items: flex-start; gap: .75rem;
    border: 1px solid rgba(30,128,255,0.4);
    background: rgba(30,128,255,0.05);
    padding: 1rem; border-radius: 12px;
}
.alert svg { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: #1E80FF; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; margin-top: 2px; }
.alert p { color: #fff; }

/* ============ TIMELINE ============ */
.grid-timeline { display: grid; gap: 3rem; position: relative; z-index: 1; }
@media (min-width: 1024px) { .grid-timeline { grid-template-columns: 1fr 1.2fr; } }
.timeline-side { align-self: start; }
@media (min-width: 1024px) { .timeline-side { position: sticky; top: 6rem; } }
.timeline { position: relative; }
.timeline-track {
    position: absolute; left: 24px; top: 8px; bottom: 8px; width: 1px;
    background: linear-gradient(180deg, rgba(30,128,255,0.8), rgba(13,99,255,0.4), transparent);
}
.timeline ol { display: flex; flex-direction: column; gap: 1.25rem; }
.timeline-item { position: relative; padding-left: 4rem; }
.timeline-node {
    position: absolute; left: 0; top: 0;
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; border-radius: 999px;
    border: 1px solid rgba(30,128,255,0.5); background: #020714;
    color: #1E80FF; font-family: 'Outfit', sans-serif; font-weight: 800;
    box-shadow: 0 0 20px rgba(30,128,255,0.4);
}
.step-label { display: block; font-size: .75rem; font-weight: 700; letter-spacing: .1em; color: #1E80FF; font-family: 'Outfit', sans-serif; }
.timeline-item .glass-card { padding: 1.25rem; }

/* ============ AUDIENCE ============ */
.grid-audience { display: grid; gap: 3rem; align-items: start; position: relative; z-index: 1; }
@media (min-width: 1024px) { .grid-audience { grid-template-columns: 1fr 1.4fr; } }
.check-grid { display: grid; gap: .75rem; }
@media (min-width: 640px) { .check-grid { grid-template-columns: repeat(2, 1fr); } }
.check-item { display: flex; align-items: flex-start; gap: .75rem; padding: 1.25rem; }
.check-circle {
    flex-shrink: 0; width: 28px; height: 28px; margin-top: 2px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 999px; background: linear-gradient(135deg, #0D63FF, #1E80FF);
    box-shadow: 0 0 15px rgba(30,128,255,0.6);
}
.check-circle svg { width: 16px; height: 16px; }
.check-cta { grid-column: 1 / -1; padding-top: .5rem; }

/* ============ VALUE ============ */
.value-center { max-width: 720px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 2rem; align-items: center; position: relative; z-index: 1; }
.value-center .h-section { width: 100%; }

/* ============ FAQ ============ */
.faq-wrap { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 2rem; position: relative; z-index: 1; }
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item { overflow: hidden; }
.faq-q {
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem; width: 100%; padding: 1.25rem; text-align: left;
    font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.0625rem; color: #fff;
}
.faq-chev { width: 20px; height: 20px; transition: transform .3s ease; flex-shrink: 0; }
.faq-item.is-open .faq-chev { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, opacity .25s ease; opacity: 0; }
.faq-item.is-open .faq-a { max-height: 400px; opacity: 1; }
.faq-a p { padding: 0 1.25rem 1.25rem; color: #C7D4DB; }
.center { text-align: center; }
.pad-top { padding-top: 1rem; }

/* ============ FOOTER ============ */
.site-footer {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 2.5rem 1rem; text-align: center;
    font-size: .875rem; color: rgba(199,212,219,0.7);
}

/* ============ MOBILE TUNING ============ */
@media (max-width: 767px) {
    .hero { padding-top: 3rem; }
    .btn-neon { width: 100%; padding: 1rem 1.25rem; font-size: .9375rem; }
    .check-cta .btn-neon { width: 100%; }
}
