.depilacion-hero{min-height:100vh;padding-top:var(--navbar-height);background:linear-gradient(135deg,#0a2e14 0%,#1b7a3d 50%,#0d5c2a 100%);align-items:center;display:flex;position:relative;overflow:hidden}.depilacion-hero-bg{z-index:1;position:absolute;inset:0}.depilacion-hero-bg img{object-fit:cover;opacity:.18;width:100%;height:100%}.depilacion-hero-overlay{z-index:2;background:linear-gradient(135deg,#0a2e14eb 0%,#1b7a3dd1 40%,#0d5c2ac7 100%);position:absolute;inset:0}.depilacion-hero-content{z-index:3;max-width:var(--max-width);padding:calc(var(--navbar-height) + var(--space-16)) var(--space-6) var(--space-16);gap:var(--space-16);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid;position:relative}.depilacion-hero-text{animation:.8s ease-out slideInLeft}.depilacion-hero-badge{align-items:center;gap:var(--space-2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--color-white);font-size:var(--text-sm);padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);margin-bottom:var(--space-6);background:#ffffff1f;border:1px solid #fff3;font-weight:500;display:inline-flex}.depilacion-hero-badge .badge-icon{color:#4caf50}.depilacion-hero-title{font-family:var(--font-display);font-size:var(--text-5xl);color:var(--color-white);margin-bottom:var(--space-6);letter-spacing:-.02em;font-weight:700;line-height:1.1}.depilacion-hero-title span{color:#4caf50}.depilacion-hero-desc{font-size:var(--text-lg);color:#ffffffe6;margin-bottom:var(--space-10);max-width:540px;line-height:1.7}.depilacion-hero-buttons{gap:var(--space-4);margin-bottom:var(--space-12);flex-wrap:wrap;display:flex}.depilacion-hero-features{gap:var(--space-8);flex-wrap:wrap;display:flex}.depilacion-hero-feature{align-items:center;gap:var(--space-3);display:flex}.depilacion-hero-feature .feature-icon{border-radius:var(--radius-lg);width:48px;height:48px;color:var(--color-white);background:#ffffff1a;justify-content:center;align-items:center;display:flex}.depilacion-hero-feature .feature-text{flex-direction:column;display:flex}.depilacion-hero-feature .feature-title{color:var(--color-white);font-weight:600;font-size:var(--text-sm)}.depilacion-hero-feature .feature-desc{font-size:var(--text-xs);color:#ffffffb3}.depilacion-hero-visual{animation:.8s ease-out slideInRight;position:relative}.depilacion-hero-visual .hero-image-wrapper{border-radius:var(--radius-2xl);position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #3e272366}.depilacion-hero-visual .hero-image-wrapper img{object-fit:cover;width:100%;height:500px}@media (max-width:1024px){.depilacion-hero-content{text-align:center;grid-template-columns:1fr}.depilacion-hero-text{order:1}.depilacion-hero-visual{order:2;max-width:500px;margin:0 auto}.depilacion-hero-desc{margin-left:auto;margin-right:auto}.depilacion-hero-buttons,.depilacion-hero-features{justify-content:center}}@media (max-width:768px){.depilacion-hero{min-height:auto;padding-top:var(--navbar-height)}.depilacion-hero-content{padding-top:calc(var(--navbar-height) + var(--space-8));padding-bottom:var(--space-10)}.depilacion-hero-title{font-size:var(--text-3xl)}.depilacion-hero-desc{font-size:var(--text-base)}.depilacion-hero-buttons{flex-direction:column}.depilacion-hero-buttons .btn{text-align:center;width:100%}.depilacion-hero-features{gap:var(--space-4);flex-direction:column}}.depilacion-intro{padding:var(--space-12) 0;background:#fff8e1}.depilacion-intro-inner{text-align:center;max-width:800px;padding:0 var(--space-6);margin:0 auto}.depilacion-intro-text{font-size:var(--text-xl);color:#5d4037;font-weight:500;line-height:1.8}.depilacion-section{padding:var(--space-20) 0}.depilacion-section-header{text-align:center;margin-bottom:var(--space-12)}.depilacion-section-icon{margin-bottom:var(--space-4);font-size:2.75rem;display:inline-block}.depilacion-section-title{font-family:var(--font-display);color:var(--color-gray-900);margin-bottom:var(--space-4);letter-spacing:-.02em;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;line-height:1.2}.depilacion-section-subtitle{font-size:var(--text-lg);color:var(--color-gray-600);max-width:600px;margin:0 auto;line-height:1.6}.depilacion-tech{background:#fbf9f7}.depilacion-tech-grid{gap:var(--space-6);max-width:900px;padding:0 var(--space-6);grid-template-columns:repeat(3,1fr);margin:0 auto;display:grid}.depilacion-tech-card{padding:var(--space-8) var(--space-6);text-align:center;background:#fff;border:2px solid #0000;border-radius:20px;transition:all .35s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 12px 32px #3e27230f}.depilacion-tech-card:before{content:"";background:var(--tech-color);height:4px;position:absolute;top:0;left:0;right:0}.depilacion-tech-card:hover{border-color:var(--tech-color);transform:translateY(-8px);box-shadow:0 20px 40px #3e27231f}.depilacion-tech-wave{font-family:var(--font-display);font-size:var(--text-4xl);color:var(--tech-color);margin-bottom:var(--space-3);letter-spacing:-.02em;font-weight:800}.depilacion-tech-name{font-family:var(--font-display);font-size:var(--text-xl);color:var(--color-gray-900);margin-bottom:var(--space-2);font-weight:700}.depilacion-tech-desc{font-size:var(--text-sm);color:var(--color-gray-600);line-height:1.5}.depilacion-tech-conclusion{text-align:center;font-size:var(--text-lg);color:var(--color-gray-700);margin-top:var(--space-10);max-width:600px;padding:0 var(--space-6);margin-left:auto;margin-right:auto;font-weight:600}@media (max-width:768px){.depilacion-tech-grid{grid-template-columns:1fr;max-width:400px}}.depilacion-equip-gallery{justify-content:center;gap:var(--space-6);margin-top:var(--space-12);flex-wrap:wrap;display:flex}.depilacion-equip-item{border-radius:var(--radius-xl);width:280px;height:200px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 12px 32px #1b7a3d26}.depilacion-equip-item:hover{transform:translateY(-8px);box-shadow:0 20px 40px #1b7a3d40}.depilacion-equip-item img{object-fit:cover;width:100%;height:100%}.depilacion-video-section{justify-content:center;gap:var(--space-6);margin-top:var(--space-8);flex-wrap:wrap;display:flex}.depilacion-video-section video{border-radius:var(--radius-xl);object-fit:cover;width:400px;height:280px;box-shadow:0 12px 32px #1b7a3d26}@media (max-width:768px){.depilacion-equip-gallery{flex-direction:column;align-items:center}.depilacion-equip-item{width:100%;max-width:350px;height:220px}.depilacion-video-section video{width:100%;max-width:400px;height:250px}}.depilacion-ice{background:linear-gradient(135deg,#0a2e14 0%,#1b7a3d 50%,#4caf50 100%)}.depilacion-ice .depilacion-section-title{color:#fff}.depilacion-ice .depilacion-section-subtitle{color:#ffffffe6}.depilacion-ice-grid{gap:var(--space-6);max-width:900px;padding:0 var(--space-6);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.depilacion-ice-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:var(--space-8) var(--space-4);text-align:center;align-items:center;gap:var(--space-3);background:#fffffff2;border:1px solid #fff6;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;box-shadow:0 8px 24px #0000001a}.depilacion-ice-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px #00000026}.depilacion-ice-icon{font-size:2.25rem}.depilacion-ice-card span{font-size:var(--text-sm);color:#0a2e14;font-weight:600;line-height:1.4}@media (max-width:768px){.depilacion-ice-grid{grid-template-columns:repeat(2,1fr)}}.depilacion-benefits{background:#fff}.depilacion-benefits-grid{gap:var(--space-4);max-width:900px;padding:0 var(--space-6);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0 auto;display:grid}.depilacion-benefit-item{align-items:center;gap:var(--space-4);padding:var(--space-4) var(--space-5);border-radius:var(--radius-lg);background:#fbf9f7;border:1px solid #0000;transition:all .25s;display:flex}.depilacion-benefit-item:hover{background:#e8f5e9;border-color:#4caf50;transform:translate(4px)}.depilacion-benefit-check{color:#fff;background:linear-gradient(135deg,#1b7a3d,#4caf50);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.depilacion-benefit-item span{font-size:var(--text-base);color:var(--color-gray-800);font-weight:600}.depilacion-medical{background:#fbf9f7}.depilacion-medical-inner{align-items:center;gap:var(--space-8);max-width:800px;padding:var(--space-10);background:#fff;border-left:6px solid #1b7a3d;border-radius:20px;margin:0 auto;display:flex;box-shadow:0 12px 32px #3e27230f}.depilacion-medical-icon{flex-shrink:0;font-size:4rem}.depilacion-medical-title{font-family:var(--font-display);font-size:var(--text-2xl);color:var(--color-gray-900);margin-bottom:var(--space-3);font-weight:700}.depilacion-medical-desc{font-size:var(--text-base);color:var(--color-gray-600);line-height:1.7}@media (max-width:768px){.depilacion-medical-inner{text-align:center;padding:var(--space-8);border-top:6px solid #1b7a3d;border-left:none;flex-direction:column}}.depilacion-results{background:#fff}.depilacion-results-grid{gap:var(--space-6);max-width:900px;padding:0 var(--space-6);grid-template-columns:repeat(4,1fr);margin:0 auto;display:grid}.depilacion-result-card{padding:var(--space-8) var(--space-4);text-align:center;align-items:center;gap:var(--space-3);background:#fbf9f7;border:1px solid #0000000a;border-radius:20px;flex-direction:column;transition:all .3s;display:flex}.depilacion-result-card:hover{background:#e8f5e9;border-color:#4caf50;transform:translateY(-6px);box-shadow:0 16px 32px #1b7a3d14}.depilacion-result-icon{font-size:2.25rem}.depilacion-result-card span{font-size:var(--text-sm);color:var(--color-gray-800);font-weight:600;line-height:1.4}.depilacion-results-disclaimer{text-align:center;font-size:var(--text-sm);color:var(--color-gray-500);margin-top:var(--space-8);padding:0 var(--space-6);font-style:italic}@media (max-width:768px){.depilacion-results-grid{grid-template-columns:repeat(2,1fr)}}.depilacion-promo{padding:var(--space-20) 0;background:linear-gradient(135deg,#0a2e14 0%,#1b7a3d 50%,#0d5c2a 100%)}.depilacion-promo-inner{text-align:center;max-width:600px;padding:0 var(--space-6);margin:0 auto}.depilacion-promo-icon{margin-bottom:var(--space-4);font-size:3rem;display:inline-block}.depilacion-promo-title{font-family:var(--font-display);color:var(--color-white);margin-bottom:var(--space-8);text-shadow:0 2px 4px #00000026;font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;line-height:1.2}
