﻿:root{--black:#111111;--black-soft:#1C1C1C;--gold:#C9A84C;--gold-light:#E8C97A;--gold-dark:#A07830;--white:#FFFFFF;--gray-light:#F7F5F0;--gray-mid:#E0DDD7;--gray-dark:#888888;--text:#2C2C2C;--font-body:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;--font-heading:'Playfair Display',serif;--max-width:1200px;--radius:8px;--shadow:0 4px 24px rgba(0,0,0,0.10);}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:var(--font-body);color:var(--text);background:var(--white);line-height:1.6;}img{max-width:100%;display:block;}a{text-decoration:none;color:inherit;}ul{list-style:none;}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px;}.section-title{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2;}.section-sub{font-size:1.05rem;color:var(--gray-dark);margin-top:12px;max-width:560px;}.gold-text{color:var(--gold);}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;border:none;transition:transform 0.15s,box-shadow 0.15s;}.btn:hover{transform:translateY(-2px);}.btn-gold{background:var(--gold);color:var(--black);}.btn-gold:hover{background:var(--gold-light);box-shadow:0 6px 20px rgba(201,168,76,0.35);}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white);}.btn-outline:hover{background:rgba(255,255,255,0.1);}.btn-lg{padding:18px 36px;font-size:1.1rem;}.img-placeholder{background:var(--gray-mid);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--gray-dark);font-size:0.85rem;border-radius:var(--radius);min-height:220px;}.img-placeholder svg{opacity:0.45;}.announcement-bar{background:var(--black);color:var(--gold);text-align:center;font-size:0.78rem;font-weight:600;letter-spacing:0.12em;padding:10px 16px;text-transform:uppercase;}.header{background:var(--white);border-bottom:1px solid var(--gray-mid);position:sticky;top:0;z-index:100;transition:box-shadow 0.2s;}.header.scrolled{box-shadow:var(--shadow);}.nav{display:flex;align-items:center;justify-content:space-between;height:68px;}.nav-logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--black);letter-spacing:0.02em;}.nav-logo span{color:var(--gold);}.nav-links{display:flex;align-items:center;gap:32px;}.nav-links a{font-size:0.9rem;font-weight:500;color:var(--text);transition:color 0.15s;}.nav-links a:hover{color:var(--gold);}.nav-cta{margin-left:8px;}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:4px;}.hamburger span{width:24px;height:2px;background:var(--black);border-radius:2px;transition:all 0.2s;}.mobile-menu{display:none;flex-direction:column;gap:0;background:var(--white);border-top:1px solid var(--gray-mid);padding:16px 24px 24px;}.mobile-menu.open{display:flex;}.mobile-menu a{padding:12px 0;font-weight:500;border-bottom:1px solid var(--gray-light);color:var(--text);}.mobile-menu .btn{margin-top:16px;justify-content:center;}.hero{background:var(--black);color:var(--white);padding:80px 0 64px;overflow:hidden;}.hero-inner{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px;}.hero-label{display:inline-flex;align-items:center;gap:8px;background:rgba(201,168,76,0.15);color:var(--gold);font-size:0.78rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:6px 14px;border-radius:100px;border:1px solid rgba(201,168,76,0.3);margin-bottom:20px;}.hero h1{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.4rem);font-weight:700;line-height:1.15;margin-bottom:20px;color:var(--white);}.hero h1 .highlight{color:var(--gold);}.hero-sub{font-size:1.1rem;color:rgba(255,255,255,0.72);line-height:1.6;margin-bottom:36px;max-width:480px;}.hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:48px;}.hero-stats{display:flex;gap:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,0.12);}.stat-item{}.stat-number{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--gold);}.stat-label{font-size:0.78rem;color:rgba(255,255,255,0.55);margin-top:2px;}.hero-images{display:grid;grid-template-columns:1fr 1fr;gap:12px;}.hero-images .img-placeholder{min-height:190px;background:#2A2A2A;color:#666;}.trust-badges{background:var(--gray-light);padding:48px 0;border-bottom:1px solid var(--gray-mid);}.badges-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}.badge-card{background:var(--white);border:1px solid var(--gray-mid);border-bottom:3px solid var(--gold);border-radius:var(--radius);padding:24px 20px;text-align:center;transition:box-shadow 0.2s;}.badge-card:hover{box-shadow:var(--shadow);}.badge-icon{color:var(--gold);margin:0 auto 12px;display:block;}.badge-title{font-weight:700;font-size:0.95rem;color:var(--black);}.badge-desc{font-size:0.82rem;color:var(--gray-dark);margin-top:4px;}.productos{padding:80px 0;background:var(--white);}.section-header{margin-bottom:48px;}.section-header.center{text-align:center;}.section-header.center .section-sub{margin:12px auto 0;}.productos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}.product-card{border:1px solid var(--gray-mid);border-radius:var(--radius);overflow:hidden;transition:box-shadow 0.2s,transform 0.2s;}.product-card:hover{box-shadow:var(--shadow);transform:translateY(-4px);}.product-card .img-placeholder{border-radius:0;min-height:200px;}.product-info{padding:20px;}.product-name{font-weight:700;font-size:1rem;color:var(--black);margin-bottom:6px;}.product-desc{font-size:0.85rem;color:var(--gray-dark);margin-bottom:16px;}.product-link{font-size:0.88rem;font-weight:600;color:var(--gold-dark);display:inline-flex;align-items:center;gap:4px;transition:gap 0.15s;}.product-link:hover{gap:8px;}.kits{background:var(--black);color:var(--white);padding:80px 0;}.kits .section-title{color:var(--white);}.kits .section-title span{color:var(--gold);}.kits .section-sub{color:rgba(255,255,255,0.6);max-width:600px;}.kits-header{margin-bottom:48px;}.kits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px;}.kit-card{background:#1C1C1C;border:1px solid rgba(201,168,76,0.2);border-radius:var(--radius);overflow:hidden;transition:border-color 0.2s;}.kit-card:hover{border-color:var(--gold);}.kit-card .img-placeholder{background:#252525;color:#555;min-height:200px;border-radius:0;}.kit-info{padding:18px;}.kit-name{font-weight:700;color:var(--white);margin-bottom:4px;}.kit-desc{font-size:0.85rem;color:rgba(255,255,255,0.5);}.kits-cta{text-align:center;}.como-funciona{padding:80px 0;background:var(--white);}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:48px;position:relative;}.steps-grid::before{content:'';position:absolute;top:36px;left:calc(16.67% + 24px);right:calc(16.67% + 24px);height:2px;background:linear-gradient(90deg,var(--gold),var(--gold-light),var(--gold));opacity:0.3;}.step{text-align:center;position:relative;}.step-number{width:72px;height:72px;border-radius:50%;background:var(--gold);color:var(--black);font-family:var(--font-heading);font-size:1.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;}.step-title{font-weight:700;font-size:1.05rem;color:var(--black);margin-bottom:8px;}.step-desc{font-size:0.9rem;color:var(--gray-dark);line-height:1.6;}.stats-bar{background:var(--gold);padding:48px 0;}.stats-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center;}.stat-block{padding:8px;}.stat-block-number{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--black);line-height:1;}.stat-block-label{font-size:0.9rem;font-weight:600;color:var(--black-soft);margin-top:6px;opacity:0.75;}.testimonios{padding:80px 0;background:var(--gray-light);}.testimonios-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px;}.testimonio-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px;}.testimonio-stars{color:var(--gold);font-size:1.1rem;letter-spacing:2px;}.testimonio-text{font-size:0.95rem;line-height:1.7;color:var(--text);flex:1;font-style:italic;}.testimonio-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--gray-mid);}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--gray-mid);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:var(--gray-dark);flex-shrink:0;}.author-name{font-weight:700;font-size:0.9rem;color:var(--black);}.author-company{font-size:0.8rem;color:var(--gray-dark);}.faq{padding:80px 0;background:var(--white);}.faq-list{margin-top:48px;max-width:760px;margin-left:auto;margin-right:auto;}.faq-item{border-bottom:1px solid var(--gray-mid);}.faq-question{width:100%;background:none;border:none;text-align:left;padding:20px 0;font-family:var(--font-body);font-size:1rem;font-weight:600;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;}.faq-question:hover{color:var(--gold-dark);}.faq-icon{width:24px;height:24px;border-radius:50%;background:var(--gray-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;color:var(--gold-dark);transition:transform 0.25s,background 0.2s;}.faq-item.open .faq-icon{transform:rotate(45deg);background:var(--gold);color:var(--black);}.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s;}.faq-answer-inner{padding:0 0 20px;font-size:0.95rem;color:var(--gray-dark);line-height:1.7;}.faq-item.open .faq-answer{max-height:300px;}.cta-final{background:var(--black);color:var(--white);padding:80px 0;text-align:center;}.cta-final .section-title{color:var(--white);}.cta-final .section-sub{color:rgba(255,255,255,0.6);margin:12px auto 36px;}.cta-final-btns{display:flex;flex-direction:column;align-items:center;gap:16px;}.cta-email{font-size:0.9rem;color:rgba(255,255,255,0.45);}.cta-email a{color:var(--gold);}.cta-email a:hover{text-decoration:underline;}.footer{background:#0A0A0A;color:rgba(255,255,255,0.55);padding:48px 0 24px;}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,0.08);margin-bottom:24px;}.footer-brand .nav-logo{margin-bottom:12px;display:block;color:var(--white);}.footer-brand p{font-size:0.88rem;line-height:1.6;max-width:280px;}.footer-social{display:flex;gap:14px;margin-top:20px;}.footer-social a{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.08);display:flex;align-items:center;justify-content:center;transition:background 0.2s;color:rgba(255,255,255,0.6);}.footer-social a:hover{background:var(--gold);color:var(--black);}.footer-col h4{font-size:0.85rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:0.1em;margin-bottom:16px;}.footer-col ul{display:flex;flex-direction:column;gap:10px;}.footer-col ul a{font-size:0.88rem;transition:color 0.15s;}.footer-col ul a:hover{color:var(--gold);}.footer-copy{text-align:center;font-size:0.8rem;}.whatsapp-float{position:fixed;bottom:28px;right:28px;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:200;transition:transform 0.2s,box-shadow 0.2s;}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(37,211,102,0.55);}@media (max-width:1024px){.badges-grid{grid-template-columns:repeat(2,1fr);}.hero-inner{grid-template-columns:1fr;gap:40px;}.hero-images{max-width:480px;margin:0 auto;}.hero h1{text-align:center;}.hero-sub{text-align:center;margin:0 auto 36px;}.hero-label{display:flex;width:fit-content;margin:0 auto 20px;}.hero-ctas{justify-content:center;}.hero-stats{justify-content:center;}.footer-inner{grid-template-columns:1fr 1fr;}.footer-brand{grid-column:1 / -1;}}@media (max-width:768px){.nav-links,.nav-cta{display:none;}.hamburger{display:flex;}.productos-grid{grid-template-columns:1fr 1fr;}.kits-grid{grid-template-columns:1fr;}.steps-grid{grid-template-columns:1fr;gap:36px;}.steps-grid::before{display:none;}.stats-inner{grid-template-columns:1fr;gap:32px;}.testimonios-grid{grid-template-columns:1fr;}.footer-inner{grid-template-columns:1fr;gap:32px;}.footer-brand{grid-column:auto;}.hero{padding:48px 0 40px;}}@media (max-width:480px){.productos-grid{grid-template-columns:1fr;}.badges-grid{grid-template-columns:1fr 1fr;}.hero-images{grid-template-columns:1fr 1fr;}}