:root{--background:0 0% 100%;--foreground:220 20% 15%;--card:0 0% 100%;--card-foreground:220 20% 15%;--primary:213 94% 35%;--primary-foreground:0 0% 100%;--primary-hover:213 94% 30%;--secondary:43 96% 56%;--secondary-foreground:220 20% 15%;--muted:210 40% 96.1%;--muted-foreground:220 15% 45%;--accent:25 95% 53%;--border:214 32% 91%;--input:214 32% 91%;--gradient-gold:linear-gradient(135deg,hsl(43 96% 56%),hsl(35 95% 60%));--shadow-md:0 4px 16px rgba(20,32,48,.08);--shadow-lg:0 8px 32px rgba(20,32,48,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Outfit',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}h1,h2,h3,h4,h5,h6{font-weight:700}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto}.home-nav{padding:.7rem 0;background:transparent;box-shadow:none}.home-nav .nav-link:not(.active),.home-nav #mobile-toggle{color:#fff}.home-nav .btn-outline{border-color:rgba(255,255,255,.7);background:transparent;color:#fff}.solid-nav{padding:.25rem 0;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);box-shadow:0 2px 14px rgba(0,0,0,.08)}.nav-link{transition:.2s}.nav-link:hover{color:hsl(var(--primary))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.55rem;padding:.72rem 1.15rem;font-weight:600;transition:.2s;border:1px solid transparent;text-decoration:none}.btn-primary{background:hsl(var(--primary));color:white}.btn-primary:hover{background:hsl(var(--primary-hover));transform:translateY(-1px)}.btn-secondary{background:var(--gradient-gold);color:hsl(var(--secondary-foreground))}.btn-outline{border-color:hsl(var(--border));background:white;color:hsl(var(--foreground))}.btn-outline-light{border-color:rgba(255,255,255,.7);background:transparent;color:#fff}.card{background:white;border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:var(--shadow-md);overflow:hidden}.card-hover{transition:.25s}.card-hover:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.section-title{font-size:clamp(2rem,4vw,3rem);line-height:1.05}.eyebrow{color:hsl(var(--primary));font-weight:700;letter-spacing:.08em;text-transform:uppercase}.text-gradient-gold{background:linear-gradient(90deg,hsl(var(--secondary)),hsl(var(--accent)));-webkit-background-clip:text;background-clip:text;color:transparent}.hero-overlay{background:linear-gradient(90deg,hsla(213,94%,35%,.96),hsla(213,94%,35%,.86),hsla(213,94%,35%,.74))}.check{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:999px;background:hsla(213,94%,35%,.1);color:hsl(var(--primary));font-size:.8rem;font-weight:800;flex:none}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.price-box{padding:1rem;border-radius:.7rem;background:hsl(var(--muted));text-align:center}.stat{font-size:2rem;font-weight:800;color:hsl(var(--primary))}.badge{display:inline-flex;padding:.35rem .7rem;border-radius:999px;background:hsla(213,94%,35%,.1);color:hsl(var(--primary));font-weight:600;font-size:.82rem}.whatsapp{position:fixed!important;right:18px!important;bottom:18px!important;z-index:60;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;max-width:54px!important;max-height:54px!important;padding:0!important;margin:0!important;gap:0!important;background:#25D366;color:#fff;border-radius:50%!important;font-size:0!important;line-height:1!important;box-shadow:0 6px 20px rgba(0,0,0,.2);text-decoration:none;overflow:hidden;transition:transform .2s,box-shadow .2s,background .2s}.whatsapp:hover{background:#128C7E;transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.25)}.whatsapp-icon{display:block!important;width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;max-width:28px!important;max-height:28px!important;flex:none!important}.whatsapp-label{display:none!important}.social{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;background:rgba(255,255,255,.1)}.prose-content h2{font-size:1.75rem;margin:2rem 0 .75rem}.prose-content h3{font-size:1.3rem;margin:1.4rem 0 .5rem}.prose-content p{line-height:1.8;margin:.8rem 0;color:hsl(var(--muted-foreground))}.prose-content ul,.prose-content ol{padding-left:1.4rem;margin:1rem 0}.prose-content li{margin:.4rem 0}.faq-item{border:1px solid hsl(var(--border));border-radius:.7rem;background:#fff;overflow:hidden}.faq-q{width:100%;text-align:left;padding:1rem 1.1rem;font-weight:700;background:#fff;border:0;cursor:pointer}.faq-a{display:none;padding:0 1.1rem 1.1rem;color:hsl(var(--muted-foreground));line-height:1.7}.faq-item.open .faq-a{display:block}.form-input{width:100%;height:42px;border:1px solid hsl(var(--input));border-radius:.5rem;padding:0 .8rem;background:#fff}.form-textarea{width:100%;border:1px solid hsl(var(--input));border-radius:.5rem;padding:.8rem;background:#fff}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%}th,td{padding:.85rem;border-bottom:1px solid hsl(var(--border));text-align:left}th{background:hsl(var(--muted));font-weight:700}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:700px){.price-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.whatsapp{right:12px!important;bottom:12px!important;width:50px!important;height:50px!important;min-width:50px!important;min-height:50px!important;max-width:50px!important;max-height:50px!important;padding:0!important}.whatsapp-icon{width:26px!important;height:26px!important;min-width:26px!important;min-height:26px!important;max-width:26px!important;max-height:26px!important}.whatsapp-label{display:none!important}.home-nav,.solid-nav{padding:0}}
