@import "https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mitr:wght@200;300;400;500;600;700&family=Orbitron:wght@400..900&display=swap";:root{--white:#fff;--black:#111;--navy:#113065;--dark:#03001b;--blue:#aad6ec;--blue2:#d5e3ff;--blue3:#005eb2;--gold:#ecda93;--gold2:#c5a84e;--gray:#e5e5e5;--red:red;--green:#00331a;--green2:#00e676;--yellow:#ff0;--orange:#ff9800}*{box-sizing:border-box;margin:0;padding:0}.mitr-extralight{font-family:Mitr,sans-serif;font-style:normal;font-weight:200}.mitr-light{font-family:Mitr,sans-serif;font-style:normal;font-weight:300}.mitr-regular{font-family:Mitr,sans-serif;font-style:normal;font-weight:400}.mitr-medium{font-family:Mitr,sans-serif;font-style:normal;font-weight:500}.mitr-semibold{font-family:Mitr,sans-serif;font-style:normal;font-weight:600}.mitr-bold{font-family:Mitr,sans-serif;font-style:normal;font-weight:700}.kanit-thin{font-family:Kanit,sans-serif;font-style:normal;font-weight:100}.kanit-extralight{font-family:Kanit,sans-serif;font-style:normal;font-weight:200}.kanit-light{font-family:Kanit,sans-serif;font-style:normal;font-weight:300}.kanit-regular{font-family:Kanit,sans-serif;font-style:normal;font-weight:400}.kanit-medium{font-family:Kanit,sans-serif;font-style:normal;font-weight:500}.kanit-semibold{font-family:Kanit,sans-serif;font-style:normal;font-weight:600}.kanit-bold{font-family:Kanit,sans-serif;font-style:normal;font-weight:700}.kanit-extrabold{font-family:Kanit,sans-serif;font-style:normal;font-weight:800}.kanit-black{font-family:Kanit,sans-serif;font-style:normal;font-weight:900}.kanit-thin-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:100}.kanit-extralight-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:200}.kanit-light-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:300}.kanit-regular-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:400}.kanit-medium-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:500}.kanit-semibold-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:600}.kanit-bold-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:700}.kanit-extrabold-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:800}.kanit-black-italic{font-family:Kanit,sans-serif;font-style:italic;font-weight:900}.orbitron-bold{font-optical-sizing:auto;font-family:Orbitron,sans-serif;font-style:normal;font-weight:700}p{margin:0}body{color:var(--black);background-color:var(--white);font-family:Kanit,sans-serif}h1{color:var(--black);font-family:Mitr,sans-serif;font-size:3rem;font-weight:400;line-height:1.2}h3{color:var(--black);font-family:Mitr,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.2}p{color:var(--black);font-family:Mitr,sans-serif;font-size:1rem;font-weight:100;line-height:1.5}.landing-card-container{background-color:var(--dark);border-radius:0;width:100%;margin:0;padding:0}.card-container{background-color:var(--navy2);border-radius:8px;flex-direction:column;width:100%;display:flex}.hero-container{background:linear-gradient(180deg, var(--dark) 0%, var(--navy) 100%);flex-direction:row;justify-content:space-between;align-items:center;display:flex}@media screen and (width<=768px){.hero-container{flex-direction:column}}.hero-img-container{flex:1;justify-content:center;align-items:center;width:50%;padding:2rem;display:flex}@media screen and (width<=768px){.hero-img-container{width:100%;padding:1rem}}.hero-content-wrapper{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:1.5rem;width:50%;padding:2rem;display:flex}@media screen and (width<=768px){.hero-content-wrapper{text-align:center;align-items:center;width:100%;padding:2rem 1.5rem 1rem}}@media screen and (width<=480px){.hero-content-wrapper{padding:1.5rem 1rem .5rem}}.hero-title,.hero-description{color:var(--white)}.hero-title{font-size:clamp(1.5rem,3vw,2.5rem)}.hero-description{font-size:clamp(.875rem,1.5vw,1.1rem);line-height:1.7}.hero-text-container{flex-direction:column;gap:1rem;display:flex}.hero-img{border-radius:2rem;width:100%;max-width:600px;height:auto}@media screen and (width<=480px){.hero-img{border-radius:1rem}}.tc-section{background:linear-gradient(180deg, var(--navy) 0%, #06103a 100%);flex-direction:column;align-items:center;gap:4rem;width:100%;padding:5rem 2rem 6rem;display:flex}@media screen and (width<=768px){.tc-section{gap:2.5rem;padding:3rem 1.5rem 4rem}}@media screen and (width<=480px){.tc-section{gap:2rem;padding:2.5rem 1rem 3rem}}.tc-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:700px;display:flex}@media screen and (width<=480px){.tc-header{gap:.75rem}}.tc-eyebrow{letter-spacing:.22em;text-transform:uppercase;color:var(--blue);font-size:1.2rem;font-weight:600}@media screen and (width<=480px){.tc-eyebrow{letter-spacing:.15em;font-size:.85rem}}.tc-title{color:var(--white);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.25}.tc-accent--blue{color:var(--blue)}.tc-accent--green{color:var(--green2)}.tc-accent--gold{color:var(--gold)}.tc-subtitle{color:#8fa3b1;font-size:1rem;line-height:1.7}.tc-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:1100px;display:grid}@media screen and (width<=1024px){.tc-grid{grid-template-columns:repeat(2,1fr);max-width:720px}}@media screen and (width<=600px){.tc-grid{grid-template-columns:1fr;gap:1rem;max-width:480px}}.tc-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2.25rem;transition:transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}@media screen and (width<=480px){.tc-card{border-radius:1rem;gap:1rem;padding:1.5rem}}.tc-card:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.tc-card:hover{transform:translateY(-6px)}.tc-card:hover:before{opacity:1}.tc-card--healthy{border-color:#aad6ec1f}.tc-card--healthy:before{background:radial-gradient(at 0 0,#aad6ec1a 0%,#0000 70%)}.tc-card--healthy:hover{border-color:#aad6ec59}.tc-card--happy{border-color:#00e6761f}.tc-card--happy:before{background:radial-gradient(at 0 0,#00e6761a 0%,#0000 70%)}.tc-card--happy:hover{border-color:#00e67659}.tc-card--wealthy{border-color:#ecda931f}.tc-card--wealthy:before{background:radial-gradient(at 0 0,#ecda931a 0%,#0000 70%)}.tc-card--wealthy:hover{border-color:#ecda9359}.tc-icon-wrap{border-radius:1.1rem;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.tc-icon-wrap--healthy{color:var(--blue);background:#aad6ec26;border:1px solid #aad6ec40}.tc-icon-wrap--happy{color:var(--green2);background:#00e67626;border:1px solid #00e67640}.tc-icon-wrap--wealthy{color:var(--gold);background:#ecda9326;border:1px solid #ecda9340}.tc-card-body{flex-direction:column;gap:.5rem;display:flex}.tc-card-tag{letter-spacing:.18em;text-transform:uppercase;color:#6b8a9a;font-size:.72rem;font-weight:700}.tc-card-title{color:var(--white);font-size:1.3rem;font-weight:800}.tc-card--healthy .tc-card-title{color:var(--blue)}.tc-card--happy .tc-card-title{color:var(--green2)}.tc-card--wealthy .tc-card-title{color:var(--gold)}.tc-card-desc{color:#8fa3b1;margin-top:.25rem;font-size:.9rem;line-height:1.75}.concept-container{background-color:var(--dark);width:100%;overflow:hidden}.concept-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding:2rem;display:flex}@media screen and (width<=480px){.concept-wrapper{gap:1.5rem;padding:1.5rem 1rem}}.concept-head-wraper{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;padding:0 1rem;display:flex}@media screen and (width<=480px){.concept-head-wraper{gap:.5rem}}.concept-head-wraper h1{font-size:clamp(1.25rem,3vw,2rem)}.concept-head-wraper p{font-size:clamp(.85rem,1.5vw,1rem);line-height:1.6}.concept-cross-container{flex-direction:column;justify-content:center;align-items:center;width:100%;padding-top:14rem;padding-bottom:20rem;display:flex}@media screen and (width<=900px){.concept-cross-container{padding-top:10rem;padding-bottom:14rem}}@media screen and (width<=600px){.concept-cross-container{padding-top:8rem;padding-bottom:11rem}}@media screen and (width<=420px){.concept-cross-container{padding-top:6rem;padding-bottom:9rem}}.concept-cross-wrapper{width:480px;height:480px;position:relative}@media screen and (width<=900px){.concept-cross-wrapper{margin:-72px;transform:scale(.7)}}@media screen and (width<=600px){.concept-cross-wrapper{margin:-108px;transform:scale(.55)}}@media screen and (width<=420px){.concept-cross-wrapper{margin:-132px;transform:scale(.35)}}.concept-image{opacity:.3;background-image:url(/assets/cross.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(2.5)}.concept-circle{background-color:var(--dark);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:160px;height:160px;display:flex;position:absolute}.concept-regular{background-color:#0c1a3b;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:400px;padding:.5rem 2rem;display:flex;position:absolute}.concept-circle-top{top:-15%;left:50%;transform:translate(-50%,-50%)}.concept-circle-right{background-color:var(--orange);top:50%;right:-20%;transform:translate(50%,-50%)}.concept-circle-bottom{background-color:var(--gold);bottom:-20%;left:50%;transform:translate(-50%,50%)}.concept-circle-left{background-color:var(--green2);top:50%;left:-20%;transform:translate(-50%,-50%)}.concept-circle-label{white-space:nowrap;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin:0;display:flex;position:absolute;bottom:-7rem;left:50%;transform:translate(-50%)}.concept-circle-buddy{border:2px solid var(--blue);background-color:var(--blue3);width:240px;height:240px;box-shadow:0 0 32px 8px color-mix(in srgb, var(--blue3) 72%, transparent), 0 0 72px 18px color-mix(in srgb, var(--blue3) 42%, transparent);border-radius:50%;position:absolute}.concept-circle-center{flex-direction:column;justify-content:center;align-items:center;display:flex;top:50%;left:50%;transform:translate(-50%,-50%)}.doctor-lable-box{background-color:var(--green);border-radius:32px;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.cta-section{background:linear-gradient(160deg, var(--dark) 0%, #0a1a3a 60%, var(--dark) 100%);padding:6rem 2rem;position:relative;overflow:hidden}@media screen and (width<=768px){.cta-section{padding:4rem 1.5rem}}@media screen and (width<=480px){.cta-section{padding:3rem 1rem}}.cta-blob{filter:blur(120px);opacity:.18;pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute}.cta-blob--left{background:var(--navy);top:-100px;left:-150px}.cta-blob--right{background:var(--blue3);bottom:-100px;right:-150px}.cta-inner{z-index:1;flex-direction:column;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:flex;position:relative}@media screen and (width<=768px){.cta-inner{gap:2.5rem}}.cta-header{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:680px;display:flex}.cta-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--blue);font-size:.8rem;font-weight:600}.cta-title{color:var(--white);font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.2}.cta-title--accent{background:linear-gradient(90deg, var(--blue) 0%, var(--gold) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Orbitron,sans-serif;font-weight:900}.cta-subtitle{color:#8fa3b1;font-size:1rem;line-height:1.7}.cta-cards{grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;display:grid}@media screen and (width<=768px){.cta-cards{grid-template-columns:1fr}}.cta-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.5rem;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2.5rem;transition:border-color .3s,transform .3s;display:flex;position:relative}@media screen and (width<=480px){.cta-card{border-radius:1rem;padding:1.5rem}}.cta-card:hover{border-color:#aad6ec4d;transform:translateY(-4px)}.cta-card--highlight{background:linear-gradient(135deg,#11306599 0%,#005eb24d 100%);border-color:#aad6ec33}.cta-card__icon-wrap{width:56px;height:56px;color:var(--blue);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:1rem;justify-content:center;align-items:center;display:flex}.cta-card__icon-wrap--accent{color:var(--gold);background:#005eb240;border-color:#aad6ec4d}.cta-card__icon{width:26px;height:26px}.cta-card__title{color:var(--white);font-size:1.35rem;font-weight:700}.cta-card__desc{color:#8fa3b1;flex:1;font-size:.9rem;line-height:1.7}.cta-btn{cursor:pointer;border-radius:.75rem;align-items:center;gap:.5rem;padding:.7rem 1.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.cta-btn--outline{color:var(--blue);word-break:break-all;white-space:normal;background:0 0;border:1.5px solid #aad6ec66}.cta-btn--outline:hover{border-color:var(--blue);color:var(--white);background:#aad6ec1a}.cta-btn--solid{color:var(--dark);background:linear-gradient(135deg, var(--blue) 0%, var(--blue2) 100%);border:none}.cta-btn--solid:hover{background:linear-gradient(135deg, var(--white) 0%, var(--blue2) 100%);transform:scale(1.03)}.cta-download-buttons{flex-flow:wrap;gap:.75rem;display:flex}@media screen and (width<=480px){.cta-download-buttons{flex-direction:column;width:100%}}@media screen and (width<=480px){.cta-download-buttons .cta-btn{justify-content:center;width:100%}}.store-icon{flex-shrink:0;width:18px;height:18px}.logo{letter-spacing:.05em;-webkit-user-select:none;user-select:none;background-image:var(--logo-gradient);color:#0000;-webkit-text-fill-color:transparent;will-change:background-position;background-position:0%;background-repeat:no-repeat;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;font-family:Orbitron,sans-serif;font-weight:800;line-height:1;animation:5s linear infinite gradientMove;display:inline-block}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.logo{background-position:50%;animation:none}}.pp-page{background-color:var(--dark);flex-direction:column;min-height:100vh;display:flex}.pp-hero{background:linear-gradient(160deg, var(--dark) 0%, #0a1a3a 55%, var(--dark) 100%);justify-content:center;padding:4rem 2rem 3rem;display:flex;position:relative;overflow:hidden}.pp-blob{filter:blur(110px);opacity:.2;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute}.pp-blob--left{background:var(--navy);top:-100px;left:-100px}.pp-blob--right{background:var(--blue3);bottom:-100px;right:-100px}.pp-hero__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:relative}.pp-hero__title{color:var(--white);margin:0;font-family:Orbitron,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.pp-hero__sub{color:#8fa3b1;font-size:.875rem}.pp-hero__sub strong{color:var(--blue)}.pp-body{flex-direction:column;flex:1;gap:2rem;width:100%;max-width:860px;margin:0 auto;padding:3rem 2rem 5rem;display:flex}.pp-tabs{border-bottom:1px solid #ffffff14;flex-direction:row;gap:.5rem;padding-bottom:0;display:flex}.pp-tab{color:#6b8a9a;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.65rem 1.25rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:color .2s,border-color .2s}.pp-tab:hover{color:var(--white)}.pp-tab--active{color:var(--blue);border-bottom-color:var(--blue)}.pp-panel{background:#ffffff08;border:1px solid #ffffff12;border-radius:1.25rem;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.pp-panel__header{flex-direction:column;gap:.4rem;display:flex}.pp-panel__title{color:var(--white);margin:0;font-family:Orbitron,sans-serif;font-size:1.2rem;font-weight:700}.pp-panel__audience{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.78rem;font-weight:600}.pp-panel__desc{color:#8fa3b1;border-left:3px solid var(--blue3);padding-left:1rem;font-size:.9rem;line-height:1.8}.pp-sections{flex-direction:column;gap:1.5rem;display:flex}.pp-section{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;display:flex}.pp-section:last-child{border-bottom:none;padding-bottom:0}.pp-section__heading{color:var(--blue);margin:0;font-size:1rem;font-weight:700}.pp-section__content{color:#cdd6e0;margin:0;font-size:.9rem;line-height:1.8}@media screen and (width<=600px){.pp-panel{padding:1.5rem}.pp-tabs{border-bottom:none;flex-direction:column}.pp-tab{border-bottom:none;border-left:2px solid #0000;margin-bottom:0}.pp-tab--active{border-left-color:var(--blue);border-bottom-color:#0000}}.tou-page{background-color:var(--dark);flex-direction:column;min-height:100vh;display:flex}.tou-hero{background:linear-gradient(160deg, var(--dark) 0%, #0a1a3a 55%, var(--dark) 100%);justify-content:center;padding:4rem 2rem 3rem;display:flex;position:relative;overflow:hidden}.tou-blob{filter:blur(110px);opacity:.2;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute}.tou-blob--left{background:var(--navy);top:-100px;left:-100px}.tou-blob--right{background:var(--gold2);bottom:-100px;right:-100px}.tou-hero__inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex;position:relative}.tou-hero__title{color:var(--white);margin:0;font-family:Orbitron,sans-serif;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800}.tou-hero__sub{color:#8fa3b1;font-size:.875rem}.tou-hero__sub strong{color:var(--gold)}.tou-body{flex:1;width:100%;max-width:860px;margin:0 auto;padding:3rem 2rem 5rem}.tou-panel{background:#ffffff08;border:1px solid #ffffff12;border-radius:1.25rem;flex-direction:column;gap:1.5rem;padding:2.5rem;display:flex}.tou-panel__header{flex-direction:column;gap:.4rem;display:flex}.tou-panel__title{color:var(--white);margin:0;font-family:Orbitron,sans-serif;font-size:1.2rem;font-weight:700}.tou-panel__audience{letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.78rem;font-weight:600}.tou-panel__desc{color:#8fa3b1;border-left:3px solid var(--gold2);padding-left:1rem;font-size:.9rem;line-height:1.8}.tou-sections{flex-direction:column;gap:1.5rem;display:flex}.tou-section{border-bottom:1px solid #ffffff0f;flex-direction:column;gap:.5rem;padding-bottom:1.5rem;display:flex}.tou-section:last-child{border-bottom:none;padding-bottom:0}.tou-section__heading{color:var(--gold);margin:0;font-size:1rem;font-weight:700}.tou-section__content{color:#cdd6e0;margin:0;font-size:.9rem;line-height:1.8}@media screen and (width<=600px){.tou-panel{padding:1.5rem}}.btn-base{cursor:pointer;color:var(--white);border:none;border-radius:12px;justify-content:center;align-items:center;padding:.5rem 1rem;transition:box-shadow .25s;display:flex}.btn-base:hover{box-shadow:0 4px 16px #0000004d}.btn-primary{background-color:var(--navy);font-weight:700}.btn-outline{border:2px solid var(--navy);background-color:#0000;font-weight:700}.btn-text{color:var(--black);background-color:#0000;border-radius:0;padding:.25rem .5rem;font-weight:700;text-decoration:none}.btn-text:hover{box-shadow:none;text-decoration:underline}.logo-container{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;display:flex}.header-logo-text{color:var(--navy);-webkit-user-select:none;user-select:none;cursor:pointer;padding:0 1.5rem;font-family:Orbitron,sans-serif;font-size:1.5rem;font-weight:900;line-height:1;display:inline-block}.header-logo-text:hover{background-image:linear-gradient(90deg, var(--navy), var(--green2), var(--orange), var(--navy));color:#0000;-webkit-text-fill-color:transparent;background-position:0%;background-repeat:no-repeat;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:5s linear infinite headerLogoGradientMove}.tail-container{flex-direction:row;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;display:flex}@keyframes headerLogoGradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.header-logo-text:hover{background-position:50%;animation:none}}.header-bar{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;height:64px;display:flex;box-shadow:0 2px 4px #0003}.header-logo{border-radius:8px;justify-content:flex-start;align-items:center;width:25%;height:64px;display:flex}.header-content{flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:8px;width:50%;height:64px;display:flex}.header-tail{flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;width:25%;height:64px;display:flex}.header-hamburger{display:none}@media screen and (width<=768px){.header-content,.header-tail{display:none}.header-logo{flex:1;width:auto}.header-hamburger{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:.5rem 1rem;display:flex}.hamburger-line{background-color:var(--navy);border-radius:2px;width:24px;height:2.5px;transition:all .25s;display:block}}.drawer-overlay{z-index:998;opacity:0;pointer-events:none;background:#00000073;transition:opacity .3s;position:fixed;inset:0}.drawer-overlay--open{opacity:1;pointer-events:auto}.drawer{background:var(--white,#fff);z-index:999;flex-direction:column;width:280px;max-width:80vw;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 24px #00000026}.drawer--open{transform:translate(0)}.drawer-close{cursor:pointer;color:var(--navy,#0a1a3a);background:0 0;border:none;align-self:flex-end;padding:1rem 1.25rem;font-size:1.5rem;line-height:1}.drawer-items{flex-direction:column;gap:1rem;padding:1rem 1.5rem 2rem;display:flex}.drawer-items .tail-container{flex-direction:column;gap:.75rem;padding:0}.drawer-items .tail-container .btn-base{justify-content:center;width:100%}.footer{background-color:var(--navy,#0d1b2a);color:#cdd6e0;width:100%;box-shadow:0 -2px 8px #0000004d}.footer-inner{flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:3rem 2rem 1.5rem;display:flex}.footer-top{flex-flow:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-logo{flex-direction:column;gap:.5rem;min-width:180px;display:flex}.footer-logo__tagline{color:#8fa3b1;margin:0;font-size:.85rem}.footer-section{flex-direction:column;gap:.75rem;min-width:160px;display:flex}.footer-section__title{color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:.95rem;font-weight:600}.footer-section__list{flex-direction:column;gap:.4rem;margin:0;padding:0;font-size:.875rem;line-height:1.6;list-style:none;display:flex}.footer-link{color:#8fa3b1;text-decoration:none;transition:color .2s}.footer-link--btn{cursor:pointer;font-size:inherit;font-family:inherit;line-height:inherit;background:0 0;border:none;padding:0}.footer-link:hover{color:#fff}.footer-disclaimer{color:#6b7d8a;border-top:1px solid #ffffff1a;padding-top:1.25rem;font-size:.8rem;line-height:1.6}.footer-disclaimer strong{color:#8fa3b1}.footer-copyright{text-align:center;color:#4e616d;padding-bottom:.5rem;font-size:.8rem}
