body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f5f3ee;color:#333;min-height:100vh;-webkit-text-size-adjust:100%}body.mobile-mode{overflow:auto;position:static;touch-action:manipulation;-webkit-overflow-scrolling:touch}body.kiosk-mode{overflow:hidden;position:fixed;width:100%;height:100%;touch-action:manipulation;-webkit-overflow-scrolling:touch}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;position:relative}body.kiosk-mode #root{height:100vh;overflow:hidden}.kiosk-main{flex:1;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden}@keyframes shine{0%{background-position:0% 0%}25%{background-position:100% 0%}50%{background-position:100% 100%}75%{background-position:0% 100%}to{background-position:0% 0%}}.fade-in{animation:fadeIn .5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.scale-in{animation:scaleIn .3s ease-out}@keyframes scaleIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.shimmer{background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.kiosk-app{flex-grow:1;display:flex;flex-direction:column;position:relative;z-index:1}.mobile-app{min-height:100vh}.kiosk-app.ios-device:not(.mobile-app){position:fixed;width:100%;height:100%;top:0;left:0;-webkit-overflow-scrolling:touch;overflow:hidden}@supports (-webkit-touch-callout: none){body.kiosk-mode .kiosk-app{min-height:-webkit-fill-available}body.kiosk-mode #root{height:-webkit-fill-available}}body.kiosk-mode #root:before,body.kiosk-mode #root:after{content:"";position:absolute;border-radius:50%;background-color:#e8f5e9;z-index:0;opacity:.6}body.kiosk-mode #root:before{width:40vw;height:40vw;top:-20vw;right:-20vw}body.kiosk-mode #root:after{width:60vw;height:60vw;bottom:-30vw;left:-30vw}main{flex-grow:1}.category-card{background-color:#00695c;background-image:linear-gradient(145deg,#00796b,#004d40);color:#fff;border-radius:20px;padding:16px;text-align:center;position:relative;height:100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;overflow:hidden;touch-action:manipulation;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.category-card:active{transform:scale(.97);box-shadow:0 2px 8px #0003;background-image:linear-gradient(145deg,#00695c,#004d40)}.category-card-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:5px}.card-icon-image{display:block;width:95%;height:95%;object-fit:contain;-webkit-user-drag:none}.category-card-title{font-size:1.2em;font-weight:600;margin:0;padding:0 8px;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.category-card{padding:12px}.category-card-icon{width:60%;margin-bottom:12px}.category-card-title{font-size:1em}}@media (max-width: 600px){.category-card-title{font-size:.9em}}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px;margin:0;width:100%;height:100%;background-color:#e8f5e9;border-radius:0;box-sizing:border-box}.grid-item{display:flex;justify-content:center;align-items:center}.grid-item-link{text-decoration:none;color:inherit;display:block;width:100%;height:100%;transition:transform .2s}.grid-item-link:active{transform:scale(.98)}@media (max-width: 1024px){.category-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:15px}}@media (max-width: 768px){.category-grid{grid-template-columns:repeat(2,1fr);padding:15px}}@media (max-width: 600px){.category-grid{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(6,1fr);gap:10px;padding:10px}}@keyframes shine{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}.service-detail-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.service-detail-page:before,.service-detail-page:after{content:"";position:absolute;border-radius:50%;background-color:#e8f5e9;z-index:0}.service-detail-page:before{width:80vw;height:80vw;top:-60vw;left:-40vw;transform:rotate(-15deg)}.service-detail-page:after{width:100vw;height:100vw;bottom:-80vw;right:-50vw}.service-content{padding:30px 40px;flex:1;position:relative;z-index:2;max-width:55%}.service-content h1{color:#00695c;font-size:2.2rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;position:relative}.service-content h1:after{content:"";display:block;width:80px;height:3px;background-color:#00695c;margin-top:8px}.service-content h2{color:#00695c;font-size:1.2rem;font-weight:600;margin-top:30px;margin-bottom:15px}.service-content p{color:#333;line-height:1.6;margin-bottom:20px}.service-content ul{list-style-type:none;padding:0;margin:0}.service-content li{padding-left:20px;position:relative;margin-bottom:10px;color:#333}.service-content li:before{content:"•";color:#00695c;position:absolute;left:0}.service-infographic{width:100%;max-width:400px;height:auto;margin:24px 0;border-radius:12px}.book-now-button{background-color:#00695c;color:#fff;border:none;border-radius:4px;padding:12px 30px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:30px}.service-visual{position:absolute;right:0;top:50%;transform:translateY(-50%);width:80%;height:80%;z-index:1;display:flex;justify-content:flex-end;align-items:center;padding-right:5%}.service-visual img{max-width:80%;max-height:80%;object-fit:contain}.need-help-section{padding:20px;margin-top:30px;text-align:center}.need-help-footer{position:fixed;bottom:0;left:0;right:0;padding:15px 0;background-color:#00695c;z-index:10;display:none;justify-content:center}.need-help-footer button{background:transparent;border:2px solid white;color:#fff;border-radius:4px;padding:8px 20px;font-weight:600;cursor:pointer}.feature-icons{display:flex;justify-content:flex-start;gap:20px;margin-top:30px}.feature-icon{width:60px;height:60px}.tests-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:10px;margin-top:15px;max-width:100%;height:360px}.test-card-wrapper{position:relative}.test-magic-card{border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .3s ease;height:100%;display:block}.test-magic-card:hover{transform:translateY(-4px)}.test-magic-card-inner{border-radius:12px;overflow:hidden;height:100%}.test-content{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#fffffff2,#ffffffd9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden;height:100%;text-align:left;min-height:80px}.test-content:hover{background:linear-gradient(135deg,#fff,#fffffff2);transform:scale(1.02)}.test-text{flex:1;display:flex;align-items:center}.test-text h3{color:#00695c;font-size:.85rem;font-weight:600;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.test-arrow{color:#00695c;opacity:.6;transition:all .3s ease;flex-shrink:0}.test-content:hover .test-arrow{opacity:1;transform:translate(2px)}.shine-border{border-radius:12px}@media (max-width: 768px){.tests-grid{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);gap:8px;height:340px;margin-top:10px}.test-content{padding:10px 12px;gap:8px;min-height:70px}.test-text h3{font-size:.8rem;-webkit-line-clamp:3}}.test-link-button{background:none;border:none;color:#00695c;text-decoration:none;font-weight:500;font-size:inherit;font-family:inherit;cursor:pointer;padding:0;text-align:left;width:100%;transition:color .3s ease}.test-link-button:hover{color:#004d40;text-decoration:underline}.test-detail-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;z-index:999;display:flex;align-items:center;justify-content:center;padding:40px}.test-detail-content{background:linear-gradient(135deg,#fffffffa,#fffffff2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;max-width:800px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 25px 50px #0003;border:1px solid rgba(255,255,255,.2)}.test-detail-header{padding:24px 32px 0;border-bottom:1px solid rgba(0,105,92,.1)}.back-to-tests-button{background:transparent;border:2px solid #00695C;color:#00695c;border-radius:8px;padding:8px 16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease;font-size:.9rem}.back-to-tests-button:hover{background-color:#00695c;color:#fff;transform:translate(-2px)}.back-to-tests-button svg{fill:currentColor}.test-detail-body{padding:32px}.test-detail-title{color:#00695c;font-size:2rem;font-weight:700;margin:0 0 24px;line-height:1.2;text-align:center}.test-detail-description{color:#333;font-size:1.1rem;line-height:1.6;margin:0 0 32px;text-align:justify}.test-detail-actions{text-align:center}.book-test-button{background-color:#00695c;color:#fff;border:none;border-radius:8px;padding:16px 40px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.book-test-button:hover{background-color:#004d40;transform:translateY(-2px)}@media (max-width: 768px){.test-detail-overlay{padding:20px}.test-detail-content{max-height:90vh;border-radius:16px}.test-detail-header{padding:20px 24px 0}.test-detail-body{padding:24px}.test-detail-title{font-size:1.6rem;margin-bottom:20px}.test-detail-description{font-size:1rem;margin-bottom:24px}.book-test-button{padding:12px 32px;font-size:1rem}}.iframe-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;z-index:1000;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}.iframe-container{background:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;height:100%;max-height:100%;box-shadow:0 20px 50px #0000004d;margin-top:50px}.floating-iframe-header{background-color:#00695c;padding:8px 15px;display:flex;justify-content:space-between;align-items:center;min-height:40px;height:40px;box-sizing:border-box;position:fixed;top:10px;left:10px;right:10px;z-index:10000;border-radius:8px 8px 0 0;box-shadow:0 4px 12px #00000026}.iframe-header{background-color:#00695c;padding:8px 15px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-height:40px;height:40px;box-sizing:border-box}.iframe-title{color:#fff;font-weight:600;font-size:.9rem}.close-iframe-button{background:transparent;border:1px solid white;color:#fff;border-radius:4px;padding:4px 12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease;font-size:.8rem}.close-iframe-button:hover{background-color:#fff3;transform:scale(1.05)}.close-iframe-button svg{fill:#fff}.booking-iframe{flex:1;width:100%;border:none;background-color:#fff;overflow:auto;display:block;min-height:0;position:relative;z-index:1}@media (max-height: 800px){.iframe-overlay{padding:5px}.floating-iframe-header{padding:4px 10px;min-height:32px;height:32px;top:5px;left:5px;right:5px}.iframe-container{margin-top:42px}.iframe-header{padding:4px 10px;min-height:32px;height:32px}.iframe-title{font-size:.8rem}.close-iframe-button{padding:2px 8px;font-size:.7rem;gap:4px}.close-iframe-button svg{width:16px;height:16px}}@media (max-width: 768px){.service-detail-page{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.page-header{padding:16px 20px;justify-content:center}.header-logo{height:50px}.back-button{top:16px;left:16px}.back-button svg{width:32px;height:32px}.service-content{max-width:100%;padding:20px}.service-content h1{font-size:1.6rem;margin-bottom:12px}.service-content h1:after{width:60px;height:2px;margin-top:6px}.service-content h2{font-size:1.1rem;margin-top:24px;margin-bottom:12px}.service-content p{font-size:.95rem;line-height:1.7;margin-bottom:16px}.service-content li{font-size:.95rem;margin-bottom:12px;line-height:1.5}.book-now-button{width:100%;padding:16px 24px;font-size:1rem;margin-top:24px;border-radius:50px}.need-help-section{padding:16px 20px;margin-top:24px}.need-help-section button{padding:14px 28px;font-size:.95rem;width:100%;border-radius:50px}}.iframe-booking-page{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.page-header{display:flex;justify-content:flex-end;padding:20px 40px;z-index:3}.back-button{position:absolute;top:20px;left:20px;background:transparent;border:none;color:#00695c;font-size:1.5rem;cursor:pointer;z-index:3;display:flex;align-items:center}.iframe-container{flex:1;position:relative;z-index:1;padding:0;margin:0;width:100%;height:100%;overflow:hidden}.booking-iframe{width:100%;height:100%;border:none;overflow:hidden;-webkit-overflow-scrolling:touch;display:block;min-height:100%}.start-screen{width:100%;height:100vh;background-color:#004d40;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;cursor:pointer;overflow:hidden}.logo-container{display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10}.front-logo{max-width:80%;height:auto;margin-bottom:20px;filter:drop-shadow(0 0 15px rgba(255,255,255,.3))}.tap-instruction{margin-top:60px;font-size:2rem;color:#fff;font-weight:300;letter-spacing:2px;opacity:.8;z-index:10}.sparkles-container{position:absolute;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:1}.sparkle{position:absolute;width:6px;height:6px;border-radius:50%;background-color:#fffc;pointer-events:none;box-shadow:0 0 10px 2px #fffc}.start-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#004d404d,#004d40e6);z-index:0}.start-screen:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,rgba(0,150,136,.3),transparent);z-index:2;clip-path:polygon(0% 100%,4% 95%,8% 90%,12% 95%,16% 100%,20% 95%,24% 90%,28% 95%,32% 100%,36% 95%,40% 90%,44% 95%,48% 100%,52% 95%,56% 90%,60% 95%,64% 100%,68% 95%,72% 90%,76% 95%,80% 100%,84% 95%,88% 90%,92% 95%,96% 100%,100% 95%,100% 100%);animation:wave 8s linear infinite}@keyframes wave{0%{background-position-x:0%}to{background-position-x:100%}}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.eligibility-content{padding:10px 40px 80px;flex:1;position:relative;z-index:2;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;overflow-y:auto;max-height:calc(100vh - 160px)}.question-container{width:100%;max-width:700px;margin-bottom:15px;padding:15px;background:#ffffffe6;border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid #E0E0E0}@media (max-width: 768px){.eligibility-content,.question-container{padding:20px}.question-container h3{font-size:1.1rem}.answer-buttons{flex-direction:column;gap:10px}.answer-btn{padding:10px 20px}}.eligibility-page{position:relative;height:100vh;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.eligibility-page:before,.eligibility-page:after{content:"";position:absolute;border-radius:50%;background-color:#e8f5e9;z-index:0}.eligibility-page:before{width:80vw;height:80vw;top:-60vw;left:-40vw;transform:rotate(-15deg)}.eligibility-page:after{width:100vw;height:100vw;bottom:-80vw;right:-50vw}.page-header{display:flex;justify-content:flex-end;padding:10px 40px;z-index:1}.progress-indicator{display:flex;flex-direction:column;align-items:center;padding:20px 0;z-index:2;position:relative}.progress-steps{display:flex;gap:15px;margin-bottom:10px;flex-wrap:wrap;justify-content:center;max-width:800px}.progress-step{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;border:2px solid #E0E0E0;background-color:#fff;color:#999;transition:all .3s ease}.progress-step.active{border-color:#00695c;color:#00695c}.progress-step.completed{background-color:#00695c;border-color:#00695c;color:#fff}.step-label{color:#666;font-size:.9rem;margin:0}.eligibility-content{padding:10px 20px 80px;flex:1;position:relative;z-index:2;max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;overflow-y:auto;max-height:calc(100vh - 220px);width:100%;box-sizing:border-box}.eligibility-content h1{color:#00695c;font-size:1.6rem;font-weight:600;margin-bottom:10px;text-transform:uppercase;position:relative}.eligibility-content h1:after{content:"";display:block;width:80px;height:3px;background-color:#00695c;margin:8px auto 0}.eligibility-intro{color:#333;font-size:1rem;line-height:1.5;margin-bottom:20px;max-width:600px}.step-container{width:100%;max-width:700px;box-sizing:border-box}.question-container{width:100%;max-width:700px;margin-bottom:15px;padding:15px;background:#ffffffe6;border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid #E0E0E0;box-sizing:border-box}.question-container h3{color:#00695c;font-size:1.1rem;font-weight:600;margin-bottom:12px;line-height:1.3}.question-note{color:#666;font-size:.9rem;font-style:italic;margin-bottom:15px;margin-top:-8px}.conditions-list{margin:15px 0;text-align:left}.conditions-list ul{list-style:none;padding:0;margin:0}.conditions-list li{color:#333;font-size:1rem;border-bottom:1px solid #f0f0f0;position:relative;padding:8px 0 8px 20px}.conditions-list li:before{content:"•";color:#00695c;font-weight:700;position:absolute;left:0}.conditions-list li:last-child{border-bottom:none}.measurement-input{width:100%;max-width:200px;padding:12px 15px;border:2px solid #E0E0E0;border-radius:8px;font-size:1.1rem;text-align:center;transition:all .3s ease;background-color:#fff}.measurement-input:focus{outline:none;border-color:#00695c;box-shadow:0 0 0 3px #00695c1a}.measurement-input::placeholder{color:#999;font-style:italic}.answer-buttons{display:flex;gap:15px;justify-content:center}.answer-btn{background-color:#fff;color:#00695c;border:2px solid #00695C;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;min-width:80px}.answer-btn:hover{background-color:#f5f5f5;transform:translateY(-2px)}.answer-btn.selected{background-color:#00695c;color:#fff}.details-textarea{width:100%;max-width:100%;padding:15px;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;font-family:inherit;line-height:1.4;transition:all .3s ease;background-color:#fff;resize:vertical;min-height:100px;box-sizing:border-box}.details-textarea:focus{outline:none;border-color:#00695c;box-shadow:0 0 0 3px #00695c1a}.details-textarea::placeholder{color:#999;font-style:italic}.ethnicity-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:15px}.ethnicity-btn{background-color:#fff;color:#00695c;border:2px solid #00695C;border-radius:8px;padding:12px 15px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.ethnicity-btn:hover{background-color:#f5f5f5;transform:translateY(-2px)}.ethnicity-btn.selected{background-color:#00695c;color:#fff}.submit-button{background-color:#00695c;color:#fff;border:none;border-radius:8px;padding:12px 30px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:15px;transition:all .3s ease}.result-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;margin:0 auto 30px}.result-icon.eligible{background-color:#4caf50;color:#fff}.result-icon.not-eligible{background-color:#f44336;color:#fff}.result-title{font-size:2rem;font-weight:600;margin-bottom:15px;text-transform:uppercase}.result-title.eligible{color:#4caf50}.result-title.not-eligible{color:#f44336}.result-description{color:#333;font-size:1rem;line-height:1.5;margin-bottom:25px;max-width:600px}.continue-button,.return-button{background-color:#00695c;color:#fff;border:none;border-radius:8px;padding:15px 40px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.continue-button:hover,.return-button:hover{background-color:#004d40;transform:translateY(-2px)}.need-help-section button{background-color:#00695c;border:none;color:#fff;border-radius:4px;padding:12px 30px;font-weight:600;cursor:pointer;font-size:.95rem;transition:all .3s ease}.need-help-section button:hover{background-color:#004d40;transform:translateY(-2px)}@media (max-width: 768px){.eligibility-page{min-height:100vh;height:auto;overflow-y:auto}.page-header{padding:12px 16px}.header-logo{height:32px}.back-button{top:12px;left:12px}.back-button svg{width:32px;height:32px}.eligibility-content{padding:8px 16px 100px;max-width:100%;max-height:none;overflow-y:visible}.eligibility-content h1{font-size:1.3rem;margin-bottom:8px}.eligibility-content h1:after{width:60px;height:2px;margin:6px auto 0}.eligibility-intro{font-size:.95rem;margin-bottom:16px;line-height:1.4}.question-container{padding:16px;max-width:100%;margin-left:0;margin-right:0;margin-bottom:12px;border-radius:10px}.question-container h3{font-size:1rem;margin-bottom:10px;line-height:1.4}.conditions-list{margin:12px 0}.conditions-list li{font-size:.9rem;padding:6px 0 6px 16px}.answer-buttons{gap:12px;flex-direction:row;width:100%}.answer-btn{flex:1;padding:14px 20px;font-size:1rem;min-width:unset;border-radius:10px}.ethnicity-options{grid-template-columns:1fr}.ethnicity-btn{padding:10px 15px}.progress-steps{gap:8px;max-width:100%}.progress-step{width:25px;height:25px;font-size:.7rem}.details-textarea{padding:12px;font-size:.95rem}.step-container{max-width:100%}.submit-button{width:100%;padding:16px 30px;font-size:1.05rem;border-radius:10px;margin-top:12px}.continue-button,.return-button{width:100%;padding:16px 30px;font-size:1.05rem;border-radius:10px}.result-icon{width:70px;height:70px;font-size:2rem;margin-bottom:20px}.result-title{font-size:1.6rem;margin-bottom:12px}.result-description{font-size:.95rem;line-height:1.5;margin-bottom:20px;padding:0 8px}.need-help-section{padding:16px;margin-top:16px}.need-help-section button{width:100%;padding:14px 24px;font-size:.9rem;border-radius:8px}}@media (max-width: 380px){.eligibility-content h1{font-size:1.1rem}.question-container h3{font-size:.95rem}.answer-btn{padding:12px 16px;font-size:.95rem}.conditions-list li{font-size:.85rem}}.blood-test-upload-page{min-height:100vh;background:radial-gradient(circle at 20% 80%,rgba(0,229,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(100,255,218,.15) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,200,83,.1) 0%,transparent 50%),linear-gradient(135deg,#000,#1a1a1a);display:flex;flex-direction:column;align-items:center;padding:20px;position:relative;overflow:hidden}.blood-test-content{max-width:1200px;width:100%;margin:0 auto;padding:20px;text-align:center;height:calc(100vh - 140px);display:flex;flex-direction:column;justify-content:space-between}.blood-test-content h1{color:#fff;font-size:2.2rem;margin-bottom:15px;font-weight:700}.blood-test-intro{color:#e0f2f1;font-size:1.1rem;margin-bottom:20px;line-height:1.5}.content-container{display:flex;gap:40px;align-items:flex-start;justify-content:center;flex:1;margin:20px 0}.left-section{flex:0 0 500px;background:#0096881a;border-radius:15px;padding:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,150,136,.2);text-align:left}.left-section h3{color:#fff;font-size:1.3rem;margin-bottom:15px;font-weight:600;text-align:center}.markers-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;font-size:.9rem}.right-section{flex:0 0 280px;background:#0096881a;border-radius:15px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,150,136,.2);display:flex;flex-direction:column;align-items:center;height:fit-content}.right-section h3{color:#fff;font-size:1.3rem;margin-bottom:10px;font-weight:600}.right-section>p{color:#e0f2f1;font-size:1rem;margin-bottom:15px;text-align:center}.marker-item{display:flex;align-items:center;padding:4px 0}.marker-bullet{color:#00e5ff;font-size:1rem;margin-right:8px;font-weight:700}.marker-text{color:#e0f2f1;font-size:.9rem;line-height:1.3}.qr-instruction{color:#b2dfdb;font-size:.9rem;margin:15px 0;line-height:1.4;text-align:center}.continue-booking-button{background:linear-gradient(45deg,#00695c,#009688);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #00695c66;margin-top:15px}.choice-buttons{display:flex;flex-direction:column;gap:20px;margin-top:30px;width:100%}.choice-button{background:linear-gradient(45deg,#00695c,#009688);color:#fff;border:none;padding:15px 25px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #00695c66;width:100%}.choice-button.need-test{background:linear-gradient(45deg,#ff8f00,#ffc107);box-shadow:0 5px 15px #ffc10766}.choice-button:hover{transform:translateY(-2px)}.choice-button.have-test:hover{box-shadow:0 8px 25px #00695c99}.choice-button.need-test:hover{box-shadow:0 8px 25px #ffc10799}@media (max-width: 1200px){.content-container{flex-direction:column;gap:20px}.right-section{flex:none}.markers-compact{grid-template-columns:repeat(3,1fr);gap:6px}}.upload-results-page{min-height:100vh;background:radial-gradient(circle at 20% 80%,rgba(0,229,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(100,255,218,.15) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,200,83,.1) 0%,transparent 50%),linear-gradient(135deg,#000,#1a1a1a);display:flex;flex-direction:column;align-items:center;padding:20px;position:relative;overflow:hidden}.upload-content{max-width:1200px;width:100%;margin:0 auto;padding:20px;text-align:center;height:calc(100vh - 140px);display:flex;flex-direction:column;justify-content:center}.upload-content h1{color:#fff;font-size:2rem;margin-bottom:10px;font-weight:700}.upload-intro{color:#e0f2f1;font-size:1.1rem;margin-bottom:20px;line-height:1.4}.upload-container{background:#0096881a;border-radius:15px;padding:30px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,150,136,.2);margin:0 auto;display:flex;gap:40px;align-items:center;max-width:800px}.upload-left{flex:1;text-align:left}.upload-right{flex:0 0 300px;text-align:center}.upload-container h3{color:#fff;font-size:1.4rem;margin-bottom:12px;font-weight:600}.upload-container>div>p{color:#e0f2f1;font-size:1rem;margin-bottom:20px}.qr-code-image{width:160px;height:160px;display:block}.qr-instruction{color:#b2dfdb;font-size:.9rem;margin:15px 0;line-height:1.4}.action-section{margin-top:20px}.continue-booking-button{background:linear-gradient(45deg,#00695c,#009688);color:#fff;border:none;padding:12px 30px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #00695c66;width:100%}@media (max-width: 768px){.upload-content h1{font-size:2rem}.upload-intro{font-size:1.1rem}.upload-container{padding:30px 20px}.qr-code-image{width:160px;height:160px}}.order-test-page{min-height:100vh;background:radial-gradient(circle at 20% 80%,rgba(0,229,255,.15) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(100,255,218,.15) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(0,200,83,.1) 0%,transparent 50%),linear-gradient(135deg,#000,#1a1a1a);display:flex;flex-direction:column;align-items:center;padding:20px;position:relative;overflow:hidden}.order-content{max-width:1200px;width:100%;margin:0 auto;padding:40px 20px 20px;text-align:center;height:calc(100vh - 140px);display:flex;flex-direction:column;justify-content:flex-start}.order-content h1{color:#fff;font-size:2rem;margin-bottom:15px;font-weight:700}.order-container{background:#0096881a;border-radius:15px;padding:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,150,136,.2);margin:0 auto;max-width:900px;display:flex;gap:30px;align-items:flex-start}.warning-section{background:#ffc10726;border:1px solid rgba(255,193,7,.3);border-radius:12px;padding:20px;text-align:center;flex:1}.warning-icon{font-size:2rem;margin-bottom:10px}.warning-section h3{color:#ffc107;font-size:1.2rem;margin-bottom:8px;font-weight:600}.warning-section p{color:#fff8e1;font-size:.95rem;line-height:1.4;margin:0}.order-section{text-align:center;flex:0 0 350px;display:flex;flex-direction:column;justify-content:space-between}.order-section h3{color:#fff;font-size:1.3rem;margin-bottom:8px;font-weight:600}.order-section>p{color:#e0f2f1;font-size:1rem;margin-bottom:15px}.qr-code-container{display:inline-block;padding:15px;background:#fff;border-radius:15px;margin:15px 0;box-shadow:0 8px 25px #0000004d}.qr-code-image{width:140px;height:140px;display:block}.qr-instruction{color:#b2dfdb;font-size:.9rem;margin:10px 0 15px;line-height:1.3}.action-section{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:15px;margin-top:auto}.booking-note{color:#e0f2f1;font-size:.9rem;margin-bottom:15px;line-height:1.4}.continue-booking-button{background:linear-gradient(45deg,#00695c,#009688);color:#fff;border:none;padding:12px 25px;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #00695c66;width:100%}.continue-booking-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00695c99}.need-help-section{padding:20px;margin-top:20px;text-align:center}.need-help-section button{background:linear-gradient(45deg,#00695c,#009688);border:none;color:#fff;border-radius:25px;padding:12px 30px;font-weight:600;cursor:pointer;font-size:.95rem;transition:all .3s ease;box-shadow:0 5px 15px #00695c66}.need-help-section button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00695c99}@media (max-width: 768px){.order-content h1{font-size:2rem}.order-container{padding:25px 20px;gap:20px}.warning-section,.order-section{padding:15px}.qr-code-image{width:140px;height:140px}}.hormone-blood-test-page{position:relative;min-height:100vh;display:flex;flex-direction:column;background-color:#f5f3ee;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.hormone-blood-test-page:before,.hormone-blood-test-page:after{content:"";position:absolute;border-radius:50%;background-color:#b4d2c34d;z-index:0;pointer-events:none}.hormone-blood-test-page:before{width:60vw;height:60vw;top:-30vw;right:-20vw;transform:rotate(-15deg)}.hormone-blood-test-page:after{width:50vw;height:50vw;bottom:-25vw;left:-20vw}.hormone-blood-test-page .page-header{display:flex;justify-content:center;padding:12px 20px;z-index:1}.hormone-blood-test-page .header-logo{height:40px}.hormone-blood-test-page .back-button{position:absolute;top:16px;left:16px;background:transparent;border:none;color:#1b5e4e;cursor:pointer;z-index:2;display:flex;align-items:center;padding:8px}.hormone-blood-test-page .back-button svg{width:28px;height:28px;fill:#1b5e4e}.hormone-content{padding:16px 16px 30px;flex:1;position:relative;z-index:1;max-width:100%;height:auto!important;text-align:left;justify-content:flex-start}.hormone-content h1{color:#1b5e4e;font-size:1.3rem;font-weight:700;margin-bottom:10px;position:relative}.hormone-content h1:after{content:"";display:block;width:50px;height:2px;background-color:#1b5e4e;margin-top:6px}.hormone-content .description{color:#333;font-size:.85rem;line-height:1.6;margin-bottom:16px}.hormone-blood-test-page .markers-section{background:#fff;border-radius:12px;padding:14px;margin-bottom:16px;box-shadow:0 2px 8px #00000014}.hormone-blood-test-page .markers-section h2{color:#1b5e4e;font-size:.95rem;font-weight:600;margin-bottom:10px}.hormone-blood-test-page .markers-list{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 12px;list-style:none;padding:0;margin:0}.hormone-blood-test-page .markers-list li{color:#333;font-size:.75rem;padding-left:12px;position:relative;line-height:1.4}.hormone-blood-test-page .markers-list li:before{content:"";position:absolute;left:0;top:6px;width:5px;height:5px;background-color:#1b5e4e;border-radius:50%}.hormone-blood-test-page .options-section{margin-bottom:16px}.hormone-blood-test-page .options-section h2{color:#1b5e4e;font-size:.95rem;font-weight:600;margin-bottom:12px;text-align:center}.hormone-blood-test-page .options-buttons{display:flex;flex-direction:column;gap:10px}.hormone-blood-test-page .option-button{display:flex;align-items:center;gap:12px;background:#fff;border:2px solid #1B5E4E;border-radius:12px;padding:14px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}.hormone-blood-test-page .option-button:active{transform:scale(.98)}.hormone-blood-test-page .option-button.have-test{border-color:#1b5e4e}.hormone-blood-test-page .option-button.have-test:hover,.hormone-blood-test-page .option-button.have-test:active{background:#1b5e4e}.hormone-blood-test-page .option-button.have-test:hover .option-icon,.hormone-blood-test-page .option-button.have-test:active .option-icon,.hormone-blood-test-page .option-button.have-test:hover .option-title,.hormone-blood-test-page .option-button.have-test:active .option-title,.hormone-blood-test-page .option-button.have-test:hover .option-subtitle,.hormone-blood-test-page .option-button.have-test:active .option-subtitle{color:#fff}.hormone-blood-test-page .option-button.need-test{border-color:#8b7355}.hormone-blood-test-page .option-button.need-test:hover,.hormone-blood-test-page .option-button.need-test:active{background:#8b7355}.hormone-blood-test-page .option-button.need-test:hover .option-icon,.hormone-blood-test-page .option-button.need-test:active .option-icon,.hormone-blood-test-page .option-button.need-test:hover .option-title,.hormone-blood-test-page .option-button.need-test:active .option-title,.hormone-blood-test-page .option-button.need-test:hover .option-subtitle,.hormone-blood-test-page .option-button.need-test:active .option-subtitle{color:#fff}.hormone-blood-test-page .option-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#1b5e4e;flex-shrink:0;transition:color .3s ease}.hormone-blood-test-page .option-button.need-test .option-icon{color:#8b7355}.hormone-blood-test-page .option-icon svg{width:24px;height:24px}.hormone-blood-test-page .option-text{display:flex;flex-direction:column;gap:2px}.hormone-blood-test-page .option-title{font-size:.95rem;font-weight:600;color:#1b5e4e;transition:color .3s ease}.hormone-blood-test-page .option-button.need-test .option-title{color:#8b7355}.hormone-blood-test-page .option-subtitle{font-size:.8rem;color:#666;transition:color .3s ease}.hormone-blood-test-page .continue-section{margin-top:16px;text-align:center}.hormone-blood-test-page .welcome-back-message{display:flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#1b5e4e,#2a7a68);color:#fff;padding:14px 20px;border-radius:12px;margin-bottom:14px;font-size:1rem;font-weight:600;box-shadow:0 4px 12px #1b5e4e4d}.hormone-blood-test-page .welcome-back-message svg{flex-shrink:0}.hormone-blood-test-page .continue-booking-button{background-color:#1b5e4e;color:#fff;border:none;border-radius:50px;padding:14px 24px;font-size:.95rem;font-weight:600;cursor:pointer;width:100%}.hormone-blood-test-page .iframe-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;z-index:1000;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}.hormone-blood-test-page .floating-iframe-header{background-color:#1b5e4e;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0;position:fixed;top:10px;left:10px;right:10px;z-index:10000}.hormone-blood-test-page .iframe-title{color:#fff;font-weight:600;font-size:1rem}.hormone-blood-test-page .close-iframe-button{background:transparent;border:2px solid white;color:#fff;border-radius:8px;padding:8px 16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:.9rem}.hormone-blood-test-page .close-iframe-button svg{fill:#fff}.hormone-blood-test-page .iframe-container{background:#fff;border-radius:0 0 12px 12px;overflow:hidden;display:flex;flex-direction:column;height:100%;margin-top:56px}.hormone-blood-test-page .booking-iframe{flex:1;width:100%;border:none;background-color:#fff}.order-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.order-modal{background:#fff;border-radius:16px;padding:28px 24px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 60px #0000004d}.order-modal .modal-icon{color:#1b5e4e;margin-bottom:12px}.order-modal .modal-icon svg{width:48px;height:48px}.order-modal h2{color:#1b5e4e;font-size:1.4rem;margin:0 0 16px;font-weight:700}.order-modal p{color:#333;font-size:.95rem;line-height:1.6;margin:0 0 12px}.order-modal .order-instruction{color:#666;font-size:.85rem;font-style:italic;margin-bottom:24px}.order-buttons{display:flex;flex-direction:column;gap:12px}.order-now-btn{display:flex;align-items:center;justify-content:center;gap:10px;background:#1b5e4e;color:#fff;border:none;border-radius:50px;padding:16px 24px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.order-now-btn:active{background:#164a3e;transform:scale(.98)}.continue-btn{background:transparent;color:#1b5e4e;border:2px solid #1B5E4E;border-radius:50px;padding:14px 24px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.continue-btn:active{background:#1b5e4e1a;transform:scale(.98)}@media (max-width: 360px){.hormone-content{padding:12px}.hormone-content h1{font-size:1.2rem}.hormone-blood-test-page .markers-list{grid-template-columns:1fr}.hormone-blood-test-page .option-button{padding:12px}.hormone-blood-test-page .option-icon{width:32px;height:32px}.hormone-blood-test-page .option-icon svg{width:20px;height:20px}.hormone-blood-test-page .option-title{font-size:.9rem}}.hormone-blood-test-page .need-help-section{padding:20px;margin-top:20px;text-align:center}.hormone-blood-test-page .need-help-section button{background-color:#1b5e4e;border:none;color:#fff;border-radius:50px;padding:12px 30px;font-weight:600;cursor:pointer;font-size:.95rem;transition:all .3s ease}.hormone-blood-test-page .need-help-section button:hover{background-color:#164a3e;transform:translateY(-2px)}@media (min-width: 414px){.hormone-content{padding:20px}.hormone-content h1{font-size:1.5rem}.hormone-blood-test-page .markers-section{padding:18px}}.contact-page{position:relative;height:100vh;display:flex;flex-direction:column;background-color:#fff;overflow:hidden}.contact-page:before,.contact-page:after{content:"";position:absolute;border-radius:50%;background-color:#e8f5e9;z-index:0}.contact-page:before{width:80vw;height:80vw;top:-60vw;left:-40vw;transform:rotate(-15deg)}.contact-page:after{width:100vw;height:100vw;bottom:-80vw;right:-50vw}.page-header{display:flex;justify-content:flex-end;padding:20px 40px;z-index:1}.header-logo{height:40px}.back-button{position:absolute;top:20px;left:20px;background:transparent;border:none;color:#00695c;font-size:1.5rem;cursor:pointer;z-index:2;display:flex;align-items:center}.back-button svg{width:40px;height:40px;fill:#00695c}.contact-content{padding:20px 40px 80px;flex:1;position:relative;z-index:2;max-width:900px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;overflow-y:auto;max-height:calc(100vh - 160px)}.contact-content h1{color:#00695c;font-size:1.8rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;position:relative}.contact-content h1:after{content:"";display:block;width:80px;height:3px;background-color:#00695c;margin:8px auto 0}.contact-intro{color:#333;font-size:1rem;line-height:1.5;margin-bottom:25px;max-width:600px}.success-message,.error-message{width:100%;max-width:500px;margin-bottom:30px;padding:20px;border-radius:12px;text-align:center}.success-message{background-color:#e8f5e8;border:2px solid #4CAF50}.error-message{background-color:#ffebee;border:2px solid #F44336}.success-icon,.error-icon{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 15px}.success-icon{background-color:#4caf50;color:#fff}.error-icon{background-color:#f44336;color:#fff}.success-message h3,.error-message h3{margin:0 0 10px;font-size:1.2rem}.success-message h3{color:#4caf50}.error-message h3{color:#f44336}.contact-form{width:100%;max-width:700px;background:#ffffffe6;border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid #E0E0E0;padding:30px;margin-bottom:30px}.form-row{display:flex;gap:20px;margin-bottom:20px}.form-group{flex:1;margin-bottom:20px}.form-group label{display:block;color:#00695c;font-weight:600;margin-bottom:8px;font-size:.9rem;text-align:left}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #E0E0E0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background-color:#fff;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#00695c}.form-group textarea{resize:vertical;min-height:100px}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.submit-button{background-color:#00695c;color:#fff;border:none;border-radius:8px;padding:15px 40px;font-size:1.1rem;font-weight:500;cursor:pointer;margin-top:20px;transition:all .3s ease;width:100%;max-width:300px}.submit-button.disabled{background-color:#ccc;cursor:not-allowed;opacity:.6}.submit-button:not(.disabled):hover{background-color:#004d40;transform:translateY(-2px)}.contact-info{width:100%;max-width:700px;background:#ffffffe6;border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid #E0E0E0;padding:25px;margin-bottom:20px}.contact-info h3{color:#00695c;font-size:1.2rem;margin-bottom:15px;text-align:center}.contact-methods{display:flex;flex-direction:column;gap:10px}.contact-method{color:#333;font-size:1rem;text-align:left;padding:8px 0;border-bottom:1px solid #f0f0f0}.contact-method:last-child{border-bottom:none}.contact-method strong{color:#00695c;margin-right:10px}.emergency-footer{position:fixed;bottom:0;left:0;right:0;padding:10px 0;background-color:#d32f2f;z-index:10;display:flex;justify-content:center}.emergency-footer p{color:#fff;font-weight:600;margin:0;font-size:.9rem}@media (max-width: 768px){.contact-content{padding:20px 20px 80px}.contact-form{padding:20px}.form-row{flex-direction:column;gap:0}.contact-methods,.contact-method{text-align:center}}@media (max-width: 1024px) and (min-width: 769px){.form-row{gap:15px}.contact-content{max-width:800px}}.mobile-blood-tests{min-height:100vh;height:100vh;background:linear-gradient(135deg,#004d40,#00251a);padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.mobile-header{background:#0000004d;padding:20px 16px;text-align:center;border-bottom:2px solid rgba(0,150,136,.3)}.mobile-logo{width:160px;height:auto;margin-bottom:12px}.mobile-header h1{color:#fff;font-size:26px;font-weight:700;margin:0 0 6px;letter-spacing:-.5px}.mobile-subtitle{color:#ffffffb3;font-size:14px;margin:0;font-weight:400}.test-list-view{min-height:100vh;padding-bottom:40px}.intro-section{margin:16px;background:#ffffff14;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.intro-toggle{width:100%;background:none;border:none;padding:16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.intro-toggle span{color:#4db6ac;font-size:15px;font-weight:600}.intro-chevron{width:20px;height:20px;fill:#4db6ac}.intro-content{padding:0 16px 16px;overflow:hidden}.intro-content p{color:#ffffffd9;font-size:14px;line-height:1.6;margin:0 0 12px}.intro-content p:last-child{margin-bottom:0}.how-it-works{margin:0 16px 16px;background:#ffffff0d;border-radius:12px;padding:16px;border:1px solid rgba(255,255,255,.08)}.how-it-works h3{color:#fff;font-size:14px;font-weight:600;margin:0 0 14px;text-transform:uppercase;letter-spacing:.5px;opacity:.9}.steps-container{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.step{display:flex;flex-direction:column;align-items:center;flex:1}.step-icon{font-size:24px;margin-bottom:6px}.step-text{display:flex;flex-direction:column;align-items:center}.step-title{color:#fff;font-size:13px;font-weight:600}.step-desc{color:#fff9;font-size:10px;text-align:center;max-width:70px}.step-divider{color:#ffffff4d;font-size:16px;margin:0 4px 20px}.at-home-note{display:flex;align-items:center;justify-content:center;gap:6px;color:#fff9;font-size:12px;margin:0;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.home-icon{font-size:14px}.categories-container{padding:0 16px;display:flex;flex-direction:column;gap:10px}.category-accordion{background:#fffffff2;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000026}.category-header{width:100%;background:none;border:none;padding:18px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .2s ease}.category-header:active{background:#004d400d}.category-header.expanded{border-bottom:1px solid rgba(0,77,64,.1)}.category-info{display:flex;align-items:center;gap:10px}.category-icon{font-size:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00897b,#00695c);border-radius:8px;color:#fff}.category-name{color:#004d40;font-size:16px;font-weight:600}.category-count{color:#004d4080;font-size:13px;font-weight:400}.category-chevron{width:22px;height:22px;fill:#00796b}.category-tests{overflow:hidden;background:#004d4008}.mobile-test-card{padding:14px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s ease;border-bottom:1px solid rgba(0,77,64,.08);-webkit-tap-highlight-color:transparent}.mobile-test-card:last-child{border-bottom:none}.mobile-test-card:active{background:#004d4014}.test-card-content{flex:1;display:flex;flex-direction:column;gap:4px}.mobile-test-name{color:#004d40;font-size:15px;font-weight:500;line-height:1.3}.at-home-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);color:#2e7d32;font-size:10px;font-weight:600;padding:3px 8px;border-radius:4px;width:fit-content;text-transform:uppercase;letter-spacing:.3px}.mobile-test-arrow{width:18px;height:18px;fill:#00796b;flex-shrink:0;margin-left:10px;opacity:.6}.contact-note{text-align:center;padding:24px 16px}.contact-note p{color:#fff9;font-size:13px;margin:0}.test-detail-view{min-height:100vh;display:flex;flex-direction:column;padding-bottom:40px}.mobile-back-button{background:#0000004d;border:none;color:#fff;padding:16px 20px;font-size:16px;display:flex;align-items:center;gap:8px;cursor:pointer;border-bottom:1px solid rgba(0,150,136,.3);-webkit-tap-highlight-color:transparent;transition:background .2s ease}.mobile-back-button:active{background:#00000080}.mobile-back-button svg{width:20px;height:20px;fill:currentColor}.mobile-test-detail{padding:24px 16px}.detail-header{margin-bottom:20px}.detail-badge{display:inline-block;background:#ffffff26;color:#a5d6a7;font-size:12px;font-weight:600;padding:6px 12px;border-radius:6px;margin-bottom:12px}.mobile-test-detail h2{color:#fff;font-size:26px;font-weight:600;margin:0;line-height:1.3}.mobile-test-description{color:#ffffffeb;font-size:16px;line-height:1.7;margin:0 0 28px}.mobile-book-button{background:linear-gradient(135deg,#00897b,#00695c);color:#fff;border:none;border-radius:12px;padding:18px 32px;font-size:18px;font-weight:600;cursor:pointer;box-shadow:0 4px 16px #00968866;transition:all .3s ease;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden;width:100%}.mobile-book-button:active{transform:scale(.98);box-shadow:0 2px 8px #0096884d}.mobile-book-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.mobile-book-button:active:before{width:300px;height:300px}@media (max-width: 375px){.mobile-header h1{font-size:24px}.step-icon{font-size:20px}.step-title{font-size:12px}.step-desc{font-size:9px}.category-name{font-size:15px}.mobile-test-name{font-size:14px}.mobile-test-detail h2{font-size:24px}.mobile-test-description{font-size:15px}}@media (min-width: 768px){.intro-section,.how-it-works,.categories-container{max-width:600px;margin-left:auto;margin-right:auto}.categories-container{padding:0 24px}.mobile-test-detail{padding:32px 24px;max-width:600px;margin:0 auto;width:100%}.steps-container{justify-content:center;gap:40px}.step-divider{margin:0}}.iframe-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:1000;display:flex;flex-direction:column}.floating-iframe-header{background:linear-gradient(135deg,#004d40,#00251a);padding:12px 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0003;z-index:1001;flex-shrink:0}.iframe-title{color:#fff;font-size:16px;font-weight:600}.close-iframe-button{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:10px 16px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.close-iframe-button:active{background:#ffffff40;transform:scale(.98)}.close-iframe-button svg{fill:currentColor;flex-shrink:0}.iframe-container{flex:1;overflow:hidden;position:relative}.booking-iframe{width:100%;height:100%;border:none;background:#fff}:root{--color-bg: #F5F3EE;--color-teal: #1B5E4E;--color-teal-light: #E8F0ED;--color-brown: #8B7355;--color-brown-light: #D4C9BB;--color-text-light: #FFFFFF;--color-text-dark: #333333}.mobile-home{min-height:100vh;background-color:var(--color-bg);display:flex;flex-direction:column;padding:24px 20px;box-sizing:border-box;position:relative;overflow-x:hidden}.bg-curve{position:absolute;z-index:0;pointer-events:none}.bg-curve-top{top:20%;right:-100px;width:200px;height:60%;background:linear-gradient(180deg,rgba(180,210,195,.3) 0%,rgba(180,210,195,.15) 50%,transparent 100%);border-radius:50%;transform:rotate(-10deg)}.bg-curve-bottom{bottom:0;left:-100px;width:200px;height:50%;background:linear-gradient(0deg,rgba(180,210,195,.3) 0%,rgba(180,210,195,.15) 50%,transparent 100%);border-radius:50%;transform:rotate(10deg)}.mobile-header{text-align:center;margin-bottom:12px;position:relative;z-index:1;background:transparent;border:none}.logo-container{display:flex;flex-direction:column;align-items:center;background:transparent;border:none}.mobile-home .mobile-logo{width:280px;max-width:280px;height:auto;background:transparent;border:none}.logo-text{display:flex;align-items:center;gap:8px;font-size:28px;font-weight:700;color:var(--color-teal);letter-spacing:2px}.logo-icon{font-size:32px;color:var(--color-teal);fill:var(--color-teal)}.logo-name{font-family:Georgia,serif}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;flex:1;position:relative;z-index:1;margin-bottom:24px;border:none}.service-card{display:block;border:none;border-radius:16px;overflow:hidden;cursor:pointer;background:#f5f3ee;padding:0;box-shadow:0 4px 12px #0000001a;transition:transform .2s ease,box-shadow .2s ease;-webkit-tap-highlight-color:transparent;aspect-ratio:1}.service-card:active{box-shadow:0 2px 8px #00000026}.service-card-image{width:100%;height:100%;object-fit:contain;display:block;background:#f5f3ee}.cta-section{display:flex;flex-direction:column;gap:12px;position:relative;z-index:1;padding-bottom:env(safe-area-inset-bottom,0)}.btn-primary{background:var(--color-teal);color:var(--color-text-light);border:none;border-radius:50px;padding:18px 32px;font-size:16px;font-weight:700;letter-spacing:1px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.btn-primary:active{background:#164940;transform:scale(.98)}.btn-secondary{background:transparent;color:var(--color-teal);border:2px solid var(--color-brown);border-radius:50px;padding:14px 32px;font-size:14px;font-weight:600;letter-spacing:.5px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;-webkit-tap-highlight-color:transparent}.btn-secondary:active{background:#8b73551a;transform:scale(.98)}@media (max-width: 360px){.mobile-home{padding:16px 12px}.services-grid{gap:10px}.logo-text{font-size:22px}.btn-primary{padding:14px 24px;font-size:14px}.btn-secondary{padding:12px 24px;font-size:12px}}@media (min-width: 414px){.mobile-home{padding:28px 24px}.services-grid{gap:18px}}@media (min-height: 800px){.services-grid{margin-bottom:32px}.cta-section{gap:16px}}@media (orientation: landscape) and (max-height: 500px){.mobile-home{padding:12px 20px}.mobile-header{margin-bottom:12px}.logo-text{font-size:20px}.services-grid{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.cta-section{flex-direction:row;gap:16px}.btn-primary,.btn-secondary{flex:1;padding:12px 16px;font-size:12px}}.admin-panel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.admin-panel{background:#fff;border-radius:12px;padding:0;max-width:400px;width:90%;box-shadow:0 20px 40px #0000004d;overflow:hidden}.admin-panel-header{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.admin-panel-header h3{margin:0;font-size:1.2rem;font-weight:600}.admin-close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.admin-close-btn:hover{background-color:#fff3}.admin-panel-content{padding:20px}.admin-panel-content p{color:#666;margin-bottom:20px;text-align:center}.admin-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.admin-btn{padding:12px 20px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.exit-btn{background-color:#ff6b6b;color:#fff}.exit-btn:hover{background-color:#ee5a52;transform:translateY(-2px)}.reload-btn{background-color:#4ecdc4;color:#fff}.reload-btn:hover{background-color:#45b7b8;transform:translateY(-2px)}.close-btn{background-color:#95a5a6;color:#fff}.close-btn:hover{background-color:#7f8c8d;transform:translateY(-2px)}.admin-info{text-align:center;padding-top:15px;border-top:1px solid #eee}.admin-info small{color:#999;font-size:.85rem}@media (max-width: 768px){.admin-panel{width:95%;max-width:none}.admin-panel-header,.admin-panel-content{padding:15px}}
