@font-face{font-family:Cairo;src:url('assets/cairo-400.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:Cairo;src:url('assets/cairo-600.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:Cairo;src:url('assets/cairo-700.ttf') format('truetype');font-weight:700;font-display:swap}
:root{font-family:Cairo,Tahoma,Arial,sans-serif;--ink:#061923;--navy:#0a202c;--white:#eef4ed;--mint:#83e2d0;--dim:#aac0c8;--line:#bfe3eb24;--header-height:85px;color:var(--white);background:var(--ink);color-scheme:dark;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;overflow-x:clip;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer}button,a{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--mint);outline-offset:6px}h1,h2,h3,h4,p{margin:0}em,i{font-style:normal}em{color:var(--mint)}img{display:block;max-width:100%}small{font-size:.75rem}::selection{background:var(--mint);color:var(--ink)}.wrap{width:min(1280px,calc(100% - 160px));margin-inline:auto}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:15px;right:20px;background:var(--mint);color:var(--ink);z-index:210;padding:12px 20px;transform:translateY(-180%)}.skip-link:focus{transform:none}
.site-header{position:fixed;top:0;inset-inline:0;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 4.5vw;z-index:100;background:linear-gradient(#061923e8,#06192380,transparent);transition:background .25s}.site-header.scrolled{background:#061923ed;backdrop-filter:blur(12px);border-bottom:1px solid #c6ece811}.wordmark{font-weight:700;font-size:32px;display:flex;flex-direction:column;align-items:center;line-height:1.2}.wordmark span{font:10px/1.6 Arial,sans-serif;letter-spacing:3px;color:var(--mint);margin-right:-3px}.top-nav{display:flex;gap:42px;font-size:.875rem}.top-nav a{padding:12px 0;color:#d0dfdf}.top-nav a:hover{color:var(--mint)}.header-actions{display:flex;gap:12px;align-items:center}.header-actions button{min-height:44px;border:0;background:transparent;display:flex;align-items:center;gap:10px;font-size:.875rem;padding:8px}.header-actions #motion-toggle{border:1px solid var(--line);border-radius:30px;padding:10px 15px}.header-actions #motion-toggle .icon{width:18px;height:18px}.header-actions #motion-toggle[aria-pressed=true]{background:#83e2d018}.menu-icon{height:12px;width:22px;border-block:1px solid #eaf4ef;position:relative}.menu-icon:after{content:'';position:absolute;inset-inline:0;top:4px;border-top:1px solid #eaf4ef}.reading-track{position:fixed;top:0;left:0;right:0;height:2px;z-index:150}.reading-track i{display:block;height:100%;background:var(--mint);transform:scaleX(0);transform-origin:right}
.menu-overlay{position:fixed;inset:0;background:#061923cc;backdrop-filter:blur(4px);z-index:190;opacity:0;transition:opacity .3s;pointer-events:none}
.menu-overlay.active{opacity:1;pointer-events:auto}
.services-menu{position:fixed;top:0;bottom:0;left:0;width:min(440px,100vw);z-index:200;background:#071d29;box-shadow:20px 0 60px #00000080;display:flex;flex-direction:column;transform:translateX(-100%);transition:transform .4s cubic-bezier(.22,1,.36,1);visibility:hidden}
.services-menu.active{transform:translateX(0);visibility:visible}
.services-header{padding:40px 30px 20px;border-bottom:1px solid var(--line)}
.services-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.services-header h2{font-size:26px;color:var(--white)}
.close-btn{background:transparent;border:0;color:#81a4af;padding:8px;margin:-8px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}
.close-btn:hover{background:#112a38;color:var(--white)}
.close-btn .icon{width:22px;height:22px}
.services-header p{color:var(--dim);font-size:.9375rem;margin-bottom:30px}
.services-tabs{display:flex;background:#04131a;border-radius:12px;padding:4px}
.tab-btn{flex:1;background:transparent;border:0;padding:12px;color:#81a4af;font-size:.9375rem;font-weight:600;border-radius:8px;transition:all .2s}
.tab-btn.active{background:#112f3e;color:var(--mint);box-shadow:0 2px 8px #0004}
.services-content{flex:1;overflow-y:auto;padding:10px 15px}
.tab-pane{display:none;flex-direction:column;gap:4px;padding-bottom:40px}
.tab-pane.active{display:flex}
.service-card{display:flex;flex-direction:column;border-radius:12px;transition:background .3s;color:inherit}
.service-card[aria-expanded="true"]{background:#0e2836}
.service-card-header{width:100%;display:flex;align-items:flex-start;gap:18px;padding:18px 15px;background:transparent;border:0;text-align:right;border-radius:12px;transition:background .2s}
.service-card-header:hover{background:#0e2836}
.service-icon{width:42px;height:42px;background:#133543;border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--mint);flex-shrink:0}
.service-icon .icon{width:20px;height:20px}
.service-header-text{flex:1}
.service-header-text h4{font-size:1.0625rem;font-weight:600;margin-bottom:6px;color:var(--white)}
.service-header-text p{font-size:.875rem;color:var(--dim);line-height:1.6}
.icon-chevron{width:18px;height:18px;color:#81a4af;margin-top:12px;transition:transform .3s ease}
.service-card[aria-expanded="true"] .icon-chevron{transform:rotate(180deg)}
.service-details{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.22,1,.36,1)}
.service-card[aria-expanded="true"] .service-details{grid-template-rows:1fr}
.service-details-inner{overflow:hidden}
.service-details-inner p{padding:0 15px 18px 75px;font-size:.875rem;color:#add7c8;line-height:1.8;opacity:0;transition:opacity .3s;transition-delay:0s}
.service-card[aria-expanded="true"] .service-details-inner p{opacity:1;transition-delay:.15s}
.services-help{margin-top:20px;padding-bottom:20px}
.services-help-header{position:relative;text-align:center;margin-bottom:15px}
.services-help-header hr{position:absolute;top:50%;left:0;right:0;border:0;border-top:1px solid var(--line);margin:0;z-index:1}
.services-help-header h3{display:inline-block;background:#071d29;padding:0 15px;color:#81a4af;font-size:.875rem;position:relative;z-index:2;font-weight:400}
.help-card{width:100%;display:flex;align-items:center;gap:15px;padding:15px;background:#0a202c;border:1px solid #133543;border-radius:12px;margin-bottom:8px;transition:background .2s,border-color .2s;text-align:right}
.help-card:hover:not(.disabled){background:#112a38;border-color:var(--mint)}
.help-card.disabled{opacity:.5;cursor:not-allowed}
.help-icon{width:36px;height:36px;background:#133543;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--mint);flex-shrink:0;transition:all .2s}
.help-card:hover:not(.disabled) .help-icon{background:var(--mint);color:#0a202c}
.help-icon .icon{width:18px;height:18px}
.help-info h4{font-size:.9375rem;font-weight:600;color:var(--white);margin-bottom:4px;display:flex;align-items:center;gap:8px}
.help-info h4 span{font-size:.6875rem;background:#133543;padding:2px 6px;border-radius:4px;color:#81a4af;font-weight:400}
.help-info p{font-size:.8125rem;color:var(--dim)}
.journey-meter{position:fixed;bottom:26px;left:4.5vw;z-index:85;display:flex;align-items:center;gap:14px;direction:ltr;mix-blend-mode:normal;color:#d6e6e7;font-size:.75rem;pointer-events:none}.journey-meter>span:first-child{font:12px Arial,sans-serif}.journey-meter>i{height:1px;width:64px;background:#c3e2dd44}.journey-meter b{display:block;background:var(--mint);height:100%;transform:scaleX(0);transform-origin:left}.journey-meter>span:last-child{direction:rtl}.chapter{position:relative;isolation:isolate;height:300svh;--p:0}.pin{position:sticky;top:0;height:calc(100svh - var(--header-height) + 25px);min-height:0;overflow:hidden;display:flex;align-items:center}.eyebrow{display:none!important;align-items:center;gap:14px;font-size:.875rem;color:var(--dim);font-weight:400;line-height:1.9;margin-bottom:22px}.eyebrow b{font:12px Arial,sans-serif;font-weight:400;padding-left:14px;border-left:1px solid var(--line);color:var(--mint)}h1{font-size:clamp(58px,6.5vw,108px);font-weight:600;line-height:1.32;letter-spacing:-2px}h2,.section-title{font-size:clamp(44px,5vw,76px);font-weight:600;line-height:1.42;letter-spacing:-1.5px}.section-copy p,.cinematic-copy p,.center-copy>p,.location-copy p{font-size:1.0625rem;line-height:2;color:var(--dim);max-width:420px;margin-top:22px}.section-copy{position:relative;z-index:2}.split-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:8%;align-items:center;position:relative;padding-block:95px 85px}.scene-note{display:none!important;position:absolute;bottom:28px;right:4.5vw;font:10px Arial,sans-serif;letter-spacing:2px;color:#8aa3af;z-index:3;pointer-events:none}.soft-aura{position:absolute;width:90%;height:130%;left:-35%;top:-15%;background:radial-gradient(ellipse,#2c817827,transparent 65%);pointer-events:none}
.hero-chapter{height:390svh}.hero-pin{display:block;background:radial-gradient(ellipse at 45% 63%,#0e394240,transparent 63%),var(--ink)}.hero-intro{position:absolute;z-index:3;right:9%;top:24%;will-change:transform,opacity}.hero-intro .eyebrow{color:#a9cccf}.hero-aura{position:absolute;left:0;top:8%;width:70vw;height:75vw;max-width:920px;max-height:920px;opacity:.42;border:1px solid #8de0d411;border-radius:50%;box-shadow:0 0 90px #2fd5c308,inset 0 0 110px #2fd5c308;transform:translate(-18%,0)}.hero-aura:before,.hero-aura:after{content:'';position:absolute;inset:11%;border:1px solid #80e4df0a;border-radius:50%}.hero-aura:after{inset:23%}.logo-stage{position:absolute;left:3%;top:50%;width:min(57vw,780px);height:min(74svh,780px);transform:translateY(-46%);z-index:2}.logo-stage canvas,.logo-stage img{position:absolute;width:100%;height:100%;inset:0;object-fit:contain}.logo-stage canvas{display:none}.canvas-ready canvas{display:block}.canvas-ready #logo-fallback{opacity:0}.hero-after{position:absolute;inset:0;z-index:4;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:100px 30px;opacity:0;pointer-events:none}.hero-after h2{font-size:clamp(55px,7.6vw,118px)}.hero-after p{font-size:1rem;line-height:2;color:var(--dim);margin-top:22px}.scroll-cue{position:absolute;right:9%;bottom:15%;display:flex;align-items:center;gap:24px;z-index:5;font-size:.875rem;color:#c0d6da}.scroll-cue .icon{width:40px;height:40px;border:1px solid #9de6df60;border-radius:50%;padding:10px}.scroll-cue:hover{color:var(--mint)}
.care-chapter{height:330svh}.cinematic-pin{display:block}.scene-images{position:absolute;inset:0;overflow:hidden}.scene-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.consultation-images,.treatment-layer .scene-images{right:auto;width:84%;transform-origin:57% 50%}.cinematic-shade{position:absolute;inset:0;background:linear-gradient(270deg,#061923 0%,#061923ea 17%,#0619239a 37%,#06192300 68%),linear-gradient(0deg,#061923 0%,transparent 24%,transparent 80%,#06192388);z-index:1}.cinematic-copy{position:relative;padding-top:22svh;z-index:2}.cinematic-copy h2{max-width:590px}.cinematic-copy p{max-width:370px}.doctor-contact{opacity:0}.contact-ring{position:absolute;left:52%;top:50%;height:62px;width:62px;z-index:1;opacity:0;pointer-events:none}.contact-ring i{position:absolute;inset:0;border:1px solid #a3f3da70;border-radius:50%}.contact-ring i:nth-child(2){inset:-18px;border-color:#a3f3da25}.pulse-chapter{height:260svh}.pulse-pin{display:flex;flex-direction:column;justify-content:center;gap:0;background:#05141d}.pulse-grid{position:absolute;inset:0;background-image:linear-gradient(#78b0b00a 1px,transparent 1px),linear-gradient(90deg,#78b0b00a 1px,transparent 1px);background-size:62px 62px;mask-image:radial-gradient(ellipse,black,transparent 78%)}.center-copy{position:relative;text-align:center;z-index:2}.center-copy .eyebrow{justify-content:center}.center-copy p{margin-inline:auto}.pulse-pin .center-copy{margin-top:85px}.ecg{position:relative;width:100%;height:clamp(130px,22svh,240px);overflow:visible;margin-top:38px;direction:ltr}.ecg path{fill:none;stroke-width:2;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.ecg-dim{stroke:#62d6be15}.ecg-line{stroke:var(--mint);stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 0 10px #75edd578)}.pulse-caption{text-align:center;font-size:1rem;color:var(--dim);line-height:2;padding:26px 22px 80px;position:relative}.pulse-caption small{display:block;color:#7b99a6;margin-top:8px}
.record-chapter{height:370svh}.treatment-layer{position:absolute;inset:0}.record-layer{height:100%;opacity:0}.record-stage{position:relative;width:min(430px,100%);height:460px;justify-self:center;perspective:1000px}.medical-file{position:absolute;inset:18px 18px 22px;background:linear-gradient(150deg,#f0f4ec,#c1d6cf);color:#163f46;padding:26px;border-radius:7px;box-shadow:0 35px 100px #0006;transform:rotate(-2deg)}.file-heading{display:flex;gap:10px;align-items:center;font-size:.875rem}.file-heading .icon{width:20px;height:20px}.file-heading small{font:9px Arial,sans-serif;letter-spacing:2px;margin-right:auto}.medical-file h4{font-size:28px;font-weight:600;margin-top:22px}.medical-file>p{font-size:.875rem;color:#557d7f;line-height:1.8;margin-top:3px;margin-bottom:20px}.record-slot{height:52px;border-bottom:1px solid #42636420;color:transparent}.file-bottom{font-size:.75rem;color:#456e74;margin-top:23px}.record-piece{position:absolute;left:43px;right:43px;height:52px;background:#e8f1e9;display:flex;align-items:center;padding:12px 16px;gap:12px;border:1px solid #587e8120;border-radius:5px;color:#1d555e;box-shadow:0 10px 35px #0002;font-size:.875rem;transform:rotate(-2deg);transform-origin:center}.record-piece .icon{width:19px;height:19px}.record-piece i{width:40px;height:2px;background:#6fa79766;margin-right:auto}.piece-visit{top:185px}.piece-lab{top:237px}.piece-medicine{top:289px}.visual-note{position:absolute;bottom:0;inset-inline:0;text-align:center;color:#82a1ac}
.doctor-chapter{height:335svh}.feature-line{display:flex;gap:14px;align-items:center;color:var(--mint);font-size:.875rem;margin-top:32px}.feature-line i{width:20px;height:1px;background:#83e2d04d}.appointments-stage{position:relative;height:464px;perspective:1200px;width:100%;max-width:550px;justify-self:center}.appointments-panel{position:absolute;inset:0;background:linear-gradient(135deg,#102d38ed,#071c28);border:1px solid #addbda38;border-radius:15px;box-shadow:0 25px 100px #0004}.panel-heading{height:68px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:24px}.panel-heading small{font-size:12px;color:var(--mint);padding-right:8px}.panel-heading>.icon{color:var(--mint)}.panel-intro{display:flex;align-items:center;justify-content:space-between;height:70px;padding:10px 24px}.panel-intro h3{font-weight:600;font-size:22px}.panel-intro>span{font-size:.75rem;color:#8da9b5}.table-heading{display:grid;grid-template-columns:1fr 95px 70px;gap:10px;font-size:.75rem;color:#86a5b1;padding:0 28px;height:30px}.appointment-slot{height:62px;margin:0 20px;border-bottom:1px solid #b4d4da0a}.panel-bottom{display:flex;align-items:center;gap:8px;position:absolute;bottom:12px;inset-inline:24px;font-size:.75rem;color:#94b2ba}.panel-bottom .icon{width:15px;height:15px}.appointment-tickets{position:absolute;top:168px;inset-inline:16px}.appointment-ticket{height:62px;display:flex;align-items:center;gap:14px;padding:9px 16px;background:linear-gradient(110deg,#173a48,#122e3a);border:1px solid #bfe2e322;border-radius:7px;box-shadow:0 10px 24px #0002}.appointment-ticket>.icon{width:20px;height:20px;color:var(--mint)}.appointment-ticket>span{font-size:.875rem;flex:1}.appointment-ticket small{display:block;font-size:.75rem;color:#83a6b4}.appointment-ticket b{font-size:.875rem;font-weight:400;white-space:nowrap}.tag{font-size:.75rem;border-radius:3px;padding:4px 9px;min-width:57px;text-align:center;white-space:nowrap}.tag.complete{color:#b5c9d3;background:#a3c1d511}.tag.accepted{color:#9adccb;background:#8de8c913}.tag.pending{color:#dec39d;background:#d5b58313}
.schedule-chapter{height:310svh;background:#e7eee7;color:#123641}.schedule-chapter .pin{background:radial-gradient(ellipse at 25% 65%,#f9fff988,transparent 70%)}.schedule-chapter em{color:#388c81}.schedule-chapter .eyebrow,.schedule-chapter p{color:#597b7e}.schedule-chapter .eyebrow b{color:#388c81;border-color:#388c8133}.schedule-layout{display:grid;grid-template-columns:1fr 1.2fr;align-items:center;gap:6%;padding-block:100px 80px}.schedule-stage{position:relative;width:100%;transform:perspective(1200px) rotateY(-8deg);transform-origin:center}.week-days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-bottom:30px}.week-days>span{border-bottom:1px solid #417e7030;padding:14px 4px;font-size:.875rem;text-align:center;color:#608184}.week-days .chosen{color:#174b4b;border-color:#174b4b;background:#5888740e}.schedule-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.schedule-heading>span{font-size:30px}.schedule-heading>small{color:#78908c}.time-ruler{display:flex;justify-content:space-between;font-size:.875rem;color:#507677;margin-bottom:14px;direction:rtl}.schedule-grid{position:relative;height:215px;border-block:1px solid #19554d25;background:repeating-linear-gradient(90deg,transparent,transparent calc(16.666% - 1px),#205b5413 calc(16.666% - 1px),#205b5413 16.666%)}.shift,.break-block{position:absolute;border-radius:4px;display:flex;gap:10px;align-items:center;justify-content:center;font-size:.875rem;padding:12px}.shift{height:62px;color:#1f5d53;background:#9bc8b773;border:1px solid #75aa9433;transform-origin:right}.shift .icon,.break-block .icon{width:18px;height:18px}.shift-one{right:0;top:25px;width:48%}.shift-two{left:0;bottom:25px;width:38%}.break-block{right:48%;width:14%;height:112px;top:50px;flex-direction:column;gap:8px;writing-mode:vertical-rl;background:repeating-linear-gradient(135deg,#84998915,#84998915 5px,transparent 5px,transparent 10px);color:#698374;border:1px dashed #8b9e8d66}.time-cursor{position:absolute;height:calc(100% + 14px);right:0;top:-7px;width:1px;background:#438477;box-shadow:0 0 14px #43847740}.time-cursor:before{content:'';position:absolute;top:-3px;left:-3px;border-radius:50%;width:7px;height:7px;background:#438477}.schedule-bottom{display:flex;justify-content:space-between;margin-top:23px;font-size:.75rem;color:#63807a}.schedule-bottom b{display:block;font-size:1rem;font-weight:600;color:#315b57;margin-top:4px}.schedule-chapter .scene-note{color:#658b82}
.lab-chapter{height:430svh}.lab-first{position:absolute;inset:0}.lab-first .scene-images{transform-origin:53% 56%}.lab-first .scene-image{object-position:40%}.lab-first .cinematic-shade{background:linear-gradient(270deg,#061923ef,#061923b8 25%,#06192310 65%),linear-gradient(0deg,#061923,transparent 35%)}.lab-label{position:absolute;display:flex;align-items:center;gap:13px;padding:13px 20px;border:1px solid #b3ede253;border-radius:6px;background:#0a2539b5;backdrop-filter:blur(18px);font-size:.875rem;box-shadow:0 15px 60px #0002;z-index:3}.lab-label .icon{color:var(--mint)}.label-symbol{font:24px Georgia,serif;color:var(--mint)}.label-tests{left:9%;top:36%}.label-packages{left:36%;top:61%}.label-discount{left:15%;top:74%}.lab-second{height:100%;opacity:0}.lab-orders{background:linear-gradient(140deg,#112e3b,#09212c);border:1px solid #b4e2df30;border-radius:12px;padding:24px;box-shadow:0 20px 90px #0004;transform:perspective(1100px) rotateY(7deg)}.orders-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.orders-heading h4{font-size:23px;font-weight:600}.orders-heading small{color:#8cabb9}.lab-order{display:flex;align-items:center;gap:16px;height:88px;border-top:1px solid #afd7d61c;font-size:.875rem}.order-number{font:12px Arial,sans-serif;color:#6c98a6}.lab-order>span:nth-child(2){flex:1}.lab-order small{display:block;color:#87a7b5;margin-top:3px}.order-state{font-size:.75rem;white-space:nowrap;display:flex;align-items:center;gap:7px}.order-state .icon{width:16px;height:16px}.state-accept{color:#8cddc8}.state-decline{color:#d8a09c}.state-wait{color:#d7c19c}.orders-archive{border-top:1px solid #afd7d61c;padding-top:22px;display:flex;align-items:center;gap:13px;font-size:.875rem;color:#a1c9c5}.orders-archive>.icon{width:19px}.orders-archive>span:last-child{margin-right:auto}
.home-chapter{height:290svh;background:#081d26}.home-layout{width:min(1000px,calc(100% - 80px));padding-top:80px}.home-diagram{position:relative;width:100%;height:310px;direction:ltr;margin-top:12px}.home-route{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.home-route path{fill:none;stroke-width:1.6;stroke-linecap:round;vector-effect:non-scaling-stroke}.route-track{stroke:#80c1b736;stroke-dasharray:3 9}.route-line{stroke:#a9e4d6;stroke-dasharray:1;stroke-dashoffset:1;filter:drop-shadow(0 0 7px #56c3ac66)}.service-node{position:absolute;top:57.1%;display:flex;align-items:center;flex-direction:column;gap:12px;transform:translate(-50%,-50%);color:#d3e9e3;font-size:.875rem;z-index:2}.service-node>.icon{box-sizing:content-box;width:32px;height:32px;padding:24px;background:linear-gradient(145deg,#12323e,#0a202d);border:1px solid #89c7c544;border-radius:50%;box-shadow:0 0 50px #56d9b909}.lab-node{left:13.9%}.home-node{left:86.1%}.service-parcel{position:absolute;top:57.1%;left:13.9%;width:42px;height:42px;transform:translate(-50%,-50%);display:grid;place-items:center;background:#a1e8d2;color:#144738;border:1px solid #a6f8df99;border-radius:50%;box-shadow:0 0 25px #76e8c555;z-index:3}.service-parcel .icon{width:21px;height:21px}.home-arrived{position:absolute;bottom:10px;left:0;right:0;text-align:center;color:var(--mint);font-size:.875rem}
.location-chapter{height:345svh}.location-image{transform-origin:55% 56%}.location-image .scene-image{object-fit:cover}.location-shade{position:absolute;inset:0;background:linear-gradient(180deg,#061923e8,transparent 55%),linear-gradient(0deg,#061923,transparent 25%);z-index:1}.location-copy{position:relative;text-align:center;padding:130px 28px 0;z-index:3}.location-copy .eyebrow{justify-content:center}.location-copy p{margin-inline:auto;max-width:620px}.location-copy h2{font-size:clamp(38px,4vw,62px)}.map-overlay{position:absolute;inset:0;pointer-events:none}.map-overlay>svg{position:absolute;height:100%;width:100%;inset:0}.map-route{fill:none;stroke:#9eebd9;stroke-width:2;stroke-dasharray:1;stroke-dashoffset:1;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 7px #9eebd9)}.clinic-pin{position:absolute;left:57.2%;top:45.2%;display:flex;align-items:center;gap:8px;transform:translate(-50%,-100%);color:#c2f2e6;z-index:3}.clinic-pin .icon{width:46px;height:46px;filter:drop-shadow(0 0 8px #78dccf55)}.clinic-pin b{font-size:.875rem;font-weight:400;padding:6px 14px;background:#09222ecf;border:1px solid #b2e7dd33;border-radius:4px}.location-note{position:absolute;inset-inline:20px;bottom:70px;text-align:center;color:#9eb8bd;z-index:3}
.finale-chapter{height:265svh}.finale-pin{justify-content:center;background:radial-gradient(ellipse at 50% 54%,#164e503d,transparent 64%)}.finale-content{text-align:center;position:relative;z-index:3;padding:110px 26px 90px}.finale-content .eyebrow{justify-content:center}.finale-content h2{font-size:clamp(65px,8vw,125px)}.finale-content p{font-size:1.0625rem;color:#a9c7c8;line-height:2;margin-top:25px}.download-button{display:inline-flex;gap:35px;align-items:center;justify-content:center;border-radius:60px;background:#c5eadd;color:#133d36;min-height:64px;padding:17px 28px;font-size:1rem;font-weight:600;margin-top:35px;box-shadow:0 10px 60px #60cab013;transition:background .3s,box-shadow .3s,transform .3s}.download-button:hover{background:#def7e9;box-shadow:0 10px 60px #60cab026;transform:translateY(-3px)}.download-button>.icon{width:22px;height:22px}.restart-link{display:flex;justify-content:center;gap:12px;width:fit-content;margin:27px auto 0;font-size:.875rem;color:#8db4b8;padding:8px}.finale-orbit{position:absolute;width:min(85vw,950px);height:min(85vw,950px);border:1px solid #b5e8d51c;border-radius:50%;box-shadow:0 0 120px #3fae9c08}.finale-orbit:before{content:'';position:absolute;inset:9%;border:1px solid #b5e8d50c;border-radius:50%}.site-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:30px;padding:50px 0 90px;border-top:1px solid var(--line);color:#9bb8bd}.site-footer>p{font-size:.875rem}.site-footer>small{font-size:.75rem;max-width:340px;line-height:1.9}.site-footer>span{font-size:.75rem}.page-transition{position:fixed;inset:0;background:#bddfd2;color:#163e39;display:flex;align-items:center;justify-content:center;z-index:200;clip-path:circle(0% at 50% 70%);pointer-events:none}.page-transition>span{font-size:70px;font-weight:600}.page-transition.active{pointer-events:auto}.noscript-note{padding:30px;text-align:center}
.download-page{min-height:100svh;display:flex;flex-direction:column;background:radial-gradient(ellipse at 50% 48%,#164e5050,transparent 65%),#061923}.download-page .site-header{position:relative}.download-page main{flex:1;display:flex;align-items:center;justify-content:center;padding:70px 24px 110px}.download-card{width:min(680px,100%);text-align:center}.download-card .eyebrow{justify-content:center}.download-card h1{font-size:clamp(45px,7vw,88px)}.download-card>p{font-size:1rem;line-height:2;color:#aecbc8;max-width:480px;margin:22px auto}.download-emblem{height:135px;width:135px;object-fit:contain;margin:0 auto 30px}.download-pending{font-size:.875rem;color:#add7c8;border-block:1px solid #b8e1d929;padding:22px 15px;margin:32px auto 0;width:min(390px,100%);line-height:1.9}.download-page footer{text-align:center;color:#81a4af;padding:24px;font-size:.75rem}.download-page .download-button[hidden]{display:none}.download-entry{animation:entry 1s cubic-bezier(.22,.8,.25,1) both}@keyframes entry{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@media(min-width:1500px){.cinematic-copy{padding-top:25svh}.hero-intro{right:12%}.scroll-cue{right:12%}}
@media(max-width:1100px){.wrap{width:calc(100% - 100px)}.split-layout{gap:5%;grid-template-columns:1fr 1fr}h2,.section-title{font-size:clamp(40px,5.8vw,62px)}.appointment-ticket{gap:9px;padding-inline:10px}.appointment-ticket>.icon{width:17px;height:17px}.table-heading{grid-template-columns:1fr 75px 55px}.tag{min-width:50px;padding:4px 6px}.schedule-layout{grid-template-columns:1fr 1.15fr;gap:5%}.lab-label{padding:10px 14px}}
@media(max-width:760px){
  :root {
    --safe-top: env(safe-area-inset-top, 0px);
    --header-total: calc(75px + var(--safe-top));
    --mobile-pt: calc(115px + var(--safe-top));
  }
  .site-header {
    height: var(--header-total) !important;
    padding-top: calc(12px + var(--safe-top)) !important;
  }
  .wordmark {
    transform: translateY(-3px);
  }
  .appointments-stage, .schedule-stage, .record-stage, .home-diagram {
    transform: scale(0.85);
    transform-origin: top center;
  }
  .lab-orders {
    transform: scale(0.9);
    transform-origin: top center;
  }
  .doctor-chapter .split-layout, .schedule-layout, .record-layer, .home-layout, .location-copy {
    padding-top: var(--mobile-pt) !important;
  }
  .consultation-images, .treatment-layer .scene-images {
    top: calc(85px + var(--safe-top)) !important;
  }
  .hero-intro {
    top: calc(105px + var(--safe-top)) !important;
  }
  .lab-first .cinematic-copy {
    top: calc(115px + var(--safe-top)) !important;
  }
  .finale-content {
    padding-top: calc(125px + var(--safe-top)) !important;
  }
html{scroll-padding-top:82px}.wrap{width:calc(100% - 40px)}.site-header{height:var(--header-height, 78px);padding:12px 22px;gap:12px}.wordmark{font-size:28px}.wordmark span{font-size:9px;letter-spacing:2px}.top-nav{display:none}.header-actions{gap:10px}.header-actions #motion-toggle{padding:10px;width:44px;justify-content:center}.header-actions #motion-toggle>span{display:none}.header-actions button{font-size:.875rem}.journey-meter{left:22px;bottom:22px;font-size:.75rem;gap:10px;padding:8px 12px;border:1px solid #9de1d518;border-radius:30px;background:#061923b5;backdrop-filter:blur(10px)}.journey-meter>i{width:38px}.scene-note{display:none}.pin{min-height:100svh;height:100svh;padding-top:var(--header-total, 85px);align-items:flex-start;overflow:hidden}.eyebrow{font-size:.875rem;margin-bottom:16px;gap:10px}h1{font-size:clamp(40px,11vw,62px);letter-spacing:-1px;line-height:1.25}h2,.section-title{font-size:clamp(32px,9vw,48px);letter-spacing:-0.5px;line-height:1.35}.section-copy p,.cinematic-copy p,.center-copy>p,.location-copy p{font-size:1rem;line-height:1.95;margin-top:16px}.hero-chapter{height:365svh}.hero-intro{top:120px;right:24px;left:24px;text-align:center}.hero-intro .eyebrow{justify-content:center}.hero-aura{width:125vw;height:125vw;left:-13%;top:30%;transform:none}.logo-stage{width:100%;height:390px;left:0;top:auto;bottom:68px;transform:none}.hero-after h2{font-size:clamp(42px,11vw,66px)}.hero-after .eyebrow{max-width:280px;display:block;font-size:.875rem}.hero-after p{max-width:280px}.scroll-cue{right:22px;bottom:26px;font-size:.75rem;gap:10px}.scroll-cue .icon{width:32px;height:32px;padding:7px}.hero-pin .scene-note{display:none}
.care-chapter{height:315svh}.consultation-images,.treatment-layer .scene-images{right:auto;left:-30%;width:160%;height:auto;aspect-ratio:3/2;top:8%;bottom:auto;transform-origin:56% 50%}.consultation-images .scene-image,.treatment-layer .scene-image{object-fit:contain}.cinematic-shade{background:linear-gradient(0deg,#061923 8%,#061923e8 26%,#06192300 62%,#06192366 92%)}.cinematic-copy{position:absolute;top:auto;bottom:88px;left:0;right:0;padding-top:0}.cinematic-copy h2{max-width:none}.cinematic-copy p{max-width:350px}.contact-ring{left:63%;top:36%;width:40px;height:40px}.contact-ring i:nth-child(2){inset:-12px}.pulse-chapter{height:245svh}.pulse-pin .center-copy{margin-top:40px}.ecg{height:180px;width:160%;margin-top:35px}.pulse-caption{padding-bottom:50px;font-size:1rem}.pulse-caption small{font-size:.75rem}
.record-chapter{height:370svh}.split-layout{grid-template-columns:1fr;gap:22px;padding:103px 0 75px;align-content:center}.record-layer{padding-block:104px 74px;gap:15px}.record-layer .section-copy p{max-width:390px}.record-stage{width:min(360px,100%);height:375px}.medical-file{inset:5px 15px 23px;padding:19px}.medical-file h4{font-size:24px;margin-top:15px}.medical-file>p{font-size:.75rem;margin-bottom:15px}.file-heading{font-size:.875rem}.file-heading small{font-size:8px}.record-slot{height:44px}.file-bottom{margin-top:18px;font-size:.75rem}.record-piece{inset-inline:34px;height:44px;padding:10px 13px}.piece-visit{top:145px}.piece-lab{top:189px}.piece-medicine{top:233px}.visual-note{font-size:.75rem}
.doctor-chapter{height:320svh}.doctor-chapter .split-layout{gap:42px;padding-top:110px}.feature-line{font-size:.875rem;gap:10px;margin-top:20px}.appointments-stage{height:415px;max-width:420px}.panel-heading{height:55px;padding:13px 18px;font-size:22px}.panel-intro{height:63px;padding:12px 18px}.panel-intro h3{font-size:20px}.panel-intro>span{font-size:.75rem}.table-heading{height:25px;grid-template-columns:1fr 73px 62px;padding-inline:22px;font-size:.75rem}.appointment-tickets{top:143px;inset-inline:10px}.appointment-slot,.appointment-ticket{height:55px}.appointment-ticket{gap:9px;padding:8px 10px}.appointment-ticket>.icon{width:16px;height:16px}.appointment-ticket>span,.appointment-ticket b{font-size:.875rem}.appointment-ticket small{font-size:.75rem}.tag{font-size:.75rem;padding:4px 6px;min-width:49px}.panel-bottom{bottom:16px;inset-inline:20px;font-size:.75rem}
.schedule-chapter{height:295svh}.schedule-layout{grid-template-columns:1fr;gap:40px;padding:100px 0 86px;transform:translateY(-55px)}.schedule-stage{transform:none}.week-days{gap:4px;margin-bottom:20px}.week-days>span{font-size:.75rem;padding:11px 1px}.schedule-heading{margin-bottom:20px}.schedule-heading>span{font-size:24px}.time-ruler{font-size:.875rem}.schedule-grid{height:176px}.shift{font-size:.75rem;padding:10px 4px;gap:6px;height:51px}.shift .icon{width:15px;height:15px}.shift-one{top:20px}.shift-two{bottom:20px}.break-block{top:30px;height:112px;font-size:.75rem}.schedule-bottom{margin-top:20px}
.lab-chapter{height:405svh}.lab-first .scene-images{height:74%;top:24%}.lab-first .scene-image{object-position:49% center}.lab-first .cinematic-shade{background:linear-gradient(180deg,#061923 5%,#061923d5 27%,#06192300 66%),linear-gradient(0deg,#061923,transparent 18%)}.lab-first .cinematic-copy{top:110px;bottom:auto}.lab-first .cinematic-copy h2{font-size:44px}.lab-first .cinematic-copy p{max-width:340px}.lab-label{font-size:.875rem;padding:9px 13px;gap:9px;background:#0a2539c9}.lab-label .icon{width:18px;height:18px}.label-tests{left:7%;top:50%}.label-packages{left:auto;right:5%;top:69%}.label-discount{left:11%;top:81%}.label-symbol{font-size:21px}.lab-second{gap:32px}.lab-orders{padding:20px;transform:none}.orders-heading{margin-bottom:18px}.orders-heading h4{font-size:21px}.lab-order{gap:13px;height:77px}.orders-archive{padding-top:17px}
.home-chapter{height:280svh}.home-layout{width:calc(100% - 32px);padding-top:60px}.home-diagram{height:245px;margin-top:35px}.service-node>.icon{width:28px;height:28px;padding:17px}.service-node{font-size:.875rem;gap:10px}.service-parcel{width:35px;height:35px}.home-route{width:100%;height:100%}.home-arrived{bottom:-8px}.home-layout .center-copy p{padding-inline:12px}
.location-chapter{height:330svh}.location-copy{padding:115px 24px 0;text-align:right}.location-copy .eyebrow{justify-content:flex-start}.location-copy h2{font-size:41px}.location-copy p{max-width:335px;margin-inline:0}.location-image{top:28%;height:64%;left:-31%;right:auto;width:162%;transform-origin:50% 50%}.location-image .scene-image{object-fit:contain}.location-shade{background:linear-gradient(180deg,#061923 4%,#06192388 33%,transparent 60%),linear-gradient(0deg,#061923,transparent 17%)}.map-overlay{top:27%;height:65%;left:-15%;right:auto;width:130%}.map-overlay>svg{object-fit:contain}.clinic-pin{left:57.2%;top:45.2%}.clinic-pin .icon{width:32px;height:32px}.clinic-pin b{font-size:.75rem;padding:5px 10px}.location-note{bottom:82px;font-size:.75rem}
.finale-chapter{height:250svh}.finale-content{padding:115px 22px 110px}.finale-content h2{font-size:clamp(55px,13.5vw,80px)}.finale-content>.eyebrow{font-size:.875rem}.finale-content p{font-size:1rem}.download-button{font-size:.9375rem;gap:20px;min-height:60px;padding:16px 22px;max-width:100%}.download-button>.icon{width:20px;height:20px}.finale-orbit{width:140vw;height:140vw}.site-footer{flex-direction:column;text-align:center;gap:22px;padding:42px 0 86px}.site-footer>small{max-width:290px}.download-page .site-header{justify-content:space-between}.download-page main{padding-block:45px 80px}.download-emblem{width:105px;height:105px}
}
@media(max-width:380px){.site-header{padding-inline:17px}.wrap{width:calc(100% - 34px)}.hero-intro{top:114px}.logo-stage{height:350px}.header-actions{gap:5px}h2,.section-title{font-size:36px}.appointment-ticket{gap:6px;padding-inline:7px}.appointment-ticket>.icon{display:none}.appointment-ticket b{font-size:.8125rem}.doctor-chapter .pin{min-height:840px}.record-chapter .pin{min-height:775px}.lab-second .section-title{font-size:36px}.lab-orders{padding:16px}.lab-order{gap:9px}.download-button{font-size:.875rem;gap:15px}}
@media(min-width:761px) and (max-height:750px){.pin{min-height:0}.hero-intro{top:25%}.logo-stage{height:540px}.cinematic-copy{padding-top:23svh}h2,.section-title{font-size:52px}.record-stage{transform:scale(.9)}.pulse-pin .center-copy{margin-top:80px}.ecg{height:140px;margin-top:15px}.pulse-caption{padding-top:15px}.location-copy{padding-top:105px}.home-diagram{height:245px}.home-layout{padding-top:90px}.finale-content h2{font-size:85px}}
html.reduced-motion{scroll-behavior:auto}.reduced-motion *, .reduced-motion *:before,.reduced-motion *:after{animation:none!important;transition:none!important}.reduced-motion .chapter{height:auto!important}.reduced-motion .pin{position:relative!important;top:0!important;min-height:760px;height:auto}.reduced-motion .hero-pin{height:820px}.reduced-motion .hero-after{display:none!important}.reduced-motion .record-chapter .pin,.reduced-motion .lab-chapter .pin{display:flex;flex-direction:column;overflow:visible}.reduced-motion .treatment-layer,.reduced-motion .lab-first{position:relative;width:100%;height:760px;flex-shrink:0}.reduced-motion .record-layer,.reduced-motion .lab-second{position:relative;min-height:760px;height:auto;opacity:1!important}.reduced-motion .cinematic-pin{height:820px}.reduced-motion .pulse-pin{padding-top:30px}.reduced-motion .home-layout{padding-block:100px}.reduced-motion .schedule-layout,.reduced-motion .split-layout{padding-block:115px 100px}.reduced-motion .finale-pin{height:auto}.reduced-motion .hero-intro{opacity:1!important;transform:none!important}.reduced-motion .logo-stage{opacity:1!important}.reduced-motion .journey-meter>i{display:none}
@media(max-width:760px){.reduced-motion .pin{height:auto;min-height:0}.reduced-motion .hero-pin{height:800px}.reduced-motion .cinematic-pin{height:800px}.reduced-motion .record-chapter .pin,.reduced-motion .lab-chapter .pin{height:auto}.reduced-motion .treatment-layer,.reduced-motion .lab-first{height:800px}.reduced-motion .record-layer,.reduced-motion .lab-second{min-height:0}.reduced-motion .pulse-pin{padding-top:90px}.reduced-motion .split-layout,.reduced-motion .schedule-layout{padding-block:110px 100px}.reduced-motion .home-layout{padding-block:110px 115px}.reduced-motion .location-chapter .pin{height:800px}.reduced-motion .finale-content{padding-block:135px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.download-entry{animation:none}}
.journey-meter.on-light{color:#27594f}.service-node{transform:translateX(-50%);margin-top:-42px}
@media(max-width:760px){.journey-meter.on-light{color:#d6e6e7}.service-node{margin-top:-31px}}


.os-options { display: flex; flex-direction: column; gap: 15px; margin-top: 30px; }
.os-card { background: #0a202c; border: 1px solid #133543; border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 15px; text-align: right; transition: border-color 0.3s; position: relative; overflow: hidden; cursor: pointer; }
.os-card.highlight { border-color: var(--mint); background: #0c2736; }
.os-card:hover { border-color: var(--mint); }
.os-card-header { display: flex; align-items: center; gap: 15px; pointer-events: none; }
.os-icon { width: 48px; height: 48px; background: #133543; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--mint); flex-shrink: 0; transition: all 0.3s; }
.os-card.highlight .os-icon, .os-card:hover .os-icon { background: var(--mint); color: #0a202c; }
.os-icon .icon { width: 24px; height: 24px; }
.os-info { flex: 1; }
.os-info h4 { font-size: 1.125rem; font-weight: 600; color: var(--white); display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.os-info h4 span.badge { font-size: 0.6875rem; background: #133543; padding: 2px 6px; border-radius: 4px; color: #81a4af; font-weight: 400; }
.os-status { font-size: 0.8125rem; color: var(--dim); }
.os-button { display: inline-flex; align-items: center; justify-content: center; background: var(--mint); color: var(--ink); font-weight: 600; padding: 14px 24px; border-radius: 8px; text-decoration: none; font-size: 0.9375rem; transition: transform 0.2s; pointer-events: auto; }
.os-button:hover { transform: scale(1.02); }
.os-button.disabled { background: #133543; color: #81a4af; pointer-events: none; cursor: not-allowed; opacity: 0.7; }
.os-details { font-size: 0.875rem; color: #add7c8; line-height: 1.6; background: #071d29; padding: 12px 15px; border-radius: 8px; margin-top: 5px; pointer-events: none; }
@media (min-width: 600px) { .os-options { flex-direction: row; } .os-card { flex: 1; } }

