:root{--navy:#0a1628;--navy-mid:#112240;--navy-light:#1a3560;--gold:#c9a84c;--gold-light:#e2c47e;--gold-pale:#f5e6c0;--white:#ffffff;--off-white:#f9f7f2;--text-body:#3d4f6a}*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--navy);overflow-x:hidden;font-size:18px;line-height:1.7}.gold-rule{display:block;width:70px;height:1.5px;background:linear-gradient(90deg,var(--gold),var(--gold-light));margin:0 auto 2rem}.gold-rule.left{margin:0 0 2rem}nav{position:fixed;top:0;width:100%;z-index:1000;padding:1.4rem 5rem;justify-content:space-between;background:rgba(10,22,40,.94);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(201,168,76,.18)}.nav-logo,nav{display:flex;align-items:center}.nav-logo{gap:.85rem}.logo-mark{width:40px;height:40px;border:1.5px solid var(--gold);display:grid;place-items:center;font-family:Playfair Display,serif;font-size:1.5rem;color:var(--gold);font-weight:400}.logo-text{color:var(--white);font-size:1.1rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase}.logo-text span{color:var(--gold)}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase;transition:color .3s;font-weight:400}.nav-cta,.nav-links a:hover{color:var(--gold)}.nav-cta{padding:.7rem 1.8rem;border:1px solid var(--gold);font-size:.82rem;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;transition:all .3s;font-weight:500;cursor:pointer}.nav-cta:hover{background:var(--gold);color:var(--navy)}.mobile-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;z-index:1001}.mobile-toggle span{width:25px;height:2px;background:var(--gold);transition:.3s}.mobile-toggle.open span:first-child{transform:rotate(45deg) translate(5px,5px)}.mobile-toggle.open span:nth-child(2){opacity:0}.mobile-toggle.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.user-info,.user-nav-item{display:flex;align-items:center}.user-info{gap:.75rem;background:rgba(255,255,255,.05);padding:.4rem .8rem;border-radius:50px;border:1px solid rgba(201,168,76,.3)}.nav-avatar{width:24px;height:24px;border-radius:50%;object-fit:cover;border:1px solid var(--gold)}.nav-username{font-size:.75rem;color:var(--white);font-weight:500}.btn-logout{background:transparent;border:none;color:rgba(255,255,255,.5);cursor:pointer;display:flex;align-items:center;transition:color .3s;padding:0}.btn-logout:hover{color:#ff5f57}.btn-login-nav{background:transparent;border:1px solid var(--gold);color:var(--gold);padding:.4rem 1.2rem;font-size:.75rem;letter-spacing:.1em;cursor:pointer;transition:all .3s;font-family:inherit;font-weight:600}.btn-login-nav:hover{background:var(--gold);color:var(--navy)}#pricing{background:var(--white)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;margin-top:4.5rem}.pricing-card{border:1px solid rgba(201,168,76,.2);padding:3.5rem 2.5rem;background:var(--white);transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;display:flex;flex-direction:column}.pricing-card.featured{background:var(--navy);border-color:var(--gold);transform:scale(1.05);z-index:2;box-shadow:0 30px 60px rgba(10,22,40,.15)}.pricing-card.featured .plan-desc,.pricing-card.featured .plan-name,.pricing-card.featured .price{color:var(--white)}.pricing-card.featured .feature-item{color:rgba(255,255,255,.7)}.pricing-card.featured .gold-rule{background:var(--gold)}.plan-name{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;font-weight:600}.price{font-family:Playfair Display,serif;font-size:3.2rem;color:var(--navy);margin-bottom:.5rem}.price span{font-size:1rem;font-family:DM Sans,sans-serif;color:var(--text-body);font-weight:400}.pricing-card.featured .price span{color:rgba(255,255,255,.5)}.integration-banner{margin:2.5rem auto 0;padding:1.25rem 2.5rem;background:rgba(201,168,76,.08);border:1px dashed var(--gold);border-radius:4px;display:inline-block;max-width:900px;text-align:center}.integration-banner p{color:var(--navy);font-size:.95rem;font-weight:500;margin:0;line-height:1.6}.plan-desc{font-size:.85rem;color:var(--text-body);margin-bottom:2.5rem;line-height:1.6}.plan-features{list-style:none;margin-bottom:3rem;flex-grow:1}.feature-item{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:var(--text-body);margin-bottom:1rem}.feature-item svg{width:16px;height:16px;stroke:var(--gold);fill:none;stroke-width:2}.btn-plan{width:100%;padding:1.1rem;text-align:center;border:1px solid var(--gold);color:var(--gold);text-decoration:none;font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;transition:all .3s;cursor:pointer;background:transparent}.btn-plan:hover,.pricing-card.featured .btn-plan{background:var(--gold);color:var(--navy)}.btn-navy{background:var(--navy);color:var(--gold);border:1px solid var(--gold);padding:1.1rem;text-transform:uppercase;letter-spacing:.2em;font-weight:600;font-size:.8rem;transition:all .3s;cursor:pointer;font-family:inherit}.btn-navy:hover{background:var(--gold);color:var(--navy)}.modal-overlay{position:fixed;inset:0;background:rgba(10,22,40,.85);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;place-items:center;padding:2rem}.modal-content{background:var(--white);width:100%;max-width:600px;padding:3.5rem;position:relative;border:1px solid var(--gold)}.close-modal{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;color:var(--navy);cursor:pointer;opacity:.5;transition:opacity .3s}.close-modal:hover{opacity:1}.payment-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:1rem;gap:1rem;margin-top:2rem}.payment-method{border:1.5px solid rgba(10,22,40,.08);padding:1.5rem 1.25rem;cursor:pointer;border-radius:8px;background:var(--off-white);transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;box-shadow:0 4px 6px rgba(0,0,0,.02)}.payment-method img{height:38px;width:auto;max-width:100%;object-fit:contain;filter:none;opacity:.95;transition:all .3s ease}.payment-method:hover{transform:translateY(-4px);background:var(--white)}.payment-method:hover img{transform:scale(1.05);opacity:1}.payment-method.method-qris.active,.payment-method.method-qris:hover{border-color:#e61d25;background:rgba(230,29,37,.03)}.payment-method.method-qris.active{box-shadow:0 0 15px rgba(230,29,37,.15)}.method-name{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--navy);font-weight:700;text-align:center}.payment-qr-wrap{text-align:center;margin-top:2rem}.qr-code{width:200px;height:200px;margin:0 auto 1.5rem;border:1px solid var(--gold);padding:1rem;background:#fff}.qr-timer{font-size:.8rem;color:var(--text-body);font-weight:300}.qr-timer span{color:#ff5f57;font-weight:600}.payment-success{text-align:center;margin-top:2rem}.success-icon{font-size:4rem;color:#28ca41;margin-bottom:1rem}.loading-spinner{width:40px;height:40px;border:3px solid rgba(201,168,76,.1);border-top:3px solid var(--gold);border-radius:50%;margin:0 auto;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#hero{min-height:100vh;background:var(--navy);position:relative;display:flex;align-items:center;overflow:hidden}.hero-bg{background:radial-gradient(ellipse 70% 60% at 65% 50%,rgba(26,53,96,.85) 0,transparent 70%),radial-gradient(ellipse 40% 40% at 15% 85%,rgba(201,168,76,.07) 0,transparent 60%)}.hero-bg,.hero-grid{position:absolute;inset:0}.hero-grid{background-image:linear-gradient(rgba(201,168,76,.04) 1px,transparent 0),linear-gradient(90deg,rgba(201,168,76,.04) 1px,transparent 0);background-size:70px 70px}.orb{position:absolute;border-radius:50%;filter:blur(90px)}.orb-1{width:500px;height:500px;background:rgba(201,168,76,.07);top:-120px;right:5%}.orb-2{width:350px;height:350px;background:rgba(26,53,96,.5);bottom:5%;left:2%}.hero-content{position:relative;z-index:2;max-width:1280px;margin:0 auto;padding:6rem 5rem 0;display:grid;grid-template-columns:1.1fr .9fr;grid-gap:5rem;gap:5rem;align-items:center}.hero-label{display:inline-flex;align-items:center;gap:1rem;color:var(--gold);font-size:.78rem;letter-spacing:.3em;text-transform:uppercase;margin-bottom:1.75rem}.hero-label:after,.hero-label:before{content:"";width:36px;height:1px;background:var(--gold)}.hero-title{font-family:Playfair Display,serif;font-size:clamp(3.4rem,5.5vw,5.8rem);font-weight:400;line-height:1.08;color:var(--white);margin-bottom:1.75rem}.hero-title em{font-style:italic;color:var(--gold-light)}.hero-subtitle{font-size:1rem;line-height:1.9;color:rgba(255,255,255,.58);max-width:480px;margin-bottom:2.75rem;font-weight:300}.hero-actions{display:flex;gap:1.5rem;align-items:center}.btn-primary{padding:1.1rem 2.8rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--navy);font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.18);transform:translateX(-100%);transition:transform .4s}.btn-primary:hover:after{transform:translateX(0)}.btn-ghost{display:flex;align-items:center;gap:.85rem;color:rgba(255,255,255,.6);font-size:.82rem;letter-spacing:.12em;text-decoration:none;text-transform:uppercase;transition:color .3s}.btn-ghost:hover{color:var(--gold)}.play-icon{width:46px;height:46px;border:1px solid rgba(255,255,255,.3);border-radius:50%;display:grid;place-items:center;font-size:.75rem;transition:border-color .3s}.btn-ghost:hover .play-icon{border-color:var(--gold)}.dashboard-frame{background:rgba(255,255,255,.04);border:1px solid rgba(201,168,76,.2);border-radius:3px;overflow:hidden}.dash-header{background:rgba(201,168,76,.08);border-bottom:1px solid rgba(201,168,76,.15);padding:.85rem 1.4rem;display:flex;align-items:center;gap:.5rem}.dash-dot{width:9px;height:9px;border-radius:50%}.dash-dot:first-child{background:#ff5f57}.dash-dot:nth-child(2){background:#ffbd2e}.dash-dot:nth-child(3){background:#28ca41}.dash-title{margin-left:auto;font-size:.68rem;letter-spacing:.2em;color:rgba(255,255,255,.4);text-transform:uppercase}.dash-body{padding:1.5rem}.dash-patient-card{background:rgba(255,255,255,.03);border:1px solid rgba(201,168,76,.12);border-left:3px solid var(--gold);padding:1rem 1.1rem;margin-bottom:1rem;display:flex;gap:1rem;align-items:center}.patient-avatar{width:46px;height:46px;border:1.5px solid var(--gold);border-radius:50%;display:grid;place-items:center;font-family:Playfair Display,serif;font-size:1.1rem;color:var(--gold)}.patient-name{font-size:.82rem;color:var(--white);margin-bottom:.25rem;font-weight:500}.patient-meta{font-size:.65rem;color:rgba(255,255,255,.4);letter-spacing:.1em}.patient-status{font-size:.6rem;letter-spacing:.15em;padding:.3rem .8rem;border:1px solid rgba(40,202,65,.4);color:#28ca41;text-transform:uppercase}.dash-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.stat-box{background:rgba(255,255,255,.02);border:1px solid rgba(201,168,76,.1);padding:.85rem;text-align:center}.stat-num{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--gold-light)}.stat-lbl{font-size:.55rem;letter-spacing:.15em;color:rgba(255,255,255,.35);text-transform:uppercase;margin-top:.2rem}.ai-pulse{background:rgba(201,168,76,.06);border:1px solid rgba(201,168,76,.2);padding:.85rem 1rem;display:flex;align-items:center;gap:.85rem}.pulse-dot{width:9px;height:9px;border-radius:50%;background:var(--gold)}.ai-text{font-size:.65rem;color:rgba(255,255,255,.5);letter-spacing:.06em}.ai-text strong{color:var(--gold-light)}.stats-bar{background:var(--off-white);border-top:1px solid rgba(201,168,76,.2);border-bottom:1px solid rgba(201,168,76,.2);padding:2.5rem 5rem;display:flex;justify-content:center}.stat-item{text-align:center;padding:0 4rem;position:relative}.stat-item+.stat-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:48px;background:rgba(201,168,76,.3)}.stat-item .num{font-family:Playfair Display,serif;font-size:3rem;font-weight:400;color:var(--navy);line-height:1}.stat-item .num span{color:var(--gold)}.stat-item .label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-body);margin-top:.5rem;font-weight:400}section{padding:8rem 5rem}.section-inner{max-width:1280px;margin:0 auto}.section-tag{font-size:.72rem;letter-spacing:.35em;text-transform:uppercase;color:var(--gold);margin-bottom:.9rem;font-weight:500}.section-title{font-family:Playfair Display,serif;font-size:clamp(3rem,4.5vw,4.5rem);font-weight:400;line-height:1.1;color:var(--navy);margin-bottom:2rem}.section-title em{font-style:italic;color:var(--gold)}.section-desc{font-size:1.2rem;line-height:1.8;color:var(--text-body);max-width:800px;font-weight:300}#about{background:var(--white)}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:7rem;gap:7rem;align-items:center}.about-img-wrap,.about-visual{position:relative}.about-img-wrap{width:100%;aspect-ratio:4/5;overflow:hidden}.about-img-wrap img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.9) saturate(.85)}.corner-tl{top:-12px;left:-12px;border-top:2px solid var(--gold);border-left:2px solid var(--gold)}.corner-br,.corner-tl{position:absolute;width:48px;height:48px;z-index:2}.corner-br{bottom:-12px;right:-12px;border-bottom:2px solid var(--gold);border-right:2px solid var(--gold)}.accent-box{position:absolute;bottom:-2.5rem;right:-2.5rem;width:150px;background:var(--gold);padding:1.75rem;text-align:center;z-index:3}.accent-box .big-num{font-family:Playfair Display,serif;font-size:3rem;font-weight:400;color:var(--navy);line-height:1}.accent-box .big-lbl{font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;color:var(--navy-mid);margin-top:.4rem;font-weight:500}.about-features{margin-top:2.75rem;display:flex;flex-direction:column;gap:1.5rem}.feat-row{display:flex;gap:1.25rem;align-items:flex-start;padding-bottom:1.5rem;border-bottom:1px solid rgba(201,168,76,.14)}.feat-num{font-family:Playfair Display,serif;font-size:1.6rem;color:var(--gold);min-width:2.8rem;line-height:1;font-style:italic}.feat-text h4{font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);margin-bottom:.5rem;font-weight:600}.feat-text p{font-size:.85rem;line-height:1.85;color:var(--text-body);font-weight:300}#services{background:var(--navy)}#services .section-title{color:var(--white)}#services .section-desc{color:rgba(255,255,255,.52)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5px;gap:1.5px;margin-top:4.5rem;background:rgba(201,168,76,.14)}.service-card{background:var(--navy);cursor:default;transition:all .4s}.service-card,.svc-img{position:relative;overflow:hidden}.svc-img{width:100%;height:200px}.svc-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:brightness(.65) saturate(.7)}.service-card:hover .svc-img img{transform:scale(1.06)}.svc-img-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 30%,var(--navy) 100%)}.svc-body{padding:1.75rem 2rem 2.25rem}.svc-icon{width:48px;height:48px;border:1px solid rgba(201,168,76,.3);display:grid;place-items:center;margin-bottom:1.25rem;transition:all .3s}.svc-icon svg{width:22px;height:22px;stroke:var(--gold);stroke-width:1.2;fill:none}.svc-num{position:absolute;top:1rem;right:1.25rem;font-family:Playfair Display,serif;font-size:3.5rem;color:rgba(201,168,76,.07);line-height:1;font-weight:400}.svc-title{font-size:.9rem;letter-spacing:.14em;color:var(--white);margin-bottom:.75rem;font-weight:500}.svc-badge,.svc-title{text-transform:uppercase}.svc-badge{display:inline-block;font-size:.62rem;letter-spacing:.15em;color:var(--gold);border:1px solid rgba(201,168,76,.35);padding:.25rem .75rem;margin-bottom:.85rem}.svc-desc{font-size:.82rem;line-height:1.9;color:rgba(255,255,255,.47);font-weight:300}#features{background:var(--white)}.feature-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center;margin-bottom:7rem}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feat-image{position:relative;border-radius:2px;overflow:hidden;aspect-ratio:16/10}.feat-image img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.92) saturate(.9);transition:transform .7s ease}.feat-image-tag{position:absolute;bottom:1.25rem;left:1.25rem;background:var(--gold);color:var(--navy);font-size:.62rem;letter-spacing:.25em;text-transform:uppercase;padding:.4rem 1rem;font-weight:600}.feat-content{position:relative}.feat-points{display:flex;flex-direction:column;gap:.85rem}.feat-point{display:flex;gap:1rem;align-items:flex-start}.feat-dot{width:20px;height:20px;border:1px solid var(--gold);display:grid;place-items:center;flex-shrink:0;margin-top:.15rem}.feat-dot:after{content:"";width:6px;height:6px;background:var(--gold);border-radius:50%}footer{background:var(--navy);padding:5rem;border-top:1px solid rgba(201,168,76,.15)}.footer-inner{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(201,168,76,.1)}.footer-brand p{font-size:.82rem;line-height:1.95;color:rgba(255,255,255,.42);margin-top:1.25rem;max-width:300px;font-weight:300}.footer-col h5{font-size:.68rem;letter-spacing:.3em;text-transform:uppercase;color:var(--gold);margin-bottom:1.4rem;font-weight:500}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.85rem}.footer-col a{font-size:.8rem;color:rgba(255,255,255,.42);text-decoration:none;transition:color .3s;font-weight:300}.footer-col a:hover{color:var(--gold-light)}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-bottom p{font-size:.7rem;letter-spacing:.08em;color:rgba(255,255,255,.25)}.footer-bottom a{color:rgba(201,168,76,.6);text-decoration:none}.mobile-sticky-cta{display:none;position:fixed;bottom:0;left:0;width:100%;background:rgba(10,22,40,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:1rem 1.5rem;z-index:999;border-top:1px solid rgba(201,168,76,.3);justify-content:space-between;align-items:center}.mobile-sticky-cta .cta-text{color:var(--white);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.mobile-sticky-cta .cta-text span{color:var(--gold);font-weight:600;display:block;font-size:.9rem}@media (max-width:960px){nav{padding:1rem 1.5rem;justify-content:space-between}.mobile-toggle{display:flex}.nav-cta{display:none}.nav-links{position:fixed;top:0;right:-100%;width:250px;height:100vh;background:var(--navy);display:flex;flex-direction:column;padding:6rem 2rem;gap:2rem;transition:.4s ease-in-out;border-left:1px solid rgba(201,168,76,.2)}.nav-links.active{right:0}section{padding:5rem 1.5rem}.hero-content{grid-template-columns:1fr;padding:6rem 1.5rem 2rem}.stats-bar{padding:2rem 1rem;flex-wrap:wrap;gap:2rem}.about-grid,.feature-row{grid-template-columns:1fr;gap:3rem}.feature-row.reverse{direction:ltr}.services-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}}@media (max-width:768px){.pricing-grid{grid-template-columns:1fr;gap:2rem}.pricing-card.featured{transform:none;margin:0}.modal-content{padding:2rem 1.5rem;width:95%;margin:10px}.payment-options{grid-template-columns:1fr}.hero-title{font-size:2.8rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:2.2rem}.stats-bar{padding:3rem 1.5rem}.stat-item{padding:0 1rem;width:50%}footer{padding:3rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2.5rem}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.lang-switch-container{display:flex;align-items:center;background:rgba(255,255,255,.05);border:1px solid rgba(201,168,76,.3);border-radius:50px;padding:2px;position:relative;width:96px;height:36px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .3s cubic-bezier(.4,0,.2,1);margin-left:1rem}.lang-switch-container:hover{border-color:var(--gold);box-shadow:0 0 12px rgba(201,168,76,.25);background:rgba(255,255,255,.08)}.lang-switch-pill{position:absolute;top:3px;left:3px;width:44px;height:28px;background:linear-gradient(135deg,var(--gold) 0,var(--gold-light) 100%);border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1;box-shadow:0 2px 4px rgba(0,0,0,.2)}.lang-switch-container.en .lang-switch-pill{left:47px}.lang-switch-label{flex:1 1;text-align:center;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:rgba(255,255,255,.5);z-index:2;transition:color .25s ease;line-height:28px}.lang-switch-container.en .lang-switch-label.en-label,.lang-switch-container.id .lang-switch-label.id-label{color:var(--navy)}@media (max-width:960px){.lang-switch-container{margin:1.5rem 0 0;align-self:flex-start}}