*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #0c1a3a; --primary-light: #162544; --secondary: #2563eb; --secondary-light: #3b82f6;
    --accent: #06b6d4; --accent-green: #10b981; --accent-orange: #f59e0b; --accent-red: #ef4444;
    --background: #ffffff; --background-alt: #f8fafc; --background-dark: #f1f5f9;
    --text: #1e293b; --text-light: #64748b; --text-lighter: #94a3b8; --border: #e2e8f0;
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.08); --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --shadow-lg: 0 12px 40px rgba(0,0,0,0.12); --shadow-xl: 0 25px 60px rgba(0,0,0,0.15);
    --radius-sm: 8px; --radius-md: 12px; --radius-lg: 16px; --radius-xl: 24px;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--background); color: var(--text); overflow-x: hidden; -webkit-font-smoothing: antialiased; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.loader { position: fixed; inset: 0; background: var(--primary); display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 10000; }
.loader-logo { font-size: 3rem; font-weight: 900; color: #fff; letter-spacing: -0.03em; margin-bottom: 24px; }
.loader-logo span { background: linear-gradient(135deg, var(--secondary-light), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.loader-bar { width: 200px; height: 3px; background: rgba(255,255,255,0.15); border-radius: 2px; overflow: hidden; }
.loader-progress { height: 100%; width: 0; background: linear-gradient(90deg, var(--secondary-light), var(--accent)); border-radius: 2px; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: linear-gradient(90deg, var(--secondary), var(--accent)); z-index: 9999; width: 0; }

nav { position: fixed; top: 0; width: 100%; padding: 1rem 5%; display: flex; justify-content: space-between; align-items: center; z-index: 1000; background: #fff; transition: box-shadow 0.3s, padding 0.3s; }
nav.scrolled { box-shadow: var(--shadow-md); padding: 0.75rem 5%; }
.logo { display: flex; align-items: center; gap: 0.6rem; font-size: 1.25rem; font-weight: 800; color: var(--primary); letter-spacing: -0.02em; }
.logo-icon { width: 36px; height: 36px; background: linear-gradient(135deg, var(--secondary), var(--accent)); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; font-weight: 900; color: #fff; }
.nav-logo { height: 40px; width: auto; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: var(--text-light); font-weight: 500; font-size: 0.9rem; transition: color 0.3s; position: relative; }
.nav-links a:hover { color: var(--primary); }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--accent); transition: width 0.3s; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { padding: 0.6rem 1.4rem !important; background: var(--accent) !important; color: #fff !important; border-radius: var(--radius-sm); font-weight: 600 !important; transition: transform 0.3s, box-shadow 0.3s !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(6,182,212,0.35); }
.mobile-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 5px; }
.mobile-toggle span { width: 24px; height: 2px; background: var(--primary); border-radius: 2px; transition: all 0.3s; }

.hero { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 0 5%; position: relative; overflow: hidden; background: linear-gradient(160deg, var(--primary) 0%, #0f2847 40%, #133461 70%, var(--secondary) 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%); }
.hero-glow { position: absolute; width: 600px; height: 600px; border-radius: 50%; filter: blur(120px); opacity: 0.15; }
.hero-glow-1 { top: -20%; right: -10%; background: var(--secondary); }
.hero-glow-2 { bottom: -30%; left: -15%; background: var(--accent); }
.hero-particles { position: absolute; inset: 0; overflow: hidden; }
.particle { position: absolute; width: 3px; height: 3px; background: rgba(255,255,255,0.5); border-radius: 50%; }
.hero-content { text-align: center; z-index: 2; max-width: 850px; position: relative; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1.2rem; background: rgba(16, 185, 129, 0.2); border: 1px solid rgba(16, 185, 129, 0.5); border-radius: 50px; font-size: 0.75rem; color: #fff; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 2rem; }
.hero-badge-dot { width: 8px; height: 8px; background: var(--accent-green); border-radius: 50%; }
.hero-badge-dot { width: 8px; height: 8px; background: var(--accent-green); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.3); } }
.hero h1 { font-size: clamp(2.2rem, 5.5vw, 4.2rem); font-weight: 900; color: #fff; margin-bottom: 1.25rem; line-height: 1.1; letter-spacing: -0.03em; }
.hero h1 .gradient-text { background: linear-gradient(135deg, #60a5fa, var(--accent), #34d399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-description { font-size: clamp(1rem, 1.8vw, 1.2rem); color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 2.5rem; max-width: 650px; margin-left: auto; margin-right: auto; }
.hero-buttons { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.9rem 2rem; border-radius: var(--radius-md); font-size: 0.95rem; font-weight: 700; cursor: pointer; border: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); text-transform: uppercase; letter-spacing: 0.5px; }
.btn-primary { background: #fff; color: var(--primary); box-shadow: var(--shadow-lg); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-xl); }
.btn-outline { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4); }
.btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-3px); }
.btn-accent { background: linear-gradient(135deg, var(--secondary), var(--accent)); color: #fff; box-shadow: 0 8px 25px rgba(37,99,235,0.3); }
.btn-accent:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(37,99,235,0.4); }
.btn-whatsapp { background: #25d366; color: #fff; box-shadow: 0 8px 25px rgba(37,211,102,0.3); }
.btn-whatsapp:hover { background: #20bd5a; transform: translateY(-3px); box-shadow: 0 15px 35px rgba(37,211,102,0.4); }
.scroll-indicator { position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(255,255,255,0.5); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 1px; }
.scroll-mouse { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,0.4); border-radius: 14px; position: relative; }
.scroll-mouse::before { content: ''; position: absolute; top: 8px; left: 50%; transform: translateX(-50%); width: 3px; height: 6px; background: rgba(255,255,255,0.7); border-radius: 2px; animation: scrollDown 2s infinite; }
@keyframes scrollDown { 0%, 100% { opacity: 1; top: 8px; } 50% { opacity: 0; top: 16px; } }

section { padding: 7rem 5%; width: 100%; }
.section-header { text-align: center; max-width: 650px; margin: 0 auto 3.5rem; position: relative; }
.section-tag { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.6rem 1.2rem; background: linear-gradient(135deg, var(--secondary), #0ea5e9); color: #fff; border-radius: var(--radius-sm); font-size: 0.8rem; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3); }
.section-tag i { color: #fff; }
.section-tag i { font-size: 0.9rem; }
.section-header h2 { font-size: clamp(1.8rem, 3.5vw, 2.5rem); font-weight: 900; letter-spacing: -0.02em; color: var(--primary); margin-bottom: 1rem; line-height: 1.15; position: relative; display: inline-block; }
.section-header h2::after { content: ''; position: absolute; bottom: -8px; left: 50%; transform: translateX(-50%); width: 50px; height: 4px; background: var(--secondary); border-radius: 2px; }
.section-header p { color: var(--text-light); font-size: 1.05rem; line-height: 1.7; }
.container { max-width: 1200px; margin: 0 auto; }

.trust-strip { padding: 3rem 5%; background: var(--background); border-bottom: 1px solid var(--border); }
.trust-strip p { text-align: center; color: var(--text-lighter); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 600; margin-bottom: 1.5rem; }
.trust-items { display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.6rem; color: var(--text-light); font-size: 0.9rem; font-weight: 600; }
.trust-item i { color: var(--accent-green); font-size: 1.1rem; }

.stats { padding: 5rem 5%; background: var(--background-alt); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; max-width: 1000px; margin: 0 auto; }
.stat-card { text-align: center; padding: 2rem 1.5rem; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--border); transition: all 0.3s; }
.stat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.stat-icon { width: 56px; height: 56px; margin: 0 auto 1rem; background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(6,182,212,0.1)); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--secondary); }
.stat-number { font-size: 2.5rem; font-weight: 900; background: linear-gradient(135deg, var(--secondary), var(--accent)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; display: block; margin-bottom: 0.25rem; }
.stat-label { color: var(--text-light); font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.services { padding: 7rem 5%; background: var(--background); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.service-card { padding: 2rem; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--border); transition: all 0.3s ease; position: relative; overflow: hidden; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(37, 99, 235, 0.15); border-color: var(--secondary); }
.service-card::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--secondary), var(--accent)); transform: scaleX(0); transition: transform 0.4s; transform-origin: left; }
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover { transform: translateY(-10px); box-shadow: var(--shadow-lg); border-color: transparent; }
.service-icon { width: 56px; height: 56px; background: var(--background-alt); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 1.25rem; transition: all 0.3s; color: var(--secondary); }
.service-card:hover .service-icon { background: linear-gradient(135deg, var(--secondary), var(--accent)); color: #fff; }
.service-card h3 { font-size: 1.15rem; font-weight: 700; color: var(--primary); margin-bottom: 0.6rem; }
.service-card p { color: var(--text-light); font-size: 0.9rem; line-height: 1.65; margin-bottom: 1.25rem; }
.service-features { display: flex; flex-direction: column; gap: 0.4rem; }
.service-features li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: var(--text); font-weight: 500; }
.service-features li i { color: var(--accent-green); font-size: 0.75rem; }

.products { padding: 7rem 5%; background: var(--background-alt); }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.product-card { background: #fff; border-radius: var(--radius-xl); border: 1px solid var(--border); overflow: hidden; transition: all 0.4s; position: relative; }
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-xl); border-color: transparent; }
.product-card.featured { border-color: var(--secondary); }
.product-card.featured::before { content: 'Más Popular'; position: absolute; top: 1rem; right: 1rem; background: linear-gradient(135deg, var(--secondary), var(--accent)); color: #fff; padding: 0.3rem 0.8rem; border-radius: 50px; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; z-index: 2; }
.product-header { padding: 2rem 2rem 0; }
.product-icon { width: 64px; height: 64px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin-bottom: 1.25rem; }
.product-icon-blue { background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(37,99,235,0.05)); color: var(--secondary); }
.product-icon-red { background: linear-gradient(135deg, rgba(239,68,68,0.1), rgba(239,68,68,0.05)); color: var(--accent-red); }
.product-icon-cyan { background: linear-gradient(135deg, rgba(6,182,212,0.1), rgba(6,182,212,0.05)); color: var(--accent); }
.product-icon-orange { background: linear-gradient(135deg, rgba(245,158,11,0.1), rgba(245,158,11,0.05)); color: var(--accent-orange); }
.product-card h3 { font-size: 1.3rem; font-weight: 700; color: var(--primary); margin-bottom: 0.4rem; }
.product-card .product-desc { color: var(--text-light); font-size: 0.9rem; }
.product-body { padding: 1.5rem 2rem 2rem; }
.product-price { display: flex; align-items: baseline; gap: 0.3rem; margin-bottom: 1.25rem; }
.product-price .currency { font-size: 1.2rem; font-weight: 700; color: var(--text-light); }
.product-price .amount { font-size: 2.8rem; font-weight: 900; color: var(--primary); line-height: 1; }
.product-price .period { font-size: 0.9rem; color: var(--text-lighter); font-weight: 500; }
.product-features { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.5rem; }
.product-features li { display: flex; align-items: flex-start; gap: 0.6rem; font-size: 0.9rem; color: var(--text); }
.product-features li i { color: var(--accent-green); margin-top: 3px; flex-shrink: 0; }
.product-cta { display: block; width: 100%; padding: 0.85rem; text-align: center; border-radius: var(--radius-md); font-weight: 700; font-size: 0.9rem; transition: all 0.3s; border: 2px solid var(--secondary); color: var(--secondary); background: transparent; cursor: pointer; }
.product-cta:hover { background: var(--secondary); color: #fff; }
.product-card.featured .product-cta { background: linear-gradient(135deg, var(--secondary), var(--accent)); color: #fff; border: none; }
.product-card.featured .product-cta:hover { box-shadow: 0 8px 25px rgba(37,99,235,0.35); transform: translateY(-2px); }

.about { padding: 7rem 5%; background: var(--background); }
.about-wrapper { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: center; }
.about-visual { position: relative; }
.about-image-placeholder { width: 100%; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--primary), var(--primary-light)); border-radius: var(--radius-xl); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; gap: 1rem; position: relative; overflow: hidden; }
.about-image-placeholder::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px); background-size: 30px 30px; }
.about-image-placeholder i { font-size: 4rem; opacity: 0.7; position: relative; z-index: 1; }
.about-image-placeholder span { font-size: 0.85rem; opacity: 0.5; font-weight: 600; position: relative; z-index: 1; }
.about-badge-float { position: absolute; bottom: -20px; right: -20px; background: #fff; padding: 1rem 1.5rem; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 0.75rem; }
.about-badge-float-icon { width: 44px; height: 44px; background: linear-gradient(135deg, var(--accent-green), #059669); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 1.2rem; }
.about-badge-float-text { font-weight: 700; color: var(--primary); font-size: 0.9rem; }
.about-badge-float-text small { display: block; font-weight: 500; color: var(--text-light); font-size: 0.75rem; }
.about-content .section-tag { margin-bottom: 1rem; }
.about-content h2 { font-size: clamp(1.8rem, 3vw, 2.3rem); font-weight: 800; color: var(--primary); margin-bottom: 1.25rem; letter-spacing: -0.02em; line-height: 1.15; }
.about-content > p { color: var(--text-light); font-size: 1.05rem; line-height: 1.75; margin-bottom: 2rem; }
.about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 2rem; }
.about-feature { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem; background: var(--background-alt); border-radius: var(--radius-sm); transition: all 0.3s; }
.about-feature:hover { background: var(--background-dark); transform: translateX(5px); }
.about-feature i { color: var(--accent-green); font-size: 1rem; }
.about-feature span { font-weight: 600; font-size: 0.9rem; color: var(--primary); }

.why-us { padding: 7rem 5%; background: linear-gradient(180deg, var(--primary) 0%, #0f2744 100%); color: #fff; }
.why-us .section-tag { background: rgba(6, 182, 212, 0.15); border: 1px solid rgba(6, 182, 212, 0.4); color: #22d3ee; }
.why-us .section-header h2 { color: #fff; }
.why-us .section-header p { color: rgba(255,255,255,0.6); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.why-card { padding: 2rem; border-radius: var(--radius-lg); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); transition: all 0.3s; text-align: center; }
.why-card:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); transform: translateY(-8px); }
.why-card-icon { width: 64px; height: 64px; margin: 0 auto 1.25rem; background: linear-gradient(135deg, rgba(37,99,235,0.2), rgba(6,182,212,0.2)); border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--accent); }
.why-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.6rem; }
.why-card p { color: rgba(255,255,255,0.6); font-size: 0.9rem; line-height: 1.65; }

.contact { padding: 7rem 5%; background: var(--background-alt); }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.contact-info h3 { font-size: 1.5rem; font-weight: 800; color: var(--primary); margin-bottom: 1rem; }
.contact-info > p { color: var(--text-light); margin-bottom: 2rem; line-height: 1.7; }
.contact-details { display: flex; flex-direction: column; gap: 1.25rem; }
.contact-detail { display: flex; align-items: flex-start; gap: 1rem; }
.contact-detail-icon { width: 48px; height: 48px; background: linear-gradient(135deg, rgba(37,99,235,0.1), rgba(6,182,212,0.1)); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: var(--secondary); font-size: 1.1rem; flex-shrink: 0; }
.contact-detail-text h4 { font-weight: 700; font-size: 0.95rem; color: var(--primary); margin-bottom: 0.15rem; }
.contact-detail-text p, .contact-detail-text a { color: var(--text-light); font-size: 0.9rem; }
.contact-detail-text a:hover { color: var(--secondary); }
.contact-map { background: #fff; border-radius: var(--radius-xl); border: 1px solid var(--border); overflow: hidden; display: flex; flex-direction: column; }
.contact-map-header { padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--border); }
.contact-map-header h4 { font-weight: 700; color: var(--primary); font-size: 1rem; }
.contact-map-header p { color: var(--text-lighter); font-size: 0.8rem; }
.contact-map-body { flex: 1; min-height: 280px; display: flex; align-items: center; justify-content: center; background: var(--background-alt); }
.map-placeholder { text-align: center; color: var(--text-light); }
.map-placeholder i { font-size: 3rem; margin-bottom: 0.75rem; color: var(--secondary); opacity: 0.5; }
.map-placeholder p { font-weight: 600; }
.map-placeholder small { color: var(--text-lighter); font-size: 0.8rem; }
.contact-whatsapp-cta { margin-top: 2rem; padding: 1.25rem; background: linear-gradient(135deg, rgba(37,211,102,0.08), rgba(37,211,102,0.03)); border: 1px solid rgba(37,211,102,0.2); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.contact-whatsapp-cta-text h4 { font-weight: 700; color: var(--primary); font-size: 0.95rem; margin-bottom: 0.2rem; }
.contact-whatsapp-cta-text p { color: var(--text-light); font-size: 0.8rem; }
.contact-whatsapp-cta .btn-whatsapp { padding: 0.6rem 1.2rem; font-size: 0.8rem; white-space: nowrap; }

footer { background: var(--primary); color: #fff; padding: 4rem 5% 2rem; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .logo { margin-bottom: 1rem; color: #fff; }
.footer-brand p { color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 300px; font-size: 0.9rem; }
.footer-column h4 { font-weight: 700; font-size: 0.95rem; margin-bottom: 1.25rem; color: rgba(255,255,255,0.9); }
.footer-column ul li { margin-bottom: 0.6rem; }
.footer-column a { color: rgba(255,255,255,0.5); font-size: 0.9rem; transition: color 0.3s; }
.footer-column a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,0.1); }
.footer-bottom p { color: rgba(255,255,255,0.4); font-size: 0.85rem; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social a { width: 40px; height: 40px; background: rgba(255,255,255,0.08); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); transition: all 0.3s; font-size: 1rem; }
.footer-social a:hover { background: var(--secondary); color: #fff; transform: translateY(-3px); }

@media (max-width: 1024px) {
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .products-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .why-grid { grid-template-columns: repeat(2, 1fr); }
    .about-wrapper { grid-template-columns: 1fr; gap: 3rem; }
    .footer-top { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .nav-links.active { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; padding: 1.5rem; box-shadow: var(--shadow-lg); gap: 1rem; }
    .nav-links.active a { color: var(--text) !important; font-size: 1rem; }
    .mobile-toggle { display: flex; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: 1fr; }
    .why-grid { grid-template-columns: 1fr; }
    .contact-wrapper { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; gap: 1rem; text-align: center; }
    .about-features { grid-template-columns: 1fr; }
    section { padding: 5rem 5%; }
}
@media (max-width: 480px) {
    .stats-grid { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .trust-items { flex-direction: column; gap: 1rem; }
}