/* ==========================================================================
   LOTIGOX CORPORATE LANDING PAGE STYLES
   ========================================================================== */

:root {
    --primary-violet: #6A38E3;
    --primary-violet-hover: #5528c7;
    --secondary-blue: #1570FF;
    --accent-lime: #B6FF00;
    --accent-teal: #00D4C4;
    --accent-yellow: #FFC107;
    --bg-light: #F3F1FF;
    --bg-white: #ffffff;
    --text-dark: #2d263b;
    --text-muted: #766d85;
    --border-soft: #ede7ff;
    --shadow-soft: 0 12px 40px rgba(106, 56, 227, 0.08);
    --shadow-premium: 0 20px 50px rgba(106, 56, 227, 0.12);
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: var(--bg-white);
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
    background-image: radial-gradient(rgba(106, 56, 227, 0.04) 1.5px, transparent 1.5px);
    background-size: 24px 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    color: var(--text-dark);
}

a {
    text-decoration: none;
    color: inherit;
}

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */

.landing-header {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-soft);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.8rem 0;
    transition: all 0.3s ease;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logo-img {
    height: 54px;
    object-fit: contain;
}

.nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 2rem;
}

.nav-item a {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.nav-item a:hover {
    color: var(--primary-violet);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-secondary {
    padding: 0.6rem 1.2rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-violet);
    background-color: var(--bg-light);
    border: 1px solid var(--border-soft);
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-secondary:hover {
    background-color: var(--primary-violet);
    color: var(--bg-white);
    transform: translateY(-2px);
}

.btn-primary {
    padding: 0.7rem 1.6rem;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bg-white);
    background-color: var(--primary-violet);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(106, 56, 227, 0.2);
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary:hover {
    background-color: var(--primary-violet-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(106, 56, 227, 0.3);
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: var(--text-dark);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
    padding: 4rem 2rem 5rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
    align-items: center;
}

.hero-text-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hero-tag {
    display: inline-block;
    align-self: flex-start;
    background-color: var(--accent-lime);
    color: var(--text-dark);
    padding: 0.5rem 1.2rem;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid var(--text-dark);
    box-shadow: 3px 3px 0px var(--text-dark);
}

.hero-section h1 {
    font-size: 3.4rem;
    line-height: 1.15;
    color: var(--text-dark);
}

.hero-section h1 .text-blue {
    color: var(--secondary-blue);
    background: none;
    -webkit-text-fill-color: initial;
    -webkit-background-clip: initial;
}

.hero-section h1 .star-lime {
    color: var(--accent-lime);
    font-size: 3.2rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -10px;
    animation: pulse-star 2s infinite alternate;
}

@keyframes pulse-star {
    0% { transform: scale(1) rotate(0deg); }
    100% { transform: scale(1.15) rotate(15deg); }
}

.hero-section p {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 550px;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

/* Showcase Mockup */
.hero-showcase {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.showcase-wrapper {
    position: relative;
    width: 100%;
    max-width: 460px;
    height: 400px;
}

.clay-blob-1 {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(182, 255, 0, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.clay-blob-2 {
    position: absolute;
    bottom: -10%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(21, 112, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    z-index: 1;
}

.laptop-mockup-css {
    position: absolute;
    width: 90%;
    height: auto;
    top: 5%;
    left: 0;
    z-index: 5;
    background: var(--bg-white);
    border: 8px solid #2d263b;
    border-radius: 12px;
    box-shadow: var(--shadow-premium);
    overflow: hidden;
}

.laptop-screen {
    width: 100%;
    height: 200px;
    background-color: var(--bg-light);
    display: flex;
    flex-direction: column;
}

.laptop-screen-header {
    height: 22px;
    background: #ede7ff;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    gap: 4px;
}

.dot-red, .dot-yellow, .dot-green {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.dot-red { background-color: #ff5f56; }
.dot-yellow { background-color: #ffbd2e; }
.dot-green { background-color: #27c93f; }

.laptop-screen-body {
    flex-grow: 1;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.mock-store-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-soft);
    padding-bottom: 0.3rem;
}

.mock-logo {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--primary-violet);
}

.mock-cart {
    font-size: 0.75rem;
}

.mock-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
    flex-grow: 1;
}

.mock-card {
    background: var(--bg-white);
    border-radius: 6px;
    border: 1px solid var(--border-soft);
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.mock-img {
    height: 38px;
    background-color: #e5dbff;
    border-radius: 4px;
}
.mock-title {
    width: 70%;
    height: 5px;
    background: #e2dbf0;
    border-radius: 2px;
}
.mock-price {
    width: 40%;
    height: 5px;
    background: var(--primary-violet);
    border-radius: 2px;
}

.laptop-base-css {
    position: absolute;
    width: 100%;
    height: 12px;
    background: #473f57;
    border-radius: 0 0 16px 16px;
    bottom: calc(100% - 222px);
    left: -5%;
    z-index: 6;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.phone-mockup-css {
    position: absolute;
    width: 160px;
    height: 310px;
    background: var(--bg-white);
    border: 7px solid #2d263b;
    border-radius: 24px;
    bottom: -5%;
    right: 2%;
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.phone-screen {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 0.4rem;
    background-color: #faf9ff;
}

.phone-header {
    height: 14px;
    display: flex;
    justify-content: center;
    position: relative;
}

.phone-notch {
    width: 50px;
    height: 8px;
    background: #2d263b;
    border-radius: 0 0 8px 8px;
}

.phone-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin-top: 0.2rem;
}

.phone-banner {
    height: 45px;
    background: linear-gradient(135deg, var(--primary-violet), var(--secondary-blue));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-banner-text {
    font-size: 0.5rem;
    color: var(--bg-white);
    font-weight: bold;
    font-family: 'Fredoka', sans-serif;
}

.phone-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
}

.phone-card {
    background: var(--bg-white);
    border-radius: 6px;
    border: 1px solid var(--border-soft);
    padding: 0.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.phone-img {
    height: 45px;
    background-color: #ffe6f2;
    border-radius: 4px;
}

.phone-title {
    width: 80%;
    height: 4px;
    background: #f0e6f0;
    border-radius: 2px;
}

.phone-price {
    width: 50%;
    height: 4px;
    background: var(--accent-teal);
    border-radius: 2px;
}

.phone-bottom-nav {
    height: 24px;
    border-top: 1px solid var(--border-soft);
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: var(--bg-white);
    margin-top: auto;
}

.phone-nav-icon {
    width: 6px;
    height: 6px;
    background: #cbd3e0;
    border-radius: 50%;
}
.phone-nav-icon.active {
    background: var(--primary-violet);
}

/* Sparkles decorations */
.sparkle-1 {
    position: absolute;
    top: 12%;
    left: -5%;
    font-size: 1.5rem;
    color: var(--accent-yellow);
    z-index: 12;
}

.sparkle-2 {
    position: absolute;
    bottom: 15%;
    right: -2%;
    font-size: 1.8rem;
    color: var(--primary-violet);
    z-index: 12;
}

/* ==========================================================================
   HIGHLIGHT BAR (FÁCIL, 100% ONLINE, CRECE TU NEGOCIO)
   ========================================================================== */

.highlight-bar {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 10;
    position: relative;
    box-shadow: 0 -10px 30px rgba(106, 56, 227, 0.08);
    flex-wrap: wrap;
}

.highlight-item {
    flex: 1 1 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-family: 'Fredoka', sans-serif;
    font-size: 1.35rem;
    font-weight: 600;
    padding: 1.8rem 2rem;
    text-align: center;
}

.highlight-item.item-purple {
    background-color: var(--primary-violet);
    color: var(--bg-white);
}

.highlight-item.item-teal {
    background-color: var(--accent-teal);
    color: var(--text-dark);
}

.highlight-item.item-orange {
    background-color: var(--accent-yellow);
    color: var(--text-dark);
}

.highlight-icon {
    font-size: 1.8rem;
    background: rgba(255, 255, 255, 0.25);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.highlight-item.item-teal .highlight-icon,
.highlight-item.item-orange .highlight-icon {
    background: rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
   SERVICES / FEATURES SECTION
   ========================================================================== */

.services-section {
    padding: 6rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-header h2 {
    font-size: 2.5rem;
    background: linear-gradient(135deg, var(--text-dark), var(--primary-violet));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.05rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.service-card {
    background-color: var(--bg-white);
    border: 1px solid var(--border-soft);
    border-radius: 20px;
    padding: 2.2rem;
    box-shadow: var(--shadow-soft);
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.card-tienda { border-top: 5px solid var(--primary-violet); }
.card-productos { border-top: 5px solid var(--accent-yellow); }
.card-online { border-top: 5px solid var(--secondary-blue); }
.card-envios { border-top: 5px solid var(--accent-teal); }
.card-promociones { border-top: 5px solid var(--accent-lime); }
.card-soporte { border-top: 5px solid var(--primary-violet); }

.service-card:hover {
    transform: translateY(-8px);
    border-color: transparent;
}

.card-tienda:hover { box-shadow: 0 20px 50px rgba(106, 56, 227, 0.15); border-color: var(--primary-violet); }
.card-productos:hover { box-shadow: 0 20px 50px rgba(255, 193, 7, 0.15); border-color: var(--accent-yellow); }
.card-online:hover { box-shadow: 0 20px 50px rgba(21, 112, 255, 0.15); border-color: var(--secondary-blue); }
.card-envios:hover { box-shadow: 0 20px 50px rgba(0, 212, 196, 0.15); border-color: var(--accent-teal); }
.card-promociones:hover { box-shadow: 0 20px 50px rgba(182, 255, 0, 0.2); border-color: var(--accent-lime); }
.card-soporte:hover { box-shadow: 0 20px 50px rgba(106, 56, 227, 0.15); border-color: var(--primary-violet); }

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

.card-tienda::before { background-color: var(--primary-violet); }
.card-productos::before { background-color: var(--accent-yellow); }
.card-online::before { background-color: var(--secondary-blue); }
.card-envios::before { background-color: var(--accent-teal); }
.card-promociones::before { background-color: var(--accent-lime); }
.card-soporte::before { background-color: var(--primary-violet); }

.service-icon-box {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background-color: var(--bg-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    box-shadow: inset 0 2px 8px rgba(106, 56, 227, 0.05);
}

/* Claymorphic icon background variations */
.card-tienda .service-icon-box { background-color: #f3f1ff; color: #6a38e3; }
.card-productos .service-icon-box { background-color: #fffbeb; color: #FFC107; }
.card-online .service-icon-box { background-color: #e5f0ff; color: #1570FF; }
.card-envios .service-icon-box { background-color: #e6fdfa; color: #00D4C4; }
.card-promociones .service-icon-box { background-color: #f6ffdb; color: #8ab800; }
.card-soporte .service-icon-box { background-color: #f3f1ff; color: #6a38e3; }

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 600;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.95rem;
}

/* ==========================================================================
   ABOUT / BANNER (NUESTRA PROPUESTA)
   ========================================================================== */

.about-banner {
    background-color: var(--bg-light);
    padding: 5rem 2rem;
    margin-bottom: 2rem;
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.about-graphics {
    display: flex;
    justify-content: center;
    position: relative;
}

.about-badge-3d {
    background: var(--bg-white);
    border: 1px solid var(--border-soft);
    box-shadow: var(--shadow-premium);
    padding: 1.5rem;
    border-radius: 24px;
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transform: rotate(-3deg);
    transition: transform 0.3s ease;
}

.about-badge-3d:hover {
    transform: rotate(0deg) scale(1.02);
}

.about-rec-header {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    border-bottom: 1px dashed var(--border-soft);
    padding-bottom: 0.6rem;
}

.about-avatar {
    width: 40px;
    height: 40px;
    background: var(--primary-violet);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.about-rec-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.05rem;
}

.about-stat-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.about-stat-row strong {
    color: var(--text-dark);
}

.about-content {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about-content h2 {
    font-size: 2.5rem;
}

.about-content p {
    color: var(--text-muted);
    font-size: 1.05rem;
}

/* ==========================================================================
   FAQ SECTION
   ========================================================================== */

.faq-section {
    padding: 6rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background-color: var(--bg-white);
    border: 1px solid var(--border-soft);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
}

.faq-header {
    width: 100%;
    background: none;
    border: none;
    padding: 1.2rem 1.6rem;
    text-align: left;
    font-family: 'Fredoka', sans-serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--text-dark);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header:hover {
    background-color: var(--bg-light);
}

.faq-icon {
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.faq-item.active {
    border-color: var(--primary-violet);
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    padding: 0 1.6rem;
    color: var(--text-muted);
    font-size: 0.95rem;
}

.faq-item.active .faq-content {
    max-height: 200px;
    padding: 0 1.6rem 1.6rem 1.6rem;
    border-top: 1px solid var(--border-soft);
}

/* ==========================================================================
   CTA BANNER SECTION
   ========================================================================== */

.cta-banner {
    max-width: 1200px;
    margin: 0 auto 6rem auto;
    padding: 0 2rem;
}

.cta-banner-content {
    background: linear-gradient(135deg, var(--primary-violet), var(--secondary-blue));
    color: var(--bg-white);
    border-radius: 30px;
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-premium);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.cta-banner-content h2 {
    color: var(--bg-white);
    font-size: 2.8rem;
    max-width: 700px;
}

.cta-banner-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.1rem;
    max-width: 600px;
}

.cta-banner-content .btn-primary {
    background-color: var(--accent-lime);
    color: var(--text-dark);
    box-shadow: 0 4px 15px rgba(182, 255, 0, 0.3);
}

.cta-banner-content .btn-primary:hover {
    background-color: #a4e600;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(182, 255, 0, 0.4);
}

.cta-sparkle-1 {
    position: absolute;
    top: 15%;
    left: 10%;
    font-size: 2rem;
    opacity: 0.2;
}

.cta-sparkle-2 {
    position: absolute;
    bottom: 15%;
    right: 10%;
    font-size: 2.2rem;
    opacity: 0.2;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.landing-footer {
    background-color: #1a1524;
    color: rgba(255, 255, 255, 0.75);
    padding: 4rem 2rem 2rem 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-logo h2 {
    color: var(--bg-white);
    font-size: 1.5rem;
    font-family: 'Fredoka', sans-serif;
}

.footer-info p {
    font-size: 0.9rem;
    max-width: 320px;
}

.footer-links-col {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.footer-links-col h4 {
    color: var(--bg-white);
    font-size: 1.1rem;
    font-family: 'Fredoka', sans-serif;
}

.footer-links-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-links-col a {
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.footer-links-col a:hover {
    color: var(--accent-lime);
}

.footer-copyright {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    text-align: center;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.45);
}

/* ==========================================================================
   RESPONSIVENESS (MOBILE-FIRST)
   ========================================================================== */

@media (max-width: 900px) {
    .nav-menu {
        display: none; /* simple mobile behavior: just actions and logo */
    }
    
    .hero-section {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 2rem;
    }
    
    .hero-tag {
        align-self: center;
    }
    
    .hero-section h1 {
        font-size: 2.4rem;
    }
    
    .hero-section p {
        margin: 0 auto;
    }
    
    .hero-actions {
        justify-content: center;
    }
    
    .hero-showcase {
        margin-top: 2rem;
    }
    
    .about-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
    }
    
    .about-graphics {
        order: 2;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 600px) {
    .logo-img {
        height: 60px !important;
    }
    .landing-header {
        padding: 0.8rem 0 !important;
    }
    .nav-actions {
        flex-direction: row;
        gap: 0.5rem;
        justify-content: center;
        margin-top: 0rem !important;
    }
    .btn-secondary, .btn-primary {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
    .highlight-bar {
        flex-direction: column;
        align-items: stretch !important;
        padding-left: 0 !important;
    }
    .highlight-item {
        font-size: 1rem !important;
        padding: 1rem 1.5rem !important;
        justify-content: center;
        gap: 0.5rem;
    }
    .highlight-icon {
        width: 32px !important;
        height: 32px !important;
        font-size: 1.2rem !important;
    }
    
    .cta-banner-content h2 {
        font-size: 2rem;
    }
    
    .cta-banner-content {
        padding: 3rem 1.5rem;
    }
}
