/* Comprehensive Green & White Design System for vRx by Vicarius */
:root {
    --bg-white: #FFFFFF;
    --bg-soft: #F8FAFC;
    --primary: #5bba4f;
    --primary-hover: #4ea843;
    --primary-glow: rgba(91, 186, 79, 0.2);
    --text-dark: #111827;
    --text-muted: #4B5563;
    --border: #E5E7EB;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', 'Outfit', sans-serif;
}

body {
    background-color: var(--bg-white);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

/* Subtle background accent */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(91, 186, 79, 0.05), transparent 40%);
    z-index: -1;
    pointer-events: none;
}

/* Typography */
h1,
h2,
h3,
h4 {
    font-weight: 800;
    color: var(--text-dark);
    font-family: 'Outfit', sans-serif;
}

.gradient-text {
    color: var(--primary);
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

section {
    padding: 80px 0;
}

/* Nav */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 80px;
    transition: var(--transition);
}

.nav-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.nav-links a {
    text-decoration: none;
    color: var(--text-dark);
    font-weight: 500;
    font-size: 0.95rem;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: var(--transition);
}

.nav-links a:hover {
    color: var(--primary);
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

/* Buttons */
.btn {
    padding: 0.9rem 1.8rem;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    text-decoration: none;
    display: inline-block;
    border: none;
}

.btn-primary {
    background: var(--primary);
    color: white;
    box-shadow: 0 4px 15px var(--primary-glow);
}

.btn-primary:hover {
    background: var(--primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px var(--primary-glow);
}

.btn-outline {
    border: 2px solid var(--primary);
    color: var(--primary);
    background: transparent;
}

.btn-outline:hover {
    background: rgba(91, 186, 79, 0.05);
    transform: translateY(-2px);
}

.nav-actions .btn {
    padding: 0.6rem 1.4rem;
    font-size: 0.9rem;
}

/* Toggle menú móvil (oculto en desktop) */
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: var(--transition);
}
label.nav-toggle {
    cursor: pointer;
    box-sizing: border-box;
}
.nav-toggle:hover {
    background: rgba(0, 0, 0, 0.05);
}
.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: var(--text-dark);
    border-radius: 1px;
    transition: var(--transition);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.hero {
    padding-top: 180px;
    padding-bottom: 80px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* Hero en columna: título/CTAs arriba, formulario abajo */
.hero-stack {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.hero-text-top {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.hero-text-top .hero-cta {
    display: flex;
    justify-content: center;
}

.hero h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.hero p {
    font-size: 1.2rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
}

/* Hero Form - Native Quick Security Check (styled as site) */
.hero-form {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border);
    background: #fff;
}

.hero-form-native {
    /* Sin límite de altura: se ve el formulario completo y la página hace scroll */
}

.security-check-form {
    padding: 2rem;
}

.security-check-title {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: var(--text);
    line-height: 1.3;
    text-align: center;
}

.security-check-form .form-group {
    margin-bottom: 1.25rem;
}

.security-check-form .form-row {
    margin-bottom: 0;
}

.radio-question {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text);
}

.radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.radio-option {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 400;
    font-size: 0.95rem;
    color: var(--text-muted);
    cursor: pointer;
    padding: 0.5rem 0;
}

.radio-option:hover {
    color: var(--text);
}

.security-check-form input[type="radio"] {
    width: auto;
    min-width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--primary);
    cursor: pointer;
}


.hero-form iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: none;
}

/* Hero Visual - Video Container (kept for other sections) */
.hero-visual {
    position: relative;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border);
    aspect-ratio: 1.6;
    background: #fff;
}

.hero-visual iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112%;
    height: 112%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    border: none;
}

.scanner-box {
    position: relative;
    width: 320px;
    height: 320px;
    background: white;
    border-radius: 40px;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotateX(5deg) rotateY(-5deg);
    }

    50% {
        transform: translateY(-20px) rotateX(10deg) rotateY(5deg);
    }
}

.radar-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(91, 186, 79, 0.1);
    border-radius: 50%;
}

.radar-circle::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    border-color: var(--primary) transparent transparent transparent;
    animation: rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.central-icon {
    width: 80px;
    height: 80px;
    background: rgba(91, 186, 79, 0.1);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Awards Section */
.awards-section {
    padding: 60px 0;
    background: white;
}

.awards-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    opacity: 0.8;
}

.award-item img {
    height: 60px;
    width: auto;
    filter: grayscale(1);
    transition: var(--transition);
}

.award-item:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

/* Marquee (Client Logos) */
.marquee-container {
    overflow: hidden;
    padding: 40px 0;
    background: var(--bg-soft);
    white-space: nowrap;
    position: relative;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.marquee-content {
    display: inline-flex;
    animation: marquee 40s linear infinite;
}

.marquee-content img {
    height: 40px;
    margin: 0 40px;
    filter: grayscale(1);
    opacity: 0.5;
    transition: var(--transition);
}

.marquee-content img:hover {
    filter: grayscale(0);
    opacity: 1;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Updated Recognized Logos in Form */
.form-awards {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-top: 1rem;
}

.form-awards img {
    height: 45px;
    opacity: 0.7;
}

.vuln-dot {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #FF4B4B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    box-shadow: 0 0 20px rgba(255, 75, 75, 0.5);
    transition: all 0.5s ease;
    z-index: 3;
}

.vuln-dot.v1 {
    top: 40px;
    left: 40px;
    animation: pulseRed 2s infinite;
}

.vuln-dot.v2 {
    bottom: 60px;
    right: 40px;
    animation: pulseRed 2s infinite 0.5s;
}

.vuln-dot.v3 {
    top: 80px;
    right: 60px;
    animation: fixMalware 4s infinite 1s;
}

@keyframes pulseRed {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.9;
    }
}

@keyframes fixMalware {

    0%,
    45% {
        background: #FF4B4B;
        transform: scale(1);
        box-shadow: 0 0 20px rgba(255, 75, 75, 0.5);
    }

    55%,
    100% {
        background: var(--primary);
        transform: scale(1.1);
        box-shadow: 0 0 20px var(--primary-glow);
    }
}

.vuln-dot .malware-icon {
    transition: opacity 0.3s;
}

.vuln-dot .check-icon {
    display: block !important;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
}

.v3.active-fix .malware-icon {
    animation: toggleMalware 4s infinite 1s;
}

.v3 .check-icon {
    animation: toggleCheck 4s infinite 1s;
}

@keyframes toggleMalware {

    0%,
    45% {
        opacity: 1;
        transform: scale(1);
    }

    55%,
    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@keyframes toggleCheck {

    0%,
    45% {
        opacity: 0;
        transform: scale(0);
    }

    55%,
    100% {
        opacity: 1;
        transform: scale(1);
        color: white;
    }
}

.v3 .malware-icon {
    animation: toggleMalware 4s infinite 1s;
}

/* Stats */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 60px;
}

.stat-card {
    background: var(--bg-soft);
    padding: 2.5rem;
    border-radius: 20px;
    text-align: center;
    border: 1px solid var(--border);
}

.stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary);
    display: block;
    margin-bottom: 0.5rem;
}

/* Features */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 4rem;
}

.feature-card {
    background: white;
    border-radius: 24px;
    border: 1px solid var(--border);
    transition: var(--transition);
    overflow: hidden;
    padding: 0;
}

.feature-card:hover {
    border-color: var(--primary);
    transform: translateY(-10px);
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.1);
}

.card-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.card-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    /* Crop bars slightly */
    height: 140%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.card-content {
    padding: 2.5rem;
}

.card-content h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.card-content p {
    color: var(--text-muted);
    line-height: 1.6;
}

.feature-icon {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: var(--primary);
    background: rgba(91, 186, 79, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

/* Testimonials - RESTORED DESIGN */
.testimonial-slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.testimonial-card {
    background: var(--bg-soft);
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid var(--border);
}

.testimonial-content {
    font-style: italic;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.author-info h4 {
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.author-info p {
    font-size: 0.85rem;
    color: var(--text-muted);
}

/* Contact Wrapper & Form - RESTORED DESIGN */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    background: white;
    padding: 4rem;
    border-radius: 40px;
    border: 1px solid var(--border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.form-awards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
}

.form-awards img {
    height: 45px;
    width: auto;
    opacity: 0.7;
    filter: grayscale(1);
    transition: var(--transition);
}

.form-awards img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 0.9rem;
}

input,
select {
    width: 100%;
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid #D1D5DB;
    font-size: 1rem;
    transition: var(--transition);
}

input:focus,
select:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 4px var(--primary-glow);
}

/* Footer */
footer {
    background: var(--bg-soft);
    padding: 80px 0 40px;
    border-top: 1px solid var(--border);
}

.footer-contact {
    text-align: center;
}

.footer-contact .footer-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--text);
}

.footer-tagline {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2rem;
}

.footer-details {
    max-width: 480px;
    margin: 0 auto;
}

.footer-item {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    color: var(--text);
}

.footer-item:last-child {
    margin-bottom: 0;
}

.footer-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
}

.footer-contact a {
    color: var(--primary);
    text-decoration: none;
    transition: var(--transition);
}

.footer-contact a:hover {
    text-decoration: underline;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr repeat(4, 1fr);
    gap: 3rem;
}

.footer-col ul {
    list-style: none;
    margin-top: 1rem;
}

.footer-col ul li {
    margin-bottom: 0.8rem;
}

.footer-col a {
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    transition: var(--transition);
}

.footer-col a:hover {
    color: var(--primary);
}

/* Animations: contenido siempre visible, solo se anima el movimiento al hacer scroll */
.reveal,
.reveal-left,
.reveal-right,
.reveal-scale {
    opacity: 1;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal {
    transform: translateY(25px);
}

.reveal-left {
    transform: translateX(-30px);
}

.reveal-right {
    transform: translateX(30px);
}

.reveal-scale {
    transform: scale(0.98);
}

.reveal.active,
.reveal-left.active,
.reveal-right.active,
.reveal-scale.active {
    transform: translate(0) scale(1);
}

/* Platform/Consolidated Process section */
.features {
    padding: 80px 0 40px;
}

.platform {
    padding: 20px 0 20px;
}

.testimonials {
    padding: 30px 0 80px;
}

.platform-card {
    background: white;
    padding: 6rem 4rem;
    border-radius: 40px;
    border: 1px solid var(--border);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.04);
    margin: 0 0 2rem 0;
    position: relative;
    overflow: hidden;
}

.platform-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(91, 186, 79, 0.07) 0%, transparent 60%);
    pointer-events: none;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    position: relative;
    margin-top: 5rem;
}

/* Connective line between steps (Desktop) */
.process-grid::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg,
            rgba(91, 186, 79, 0) 0%,
            rgb(91, 186, 79) 50%,
            rgba(91, 186, 79, 0) 100%);
    z-index: 0;
    opacity: 0.2;
}

.process-step {
    position: relative;
    z-index: 1;
    text-align: center;
}

.process-number {
    width: 100px;
    height: 100px;
    background: white;
    border: 2px solid var(--primary);
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2.5rem;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary);
    box-shadow: 0 15px 30px rgba(91, 186, 79, 0.12);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(45deg);
    /* Diamond shape */
}

.process-number span {
    display: block;
    transform: rotate(-45deg);
}

.process-step:hover .process-number {
    background: var(--primary);
    color: white;
    transform: rotate(45deg) translateY(-10px) scale(1.05);
    box-shadow: 0 25px 50px rgba(91, 186, 79, 0.25);
}

.process-step h4 {
    font-size: 1.5rem;
    margin-bottom: 1.2rem;
    color: var(--text-dark);
    font-weight: 700;
}

.process-step p {
    font-size: 1.05rem;
    color: var(--text-muted);
    line-height: 1.6;
    max-width: 260px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .process-grid {
        grid-template-columns: 1fr;
        gap: 6rem;
    }

    .process-grid::after {
        display: none;
    }

    .platform-card {
        padding: 4rem 2rem;
    }
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 7, 10, 0.85);
    backdrop-filter: blur(8px);
}

.modal-content {
    background-color: white;
    margin: 10% auto;
    padding: 3rem;
    border: 1px solid var(--border);
    width: 100%;
    max-width: 500px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
    color: var(--text-dark);
}

.modal-header {
    text-align: center;
    margin-bottom: 2rem;
}

.modal-header h2 {
    font-size: 2rem;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.modal-header p {
    color: var(--text-muted);
    font-size: 1rem;
}

.close-modal {
    position: absolute;
    right: 25px;
    top: 20px;
    color: var(--text-muted);
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: var(--transition);
}

.close-modal:hover {
    color: var(--primary);
}

.hero-cta {
    display: flex;
    justify-content: flex-start;
}

@media (max-width: 1024px) {
    .hero-cta {
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .hero {
        padding-top: 120px;
        padding-bottom: 3rem;
    }
    .hero-stack {
        gap: 2rem;
    }

    .hero-grid,
    .contact-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero h1 {
        font-size: 3rem;
    }

    .testimonial-slider {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        order: -1;
    }

    .hero-form iframe {
        min-height: 480px;
    }

    .hero-text-top .hero-cta {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    nav {
        overflow: visible;
    }

    .nav-toggle {
        display: flex;
        position: relative;
        z-index: 1002;
        pointer-events: auto;
    }

    .hero {
        padding-top: 95px;
        padding-bottom: 2.5rem;
    }
    .hero-stack {
        gap: 1.5rem;
    }
    .hero-text-top,
    .hero-text-top h1,
    .hero-text-top p,
    .hero-stack .hero-text {
        text-align: center !important;
    }
    .hero-text-top .hero-cta {
        margin-bottom: 0;
        display: flex !important;
        justify-content: center !important;
    }
    .hero h1 {
        font-size: 2.25rem;
        margin-bottom: 0.75rem;
    }
    .hero p {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .nav-container {
        position: relative;
    }

    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        margin-top: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        flex-direction: column;
        gap: 0;
        padding: 1rem 0;
        transform: translateY(-10px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid var(--border);
        z-index: 1001;
    }

    #nav-check:checked ~ .nav-links {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #nav-check:checked ~ .nav-toggle .nav-toggle-bar:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    #nav-check:checked ~ .nav-toggle .nav-toggle-bar:nth-child(2) {
        opacity: 0;
    }
    #nav-check:checked ~ .nav-toggle .nav-toggle-bar:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    body:has(#nav-check:checked) {
        overflow: hidden;
    }

    .nav-links li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    }
    .nav-links li:last-child {
        border-bottom: none;
    }
    .nav-links a {
        display: block;
        padding: 1rem 1.5rem;
    }
    .nav-links a::after {
        display: none;
    }

    .stats-grid,
    .features-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}