:root {
    --nexo-dark: #111827;
    --nexo-text: #1f2937;
    --nexo-muted: #64748b;
    --nexo-orange: #f97316;
    --nexo-orange-2: #ea580c;
    --nexo-gold: #fbbf24;
    --nexo-bg: #fff7ed;
    --nexo-soft: #f8fafc;
    --nexo-border: rgba(15, 23, 42, .08);
    --nexo-shadow: 0 24px 70px rgba(15, 23, 42, .10);
    --radius-xl: 28px;
    --radius-lg: 22px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--nexo-text);
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, .10), transparent 32%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, .08), transparent 28%),
        #ffffff;
    padding-top: 96px;
}

a {
    text-decoration: none;
}

.navbar-nexo {
    margin: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .90);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .10);
    border: 1px solid var(--nexo-border);
}

.navbar-brand strong {
    display: block;
    font-weight: 900;
    color: var(--nexo-dark);
    line-height: 1;
}

.navbar-brand small {
    display: block;
    font-size: .75rem;
    color: var(--nexo-muted);
}

.brand-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-weight: 900;
}

.nav-link {
    font-weight: 800;
    color: var(--nexo-text);
}

.nav-link:hover {
    color: var(--nexo-orange-2);
}

.btn-nexo {
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    color: #111827;
    border: 0;
    font-weight: 900;
    border-radius: 999px;
    padding: .75rem 1.25rem;
    box-shadow: 0 14px 30px rgba(249, 115, 22, .20);
}

.btn-nexo:hover {
    color: #111827;
    transform: translateY(-1px);
}

.btn-outline-nexo {
    border: 1px solid rgba(249, 115, 22, .30);
    color: var(--nexo-orange-2);
    background: #fff;
    font-weight: 900;
    border-radius: 999px;
    padding: .75rem 1.25rem;
}

.btn-outline-nexo:hover {
    background: rgba(249, 115, 22, .08);
    color: var(--nexo-orange-2);
}

.btn-navbar-agenda {
    padding: .62rem 1rem;
    box-shadow: 0 12px 26px rgba(249, 115, 22, .12);
}


.hero-video-section {
    padding: 8px 0 34px;
}

.hero-video-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    min-height: clamp(420px, 68vh, 680px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, .28);
    border: 1px solid rgba(125, 211, 252, .24);
    background: #0f172a;
}

.hero-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(15, 23, 42, .82) 20%, rgba(49, 46, 129, .52) 55%, rgba(14, 165, 233, .26));
}

.hero-video-content {
    position: relative;
    z-index: 2;
    min-height: clamp(420px, 68vh, 680px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 760px;
    padding: clamp(28px, 4vw, 56px);
}

.hero-video-content h1 {
    font-size: clamp(2rem, 4.7vw, 4.2rem);
    line-height: 1.03;
    letter-spacing: -0.04em;
    color: #fff;
    font-weight: 950;
    margin-bottom: 16px;
}

.hero-video-content p {
    color: rgba(255, 255, 255, .92);
    font-size: clamp(1rem, 1.8vw, 1.2rem);
    max-width: 680px;
    margin: 0;
}

.hero-video-badge {
    background: rgba(249, 115, 22, .20);
    color: #fff;
    border: 1px solid rgba(251, 191, 36, .45);
    backdrop-filter: blur(4px);
    margin-bottom: 18px;
}

.hero-video-btn-secondary {
    border-color: rgba(255, 255, 255, .62);
    color: #fff;
    font-weight: 800;
}

.hero-video-btn-secondary:hover {
    background: rgba(255, 255, 255, .14);
    color: #fff;
    border-color: #fff;
}

.hero-nexo {
    padding: 80px 0 70px;
}

.eyebrow {
    display: inline-flex;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: rgba(249, 115, 22, .10);
    color: var(--nexo-orange-2);
    font-weight: 900;
    font-size: .82rem;
    margin-bottom: 18px;
}

.hero-nexo h1,
.page-header h1 {
    font-size: clamp(2.4rem, 5vw, 4.7rem);
    line-height: .98;
    font-weight: 950;
    letter-spacing: -0.05em;
    color: var(--nexo-dark);
}

.hero-nexo p,
.page-header p {
    font-size: 1.15rem;
    color: var(--nexo-muted);
    max-width: 720px;
    margin-top: 20px;
}

.hero-card {
    background: rgba(255,255,255,.92);
    border: 1px solid var(--nexo-border);
    box-shadow: var(--nexo-shadow);
    border-radius: var(--radius-xl);
    padding: 34px;
}

.hero-card-icon,
.service-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111827;
    font-size: 1.6rem;
    margin-bottom: 18px;
}

.hero-card h3,
.service-card h3,
.pricing-card h3 {
    font-weight: 900;
    color: var(--nexo-dark);
}

.hero-card ul {
    padding-left: 18px;
    margin: 0;
    color: var(--nexo-muted);
    font-weight: 700;
}

.section-nexo {
    padding: 80px 0;
}

.section-soft {
    background: linear-gradient(135deg, rgba(255,247,237,.80), rgba(248,250,252,.90));
    padding: 64px 0;
}

.software-soft-row {
    align-items: flex-start !important;
}

.software-copy-wrap {
    max-width: 560px;
}

.software-mini-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0 26px;
}

.software-mini-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 112px;
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(148, 163, 184, .28);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .07);
    font-weight: 800;
    color: #0f172a;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.software-mini-card i {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #fff;
    background: linear-gradient(135deg, #312e81, #0ea5e9);
    box-shadow: 0 8px 16px rgba(49, 46, 129, .24);
}

.software-mini-card span {
    font-size: .93rem;
    line-height: 1.35;
}

.software-mini-card:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, .42);
    box-shadow: 0 14px 28px rgba(15, 23, 42, .11);
}

.software-image-wrap {
    border-radius: var(--radius-lg);
    padding: 10px;
    background: linear-gradient(145deg, rgba(17, 24, 39, .94), rgba(76, 29, 149, .84));
    border: 1px solid rgba(125, 211, 252, .24);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .18);
}

.software-image-wrap img {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .14);
}

.section-title {
    max-width: 760px;
    margin-bottom: 36px;
}

.section-title span {
    color: var(--nexo-orange-2);
    font-weight: 900;
}

.section-title h2,
.section-soft h2,
.cta-box h2 {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    color: var(--nexo-dark);
}

.service-card,
.pricing-card {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #fff;
    border: 1px solid var(--nexo-border);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.service-card::before,
.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(14, 26, 74, .06), rgba(124, 58, 237, .04) 45%, rgba(56, 189, 248, .05));
    pointer-events: none;
}

.service-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 14px 30px rgba(15, 23, 42, .14);
    margin-bottom: 1rem !important;
    transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
}

.service-card:hover,
.pricing-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 60px rgba(15, 23, 42, .16);
    border-color: rgba(124, 58, 237, .24);
}

.service-card:hover img {
    transform: scale(1.02);
    filter: saturate(1.08) contrast(1.03);
    box-shadow: 0 20px 38px rgba(17, 24, 39, .20);
}

.service-card p,
.pricing-card p,
.section-soft p {
    color: var(--nexo-muted);
    font-weight: 600;
}

.service-card h3,
.service-card p {
    position: relative;
    z-index: 1;
}

.trust-media-wrap {
    position: relative;
    border-radius: var(--radius-lg);
    padding: 10px;
    background: linear-gradient(140deg, rgba(17, 24, 39, .98), rgba(76, 29, 149, .92) 58%, rgba(14, 165, 233, .82));
    box-shadow: 0 24px 54px rgba(15, 23, 42, .22);
}

.trust-media-wrap::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: calc(var(--radius-lg) - 1px);
    border: 1px solid rgba(255, 255, 255, .22);
    pointer-events: none;
}

.trust-media {
    border-radius: calc(var(--radius-lg) - 6px);
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.trust-copy-card {
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(17, 24, 39, .96), rgba(76, 29, 149, .92));
    color: #fff;
    padding: 32px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, .18);
    border: 1px solid rgba(125, 211, 252, .24);
}

.trust-pill {
    display: inline-flex;
    align-items: center;
    padding: .4rem .85rem;
    border-radius: 999px;
    margin-bottom: 14px;
    font-weight: 800;
    font-size: .8rem;
    background: rgba(56, 189, 248, .16);
    color: #bae6fd;
    border: 1px solid rgba(186, 230, 253, .32);
}

.trust-copy-card h2 {
    color: #fff;
    margin-bottom: 12px;
}

.trust-copy-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .82);
    font-weight: 600;
}

@keyframes nexoFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card,
.trust-media-wrap,
.trust-copy-card {
    animation: nexoFadeUp .5s ease both;
}

.software-box {
    display: grid;
    gap: 14px;
}

.software-box div {
    background: #fff;
    border: 1px solid var(--nexo-border);
    border-radius: 18px;
    padding: 18px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(15, 23, 42, .06);
}

.software-box i {
    color: var(--nexo-orange-2);
    margin-right: 8px;
}

.page-header {
    padding: 80px 0 50px;
    background: linear-gradient(135deg, rgba(255,247,237,.90), rgba(255,255,255,.95));
}



.contact-hero {
    padding-bottom: 56px;
}

.contact-hero-box {
    border: 1px solid rgba(14, 165, 233, .18);
    border-radius: var(--radius-xl);
    padding: clamp(26px, 4vw, 44px);
    background:
        radial-gradient(circle at 88% 16%, rgba(59, 130, 246, .18), transparent 30%),
        radial-gradient(circle at 8% 86%, rgba(139, 92, 246, .14), transparent 32%),
        #ffffff;
    box-shadow: var(--nexo-shadow);
}

.contact-hero-image-wrap {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 26px 56px rgba(15, 23, 42, .18);
    border: 1px solid rgba(125, 211, 252, .32);
}

.contact-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contact-box h2,
.contact-side-note h3,
.contact-cta-box h2,
.consulting-card h4 {
    color: var(--nexo-dark);
    font-weight: 900;
}

.contact-benefits {
    display: grid;
    gap: 12px;
}

.contact-benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--nexo-text);
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(14, 165, 233, .08), rgba(249, 115, 22, .08));
    border: 1px solid rgba(14, 165, 233, .14);
}

.contact-benefit-item i {
    color: var(--nexo-orange-2);
}

.contact-side-note {
    border-radius: var(--radius-xl);
    border: 1px solid var(--nexo-border);
    padding: 30px;
    background: linear-gradient(150deg, rgba(248, 250, 252, .94), rgba(255, 255, 255, .98));
    box-shadow: 0 18px 42px rgba(15, 23, 42, .10);
}

#contactWhatsAppForm .form-control,
#contactWhatsAppForm .form-select {
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, .35);
    padding: .72rem .9rem;
    background: #fff;
}

#contactWhatsAppForm .form-control:focus,
#contactWhatsAppForm .form-select:focus {
    border-color: rgba(14, 165, 233, .52);
    box-shadow: 0 0 0 .2rem rgba(14, 165, 233, .14);
}

.contact-response-note {
    border-radius: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(14, 165, 233, .18);
    background: linear-gradient(135deg, rgba(14, 165, 233, .08), rgba(249, 115, 22, .08));
    display: flex;
    gap: 10px;
    align-items: center;
    color: #0f172a;
    font-weight: 800;
}

.contact-response-note i {
    color: #0ea5e9;
    font-size: 1.1rem;
}

.consulting-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.consulting-card {
    border-radius: 18px;
    border: 1px solid rgba(139, 92, 246, .14);
    background: #fff;
    padding: 16px;
    box-shadow: 0 12px 24px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.consulting-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 34px rgba(15, 23, 42, .10);
}

.consulting-card i {
    color: #0ea5e9;
    font-size: 1.35rem;
}

.consulting-card h4 {
    font-size: 1.05rem;
    margin: 12px 0 8px;
}

.consulting-card p {
    color: var(--nexo-muted);
    margin: 0;
    font-size: .95rem;
}

.contact-cta-box {
    border-radius: var(--radius-xl);
    border: 1px solid rgba(249, 115, 22, .22);
    padding: clamp(30px, 5vw, 52px);
    background:
        radial-gradient(circle at 15% 18%, rgba(14, 165, 233, .18), transparent 30%),
        radial-gradient(circle at 92% 84%, rgba(139, 92, 246, .16), transparent 28%),
        #fff;
    box-shadow: var(--nexo-shadow);
}

.contact-cta-box p {
    max-width: 760px;
    margin: 16px auto 26px;
    color: var(--nexo-muted);
    font-size: 1.05rem;
}

.cta-nexo {
    padding: 70px 0;
}

.cta-box {
    text-align: center;
    border-radius: var(--radius-xl);
    padding: 54px 28px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 20%, rgba(251,191,36,.35), transparent 28%),
        linear-gradient(135deg, #111827, #1f2937);
    box-shadow: var(--nexo-shadow);
}

.cta-box h2 {
    color: #fff;
}

.cta-box p {
    color: rgba(255,255,255,.78);
    font-size: 1.1rem;
}

.contact-box {
    max-width: none;
    margin: 0;
    text-align: left;
    background: #fff;
    border: 1px solid var(--nexo-border);
    border-radius: var(--radius-xl);
    padding: 44px;
    box-shadow: var(--nexo-shadow);
}

.footer-nexo {
    padding: 50px 0 30px;
    background: #111827;
    color: #fff;
}

.footer-nexo p {
    color: rgba(255,255,255,.70);
}

.footer-link {
    display: inline-block;
    color: rgba(255,255,255,.78);
    font-weight: 800;
    margin-left: 16px;
    transition: color .2s ease, transform .2s ease;
}

.footer-link:hover {
    color: var(--nexo-gold);
    transform: translateY(-1px);
}

.footer-title {
    font-weight: 800;
    letter-spacing: .01em;
    margin-bottom: 14px;
}

.footer-services-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.footer-link-service {
    margin-left: 0;
    font-weight: 700;
}

.footer-quick-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.footer-quick-links .footer-link {
    margin-left: 0;
}

.footer-nexo hr {
    border-color: rgba(255,255,255,.12);
}

@media (max-width: 991px) {
    body {
        padding-top: 86px;
    }

    .navbar-nexo {
        margin: 8px;
    }

    .hero-nexo {
        padding: 50px 0;
    }


    .hero-video-section {
        padding: 6px 0 24px;
    }

    .hero-video-wrap,
    .hero-video-content {
        min-height: clamp(380px, 74vh, 520px);
    }

    .hero-video-content {
        padding: 24px 20px;
    }

    .hero-video-content h1 {
        font-size: clamp(1.7rem, 8.4vw, 2.5rem);
    }

    .hero-video-content p {
        font-size: 1rem;
    }
    .section-nexo {
        padding: 56px 0;
    }

    .hero-card,
    .contact-box {
        padding: 26px;
    }

    .footer-quick-links {
        align-items: flex-start;
    }

    .consulting-grid {
        grid-template-columns: 1fr;
    }

    .contact-side-note {
        padding: 24px;
    }

    .trust-copy-card {
        padding: 24px;
    }

    .section-soft {
        padding: 54px 0;
    }

    .software-mini-features {
        grid-template-columns: 1fr;
    }

    .software-mini-card {
        min-height: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .service-card,
    .pricing-card,
    .service-card img,
    .trust-media-wrap,
    .trust-copy-card {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }


    .hero-video-media {
        display: none;
    }

    .hero-video-wrap {
        background-image: linear-gradient(130deg, rgba(15, 23, 42, .82) 20%, rgba(49, 46, 129, .52) 55%, rgba(14, 165, 233, .26)), url('../img/hero-marketing-tecnologia-nexo.webp');
        background-size: cover;
        background-position: center;
    }
}
/* =========================================================
   PÁGINA PRECIOS PREMIUM
   ========================================================= */

.pricing-hero {
    position: relative;
    padding: 90px 0 60px;
    overflow: hidden;
}

.pricing-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, .18), transparent 68%);
    pointer-events: none;
}

.pricing-hero::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -160px;
    bottom: -160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, .10), transparent 68%);
    pointer-events: none;
}

.pricing-hero h1 {
    font-size: clamp(2.7rem, 5vw, 5rem);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -0.06em;
    color: var(--nexo-dark);
}

.pricing-hero p {
    max-width: 720px;
    margin-top: 22px;
    color: var(--nexo-muted);
    font-size: 1.16rem;
    font-weight: 600;
}

.pricing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.pricing-hero-card {
    position: relative;
    padding: 34px;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, .22), transparent 36%),
        rgba(255, 255, 255, .94);
    border: 1px solid var(--nexo-border);
    box-shadow: var(--nexo-shadow);
    backdrop-filter: blur(16px);
}

.pricing-hero-card__icon {
    width: 72px;
    height: 72px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    margin-bottom: 20px;
    box-shadow: 0 18px 38px rgba(249, 115, 22, .22);
}

.pricing-hero-card h3 {
    font-size: 1.6rem;
    font-weight: 950;
    color: var(--nexo-dark);
}

.pricing-hero-card p {
    margin: 12px 0 20px;
    font-size: .98rem;
}

.pricing-mini-list {
    display: grid;
    gap: 12px;
}

.pricing-mini-list div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(15, 23, 42, .06);
    font-weight: 850;
    color: #334155;
}

.pricing-mini-list i {
    color: var(--nexo-orange-2);
}

.pricing-strip {
    padding: 0 0 30px;
}

.pricing-strip__inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 16px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .86);
    border: 1px solid var(--nexo-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    backdrop-filter: blur(16px);
}

.pricing-strip__inner div {
    padding: 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 247, 237, .86), rgba(248, 250, 252, .86));
    border: 1px solid rgba(15, 23, 42, .05);
}

.pricing-strip__inner strong {
    display: block;
    font-size: 1.08rem;
    font-weight: 950;
    color: var(--nexo-dark);
    margin-bottom: 4px;
}

.pricing-strip__inner span {
    color: var(--nexo-muted);
    font-weight: 650;
    font-size: .94rem;
}

.pricing-section {
    padding-top: 60px;
}

.pricing-category {
    margin-bottom: 86px;
}

.pricing-category:last-child {
    margin-bottom: 0;
}

.pricing-category-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    padding: 22px;
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,247,237,.80));
    border: 1px solid var(--nexo-border);
}

.pricing-category-icon {
    width: 72px;
    height: 72px;
    min-width: 72px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 16px 34px rgba(249, 115, 22, .20);
}

.pricing-category-head h2 {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 950;
    letter-spacing: -0.04em;
    color: var(--nexo-dark);
}

.pricing-category-head p {
    margin: 6px 0 0;
    color: var(--nexo-muted);
    font-weight: 650;
}

.pricing-card-v2 {
    position: relative;
    height: 100%;
    padding: 32px;
    border-radius: 30px;
    background: rgba(255, 255, 255, .96);
    border: 1px solid var(--nexo-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    transition: all .22s ease;
    overflow: hidden;
}

.pricing-card-v2::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, .10), transparent 70%);
    pointer-events: none;
}

.pricing-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: var(--nexo-shadow);
}

.pricing-card-v2.is-featured {
    border-color: rgba(249, 115, 22, .34);
    background:
        radial-gradient(circle at top right, rgba(251, 191, 36, .18), transparent 34%),
        #ffffff;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 13px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(249, 115, 22, .10);
    color: var(--nexo-orange-2);
    font-size: .78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.pricing-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 22px;
}

.pricing-card-top h3 {
    margin: 0 0 8px;
    font-size: 1.45rem;
    font-weight: 950;
    color: var(--nexo-dark);
}

.pricing-card-top p {
    margin: 0;
    color: var(--nexo-muted);
    font-weight: 650;
}

.pricing-price {
    flex: 0 0 auto;
    min-width: 150px;
    text-align: right;
    color: var(--nexo-orange-2);
    font-size: 1.22rem;
    font-weight: 950;
    line-height: 1.12;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
    display: grid;
    gap: 12px;
}

.pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #334155;
    font-weight: 750;
    line-height: 1.36;
}

.pricing-list li i {
    color: var(--nexo-orange-2);
    font-size: 1.08rem;
    margin-top: 1px;
}

.combo-card-v2 {
    height: 100%;
    padding: 34px;
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid var(--nexo-border);
    box-shadow: 0 18px 45px rgba(15, 23, 42, .07);
    transition: all .22s ease;
}

.combo-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: var(--nexo-shadow);
}

.combo-icon {
    width: 64px;
    height: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    margin-bottom: 20px;
}

.combo-card-v2 h3 {
    font-weight: 950;
    color: var(--nexo-dark);
    margin-bottom: 10px;
}

.combo-price {
    font-size: 1.18rem;
    font-weight: 950;
    color: var(--nexo-orange-2);
    margin-bottom: 14px;
}

.combo-card-v2 p {
    color: var(--nexo-muted);
    font-weight: 650;
    min-height: 76px;
}

.comparison-box {
    padding: 34px;
    border-radius: 34px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid var(--nexo-border);
    box-shadow: var(--nexo-shadow);
}

.comparison-card {
    height: 100%;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, .07);
}

.comparison-card-pro {
    background:
        radial-gradient(circle at top right, rgba(251,191,36,.18), transparent 36%),
        linear-gradient(135deg, #ffffff, #fff7ed);
    border-color: rgba(249, 115, 22, .22);
}

.comparison-card h3 {
    font-size: 1.45rem;
    font-weight: 950;
    color: var(--nexo-dark);
}

.comparison-card p {
    color: var(--nexo-muted);
    font-weight: 650;
}

.comparison-card ul {
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
    display: grid;
    gap: 10px;
}

.comparison-card li {
    display: flex;
    gap: 10px;
    font-weight: 800;
    color: #334155;
}

.comparison-card li i {
    color: var(--nexo-orange-2);
}

.pricing-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 20px;
    background: rgba(249, 115, 22, .08);
    border: 1px solid rgba(249, 115, 22, .14);
    display: flex;
    gap: 12px;
    color: #7c2d12;
    font-weight: 750;
}

.pricing-note i {
    color: var(--nexo-orange-2);
    font-size: 1.25rem;
    margin-top: 1px;
}

@media (max-width: 991px) {
    .pricing-hero {
        padding: 60px 0 40px;
    }

    .pricing-strip__inner {
        grid-template-columns: 1fr;
    }

    .pricing-category {
        margin-bottom: 64px;
    }

    .pricing-card-top {
        flex-direction: column;
    }

    .pricing-price {
        text-align: left;
        min-width: 0;
    }

    .combo-card-v2 p {
        min-height: auto;
    }
}

@media (max-width: 575px) {
    .pricing-hero h1 {
        font-size: 2.45rem;
    }

    .pricing-category-head {
        align-items: flex-start;
        padding: 18px;
    }

    .pricing-category-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        border-radius: 20px;
        font-size: 1.5rem;
    }

    .pricing-card-v2,
    .combo-card-v2,
    .comparison-box,
    .comparison-card,
    .pricing-hero-card {
        padding: 24px;
        border-radius: 24px;
    }

    .pricing-note {
        flex-direction: column;
    }
}
/* FIX PLANES SAAS - EVITA AMONTONAMIENTO */
.pricing-card-v2 {
    min-height: 100%;
}

.pricing-card-top {
    flex-direction: column;
    gap: 10px;
}

.pricing-price {
    text-align: left;
    min-width: 0;
    width: 100%;
    font-size: 1.35rem;
    line-height: 1.2;
    white-space: normal;
}

.pricing-card-top p {
    font-size: 0.98rem;
    line-height: 1.55;
}

.pricing-list {
    margin-top: 22px;
}

.pricing-list li {
    font-size: 0.96rem;
    line-height: 1.45;
}

/* En pantallas grandes, que respire mejor */
@media (min-width: 1200px) and (max-width: 1599px) {
    .pricing-card-v2 {
        padding: 30px;
    }
}

/* Solo en pantallas muy grandes permitimos 4 columnas cómodas */
@media (min-width: 1600px) {
    .pricing-card-top {
        flex-direction: column;
    }

    .pricing-price {
        font-size: 1.2rem;
    }
}
/* =========================================================
   FIX RESPONSIVE PRECIOS
   ========================================================= */

.pricing-card-v2 {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.pricing-card-top {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
}

.pricing-price {
    width: 100%;
    min-width: 0 !important;
    max-width: 100%;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.2;
}

.pricing-card-top h3 {
    font-size: clamp(1.35rem, 2.4vw, 1.65rem);
}

.pricing-card-top p {
    font-size: 0.98rem;
    line-height: 1.55;
}

.pricing-list li {
    font-size: 0.96rem;
    line-height: 1.45;
}

.pricing-category-head {
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .pricing-hero {
        padding-top: 48px;
    }

    .pricing-hero h1 {
        font-size: 2.35rem;
        line-height: 1;
    }

    .pricing-category-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .pricing-card-v2 {
        padding: 24px;
        border-radius: 24px;
    }

    .pricing-list {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .pricing-hero h1 {
        font-size: 2rem;
    }

    .pricing-category-head h2 {
        font-size: 1.7rem;
    }

    .pricing-card-v2 {
        padding: 22px;
    }

    .pricing-price {
        font-size: 1.18rem;
    }

    .pricing-badge {
        font-size: 0.7rem;
        padding: 6px 10px;
    }
}

/* Rediseño visual: sección de precios (sin modificar contenido) */
#planes .pricing-category {
    margin-bottom: 76px;
}

#planes .pricing-category-head {
    border-radius: 28px;
    padding: 26px 28px;
    border: 1px solid rgba(148, 163, 184, .24);
    background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(238, 242, 255, .9));
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

#planes .pricing-card-v2 {
    border-radius: 26px;
    border: 1px solid rgba(148, 163, 184, .24);
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 14px 36px rgba(15, 23, 42, .1);
    padding: 30px;
    gap: 22px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#planes .pricing-card-v2:hover {
    transform: translateY(-6px);
    border-color: rgba(59, 130, 246, .35);
    box-shadow: 0 22px 42px rgba(15, 23, 42, .14);
}

#planes .pricing-card-v2.is-featured {
    border-color: rgba(79, 70, 229, .42);
    background: linear-gradient(160deg, rgba(255, 255, 255, .98), rgba(238, 242, 255, .95));
    box-shadow: 0 22px 46px rgba(79, 70, 229, .2);
}

#planes .pricing-badge {
    border-radius: 999px;
    background: rgba(59, 130, 246, .11);
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, .28);
    letter-spacing: .02em;
}

#planes .pricing-price {
    font-size: clamp(1.35rem, 1.8vw, 1.7rem);
    font-weight: 900;
}

#planes .pricing-list li {
    border-radius: 12px;
    padding: 8px 10px;
    background: rgba(248, 250, 252, .78);
}

#planes .pricing-card-v2 .btn {
    border-radius: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: 800;
}

@media (max-width: 991px) {
    #planes .pricing-category {
        margin-bottom: 58px;
    }

    #planes .pricing-category-head {
        padding: 22px;
        border-radius: 24px;
    }

    #planes .pricing-card-v2 {
        border-radius: 22px;
        padding: 24px;
        gap: 18px;
    }
}

.services-hero-card {
    position: relative;
    overflow: hidden;
    min-height: clamp(420px, 62vh, 620px);
    border-radius: 30px;
    box-shadow: 0 28px 65px rgba(15, 23, 42, .22);
    border: 1px solid rgba(125, 211, 252, .24);
}

.services-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 23, 42, .88), rgba(67, 56, 202, .62) 58%, rgba(14, 165, 233, .42));
}

.services-hero-content {
    position: relative;
    z-index: 2;
    padding: clamp(26px, 5vw, 60px);
    max-width: 780px;
    min-height: clamp(420px, 62vh, 620px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.services-hero h1 {
    color: #fff;
    font-size: clamp(2rem, 4.8vw, 4rem);
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -.03em;
}

.services-hero p {
    color: rgba(255, 255, 255, .9);
    max-width: 700px;
    font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.services-hero .eyebrow {
    color: #fff;
    border: 1px solid rgba(251, 191, 36, .45);
    background: rgba(249, 115, 22, .22);
}

.services-hero-btn {
    color: #fff;
    border-color: rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .03);
}

.services-hero-btn:hover {
    color: #fff;
    border-color: #fff;
    background: rgba(255, 255, 255, .14);
}

.page-hero-premium {
    min-height: clamp(400px, 58vh, 560px);
}

.page-hero-premium .services-hero-content {
    min-height: clamp(400px, 58vh, 560px);
}

.service-card-enhanced .service-icon {
    margin-top: .5rem;
}

.service-benefits {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .55rem;
    margin-top: 1rem;
}

.service-benefits li {
    display: flex;
    align-items: center;
    gap: .55rem;
    color: #334155;
    font-weight: 700;
    font-size: .96rem;
}

.service-benefits i {
    color: var(--nexo-orange-2);
}

.work-process-box {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-xl);
    padding: clamp(26px, 4vw, 42px);
    background:
        radial-gradient(circle at 12% 12%, rgba(125, 211, 252, .22), transparent 45%),
        radial-gradient(circle at 88% 80%, rgba(249, 115, 22, .12), transparent 42%),
        rgba(255, 255, 255, .9);
    border: 1px solid rgba(148, 163, 184, .22);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .09);
}

.process-row {
    position: relative;
}

.process-row::before {
    content: "";
    position: absolute;
    left: 7%;
    right: 7%;
    top: 52px;
    height: 2px;
    background: linear-gradient(90deg, rgba(249, 115, 22, .15), rgba(249, 115, 22, .45), rgba(249, 115, 22, .15));
    z-index: 0;
}

.process-step-col {
    position: relative;
    z-index: 1;
}

.process-step {
    height: 100%;
    padding: 20px 18px 18px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, .22);
    background: linear-gradient(165deg, #fff, #f8fbff);
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.process-step:hover {
    transform: translateY(-4px);
    border-color: rgba(249, 115, 22, .35);
    box-shadow: 0 18px 35px rgba(15, 23, 42, .11);
}

.process-number {
    display: inline-flex;
    margin-bottom: .65rem;
    font-size: .85rem;
    font-weight: 900;
    color: var(--nexo-orange-2);
    background: rgba(249, 115, 22, .12);
    border-radius: 999px;
    padding: .3rem .7rem;
}

.process-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: .9rem;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #f97316, #fb923c);
    box-shadow: 0 10px 24px rgba(249, 115, 22, .26);
    font-size: 1.2rem;
}

.process-step h3 {
    margin: 0 0 .45rem;
    font-size: 1rem;
    font-weight: 850;
    color: #0f172a;
}

.process-step p {
    margin: 0;
    font-size: .93rem;
    line-height: 1.5;
    color: #475569;
}

@media (max-width: 991.98px) {
    .process-row::before {
        display: none;
    }
}

.faq-precios-section {
    padding-top: clamp(88px, 10vw, 128px);
    padding-bottom: clamp(48px, 6vw, 72px);
    scroll-margin-top: clamp(92px, 12vw, 132px);
}

.faq-precios-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(24px, 3.4vw, 42px);
    border-radius: 26px;
    background:
        radial-gradient(circle at 12% 8%, rgba(125, 211, 252, .2), transparent 42%),
        radial-gradient(circle at 92% 88%, rgba(129, 140, 248, .12), transparent 38%),
        rgba(255, 255, 255, .92);
    border: 1px solid rgba(148, 163, 184, .2);
    box-shadow: 0 22px 48px rgba(15, 23, 42, .1);
}

.faq-precios-title p {
    margin: .7rem auto 0;
    max-width: 720px;
    color: #475569;
    font-size: 1rem;
}

.faq-precios-accordion {
    margin-top: 1.4rem;
}

.faq-precios-accordion .accordion-item {
    border: 1px solid rgba(148, 163, 184, .2);
    border-radius: 16px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
    overflow: hidden;
}

.faq-precios-accordion .accordion-item + .accordion-item {
    margin-top: .85rem;
}

.faq-precios-accordion .accordion-button {
    padding: 1.08rem 1.2rem;
    font-weight: 800;
    font-size: 1rem;
    line-height: 1.4;
    color: #0f172a;
    background: rgba(255, 255, 255, .95);
    box-shadow: none;
}

.faq-precios-accordion .accordion-button:not(.collapsed) {
    color: #312e81;
    background: linear-gradient(130deg, rgba(255, 237, 213, .84), rgba(254, 215, 170, .62));
    border-left: 4px solid rgba(249, 115, 22, .66);
}

.faq-precios-accordion .accordion-button:focus {
    box-shadow: 0 0 0 .22rem rgba(99, 102, 241, .22);
}

.faq-precios-accordion .accordion-button::after {
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
    margin-left: 1rem;
    flex-shrink: 0;
}

.faq-precios-accordion .accordion-body {
    padding: 0 1.2rem 1.12rem;
    color: #334155;
}

#faq-precios + .cta-nexo {
    padding-top: clamp(24px, 3.2vw, 40px);
    padding-bottom: clamp(132px, 14vw, 182px);
}

.precios-page-end-space {
    height: clamp(28px, 3.8vw, 52px);
}

@media (max-width: 767.98px) {
    .faq-precios-section {
        padding-top: clamp(76px, 16vw, 104px);
        padding-bottom: clamp(38px, 10vw, 56px);
        scroll-margin-top: clamp(84px, 21vw, 124px);
    }

    .faq-precios-wrap {
        padding: 18px 14px 20px;
        border-radius: 20px;
    }

    .faq-precios-title p {
        font-size: .95rem;
    }

    .faq-precios-accordion .accordion-button {
        padding: .96rem .92rem;
        font-size: .96rem;
    }

    .faq-precios-accordion .accordion-body {
        padding: 0 .92rem .96rem;
        font-size: .93rem;
    }
}


.whatsapp-float {
    position: fixed;
    right: clamp(14px, 2.2vw, 28px);
    bottom: clamp(16px, 2.4vw, 30px);
    z-index: 1040;
    display: inline-flex;
    align-items: center;
    gap: .6rem;
}

.whatsapp-float__icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.65rem;
    background: linear-gradient(140deg, #25d366, #1ebe5d);
    box-shadow: 0 16px 32px rgba(17, 185, 89, .35);
    transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
    animation: whatsapp-pulse 2.8s ease-in-out infinite;
}

.whatsapp-float__pill {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    border-radius: 999px;
    padding: .55rem .95rem;
    font-size: .88rem;
    font-weight: 800;
    color: #0f172a;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(15, 23, 42, .08);
    box-shadow: 0 10px 26px rgba(15, 23, 42, .12);
    transition: transform .25s ease, opacity .25s ease;
}

.whatsapp-float:hover .whatsapp-float__icon,
.whatsapp-float:focus-visible .whatsapp-float__icon {
    transform: translateY(-3px);
    box-shadow: 0 20px 36px rgba(17, 185, 89, .42);
    filter: saturate(1.05);
}

.whatsapp-float:hover .whatsapp-float__pill,
.whatsapp-float:focus-visible .whatsapp-float__pill {
    transform: translateY(-2px);
}

@keyframes whatsapp-pulse {
    0%,
    100% {
        box-shadow: 0 16px 32px rgba(17, 185, 89, .35);
    }
    50% {
        box-shadow: 0 16px 32px rgba(17, 185, 89, .35), 0 0 0 10px rgba(37, 211, 102, .16);
    }
}

@media (max-width: 767.98px) {
    .whatsapp-float__pill {
        display: none;
    }

    .whatsapp-float__icon {
        width: 54px;
        height: 54px;
        font-size: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .whatsapp-float__icon,
    .whatsapp-float__pill {
        transition: none;
        animation: none;
    }
}

.google-ads-card,
.google-ads-card-sm {
    border: 1px solid rgba(148, 163, 184, .24);
    box-shadow: 0 16px 35px rgba(15, 23, 42, .08);
}

.google-ads-card .service-icon,
.google-ads-card-sm .service-icon,
.google-ads-segment-card .service-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    margin-bottom: 14px;
}

.google-ads-card h3,
.google-ads-card-sm h3,
.google-ads-segment-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.google-ads-card-sm p {
    margin-bottom: 0;
}

.google-ads-segment-card {
    padding: 22px 16px;
    border: 1px solid rgba(148, 163, 184, .22);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .06);
}

.google-ads-alert {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    background: linear-gradient(135deg, rgba(15, 23, 42, .94), rgba(49, 46, 129, .88));
    color: #fff;
    border-radius: var(--radius-xl);
    border: 1px solid rgba(125, 211, 252, .25);
    box-shadow: 0 20px 42px rgba(15, 23, 42, .2);
    padding: clamp(20px, 3.2vw, 30px);
}

.google-ads-alert h2 {
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    margin-bottom: 10px;
}

.google-ads-alert p {
    color: rgba(255, 255, 255, .88);
}

.google-ads-alert-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--nexo-orange), var(--nexo-gold));
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
}

.google-ads-faq .accordion-item {
    border: 1px solid rgba(148, 163, 184, .22) !important;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .07);
}

.google-ads-faq .accordion-button {
    font-weight: 800;
    color: var(--nexo-dark);
    background: linear-gradient(135deg, rgba(255, 247, 237, .7), rgba(248, 250, 252, .9));
}

.google-ads-faq .accordion-button:not(.collapsed) {
    color: var(--nexo-orange-2);
    box-shadow: none;
}

.google-ads-faq .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(249, 115, 22, .35);
}

.google-ads-faq .accordion-body {
    color: var(--nexo-muted);
}

.google-ads-cta-wrap {
    padding-bottom: 130px;
}

.google-ads-cta-box {
    box-shadow: 0 24px 52px rgba(15, 23, 42, .18);
}

@media (max-width: 767.98px) {
    .google-ads-alert {
        flex-direction: column;
    }

    .google-ads-segment-card {
        min-height: 100%;
    }

    .google-ads-cta-wrap {
        padding-bottom: 150px;
    }
}

/* =========================================================
   DARK PREMIUM ALIGNMENT - NEXO AGENDA STYLE
   ========================================================= */
:root {
    --nexo-dark: #f8fafc;
    --nexo-text: #e5edf8;
    --nexo-muted: #a9b7cf;
    --nexo-orange: #ff7a1a;
    --nexo-orange-2: #fb923c;
    --nexo-gold: #ffd166;
    --nexo-cyan: #38bdf8;
    --nexo-violet: #8b5cf6;
    --nexo-bg: #050816;
    --nexo-soft: #07111f;
    --nexo-border: rgba(255, 255, 255, .10);
    --nexo-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

html {
    background: #050816;
}

body {
    color: var(--nexo-text);
    background:
        radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .18), transparent 28%),
        radial-gradient(circle at 84% 9%, rgba(139, 92, 246, .20), transparent 30%),
        radial-gradient(circle at 76% 72%, rgba(249, 115, 22, .12), transparent 32%),
        linear-gradient(180deg, #050816 0%, #07111f 45%, #050816 100%);
    min-height: 100vh;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .72), transparent 78%);
}

.navbar-nexo {
    background: linear-gradient(135deg, rgba(7, 17, 31, .88), rgba(15, 23, 42, .74));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.navbar-nexo .container {
    position: relative;
}

.navbar-brand strong,
.nav-link,
.footer-nexo h5,
.footer-title {
    color: #fff;
}

.navbar-brand small {
    color: #9fb2cf;
}

.brand-icon {
    color: #fff;
    background: linear-gradient(135deg, #ff7a1a, #8b5cf6 58%, #38bdf8);
    box-shadow: 0 12px 28px rgba(249, 115, 22, .26), 0 0 0 1px rgba(255, 255, 255, .12) inset;
}

.nav-link {
    color: rgba(226, 232, 240, .82) !important;
    transition: color .2s ease, transform .2s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff !important;
    transform: translateY(-1px);
}

.navbar-toggler {
    border-color: rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 .18rem rgba(56, 189, 248, .18);
}

.navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(2);
}

.btn,
.btn-nexo,
.btn-outline-nexo,
.btn-light,
.btn-outline-light {
    border-radius: 999px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.btn:hover,
.btn:focus-visible {
    transform: translateY(-2px);
}

.btn-nexo,
.btn-light {
    color: #111827 !important;
    background: linear-gradient(135deg, #ff7a1a 0%, #fb923c 52%, #ffd166 100%) !important;
    border: 0 !important;
    box-shadow: 0 16px 34px rgba(249, 115, 22, .28), 0 0 34px rgba(249, 115, 22, .12);
}

.btn-nexo:hover,
.btn-light:hover {
    box-shadow: 0 22px 44px rgba(249, 115, 22, .34), 0 0 44px rgba(249, 115, 22, .18);
}

.btn-outline-nexo,
.btn-outline-light,
.hero-video-btn-secondary,
.services-hero-btn {
    color: #e8f1ff !important;
    background: rgba(255, 255, 255, .045) !important;
    border: 1px solid rgba(255, 255, 255, .18) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
}

.btn-outline-nexo:hover,
.btn-outline-light:hover,
.hero-video-btn-secondary:hover,
.services-hero-btn:hover {
    color: #fff !important;
    background: linear-gradient(135deg, rgba(56, 189, 248, .18), rgba(139, 92, 246, .18)) !important;
    border-color: rgba(125, 211, 252, .45) !important;
    box-shadow: 0 16px 34px rgba(56, 189, 248, .12);
}

.navbar-nexo .nav-item:last-child .btn-nexo {
    background: linear-gradient(135deg, #22c55e, #16a34a) !important;
    color: #fff !important;
    box-shadow: 0 16px 34px rgba(34, 197, 94, .22);
}

.hero-video-section,
.services-hero.section-nexo {
    position: relative;
}

.hero-video-section::before,
.services-hero.section-nexo::before {
    content: "";
    position: absolute;
    inset: -70px 0 auto;
    height: 260px;
    pointer-events: none;
    background: radial-gradient(circle at 50% 0%, rgba(56, 189, 248, .16), transparent 62%);
}

.hero-video-wrap,
.services-hero-card {
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(15, 23, 42, .96), rgba(7, 17, 31, .88));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .48), 0 0 0 1px rgba(56, 189, 248, .08), 0 0 70px rgba(56, 189, 248, .10);
}

.hero-video-overlay,
.services-hero-overlay {
    background:
        radial-gradient(circle at 78% 16%, rgba(249, 115, 22, .22), transparent 30%),
        radial-gradient(circle at 88% 82%, rgba(56, 189, 248, .28), transparent 36%),
        linear-gradient(120deg, rgba(5, 8, 22, .94) 12%, rgba(17, 24, 39, .78) 50%, rgba(76, 29, 149, .55));
}

.hero-video-content h1,
.services-hero h1,
.hero-nexo h1,
.hero-nexo h2,
.page-header h1,
.section-title h2,
.section-soft h2,
.pricing-hero h1,
.cta-box h2,
.contact-cta-box h2 {
    color: #fff;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.hero-video-content p,
.services-hero p,
.hero-nexo p,
.page-header p,
.section-title p,
.section-soft p,
.pricing-hero p,
.cta-box p,
.contact-cta-box p {
    color: rgba(226, 232, 240, .78);
}

.eyebrow,
.section-title span,
.pricing-badge,
.process-number,
.trust-pill {
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    color: #ffd7b0;
    background: linear-gradient(135deg, rgba(249, 115, 22, .16), rgba(139, 92, 246, .12));
    border: 1px solid rgba(249, 115, 22, .34);
    box-shadow: 0 0 30px rgba(249, 115, 22, .08);
}

.eyebrow::before,
.section-title span::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fb923c;
    box-shadow: 0 0 14px rgba(251, 146, 60, .9);
}

.hero-card,
.service-card,
.pricing-card,
.pricing-hero-card,
.pricing-strip__inner,
.pricing-category-head,
.pricing-card-v2,
.combo-card-v2,
.comparison-box,
.comparison-card,
.contact-box,
.contact-hero-box,
.contact-side-note,
.consulting-card,
.contact-cta-box,
.work-process-box,
.process-step,
.faq-precios-wrap,
.software-mini-card,
.software-box div,
.google-ads-card,
.google-ads-card-sm,
.google-ads-segment-card,
.google-ads-faq .accordion-item {
    color: var(--nexo-text);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .088), rgba(255, 255, 255, .035)) !important;
    border: 1px solid rgba(255, 255, 255, .11) !important;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
    backdrop-filter: blur(18px);
}

.service-card::before,
.pricing-card::before,
.pricing-card-v2::before {
    background:
        radial-gradient(circle at 88% 2%, rgba(56, 189, 248, .15), transparent 34%),
        radial-gradient(circle at 8% 12%, rgba(249, 115, 22, .10), transparent 28%);
}

.hero-card:hover,
.service-card:hover,
.pricing-card:hover,
.pricing-card-v2:hover,
.combo-card-v2:hover,
.consulting-card:hover,
.process-step:hover {
    border-color: rgba(125, 211, 252, .34) !important;
    box-shadow: 0 32px 85px rgba(0, 0, 0, .42), 0 0 42px rgba(56, 189, 248, .10) !important;
}

.hero-card h3,
.service-card h3,
.pricing-card h3,
.pricing-hero-card h3,
.pricing-category-head h2,
.pricing-card-top h3,
.combo-card-v2 h3,
.comparison-card h3,
.contact-box h2,
.contact-side-note h3,
.consulting-card h4,
.process-step h3,
.google-ads-card h3,
.google-ads-card-sm h3,
.google-ads-segment-card h3 {
    color: #fff !important;
}

.hero-card ul,
.hero-card li,
.service-card p,
.pricing-card p,
.pricing-card-top p,
.pricing-category-head p,
.combo-card-v2 p,
.comparison-card p,
.consulting-card p,
.process-step p,
.contact-response-note,
.service-benefits li,
.pricing-list li,
.comparison-card li,
.pricing-mini-list div,
.google-ads-faq .accordion-body {
    color: rgba(226, 232, 240, .74) !important;
}

.hero-card img,
.service-card img,
.trust-media,
.software-image-wrap img,
.contact-hero-image {
    border-color: rgba(255, 255, 255, .12) !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, .34);
}

.section-soft,
.page-header,
.pricing-strip__inner div,
.comparison-card-pro,
.pricing-card-v2.is-featured,
#planes .pricing-category-head,
#planes .pricing-card-v2,
#planes .pricing-card-v2.is-featured,
#planes .pricing-list li {
    background:
        radial-gradient(circle at 12% 18%, rgba(56, 189, 248, .10), transparent 34%),
        radial-gradient(circle at 88% 82%, rgba(139, 92, 246, .12), transparent 38%),
        linear-gradient(145deg, rgba(7, 17, 31, .72), rgba(15, 23, 42, .46)) !important;
}

.hero-card-icon,
.service-icon,
.pricing-hero-card__icon,
.pricing-category-icon,
.combo-icon,
.process-icon,
.google-ads-alert-icon {
    color: #fff;
    background: linear-gradient(135deg, #ff7a1a, #8b5cf6 62%, #38bdf8);
    box-shadow: 0 14px 34px rgba(249, 115, 22, .22), 0 0 34px rgba(56, 189, 248, .10);
}

.service-benefits i,
.pricing-list li i,
.comparison-card li i,
.pricing-mini-list i,
.software-box i,
.contact-benefit-item i,
.faq-precios-accordion .accordion-button i,
.google-ads-faq .accordion-button i {
    color: #fb923c;
}

.pricing-price,
.combo-price,
#planes .pricing-price {
    color: #ffd166;
    text-shadow: 0 0 24px rgba(249, 115, 22, .16);
}

.pricing-note,
.contact-response-note,
.contact-benefit-item,
.pricing-mini-list div {
    background: linear-gradient(135deg, rgba(249, 115, 22, .14), rgba(56, 189, 248, .07)) !important;
    border: 1px solid rgba(249, 115, 22, .24) !important;
    color: #ffe7d1 !important;
}

.faq-precios-accordion .accordion-item,
.google-ads-faq .accordion-item {
    overflow: hidden;
    border-radius: 22px !important;
}

.faq-precios-accordion .accordion-button,
.google-ads-faq .accordion-button {
    color: #fff;
    background: rgba(255, 255, 255, .035) !important;
    box-shadow: none !important;
}

.faq-precios-accordion .accordion-button:not(.collapsed),
.google-ads-faq .accordion-button:not(.collapsed) {
    color: #ffd7b0;
    background: linear-gradient(135deg, rgba(249, 115, 22, .14), rgba(139, 92, 246, .10)) !important;
}

.faq-precios-accordion .accordion-button::after,
.google-ads-faq .accordion-button::after {
    filter: invert(1) grayscale(1) brightness(2);
}

.form-control,
.form-select,
#contactWhatsAppForm .form-control,
#contactWhatsAppForm .form-select {
    color: #fff;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .13);
}

.form-control::placeholder,
#contactWhatsAppForm .form-control::placeholder {
    color: rgba(226, 232, 240, .46);
}

.form-control:focus,
.form-select:focus,
#contactWhatsAppForm .form-control:focus,
#contactWhatsAppForm .form-select:focus {
    color: #fff;
    background: rgba(255, 255, 255, .08);
    border-color: rgba(56, 189, 248, .55);
    box-shadow: 0 0 0 .22rem rgba(56, 189, 248, .14);
}

.footer-nexo {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 0%, rgba(56, 189, 248, .12), transparent 30%),
        radial-gradient(circle at 82% 18%, rgba(249, 115, 22, .12), transparent 28%),
        #050816;
    border-top: 1px solid rgba(255, 255, 255, .10);
}

.footer-link {
    color: rgba(226, 232, 240, .78);
}

.footer-link:hover {
    color: #ffd166;
}

.whatsapp-float__icon {
    box-shadow: 0 16px 34px rgba(37, 211, 102, .34), 0 0 34px rgba(37, 211, 102, .16);
}

.whatsapp-float__pill {
    color: #eafff2;
    background: rgba(5, 8, 22, .82);
    border-color: rgba(37, 211, 102, .24);
}

@media (max-width: 991px) {
    .navbar-nexo .navbar-collapse {
        margin-top: 14px;
        padding: 16px;
        border-radius: 20px;
        background: rgba(5, 8, 22, .72);
        border: 1px solid rgba(255, 255, 255, .10);
    }

    .navbar-nexo .btn {
        width: 100%;
        justify-content: center;
        display: inline-flex;
        align-items: center;
        gap: .45rem;
    }

    .hero-video-wrap,
    .services-hero-card {
        border-radius: 26px;
    }
}

@media (max-width: 575px) {
    body {
        padding-top: 82px;
    }

    .hero-video-content .d-flex,
    .hero-nexo .d-flex,
    .services-hero-content .d-flex {
        flex-direction: column;
    }

    .hero-video-content .btn,
    .hero-nexo .btn,
    .services-hero-content .btn {
        width: 100%;
    }
}

/* Home: servicios premium */
.services-premium-section {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background:
        radial-gradient(circle at 8% 16%, rgba(30, 136, 255, .22), transparent 30%),
        radial-gradient(circle at 86% 12%, rgba(139, 92, 246, .20), transparent 32%),
        radial-gradient(circle at 52% 92%, rgba(255, 159, 28, .14), transparent 34%),
        linear-gradient(145deg, #050b1f 0%, #07122e 54%, #050b1f 100%);
}

.services-premium-section::before,
.services-premium-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border-radius: 999px;
    filter: blur(12px);
}

.services-premium-section::before {
    width: 340px;
    height: 340px;
    top: -150px;
    left: -105px;
    background: rgba(30, 136, 255, .18);
}

.services-premium-section::after {
    width: 360px;
    height: 360px;
    right: -130px;
    bottom: -170px;
    background: rgba(255, 159, 28, .14);
}

.services-premium-section .container {
    position: relative;
    z-index: 1;
}

.services-premium-panel {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: clamp(22px, 4vw, 34px);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .028)),
        rgba(5, 11, 31, .70);
    border: 1px solid rgba(255, 159, 28, .35);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .38),
        0 0 55px rgba(30, 136, 255, .12),
        inset 0 1px 0 rgba(255, 255, 255, .10);
    backdrop-filter: blur(18px);
}

.services-premium-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(255, 159, 28, .22), transparent) top left / 100% 1px no-repeat,
        radial-gradient(circle at 16% 10%, rgba(255, 159, 28, .12), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(30, 136, 255, .12), transparent 32%);
}

.services-premium-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
}

.services-premium-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding: .52rem .86rem;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(255, 159, 28, .18), rgba(30, 136, 255, .10));
    border: 1px solid rgba(255, 159, 28, .40);
    box-shadow: 0 0 28px rgba(255, 159, 28, .12);
    font-weight: 950;
}

.services-premium-kicker i {
    color: #ff9f1c;
    font-size: 1.05rem;
}

.services-premium-heading h2 {
    max-width: 760px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.15rem);
    line-height: 1.02;
    font-weight: 950;
    letter-spacing: -.05em;
}

.services-premium-heading p {
    max-width: 720px;
    margin: 14px 0 0;
    color: #cbd5e1;
    font-weight: 600;
    font-size: 1.04rem;
}

.services-premium-btn.btn-outline-nexo {
    border-color: rgba(255, 159, 28, .42);
    color: #ffffff;
    background: rgba(255, 255, 255, .045);
    box-shadow: 0 14px 34px rgba(0, 0, 0, .20);
}

.services-premium-btn.btn-outline-nexo:hover {
    border-color: rgba(255, 159, 28, .82);
    color: #050b1f;
    background: linear-gradient(135deg, #ff9f1c, #ffd166);
}

.services-premium-grid {
    position: relative;
    z-index: 1;
    align-items: stretch;
}

.service-premium-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 176px;
    overflow: hidden;
    padding: 22px 14px;
    border-radius: 22px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
        rgba(7, 18, 46, .78);
    border: 1px solid rgba(255, 159, 28, .35);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, .28),
        0 0 34px rgba(30, 136, 255, .08),
        inset 0 1px 0 rgba(255, 255, 255, .08);
    backdrop-filter: blur(16px);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.service-premium-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 159, 28, .20), transparent 36%),
        radial-gradient(circle at 100% 100%, rgba(30, 136, 255, .14), transparent 42%),
        radial-gradient(circle at 0% 92%, rgba(139, 92, 246, .13), transparent 42%);
    opacity: .80;
    transition: opacity .28s ease, transform .28s ease;
}

.service-premium-card::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    border-radius: 21px;
    background: linear-gradient(180deg, rgba(7, 18, 46, .76), rgba(5, 11, 31, .92));
}

.service-premium-card:hover,
.service-premium-card:focus-visible {
    color: #ffffff;
    transform: translateY(-6px);
    border-color: rgba(255, 159, 28, .78);
    box-shadow:
        0 26px 62px rgba(0, 0, 0, .42),
        0 0 36px rgba(255, 159, 28, .22),
        0 0 46px rgba(30, 136, 255, .16),
        0 0 54px rgba(139, 92, 246, .12),
        inset 0 1px 0 rgba(255, 255, 255, .12);
}

.service-premium-card:hover::before,
.service-premium-card:focus-visible::before {
    opacity: 1;
    transform: scale(1.08);
}

.service-premium-glow {
    position: absolute;
    width: 86px;
    height: 86px;
    top: -26px;
    right: -20px;
    border-radius: 999px;
    background: rgba(30, 136, 255, .20);
    filter: blur(18px);
    transition: transform .28s ease, background .28s ease;
}

.service-premium-card:hover .service-premium-glow,
.service-premium-card:focus-visible .service-premium-glow {
    transform: scale(1.42);
    background: rgba(255, 159, 28, .26);
}

.service-premium-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 16px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 2.05rem;
    background:
        linear-gradient(135deg, rgba(255, 159, 28, .96), rgba(139, 92, 246, .94) 56%, rgba(30, 136, 255, .92));
    border: 1px solid rgba(255, 255, 255, .20);
    box-shadow:
        0 16px 36px rgba(255, 159, 28, .24),
        0 0 34px rgba(30, 136, 255, .16),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    transition: transform .28s ease, box-shadow .28s ease;
}

.service-premium-card:hover .service-premium-icon,
.service-premium-card:focus-visible .service-premium-icon {
    transform: translateY(-2px) scale(1.05);
    box-shadow:
        0 20px 48px rgba(255, 159, 28, .34),
        0 0 44px rgba(30, 136, 255, .24),
        inset 0 1px 0 rgba(255, 255, 255, .30);
}

.service-premium-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.service-premium-content strong {
    color: #ffffff;
    font-size: 1.02rem;
    line-height: 1.15;
    font-weight: 950;
    letter-spacing: -.025em;
}

.service-premium-content small {
    color: #cbd5e1;
    font-size: .79rem;
    line-height: 1.35;
    font-weight: 600;
}

.service-card-google .service-premium-icon {
    background: linear-gradient(135deg, #4285f4, #34a853 36%, #fbbc05 68%, #ea4335);
}

.service-card-meta .service-premium-icon {
    background: linear-gradient(135deg, #1e88ff, #38bdf8 54%, #8b5cf6);
}

.service-card-community .service-premium-icon,
.service-card-content .service-premium-icon {
    background: linear-gradient(135deg, #ff9f1c, #fb7185 52%, #8b5cf6);
}

.service-card-ai .service-premium-icon,
.service-card-software .service-premium-icon {
    background: linear-gradient(135deg, #8b5cf6, #1e88ff 58%, #ff9f1c);
}

@media (min-width: 1400px) {
    .row-cols-xxl-7 > * {
        flex: 0 0 auto;
        width: 14.285714%;
    }

    .service-premium-card {
        min-height: 170px;
        padding: 20px 12px;
    }

    .service-premium-icon {
        width: 62px;
        height: 62px;
        font-size: 1.9rem;
    }

    .service-premium-content strong {
        font-size: .96rem;
    }

    .service-premium-content small {
        font-size: .75rem;
    }
}

@media (max-width: 767.98px) {
    .services-premium-section {
        padding: 58px 0;
    }

    .services-premium-panel {
        border-radius: 24px;
        padding: 20px;
    }

    .services-premium-heading h2 {
        font-size: clamp(1.75rem, 9vw, 2.35rem);
    }

    .services-premium-btn {
        width: 100%;
        margin-top: 6px;
    }

    .service-premium-card {
        min-height: 158px;
        padding: 20px 12px;
    }

    .service-premium-icon {
        width: 58px;
        height: 58px;
        border-radius: 18px;
        font-size: 1.7rem;
    }
}
