@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(--white);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(160deg,#f0f4f8 0%,#fff 60%,#f0f4f8 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(--dark)}.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(#f0f4f8 0%,#fff 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(--dark);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:#4a5568;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{background:#fff;border:1px solid #00000014;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;box-shadow:0 2px 12px #0000000f}@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:#aad6ec4d}.tc-card--healthy:before{background:radial-gradient(at 0 0,#aad6ec26 0%,#0000 70%)}.tc-card--healthy:hover{border-color:#aad6ec99}.tc-card--happy{border-color:#00e67633}.tc-card--happy:before{background:radial-gradient(at 0 0,#00e6761a 0%,#0000 70%)}.tc-card--happy:hover{border-color:#00e67680}.tc-card--wealthy{border-color:#c5a84e33}.tc-card--wealthy:before{background:radial-gradient(at 0 0,#ecda9326 0%,#0000 70%)}.tc-card--wealthy:hover{border-color:#c5a84e80}.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:#718096;font-size:.72rem;font-weight:700}.tc-card-title{color:var(--dark);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:#4a5568;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,#f0f4f8 0%,#fff 60%,#f0f4f8 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(--blue);top:-100px;left:-150px}.cta-blob--right{background:var(--blue2);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(--dark);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:#4a5568;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{background:#fff;border:1px solid #00000014;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;box-shadow:0 2px 12px #0000000f}@media screen and (width<=480px){.cta-card{border-radius:1rem;padding:1.5rem}}.cta-card:hover{border-color:#005eb24d;transform:translateY(-4px)}.cta-card--highlight{background:linear-gradient(135deg,#aad6ec26 0%,#d5e3ff4d 100%);border-color:#005eb226}.cta-card__icon-wrap{width:56px;height:56px;color:var(--blue3);background:#005eb214;border:1px solid #005eb226;border-radius:1rem;justify-content:center;align-items:center;display:flex}.cta-card__icon-wrap--accent{color:var(--gold2);background:#005eb21f;border-color:#005eb233}.cta-card__icon{width:26px;height:26px}.cta-card__title{color:var(--dark);font-size:1.35rem;font-weight:700}.cta-card__desc{color:#4a5568;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(--blue3);word-break:break-all;white-space:normal;background:0 0;border:1.5px solid #005eb24d}.cta-btn--outline:hover{border-color:var(--blue3);color:var(--dark);background:#005eb214}.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}}.about-us-page{color:#17304f;background:linear-gradient(#eff3f8 0%,#fff 17% 100%);min-height:100vh}.about-us-shell{width:min(1120px,100% - 2rem);margin:0 auto}.about-us-label,.about-us-kicker,.about-us-founder-card__role{letter-spacing:.12em;text-transform:uppercase;color:#687789;font-size:.8rem;font-weight:600;display:inline-block}.about-us-hero{border-bottom:1px solid #11306514;padding:3.5rem 0 3rem}.about-us-hero__top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.25rem;display:flex}.about-us-hero__brand{flex-direction:column;gap:.55rem;display:flex}.about-us-hero__actions{flex-wrap:wrap;gap:.85rem;display:flex}.about-us-link{border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:.7rem 1.1rem;font-size:.94rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.about-us-link--primary{color:var(--white);background:#113065;border:1px solid #113065}.about-us-link--primary:hover{background:#0d2751;border-color:#0d2751}.about-us-link--secondary{color:#294466;background:#fff;border:1px solid #11306524}.about-us-link--secondary:hover{background:#f7f9fc;border-color:#11306538}.about-us-hero__body{grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);align-items:stretch;gap:1.5rem;display:grid}.about-us-hero__content,.about-us-hero__panel{background:#fff;border:1px solid #1130651a;border-radius:20px;box-shadow:0 14px 32px #1130650f}.about-us-hero__content{flex-direction:column;gap:.9rem;padding:2rem;display:flex}.about-us-hero__content h1,.about-us-section__header h2,.about-us-founder-card__content h3,.about-us-principle-card h3{color:#0f2748;margin:0;font-family:Mitr,sans-serif;font-weight:500}.about-us-hero__content h1{font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.08}.about-us-hero__content p,.about-us-section__header p,.about-us-founder-card__summary,.about-us-founder-card__story p,.about-us-principle-card p,.about-us-hero__panel li,.about-us-founder-card blockquote{color:#17304fd1;margin:0;font-size:1rem;line-height:1.9}.about-us-hero__panel{padding:1.7rem;position:relative;overflow:hidden}.about-us-hero__panel:before{content:"";background:linear-gradient(#113065 0%,#c5a84e 100%);width:4px;position:absolute;inset:0 auto 0 0}.about-us-hero__panel ul{flex-direction:column;gap:.8rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.about-us-hero__panel li{padding-left:1.15rem;position:relative}.about-us-hero__panel li:before{content:"";background:#c5a84e;border-radius:50%;width:.42rem;height:.42rem;position:absolute;top:.82rem;left:0}.about-us-section{padding:4rem 0}.about-us-section--muted{background:#f7f9fc;border-top:1px solid #1130650f;border-bottom:1px solid #1130650f}.about-us-section__header{flex-direction:column;gap:.85rem;max-width:760px;margin-bottom:1.75rem;display:flex}.about-us-section__header h2{font-size:clamp(1.95rem,3vw,2.9rem);line-height:1.15}.about-us-founders{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.4rem;display:grid}.about-us-founder-card{background:#fff;border:1px solid #1130651a;border-radius:22px;flex-direction:column;min-height:100%;display:flex;overflow:hidden;box-shadow:0 16px 36px #11306512}.about-us-founder-card__top{grid-template-columns:280px minmax(0,1fr);align-items:stretch;display:grid}.about-us-founder-card__media{aspect-ratio:1;width:100%}.about-us-founder-card__media img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.about-us-founder-card__content{flex-direction:column;justify-content:center;gap:.8rem;padding:1.7rem;display:flex}.about-us-founder-card__content h3{font-size:1.65rem;line-height:1.2}.about-us-founder-card__summary{color:#113065;font-weight:500}.about-us-founder-card blockquote{color:#314967;background:#fbfaf5;border-left:4px solid #c5a84e;margin:0;padding:1rem 1.1rem;font-style:italic}.about-us-founder-card__bottom{background:linear-gradient(#f7f9fcb8 0%,#fffffff5 100%);border-top:1px solid #11306514;flex-direction:column;gap:1rem;padding:1.4rem 1.7rem 1.7rem;display:flex}.about-us-founder-card__story{flex-direction:column;gap:.75rem;display:flex}.about-us-principles-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.about-us-principle-card{background:#fff;border:1px solid #1130651a;border-radius:18px;padding:4.1rem 1.6rem 1.6rem;position:relative;box-shadow:0 12px 28px #1130650d}.about-us-principle-card__index{width:2.25rem;height:2.25rem;color:var(--white);background:#113065;border-radius:50%;justify-content:center;align-items:center;font-family:Orbitron,sans-serif;font-size:.78rem;display:inline-flex;position:absolute;top:1.4rem;left:1.6rem}.about-us-principle-card h3{margin-bottom:.8rem;font-size:1.25rem}@media screen and (width<=1120px){.about-us-founders{grid-template-columns:1fr}.about-us-founder-card__top{grid-template-columns:240px minmax(0,1fr)}}@media screen and (width<=980px){.about-us-hero__body,.about-us-principles-grid{grid-template-columns:1fr}}@media screen and (width<=760px){.about-us-shell{width:min(100%,100% - 1.25rem)}.about-us-hero{padding:2.6rem 0 2.2rem}.about-us-hero__top{flex-direction:column;align-items:flex-start}.about-us-hero__actions,.about-us-link{width:100%}.about-us-section{padding:3rem 0}.about-us-hero__content,.about-us-hero__panel,.about-us-founder-card__content,.about-us-founder-card__bottom,.about-us-principle-card{padding:1.3rem}.about-us-founder-card__top{grid-template-columns:1fr}.about-us-founder-card__media{height:320px}.about-us-principle-card{padding-top:3.8rem}.about-us-principle-card__index{top:1.2rem;left:1.3rem}}.about-page{color:#1d2b3f;background:linear-gradient(#eef2f7 0%,#f8f9fb 18%,#fff 18% 100%);min-height:100vh}.about-shell{width:min(1120px,100% - 2rem);margin:0 auto}.about-kicker,.about-section-label,.about-statement-card__label,.about-story-card__eyebrow,.about-pillar-card__english,.about-feature-card__id,.about-ecosystem-card__english{letter-spacing:.12em;text-transform:uppercase;color:#6e7b8d;font-size:.78rem;font-weight:600;display:inline-block}.about-masthead{border-bottom:1px solid #11306514;padding:3.5rem 0 2.5rem}.about-masthead__top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.about-masthead__brand{flex-direction:column;gap:.55rem;display:flex}.about-masthead__actions{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.about-link{border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:.7rem 1.1rem;font-size:.92rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex}.about-link--muted{color:#304766;background:0 0;border:1px solid #11306524}.about-link--muted:hover{background:#1130650a;border-color:#11306533}.about-link--primary{color:var(--white);background:#113065;border:1px solid #113065}.about-link--primary:hover{background:#0d2751;border-color:#0d2751}.about-masthead__body{grid-template-columns:minmax(0,1.5fr) minmax(320px,.8fr);align-items:start;gap:1.5rem;margin-bottom:1.5rem;display:grid}.about-masthead__main{padding-right:2rem}.about-masthead__title{color:#11294c;margin:.65rem 0 1rem;font-family:Mitr,sans-serif;font-size:clamp(2.4rem,5vw,4rem);font-weight:500;line-height:1.08}.about-masthead__lead,.about-summary-card__text,.about-section-copy,.about-statement-card p,.about-story-card p,.about-pillar-card p,.about-feature-card p,.about-ecosystem-card li{color:#1d2b3fd1;margin:0;font-size:1rem;line-height:1.9}.about-summary-card{background:#fff;border:1px solid #1130651a;border-radius:18px;padding:1.5rem;position:relative;box-shadow:0 12px 32px #11306512}.about-summary-card:before{content:"";background:linear-gradient(#113065 0%,#c5a84e 100%);border-radius:18px 0 0 18px;width:4px;position:absolute;inset:0 auto 0 0}.about-facts-bar{background:#fff;border:1px solid #1130651a;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden;box-shadow:0 10px 24px #1130650d}.about-fact{border-right:1px solid #11306514;flex-direction:column;gap:.45rem;padding:1.2rem 1.35rem;display:flex}.about-fact:last-child{border-right:none}.about-fact__label{color:#6e7b8d;font-size:.85rem;line-height:1.6}.about-fact strong{color:#113065;font-family:Mitr,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.2}.about-section{padding:4rem 0}.about-section--alt{background:#f7f9fc;border-top:1px solid #1130650f;border-bottom:1px solid #1130650f}.about-section-header{flex-direction:column;gap:.85rem;max-width:760px;margin-bottom:1.75rem;display:flex}.about-section-title,.about-statement-card h3,.about-story-card h3,.about-pillar-card h3,.about-feature-card h3,.about-ecosystem-card h3{color:#11294c;margin:0;font-family:Mitr,sans-serif;font-weight:500;line-height:1.18}.about-section-title{font-size:clamp(2rem,3vw,3rem)}.about-statement-grid,.about-story-grid,.about-pillar-grid,.about-feature-grid,.about-ecosystem-grid{gap:1.25rem;display:grid}.about-statement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-statement-card,.about-story-card,.about-pillar-card,.about-feature-card,.about-ecosystem-card{background:#fff;border:1px solid #1130651a;border-radius:18px;padding:1.6rem;box-shadow:0 10px 24px #1130650d}.about-statement-card{border-top:4px solid #113065}.about-statement-card h3{margin:.55rem 0 .9rem;font-size:1.65rem}.about-story-grid--formal{grid-template-columns:repeat(3,minmax(0,1fr))}.about-story-card{border-left:4px solid #c5a84e;padding-left:1.45rem}.about-story-card h3,.about-pillar-card h3,.about-feature-card h3,.about-ecosystem-card h3{margin-bottom:.8rem;font-size:1.3rem}.about-pillar-grid,.about-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-card-heading{align-items:center;gap:.85rem;margin-bottom:.7rem;display:flex}.about-pillar-card__id,.about-feature-card__index{width:2.35rem;height:2.35rem;color:var(--white);background:#113065;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Orbitron,sans-serif;font-size:.78rem;display:inline-flex}.about-pillar-card__english,.about-feature-card__id,.about-ecosystem-card__english{margin-bottom:.8rem}.about-feature-card{padding-top:4.25rem;position:relative}.about-feature-card__index{color:#11294c;background:#c5a84e;position:absolute;top:1.4rem;left:1.6rem}.about-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-ecosystem-card ul{flex-direction:column;gap:.85rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.about-ecosystem-card li{padding-left:1.2rem;position:relative}.about-ecosystem-card li:before{content:"";background:#c5a84e;border-radius:50%;width:.42rem;height:.42rem;position:absolute;top:.82rem;left:0}@media screen and (width<=1024px){.about-masthead__body,.about-statement-grid,.about-story-grid--formal,.about-pillar-grid,.about-feature-grid,.about-ecosystem-grid,.about-facts-bar{grid-template-columns:1fr}.about-fact{border-bottom:1px solid #11306514;border-right:none}.about-fact:last-child{border-bottom:none}.about-masthead__main{padding-right:0}}@media screen and (width<=720px){.about-shell{width:min(100%,100% - 1.25rem)}.about-masthead{padding:2.5rem 0 2rem}.about-masthead__top{flex-direction:column;align-items:flex-start;margin-bottom:2rem}.about-masthead__actions,.about-link{width:100%}.about-section{padding:3rem 0}.about-statement-card,.about-story-card,.about-pillar-card,.about-feature-card,.about-ecosystem-card,.about-summary-card{padding:1.25rem}.about-feature-card{padding-top:4rem}.about-feature-card__index{top:1.2rem;left:1.25rem}.about-card-heading{align-items:flex-start}}.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}}.pricing-page{background-color:var(--white);width:100%}.pricing-hero{text-align:center;background:linear-gradient(160deg,#0d1b2a 0%,#113065 60%,#0d1b2a 100%);flex-direction:column;align-items:center;gap:1rem;padding:5rem 2rem 4rem;display:flex}.pricing-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--gold);font-size:.875rem;font-weight:600}.pricing-title{color:var(--white);margin:0;font-size:clamp(1.75rem,4vw,3rem);font-weight:800}.pricing-subtitle{color:#8fa3b1;max-width:540px;font-size:clamp(.9rem,1.5vw,1.1rem);line-height:1.7}.pricing-body{max-width:1200px;margin:0 auto;padding:4rem 2rem}.pricing-loading{color:var(--navy);flex-direction:column;align-items:center;gap:1rem;padding:4rem 0;display:flex}.pricing-spinner{border:3px solid var(--blue2);border-top-color:var(--navy);border-radius:50%;width:40px;height:40px;animation:.75s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pricing-error,.pricing-empty{text-align:center;color:#6b7d8a;padding:4rem 0;font-size:1rem}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media screen and (width<=1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (width<=640px){.pricing-grid{grid-template-columns:1fr}}.plan-card{border:1.5px solid var(--gray);background:#fff;border-radius:1.25rem;flex-direction:column;gap:1.25rem;height:100%;padding:2rem;transition:box-shadow .2s,transform .2s;display:flex;position:relative;box-shadow:0 2px 12px #1130650f}.plan-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #1130651f}.plan-card--popular{border-color:var(--navy);box-shadow:0 4px 24px #1130652e}.plan-card--popular:hover{box-shadow:0 12px 40px #1130653d}.plan-popular-badge{background:linear-gradient(90deg, var(--navy), var(--blue3));color:var(--white);letter-spacing:.06em;white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .85rem;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.plan-header{flex-direction:column;gap:.4rem;display:flex}.plan-name{color:var(--dark);margin:0;font-size:1.25rem;font-weight:700}.plan-description{color:#6b7d8a;margin:0;font-size:.875rem;line-height:1.6}.plan-price-block{border-bottom:1px solid var(--gray);align-items:baseline;gap:.35rem;padding-bottom:1.25rem;display:flex}.plan-price{color:var(--navy);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800}.plan-billing{color:#8fa3b1;font-size:.875rem}.plan-features{flex-direction:column;flex:1;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.plan-feature-item{color:#3d4f5c;align-items:flex-start;gap:.6rem;font-size:.9rem;line-height:1.5;display:flex}.plan-feature-check{color:var(--green2);flex-shrink:0;margin-top:2px}.plan-footer{margin-top:auto;padding-top:.5rem}.plan-readonly-label{text-align:center;color:#8fa3b1;border:1.5px dashed var(--gray);border-radius:.6rem;padding:.6rem 1rem;font-size:.85rem;display:block}.pricing-cta{background:linear-gradient(160deg,#0d1b2a 0%,#113065 100%);padding:4rem 2rem}.pricing-cta-inner{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:600px;margin:0 auto;display:flex}.pricing-cta-title{color:var(--white);margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.pricing-cta-desc{color:#8fa3b1;margin:0;font-size:1rem;line-height:1.7}.pricing-cta-btn{background:var(--gold);color:var(--dark);border-radius:999px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.pricing-cta-btn:hover{background:var(--gold2);transform:translateY(-2px)}@media screen and (width<=768px){.pricing-hero{padding:4rem 1.5rem 3rem}.pricing-body{padding:3rem 1.25rem}.pricing-cta{padding:3rem 1.5rem}}@media screen and (width<=480px){.pricing-hero{padding:3rem 1rem 2.5rem}.pricing-body{padding:2rem 1rem}}.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-link{align-items:center;text-decoration:none;display:inline-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{border-bottom:1px solid #0000000d;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;height:64px;display:flex;box-shadow:0 4px 12px #00000014}.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}
