.service-hero{background:linear-gradient(to bottom,#fff 0,#fafbfc 100%);padding:2.5rem 0;position:relative;overflow:hidden}.service-hero::before{content:'';position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(198,162,114,.08) 0,transparent 70%);border-radius:50%}.service-hero::after{content:'';position:absolute;bottom:-30%;left:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(45,107,106,.06) 0,transparent 70%);border-radius:50%}.breadcrumb{font-size:.875rem;margin-bottom:1.25rem;position:relative;z-index:2;color:var(--text-secondary)}.breadcrumb a{color:var(--color-primary);text-decoration:none;transition:color .2s}.breadcrumb a:hover{color:var(--color-primary-dark)}.breadcrumb span{margin:0 .5rem;opacity:.5}.service-hero-grid{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:start;position:relative;z-index:2}.service-hero-content h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.5rem, 5vw, 3.75rem);margin-bottom:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.service-hero-content .test-category{display:inline-block;background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);color:#0369a1;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem;border:1px solid #bfdbfe}.service-hero-content .test-description{font-size:1.25rem;margin-bottom:2rem;color:var(--text-secondary);line-height:1.6;max-width:600px}.hero-price-display{margin-bottom:2rem;display:flex;align-items:baseline;gap:1rem}.hero-price-display .price-label{font-size:.8125rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em}.hero-price-display .price-amount{font-family:'Cormorant Garamond',serif;font-size:3.5rem;font-weight:600;color:var(--color-primary);line-height:1;letter-spacing:-.02em}.value-props{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.value-prop-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(45,107,106,.08);color:var(--color-primary-dark);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;border:1px solid rgba(45,107,106,.15);transition:all .2s cubic-bezier(.4, 0, .2, 1)}.value-prop-badge:hover{background:rgba(45,107,106,.12);border-color:var(--color-primary);transform:translateY(-1px)}.value-prop-badge svg{width:16px;height:16px;color:var(--color-primary);flex-shrink:0}.doctor-photo-section{position:relative;margin-bottom:1.5rem}.doctor-photo-wrapper{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.doctor-photo-wrapper:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.12)}.doctor-photo{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover;max-height:320px}.doctor-caption{margin-top:.75rem;text-align:center}.doctor-caption .doctor-name{font-weight:700;color:var(--text-primary);font-size:.9375rem;margin-bottom:.125rem;display:block}.doctor-caption .doctor-title{font-size:.8125rem;color:var(--text-secondary);font-weight:500}.doctor-consult-text{text-align:center;color:var(--text-secondary);font-size:.9375rem;margin-top:.875rem;line-height:1.5;font-weight:500}.service-price-card{background:#fff;border-radius:24px;padding:2.25rem 2rem;text-align:center;box-shadow:0 0 0 1px rgba(198,162,114,.1),0 20px 60px rgba(0,0,0,.08),0 8px 24px rgba(45,107,106,.05);min-width:360px;position:relative}.service-price-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary) 0,var(--color-gold) 100%);border-radius:24px 24px 0 0}.price-label{font-size:.8125rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.price-amount{font-family:'Cormorant Garamond',serif;font-size:4.5rem;font-weight:600;color:var(--color-primary);line-height:1;margin-bottom:2rem;letter-spacing:-.02em}.price-currency{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;font-weight:500}.trust-badges{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;text-align:left}.trust-badge-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--text-primary);padding:.625rem .75rem;background:var(--bg-secondary);border-radius:8px;border-left:3px solid #10b981}.trust-badge-item svg{width:20px;height:20px;color:#10b981;flex-shrink:0}.cta-buttons{display:flex;flex-direction:row;gap:.75rem;margin-top:1.5rem;max-width:600px}.btn{flex:1}.urgency-note{font-size:.8125rem;color:var(--text-secondary);margin-top:1.25rem;padding:1rem;background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);border-radius:8px;border-left:3px solid #f59e0b;text-align:left}.urgency-note strong{color:#92400e}.content-section{padding:2.5rem 0;background:#fff}.content-section.alt-bg{background:linear-gradient(to bottom,#fafbfc 0,#fff 100%)}.section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem, 4vw, 2.75rem);margin-bottom:1.25rem;color:var(--text-primary);font-weight:600;letter-spacing:-.01em}.section-title-center{text-align:center}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.info-card{background:#fff;border:2px solid rgba(198,162,114,.15);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.info-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(45,107,106,.1);border-color:var(--color-gold)}.info-card h3{font-size:1.5rem;color:var(--color-primary);margin-bottom:1rem;font-weight:700;letter-spacing:-.01em}.info-card p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.info-card ul{list-style:none;margin-top:1rem}.info-card ul li{padding:.5rem 0;color:var(--text-secondary);display:flex;align-items:flex-start;gap:.75rem}.info-card ul li::before{content:'✓';color:#10b981;font-weight:700;font-size:1.125rem;flex-shrink:0}.info-content{max-width:800px;margin:0 auto}.info-content p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:1.0625rem}.why-test-section{background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);padding:3rem;border-radius:20px;margin:2rem 0;border:2px solid #bfdbfe}.why-test-section h3{font-size:1.75rem;color:var(--color-primary);margin-bottom:1.5rem;font-weight:700}.benefits-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.benefit-item{display:flex;align-items:flex-start;gap:1rem;background:rgba(255,255,255,.7);padding:1.25rem;border-radius:12px;border:1px solid rgba(59,130,246,.2)}.benefit-icon{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6 0,#2563eb 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;flex-shrink:0}.benefit-content h4{font-size:1.0625rem;color:var(--text-primary);margin-bottom:.375rem;font-weight:600}.benefit-content p{font-size:.9375rem;color:var(--text-secondary);line-height:1.5}.requirements-section{background:linear-gradient(135deg,#fef3c7 0,#fde68a 100%);padding:3rem;border-radius:20px;border:2px solid #fbbf24;margin:2rem 0}.requirements-section h3{font-size:1.75rem;color:#92400e;margin-bottom:1rem;font-weight:700;display:flex;align-items:center;gap:.75rem}.requirements-section .important-note{background:rgba(255,255,255,.8);padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;border-left:4px solid #f59e0b}.requirements-section .important-note p{color:var(--text-primary);font-weight:500;line-height:1.6;margin-bottom:.5rem}.preparation-steps{display:grid;gap:1rem}.prep-step{background:rgba(255,255,255,.9);padding:1.25rem 1.5rem;border-radius:12px;display:flex;align-items:center;gap:1rem;border:1px solid rgba(245,158,11,.3)}.step-number{width:36px;height:36px;background:linear-gradient(135deg,#f59e0b 0,#d97706 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.step-content{flex:1;color:var(--text-primary);font-weight:500}.trust-section{background:#fafbfc;padding:2.5rem 0}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.trust-card{background:#fff;border:2px solid rgba(198,162,114,.15);border-radius:16px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.trust-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(45,107,106,.12);border-color:var(--color-gold)}.trust-card-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#eff6ff 0,#dbeafe 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.trust-card h4{font-size:1.25rem;color:var(--text-primary);margin-bottom:.75rem;font-weight:700}.trust-card p{color:var(--text-secondary);line-height:1.6}.services-promo-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;margin-top:2rem}.services-image-wrapper{position:relative}.services-promo-image{width:100%;height:auto;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);transition:transform .3s cubic-bezier(.4, 0, .2, 1)}.services-promo-image:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.15)}.services-image-caption{margin-top:1.25rem;color:var(--text-secondary);font-size:.9375rem;line-height:1.7;text-align:center;font-style:italic}.services-table-wrapper{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.08);border:2px solid rgba(198,162,114,.15)}.services-pricing-table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.services-pricing-table thead th{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);color:#fff;padding:1rem 1.5rem;text-align:left;font-weight:700;font-size:1rem;letter-spacing:.02em}.services-pricing-table thead th:first-child{border-radius:8px 0 0 0}.services-pricing-table thead th:last-child{border-radius:0 8px 0 0;text-align:right}.services-pricing-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.services-pricing-table tbody tr:hover{background-color:rgba(45,107,106,.04)}.services-pricing-table tbody tr:last-child{border-bottom:none}.services-pricing-table tbody td{padding:1.25rem 1.5rem;color:var(--text-primary);font-size:1rem}.services-pricing-table tbody td:last-child{text-align:right;color:var(--color-primary);font-size:1.125rem}.table-note{font-size:.8125rem;color:var(--text-muted);font-weight:400;display:block;margin-top:.25rem}.test-info-table{width:100%;border-collapse:separate;border-spacing:0;margin-top:1.5rem;background:#fff;border-radius:12px;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid rgba(198,162,114,.2)}.test-info-table tbody tr{border-bottom:1px solid #e2e8f0}.test-info-table tbody tr:last-child{border-bottom:none}.test-info-table tbody td{padding:1.25rem 1.5rem;vertical-align:top;overflow:visible;position:relative}.test-info-table tbody td:first-child{font-weight:600;color:var(--color-primary);width:200px;font-size:1rem;background:linear-gradient(135deg,rgba(45,107,106,.04) 0,rgba(45,107,106,.02) 100%)}.test-info-table tbody td:last-child{color:var(--text-primary);font-size:1rem;line-height:1.7}.test-info-table tbody tr:hover{background-color:rgba(45,107,106,.02)}.info-tooltip{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:help;margin-left:.5rem;vertical-align:middle}.info-tooltip-icon{width:18px;height:18px;border-radius:50%;background:var(--color-gold);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;transition:all .2s}.info-tooltip:hover .info-tooltip-icon{background:var(--color-primary);transform:scale(1.1)}.info-tooltip-text{visibility:hidden;opacity:0;position:absolute;bottom:100%;right:0;transform:translateY(-8px);margin-bottom:8px;background:var(--text-primary);color:#fff;padding:.875rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:400;line-height:1.5;white-space:normal;width:280px;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .2s cubic-bezier(.4, 0, .2, 1);pointer-events:none}.info-tooltip-text::after{content:'';position:absolute;top:100%;right:12px;border:6px solid transparent;border-top-color:var(--text-primary)}.info-tooltip:hover .info-tooltip-text{visibility:visible;opacity:1;transform:translateY(0)}.interested-audience-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.audience-card{background:#fff;border:2px solid rgba(198,162,114,.15);border-radius:16px;padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4, 0, .2, 1);box-shadow:0 2px 8px rgba(0,0,0,.04)}.audience-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(45,107,106,.12);border-color:var(--color-gold)}.audience-icon{width:80px;height:80px;margin:0 auto 1.25rem;background:linear-gradient(135deg,rgba(45,107,106,.1) 0,rgba(45,107,106,.05) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.audience-card:hover .audience-icon{background:linear-gradient(135deg,var(--color-primary) 0,var(--color-primary-dark) 100%);color:#fff;transform:scale(1.05)}.audience-card h3{font-size:1.25rem;color:var(--color-primary);margin-bottom:.75rem;font-weight:700;letter-spacing:-.01em;font-family:'Cormorant Garamond',serif}.audience-card p{color:var(--text-secondary);line-height:1.7;font-size:.9375rem;margin:0}.medical-consultation-cta{background:linear-gradient(135deg,#f0f9ff 0,#e0f2fe 100%);border:2px solid #bae6fd;border-radius:16px;padding:2rem;margin-top:2rem;display:flex;gap:1.5rem;align-items:flex-start;box-shadow:0 4px 12px rgba(3,105,161,.08);transition:all .3s cubic-bezier(.4, 0, .2, 1)}.medical-consultation-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(3,105,161,.12);border-color:#7dd3fc}.consultation-doctor-photo{flex-shrink:0;width:180px;height:130px;border-radius:16px;overflow:hidden;box-shadow:0 4px 16px rgba(14,165,233,.25);border:3px solid #fff;transition:all .3s cubic-bezier(.4, 0, .2, 1)}.consultation-doctor-photo:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(14,165,233,.35)}.doctor-consult-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.consultation-content{flex:1}.consultation-content p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:1rem}.consultation-content p strong{color:var(--text-primary);font-size:1.125rem}.btn-consult-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.875rem 1.75rem;border-radius:12px;text-decoration:none;font-weight:700;font-size:1rem;background:linear-gradient(135deg,#25d366 0,#20ba5a 100%);color:#fff;box-shadow:0 4px 12px rgba(37,211,102,.3);transition:all .3s cubic-bezier(.4, 0, .2, 1);margin-top:.5rem}.btn-consult-whatsapp:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(37,211,102,.4);background:linear-gradient(135deg,#20ba5a 0,#1da851 100%)}.services-cta{margin-top:1.5rem}.services-cta .btn{width:100%}.sticky-cta-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(255,255,255,.98) 0,rgba(255,255,255,.95) 100%);backdrop-filter:blur(10px);padding:1rem;box-shadow:0 -4px 20px rgba(0,0,0,.15);z-index:90;border-top:1px solid rgba(0,0,0,.1)}.sticky-cta-content{display:flex;gap:.75rem;max-width:600px;margin:0 auto}.sticky-price{display:flex;align-items:center;gap:.5rem;font-weight:700;color:var(--color-primary);white-space:nowrap}.sticky-price .amount{font-family:'Cormorant Garamond',serif;font-size:1.75rem;line-height:1}@media (max-width:992px){.service-hero-grid{grid-template-columns:1fr;gap:2rem}.service-price-card{max-width:400px;margin:0 auto}.doctor-photo{max-height:280px}}@media (max-width:768px){.service-hero{padding:2.5rem 0}.value-props{gap:.5rem}.value-prop-badge{font-size:.8125rem;padding:.4rem .875rem}.service-hero-content h1{font-size:2rem}.hero-price-display{flex-wrap:wrap;gap:.75rem}.hero-price-display .price-amount{font-size:3rem}.price-amount{font-size:3.5rem;margin-bottom:1.5rem}.content-section{padding:2rem 0}.section-title{font-size:1.75rem}.services-promo-grid{grid-template-columns:1fr;gap:2rem}.sticky-cta-bar{display:block}.cta-buttons{flex-direction:column;align-items:center}.cta-banner-buttons .btn{flex:1;min-width:200px}}@media (max-width:480px){.service-hero{padding:1.5rem 0}.content-section{padding:1.5rem 0}.service-hero-content h1{font-size:1.75rem}.hero-price-display{flex-direction:column;align-items:flex-start;gap:.5rem}.hero-price-display .price-amount{font-size:2.5rem}.price-amount{font-size:3rem;margin-bottom:1.25rem}.service-price-card{padding:2rem 1.5rem;min-width:auto}.doctor-photo{max-height:260px}.requirements-section,.why-test-section{padding:2rem 1.5rem}.cta-banner-buttons{flex-direction:column;align-items:center}.cta-banner-buttons .btn{width:100%;max-width:300px}.services-table-wrapper{padding:1.25rem}.services-pricing-table tbody td,.services-pricing-table thead th{padding:.875rem 1rem;font-size:.9375rem}.test-info-table tbody td{padding:1rem;font-size:.9375rem;display:block;width:100%!important}.test-info-table tbody td:first-child{background:var(--color-primary);color:#fff;padding:.75rem 1rem;font-size:.875rem;border-bottom:none}.test-info-table tbody td:last-child{padding-top:.75rem}.test-info-table tbody tr{display:block;margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}.test-info-table tbody tr:last-child{margin-bottom:0}.info-tooltip-text{width:240px;font-size:.75rem;padding:.75rem .875rem}.medical-consultation-cta{flex-direction:column;padding:1.5rem;gap:1rem;align-items:center;text-align:center}.consultation-doctor-photo{width:150px;height:110px}.btn-consult-whatsapp{width:100%;padding:1rem 1.5rem;font-size:.9375rem}.interested-audience-grid{grid-template-columns:1fr;gap:1rem}.audience-card{padding:1.5rem}.audience-icon{width:70px;height:70px;margin-bottom:1rem}.audience-card h3{font-size:1.125rem}.audience-card p{font-size:.875rem}}