* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #080808;
    color: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
}

/* ==========================
   YOVIK FIXED NAVIGATION
========================== */

.site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    padding: 16px 24px;

    background: rgba(11, 11, 11, 0.82);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-nav::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 1px;

    background: linear-gradient(
        90deg,
        #d32f2f,
        #00c853
    );

    opacity: 0.65;
}

.site-nav-inner {
    max-width: 1200px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-logo img {
    width: 82px;
    height: auto;
    display: block;
}

.site-nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-nav-links a {
    color: #d5d5d5;
    text-decoration: none;

    font-size: 0.95rem;
    font-weight: 600;

    padding: 10px 16px;
    border-radius: 10px;

    transition: all 0.25s ease;
}

.site-nav-links a:hover {
    color: #fff;
    background: rgba(0, 200, 83, 0.12);
}

.site-nav-links a.active {
    color: #fff;

    background: linear-gradient(
        90deg,
        rgba(211, 47, 47, 0.85),
        rgba(0, 200, 83, 0.85)
    );

    box-shadow: 0 6px 20px rgba(0, 200, 83, 0.15);
}

.about-hero {
    padding: 120px 24px 105px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 20%, rgba(50, 255, 110, 0.09), transparent 35%),
        #080808;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.about-hero-inner {
    max-width: 900px;
    margin: 0 auto;
}

.eyebrow,
.section-label {
    display: inline-block;
    color: #c9a227;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.about-hero h1 {
    margin: 18px 0;
    font-size: clamp(44px, 7vw, 78px);
    line-height: 0.98;
    letter-spacing: -3px;
}

.about-hero h1 span,
.about-content h2 span,
.promise-inner h2 span {
    background: linear-gradient(90deg, #ff3434, #e0b82f, #39ff72);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-text {
    max-width: 690px;
    margin: 28px auto 0;
    color: #a9a9a9;
    font-size: 18px;
}

.about-section {
    padding: 100px 24px;
}

.about-content {
    max-width: 850px;
    margin: 0 auto;
}

.about-content.narrow {
    max-width: 730px;
}

.about-content h2 {
    margin: 18px 0 35px;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.about-content p {
    color: #b8b8b8;
    font-size: 17px;
    margin: 0 0 24px;
}

.about-content strong {
    color: #fff;
}

.story-section {
    background: #0b0b0b;
}

.story-break {
    margin: 38px 0 !important;
    font-size: 22px !important;
    line-height: 1.5;
    color: #fff !important;
    font-weight: 700;
}

blockquote {
    margin: 40px 0;
    padding: 24px 28px;
    border-left: 3px solid #c9a227;
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    font-size: 23px;
    font-weight: 700;
}

.closing-line {
    margin-top: 45px !important;
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700;
}

.problem-section {
    background: #090909;
}

.problem-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.problem-card {
    padding: 25px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.problem-card strong {
    display: block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 7px;
}

.problem-card span {
    display: block;
    color: #8f8f8f;
    font-size: 14px;
    line-height: 1.5;
}

.resource-section {
    background: #0b0b0b;
}

.resource-list {
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.resource-item {
    display: flex;
    gap: 22px;
    padding: 27px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.resource-number {
    color: #c9a227;
    font-weight: 800;
    font-size: 13px;
    padding-top: 4px;
}

.resource-item h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 18px;
}

.resource-item p {
    margin: 0;
    font-size: 14px;
}

.highlight-text {
    color: #fff !important;
    font-size: 23px !important;
    font-weight: 700;
}

.free-section {
    background:
        radial-gradient(circle at 50% 50%, rgba(201, 162, 39, 0.06), transparent 45%),
        #090909;
}

.vendor-section {
    background: #0b0b0b;
}

.freedom-statement {
    margin-top: 45px;
    padding: 40px;
    text-align: center;
    border: 1px solid rgba(201, 162, 39, 0.4);
    border-radius: 12px;
    background: #101010;
}

.freedom-statement span {
    display: block;
    color: #c9a227;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
}

.freedom-statement strong {
    display: block;
    margin-top: 8px;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1;
    background: linear-gradient(90deg, #ff3434, #e0b82f, #39ff72);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.vision-section {
    background: #090909;
}

.promise-section {
    padding: 110px 24px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 20%, rgba(50, 255, 110, 0.08), transparent 38%),
        #080808;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.promise-inner {
    max-width: 800px;
    margin: 0 auto;
}

.promise-inner h2 {
    margin: 20px 0 30px;
    font-size: clamp(38px, 6vw, 64px);
    line-height: 1;
    letter-spacing: -2px;
}

.promise-inner p {
    max-width: 680px;
    margin: 0 auto 22px;
    color: #aaa;
    font-size: 17px;
}

.promise-tagline {
    margin: 50px 0 35px;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: 2px;
}

.promise-tagline span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: #c9a227;
    letter-spacing: 3px;
}

.hero-button {
    display: inline-block;
    padding: 15px 28px;
    border-radius: 7px;
    background: linear-gradient(90deg, #ff3030, #d7b42c, #32ed6b);
    color: #080808;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    transition: 0.2s ease;
}

.hero-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(53, 255, 112, 0.15);
}

.site-footer {
    padding: 30px 20px;
    text-align: center;
    color: #666;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

@media (max-width: 768px) {

    .site-nav {
        padding: 12px 16px;
    }

    .site-nav-inner {
        flex-direction: column;
        gap: 10px;
    }

    .site-logo img {
        width: 70px;
        height: auto;
    }

    .site-nav-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .site-nav-links a {
        padding: 8px 12px;
        font-size: 0.85rem;
    }

}

@media (max-width: 600px) {

    .hero {
        min-height: 85vh;
        padding-top: 125px;
        padding-bottom: 60px;
        background-position: center center;
    }

    .site-logo img {
        width: 70px;
    }

}
