/* ==========================================================================
   Premium Design System - FodenFlow WhatsApp Mensajería
   ========================================================================== */

/* Variables */
:root {
    --primary-color: #fa2964;      /* Vibrant Magenta/Pink from Educarf */
    --primary-dark: #d6184e;
    --primary-light: #ffebf0;
    --whatsapp-green: #25d366;     /* Brand WhatsApp Green */
    --whatsapp-dark: #128c7e;
    --accent-color: #fa2964;
    --text-main: #272727;          /* Charcoal black */
    --text-muted: #7A7A7A;         /* Muted gray text */
    --bg-light: #f7f7f7;           /* Soft gray background */
    --bg-white: #ffffff;
    --bg-dark: #111111;            /* Deep black/dark */
    --border-color: #e1e1e1;
    --font-sans: 'Jost', sans-serif;
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.05);
    --shadow-md: 0 8px 16px -4px rgba(0,0,0,0.08);
    --shadow-lg: 0 20px 40px -10px rgba(0,0,0,0.12);
    --shadow-premium: 0 20px 40px rgba(250, 41, 100, 0.15);
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-sans);
    color: var(--text-main);
    background-color: var(--bg-white);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

body.no-scroll {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition-fast);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
    color: #000000;
}

p {
    margin-bottom: 24px;
    color: var(--text-muted);
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.margin-top-md { margin-top: 24px; }
.margin-top-lg { margin-top: 48px; }
.alternate-bg { background-color: var(--bg-light); }
.align-start { align-items: flex-start; }
.badge {
    display: inline-block;
    background: rgba(250, 41, 100, 0.08);
    color: var(--primary-color);
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.badge-whatsapp {
    background: rgba(37, 211, 102, 0.1);
    color: var(--whatsapp-green);
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background-color: #000000;
    color: var(--bg-white);
    padding: 14px 32px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0px; /* Flat edges matching Educarf */
    cursor: pointer;
    transition: var(--transition-fast);
}

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

.btn-primary.btn-light {
    background-color: var(--bg-white);
    color: #000000;
}

.btn-primary.btn-light:hover {
    background-color: #000000;
    color: var(--bg-white);
}

.btn-primary.btn-pink {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.btn-primary.btn-pink:hover {
    background-color: #000000;
}

.btn-primary.btn-whatsapp {
    background-color: var(--whatsapp-green);
    color: var(--bg-white);
}

.btn-primary.btn-whatsapp:hover {
    background-color: var(--whatsapp-dark);
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.btn-text {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    margin-top: 12px;
    gap: 6px;
}

.btn-text i {
    transition: transform var(--transition-fast);
}

.btn-text:hover i {
    transform: translateX(6px);
}

/* Header Styles */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: background-color var(--transition-normal), border-bottom var(--transition-normal), padding var(--transition-normal);
    padding: 24px 0;
    border-bottom: 1px solid transparent;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
}

.logo-img {
    height: 38px;
    width: auto;
    display: block;
    transition: filter var(--transition-fast);
}

/* Logo Styling - MensajesF (EducarF style) */
.logo-wrapper {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    line-height: 0.95;
    padding-bottom: 2px;
}

.logo-text-container {
    display: flex;
    align-items: flex-end;
}

.logo-text-main {
    font-family: var(--font-sans);
    font-size: 28px;
    font-weight: 700;
    color: #272727;
    letter-spacing: -0.5px;
    transition: color var(--transition-fast);
}

.logo-text-f {
    font-family: var(--font-sans);
    font-size: 32px;
    font-weight: 800;
    color: var(--primary-color);
    margin-left: 2px;
    display: inline-block;
    transform: skewX(-6deg); /* Slight italic tilt matching the F in Educarf */
}

.logo-underline {
    width: 100%;
    height: 6px;
    margin-top: 1px;
}

.logo-underline svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Header States logo overrides */
.site-header.transparent-header .logo-text-main {
    color: #ffffff;
}

.site-header.white-header .logo-text-main {
    color: #272727;
}

.site-header.scrolled .logo-text-main {
    color: #272727;
}

.footer-logo .logo-text-main {
    color: #ffffff;
}



/* Header States */
.site-header.transparent-header {
    background-color: transparent;
}

.site-header.transparent-header .logo-img {
    filter: brightness(0) invert(1); /* White logo on dark overlay */
}

.site-header.transparent-header .nav-menu a {
    color: var(--bg-white);
}

.site-header.transparent-header .nav-platform-btn {
    border: 1.5px solid #ffffff;
    color: #ffffff !important;
    background-color: transparent;
}

.site-header.transparent-header .nav-platform-btn:hover {
    background-color: #ffffff;
    color: var(--primary-color) !important;
}

.site-header.transparent-header .mobile-menu-toggle .bar {
    background-color: var(--bg-white);
}

.site-header.white-header {
    background-color: var(--bg-white);
    border-bottom: 1px solid var(--border-color);
    padding: 16px 0;
    box-shadow: var(--shadow-sm);
}

.site-header.white-header .logo-img {
    filter: none;
}

.site-header.white-header .nav-menu a {
    color: #000000;
}

.site-header.white-header .nav-menu a.active {
    color: var(--primary-color) !important;
}

.site-header.white-header .nav-platform-btn {
    border: 1.5px solid var(--primary-color);
    color: #ffffff !important;
    background-color: var(--primary-color);
}

.site-header.white-header .nav-platform-btn:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff !important;
}

.site-header.white-header .mobile-menu-toggle .bar {
    background-color: var(--text-main);
}

/* Nav Menu */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-menu a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 8px 0;
}

.nav-menu a:not(.nav-platform-btn):not(.dropdown-trigger)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width var(--transition-fast);
}

.transparent-header .nav-menu a:not(.nav-platform-btn):not(.dropdown-trigger)::after {
    background-color: #ffffff;
}

.white-header .nav-menu a:not(.nav-platform-btn):not(.dropdown-trigger)::after {
    background-color: var(--primary-color);
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
    width: 100%;
}

.nav-platform-btn {
    display: inline-block;
    padding: 8px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0px;
    transition: var(--transition-fast) !important;
}

/* Dropdown Menu */
.menu-item-has-children {
    position: relative;
}

.menu-item-has-children .dropdown-trigger {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.menu-item-has-children .dropdown-trigger i {
    font-size: 10px;
    transition: transform var(--transition-fast);
}

.menu-item-has-children:hover .dropdown-trigger i {
    transform: rotate(180deg);
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--bg-white);
    box-shadow: var(--shadow-lg);
    padding: 20px 24px;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-fast), transform var(--transition-fast), visibility var(--transition-fast);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu a {
    padding: 4px 0 !important;
    width: 100%;
    display: block;
    color: #000000 !important;
    font-weight: 400 !important;
}

.sub-menu a:hover {
    color: var(--primary-color) !important;
}

.sub-menu a::after {
    display: none !important;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    z-index: 1001;
}

.mobile-menu-toggle .bar {
    width: 24px;
    height: 2px;
    transition: var(--transition-fast);
}

/* Slideshow Hero Section */
.hero-section {
    position: relative;
    height: 720px;
    background-color: #000000;
    color: var(--bg-white);
    overflow: hidden;
}

.slideshow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease, visibility 1s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
}

.hero-slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Overlays (Magenta, WhatsApp Dark Green, Deep Blue) */
.hero-slide:nth-child(1) .hero-slide-overlay {
    background: linear-gradient(135deg, rgba(250, 41, 100, 0.85) 0%, rgba(18, 140, 126, 0.85) 100%);
}

.hero-slide:nth-child(2) .hero-slide-overlay {
    background: linear-gradient(135deg, rgba(18, 140, 126, 0.9) 0%, rgba(37, 211, 102, 0.75) 100%);
}

.hero-slide:nth-child(3) .hero-slide-overlay {
    background: linear-gradient(135deg, rgba(250, 41, 100, 0.9) 0%, rgba(40, 0, 80, 0.85) 100%);
}

.hero-slide-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

.hero-slide-content h1 {
    font-size: 72px;
    font-weight: 700;
    color: var(--bg-white);
    margin-bottom: 24px;
    letter-spacing: -1.5px;
    line-height: 1.15;
}

.hero-slide-content p {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 40px;
}

.hero-slide-content .hero-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
}

/* Wave Shape Divider */
.shape-divider-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 3;
}

.shape-divider-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 90px;
}

.shape-divider-bottom .shape-fill {
    fill: #ffffff;
}

/* Page Hero */
.page-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    color: var(--bg-white);
    padding: 240px 24px 160px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(250, 41, 100, 0.8) 0%, rgba(18, 140, 126, 0.8) 100%);
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.page-hero h1 {
    font-size: 56px;
    font-weight: 700;
    color: var(--bg-white);
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.page-hero p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    margin-bottom: 0;
}

/* Sections Common Layouts */
.info-section {
    padding: 100px 0;
}

.section-subtitle {
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.section-header {
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 16px;
}

.section-header p {
    font-size: 18px;
    margin-bottom: 0;
}

/* Grids */
.grid-three-cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.grid-two-cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
    align-items: center;
}

/* Premium Features Grid Styling */
.features-grid-section {
    padding: 100px 24px;
    background-color: var(--bg-white);
}

.feature-card-premium {
    background-color: var(--bg-white);
    padding: 50px 40px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    transition: var(--transition-normal);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feature-card-premium:hover {
    border-color: #bbbbbb;
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}

.feature-icon-wrapper {
    width: 64px;
    height: 64px;
    border-radius: 4px;
    background-color: var(--primary-light);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 24px;
    transition: var(--transition-fast);
}

.feature-card-premium:hover .feature-icon-wrapper {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.feature-card-premium.whatsapp-accent:hover .feature-icon-wrapper {
    background-color: var(--whatsapp-green);
    color: var(--bg-white);
}

.feature-card-premium.whatsapp-accent .feature-icon-wrapper {
    background-color: rgba(37, 211, 102, 0.1);
    color: var(--whatsapp-green);
}

.feature-card-premium h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 12px;
}

.feature-card-premium p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Alternating Services Layout */
.home-services-alternating {
    padding: 100px 0;
    background-color: var(--bg-light);
}

.alternating-rows-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-alt-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.service-alt-row.reverse-row {
    flex-direction: row-reverse;
}

.service-alt-col {
    flex: 1;
}

.service-alt-col.col-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-alt-col.col-img img {
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
    transition: transform var(--transition-normal);
    max-height: 380px;
    width: auto;
}

.service-alt-col.col-img:hover img {
    transform: scale(1.03);
}

.service-alt-col.col-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
}

.service-alt-col.col-text h3::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--primary-color);
    margin-top: 10px;
}

.service-alt-col.col-text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.features-check-list {
    margin-bottom: 30px;
}

.features-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
}

.features-check-list li i {
    color: var(--whatsapp-green);
    font-size: 16px;
}

/* Global Section (Dark style option) */
.global-training-section {
    padding: 100px 0;
    background: linear-gradient(135deg, var(--bg-dark) 0%, #200010 100%);
    color: var(--bg-white);
    text-align: left;
}

.global-training-section h2 {
    color: var(--bg-white);
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.global-training-section p {
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Monitored section with image overlay background */
.monitored-section {
    position: relative;
    padding: 120px 0;
    background-color: #0b0f19;
    color: var(--bg-white);
    overflow: hidden;
}

.monitored-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(250, 41, 100, 0.15) 0%, transparent 60%);
    z-index: 1;
}

.monitored-section .container {
    position: relative;
    z-index: 2;
}

.monitored-row {
    display: flex;
    align-items: center;
    gap: 60px;
}

.monitored-col {
    flex: 1;
}

.monitored-col.col-img img {
    max-height: 380px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.3));
}

.monitored-col.col-text h2 {
    color: var(--bg-white);
    font-size: 38px;
    margin-bottom: 20px;
}

.monitored-col.col-text p {
    color: rgba(255,255,255,0.85);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Why Choose Us & Accordion Section */
.why-us-section {
    padding: 100px 24px;
    background-color: var(--bg-white);
}

.why-us-info-left {
    display: flex;
    flex-direction: column;
}

.why-us-info-left h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.accordion-item {
    border: 1px solid var(--border-color);
    border-radius: 4px;
    overflow: hidden;
    transition: var(--transition-normal);
}

.accordion-item.active {
    border-color: var(--primary-color);
    box-shadow: var(--shadow-sm);
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    text-align: left;
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition-fast);
}

.accordion-item.active .accordion-header {
    color: var(--primary-color);
    background-color: var(--primary-light);
}

.accordion-header i {
    font-size: 14px;
    color: var(--text-muted);
}

.accordion-item.active .accordion-header i {
    color: var(--primary-color);
}

.accordion-content {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
    padding: 20px 24px;
    max-height: 200px;
}

.accordion-content p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6;
}

.why-us-image-right img {
    width: 100%;
    border-radius: 8px;
    box-shadow: var(--shadow-lg);
}

/* Pricing Page Styles */
.pricing-toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 50px;
}

.pricing-toggle-label {
    font-size: 16px;
    font-weight: 600;
}

.pricing-toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.pricing-toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--border-color);
    transition: .4s;
    border-radius: 34px;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider-toggle {
    background-color: var(--primary-color);
}

input:checked + .slider-toggle:before {
    transform: translateX(26px);
}

.discount-badge {
    background-color: var(--whatsapp-green);
    color: var(--bg-white);
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    font-weight: 700;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 60px;
}

.pricing-card {
    background-color: var(--bg-white);
    border: 1px solid var(--border-color);
    border-radius: 4px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    transition: var(--transition-normal);
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: #bbbbbb;
}

.pricing-card.popular {
    border: 2px solid var(--primary-color);
    box-shadow: var(--shadow-premium);
}

.pricing-card.popular:hover {
    border-color: var(--primary-dark);
}

.popular-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
    color: var(--bg-white);
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
}

.pricing-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.plan-description {
    font-size: 14px;
    margin-bottom: 24px;
}

.plan-price {
    font-size: 56px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1;
}

.plan-price span {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-muted);
}

.plan-billing {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 32px;
    font-weight: 500;
}

.pricing-card .btn-primary {
    margin-bottom: 32px;
}

.plan-features-list {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 0;
}

.plan-features-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.plan-features-list li i {
    color: var(--whatsapp-green);
    font-size: 16px;
}

.plan-features-list li.disabled {
    color: var(--text-muted);
    text-decoration: line-through;
    opacity: 0.6;
}

.plan-features-list li.disabled i {
    color: var(--text-muted);
}

/* Pricing Comparison Table Section */
.comparison-section {
    padding: 80px 0;
    background-color: var(--bg-light);
}

.comparison-table-wrapper {
    overflow-x: auto;
    margin-top: 40px;
    border: 1px solid var(--border-color);
    background-color: var(--bg-white);
    border-radius: 4px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.comparison-table th, .comparison-table td {
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    font-size: 15px;
}

.comparison-table th {
    background-color: #fafafa;
    font-weight: 600;
    color: #000000;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table td i.fa-check {
    color: var(--whatsapp-green);
}

.comparison-table td i.fa-xmark {
    color: #e74c3c;
}

.comparison-table .feature-group {
    background-color: #f0f0f0;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

/* Metaverso / Proximamente Section */
.metaverso-banner-section {
    position: relative;
    background-color: #fa2964;
    background-image: linear-gradient(135deg, rgba(250, 41, 100, 0.9) 0%, rgba(37, 211, 102, 0.8) 100%);
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    text-align: center;
}

.metaverso-card {
    background-color: #ffffff;
    padding: 40px 60px;
    width: 100%;
    max-width: 680px;
    box-shadow: var(--shadow-lg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.metaverso-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.metaverso-logo .meta-text {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 4px;
    text-transform: uppercase;
}

.metaverso-logo .educar-text {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;
}

.metaverso-logo .f-pink {
    color: var(--primary-color);
}

.proximamente-text {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 0;
}

/* Trust Banner / Client Grid */
.trust-banner-section {
    padding: 80px 24px;
    background-color: var(--bg-light);
}

.trust-banner-section h2 {
    font-size: 28px;
    margin-bottom: 48px;
}

.clients-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 32px;
    align-items: center;
    justify-items: center;
    opacity: 0.8;
}

.clients-logo-grid img {
    max-height: 48px;
    width: auto;
    filter: grayscale(100%);
    transition: filter var(--transition-fast), transform var(--transition-fast);
}

.clients-logo-grid img:hover {
    filter: none;
    transform: scale(1.1);
}

/* Contact Page Form & Styling */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.contact-info-panel h3 {
    font-size: 28px;
    margin-bottom: 24px;
}

.contact-info-panel p {
    font-size: 16px;
    margin-bottom: 40px;
}

.contact-details-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.contact-detail-item .icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 4px;
    background-color: var(--primary-light);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-detail-item h4 {
    font-size: 18px;
    margin-bottom: 4px;
}

.contact-detail-item p {
    font-size: 15px;
    margin-bottom: 0;
}

.contact-form-wrapper {
    background-color: var(--bg-light);
    padding: 50px 40px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
}

.contact-form-wrapper h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.contact-form-wrapper p {
    font-size: 15px;
    margin-bottom: 32px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
}

.form-control {
    width: 100%;
    padding: 12px 16px;
    font-family: var(--font-sans);
    font-size: 15px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background-color: var(--bg-white);
    outline: none;
    transition: border-color var(--transition-fast);
}

.form-control:focus {
    border-color: var(--primary-color);
}

textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.input-error {
    border-color: #e74c3c !important;
    background-color: #fdf2f2;
}

/* Footer Styles */
.site-footer {
    background-color: var(--bg-dark);
    color: rgba(255, 255, 255, 0.7);
    padding: 80px 24px 30px;
    font-size: 15px;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    max-width: 400px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 20px;
}

.footer-logo .logo-text {
    font-size: 24px;
    font-weight: 700;
    color: var(--bg-white);
}

.footer-logo .accent-text {
    color: var(--primary-color);
}

.footer-tagline {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.6);
}

.social-links {
    display: flex;
    gap: 16px;
}

.social-links a {
    width: 36px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg-white);
    transition: var(--transition-fast);
}

.social-links a:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
}

.footer-links h3, .footer-services h3 {
    color: var(--bg-white);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}

.footer-links ul, .footer-services ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-links a, .footer-services a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-links a:hover, .footer-services a:hover {
    color: var(--primary-color);
    padding-left: 4px;
}

.footer-bottom {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
}

.footer-bottom p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.4);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .hero-slide-content h1 {
        font-size: 54px;
    }
    .grid-three-cols {
        grid-template-columns: repeat(2, 1fr);
    }
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .pricing-grid .pricing-card:last-child {
        grid-column: span 2;
        max-width: 50%;
        margin: 0 auto;
    }
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-brand {
        grid-column: span 2;
        max-width: 100%;
    }
    .clients-logo-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .site-header {
        padding: 16px 0;
        background-color: var(--bg-white);
        border-bottom: 1px solid var(--border-color);
    }
    .site-header.transparent-header .logo-img {
        filter: none;
    }
    .site-header.transparent-header .nav-menu a {
        color: #000000;
    }
    .site-header.transparent-header .mobile-menu-toggle .bar {
        background-color: var(--text-main);
    }
    .mobile-menu-toggle {
        display: flex;
    }
    .main-navigation {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bg-white);
        padding: 40px 24px;
        opacity: 0;
        visibility: hidden;
        transition: opacity var(--transition-fast), visibility var(--transition-fast);
        overflow-y: auto;
    }
    .main-navigation.active {
        opacity: 1;
        visibility: visible;
    }
    .nav-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .nav-menu a {
        font-size: 18px;
        width: 100%;
        display: block;
    }
    .menu-item-has-children {
        width: 100%;
    }
    .sub-menu {
        position: static;
        box-shadow: none;
        padding: 12px 16px 0;
        opacity: 1;
        visibility: visible;
        display: none;
        border-left: 2px solid var(--primary-color);
        margin-top: 8px;
    }
    .menu-item-has-children.active .sub-menu {
        display: flex;
    }
    .nav-platform-btn {
        text-align: center;
        width: 100%;
        margin-top: 16px;
        background-color: var(--primary-color) !important;
        color: #ffffff !important;
        border-color: var(--primary-color) !important;
    }
    
    .mobile-menu-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .mobile-menu-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .hero-section {
        height: 600px;
    }
    .hero-slide-content h1 {
        font-size: 38px;
    }
    .hero-slide-content p {
        font-size: 18px;
    }
    .hero-slide-content .hero-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }
    
    .grid-two-cols, .grid-three-cols, .pricing-grid, .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .pricing-grid .pricing-card:last-child {
        grid-column: span 1;
        max-width: 100%;
    }
    .service-alt-row, .service-alt-row.reverse-row {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    .service-alt-col.col-img img {
        max-height: 280px;
    }
    .service-alt-col.col-text h3::after {
        margin-left: auto;
        margin-right: auto;
    }
    .monitored-row {
        flex-direction: column;
        text-align: center;
    }
    .clients-logo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
    .footer-brand {
        grid-column: span 1;
    }
}

@media (max-width: 480px) {
    .clients-logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
