@charset "UTF-8";@property --angle{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes steps-glow-spin{to{--angle: 360deg}}*,*:before,*:after{box-sizing:border-box}html{scrollbar-width:thin;scrollbar-color:rgba(79,195,195,.6) #f7f8f9}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f7f8f9}::-webkit-scrollbar-thumb{background-color:#4fc3c399;border-radius:999px;border:2px solid #f7f8f9}::-webkit-scrollbar-thumb:hover{background-color:#4fc3c3d9}html,body,#root{margin:0;padding:0;height:100%;width:100%;max-width:100%}html,body,#root{overflow-x:clip}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}@font-face{font-family:Techna Sans;src:url(/fonts/TechnaSans-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-LightItalic.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-BlackItalic.otf) format("opentype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:"Instrument Serif";src:url(https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap);font-style:normal}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;background-color:#0c1e31;color:#e5e7eb}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600}p{margin:0 0 1rem;color:#9ca3af}.ui-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem}.ui-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#080f1c99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ui-modal__panel{position:relative;z-index:1;width:100%;max-width:520px;max-height:min(80vh,640px);overflow-y:auto;background:#fff;border-radius:.75rem;box-shadow:0 30px 70px #0f172a47;padding:2.25rem 2rem 2rem;scrollbar-width:thin;scrollbar-color:rgba(79,195,195,.5) transparent}.ui-modal__panel::-webkit-scrollbar{width:8px}.ui-modal__panel::-webkit-scrollbar-track{background:transparent}.ui-modal__panel::-webkit-scrollbar-thumb{background-color:#4fc3c380;border-radius:999px;border:2px solid #fff}.ui-modal__panel::-webkit-scrollbar-thumb:hover{background-color:#4fc3c3bf}.ui-modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:#0c1e310f;color:#0c1e31;font-size:1.3rem;line-height:1;cursor:pointer;transition:background .2s ease}.ui-modal__close:hover{background:#0c1e311f}.ui-modal__title{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1.5rem;color:#0c1e31;margin:0 0 1.1rem}.ui-modal__body{display:flex;flex-direction:column;gap:.9rem}.ui-modal__body p{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;line-height:1.65;color:#0c1e31ad;margin:0}.loader{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:40vh}.loader--full-screen{min-height:100vh;background:#f7f8f9}.loader__rings{position:relative;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem}.loader__glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#4fc3c324;filter:blur(16px)}.loader__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid transparent;animation:loader-spin .9s linear infinite}.loader__ring--outer{border-top-color:#4fc3c3;border-right-color:#4fc3c38c}.loader__ring--inner{top:10px;right:10px;bottom:10px;left:10px;border-bottom-color:#0c1e3159;border-left-color:#0c1e3133;animation-name:loader-spin-reverse;animation-duration:1.4s}.loader__logo{position:relative;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem}.loader__logo img{width:100%;height:100%;object-fit:contain;animation:loader-pulse 1.6s ease-in-out infinite}.loader__label{display:flex;align-items:center;gap:.4rem;font-size:.9rem;font-weight:500;letter-spacing:.02em;color:#94a3b8}.loader__dots{display:flex;gap:.3rem}.loader__dot{width:.35rem;height:.35rem;border-radius:50%;background:#4fc3c3;animation:loader-bounce 1.1s ease-in-out infinite}.loader__dot:nth-child(1){animation-delay:-.32s}.loader__dot:nth-child(2){animation-delay:-.16s}@keyframes loader-spin{to{transform:rotate(360deg)}}@keyframes loader-spin-reverse{to{transform:rotate(-360deg)}}@keyframes loader-pulse{0%,to{opacity:.55;transform:scale(.92)}50%{opacity:1;transform:scale(1)}}@keyframes loader-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.loader__ring{animation-duration:2.4s}.loader__logo img{animation-duration:3s}.loader__dot{animation-duration:2.2s}}.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,#1e293b 0,#0c1e31 45%)}.app__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid rgba(148,163,184,.4);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#0f172ad9;position:sticky;top:0;z-index:10}.app__brand{font-weight:600;letter-spacing:.04em}.app__nav{display:flex;gap:1rem}.app__nav a{padding:.25rem .5rem;border-radius:.25rem;color:#9ca3af;font-size:.95rem}.app__nav a:hover{color:#e5e7eb;background-color:#0f172acc}.app__main{flex:1}.main-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;max-width:100%;overflow-x:clip;background-color:#0c1e31}.main-layout__content{flex:1}.u-m-0{margin:0!important}.u-m-1{margin:.25rem!important}.u-m-2{margin:.5rem!important}.u-m-3{margin:1rem!important}.u-m-4{margin:1.5rem!important}.u-p-0{padding:0!important}.u-p-1{padding:.25rem!important}.u-p-2{padding:.5rem!important}.u-p-3{padding:1rem!important}.u-p-4{padding:1.5rem!important}.u-mt-0{margin-top:0!important}.u-mt-1{margin-top:.25rem!important}.u-mt-2{margin-top:.5rem!important}.u-mt-3{margin-top:1rem!important}.u-mt-4{margin-top:1.5rem!important}.u-mb-0{margin-bottom:0!important}.u-mb-1{margin-bottom:.25rem!important}.u-mb-2{margin-bottom:.5rem!important}.u-mb-3{margin-bottom:1rem!important}.u-mb-4{margin-bottom:1.5rem!important}.u-pt-0{padding-top:0!important}.u-pt-1{padding-top:.25rem!important}.u-pt-2{padding-top:.5rem!important}.u-pt-3{padding-top:1rem!important}.u-pt-4{padding-top:1.5rem!important}.u-pb-0{padding-bottom:0!important}.u-pb-1{padding-bottom:.25rem!important}.u-pb-2{padding-bottom:.5rem!important}.u-pb-3{padding-bottom:1rem!important}.u-pb-4{padding-bottom:1.5rem!important}.u-gap-1{gap:.25rem}.u-gap-2{gap:.5rem}.u-gap-3{gap:1rem}.u-gap-4{gap:1.5rem}.u-min-h-screen{min-height:100vh}.u-w-full{width:100%}.u-container{max-width:1120px;margin-inline:auto}.u-flex{display:flex}.u-flex-col{display:flex;flex-direction:column}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-justify-between{justify-content:space-between}.u-justify-center{justify-content:center}.u-items-center{align-items:center}.u-gap-1{gap:.5rem}.u-gap-2{gap:1rem}.u-gap-3{gap:1.5rem}.u-gap-4{gap:2rem}.u-grid{display:grid;gap:1.5rem}.u-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.u-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.u-bg-primary{background-color:#2563eb}.u-bg-success{background-color:#22c55e}.u-bg-warning{background-color:#eab308}.u-bg-danger{background-color:#ef4444}.u-text-primary{color:#2563eb}.u-text-success{color:#22c55e}.u-text-warning{color:#eab308}.u-text-danger{color:#ef4444}.u-text-muted{color:#9ca3af}.u-text-lg{font-size:1.125rem}.u-text-2xl{font-size:1.5rem}.u-text-3xl{font-size:2rem}.u-hidden{display:none!important}.u-block{display:block!important}.u-text-center{text-align:center}@media (min-width: 768px){.u-hidden-md-down{display:none!important}}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;background:transparent;border:1px solid transparent;border-radius:0;max-width:1748px;width:calc(100% - 2.5rem);margin:0 auto;transform:translateY(0);will-change:transform;transition:transform .45s cubic-bezier(.16,1,.3,1),background .45s ease,backdrop-filter .45s ease,box-shadow .45s ease,border-color .45s ease,border-radius .45s ease;overflow:hidden}@media (min-width: 1201px){.navbar{width:calc(100% - 11vw)}}@media (min-width: 1920px){.navbar{max-width:1840px}}.navbar--scrolled{transform:translateY(.9rem);background:#0c1e318c;backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);border-color:#e5e7eb24;border-radius:999px;box-shadow:0 8px 32px #00000047,inset 0 1px #ffffff0f}.navbar--scrolled .navbar__inner{height:64px;padding:0 1.5rem}.navbar--scrolled .navbar__brand img{width:44px;height:44px;object-fit:contain}.navbar--scrolled .navbar__link{font-size:clamp(.9rem,1.2vw,.98rem);padding:.3rem .65rem}.navbar--scrolled .navbar__cta{min-height:0;width:auto;margin-right:0;padding:.6em 1.3em;font-size:.92rem}.navbar__inner{max-width:1708px;margin:0 auto;height:198px;padding:0;display:grid;grid-template-columns:245px 1fr 245px;align-items:center;transition:height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1)}@media (min-width: 1920px){.navbar__inner{max-width:1760px}}@media (max-width: 1100px){.navbar__inner{height:125px;padding:0 1.25rem;display:flex;justify-content:space-between}}.navbar__brand{display:flex;align-items:center;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1rem,1.4vw,2.25rem);color:#e5e7eb;text-decoration:none;letter-spacing:.02em;flex-shrink:0;margin-left:1rem;transition:opacity .2s ease}@media (max-width: 1100px){.navbar__brand{margin-left:0}}.navbar__brand:hover{opacity:.82}.navbar__brand img{display:block;width:168px;height:auto;max-height:none;transition:width .35s cubic-bezier(.4,0,.2,1)}@media (max-width: 1100px){.navbar__brand img{max-height:96px}}.navbar__links{display:flex;align-items:center;justify-content:center;gap:1.25rem;transform:translate(-1.5rem)}@media (max-width: 1100px){.navbar__links{display:none}}.navbar__link{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:clamp(1rem,1.4vw,1.125rem);color:#e5e7eb;text-decoration:none;padding:.32rem .72rem;border-radius:.5rem;background:none;border:none;cursor:pointer;transition:color .18s ease,background .18s ease,padding .35s cubic-bezier(.4,0,.2,1),font-size .35s cubic-bezier(.4,0,.2,1);white-space:nowrap}.navbar__link:hover{color:#32ad69}.navbar__link--active{color:#e5e7eb}.navbar__cta{display:inline-flex;align-items:center;gap:.6rem;min-height:64px;width:245px;padding:.75em 2.25em;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.125rem;font-weight:700;border-radius:999px;color:#fff;background:#32ad69;border:1px solid #32AD69;text-decoration:none;cursor:pointer;flex-shrink:0;justify-self:end;margin-right:.875rem;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.navbar__cta:before,.navbar__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.navbar__cta:before{top:100%;background-color:#df3434e1}.navbar__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.navbar__cta:hover{color:#fff}.navbar__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.navbar__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.navbar__cta{transition:color .2s ease-in,background-color .2s ease-in,border-color .2s ease-in}@media (max-width: 1100px){.navbar__cta{display:none}}@media (max-width: 1200px){.navbar__inner{grid-template-columns:180px 1fr 180px;padding-inline:1.25rem}.navbar__brand img{width:132px}.navbar__links{gap:0;transform:none}.navbar__link{font-size:.92rem;padding-inline:.5rem}.navbar__cta{min-height:52px;width:auto;padding-inline:1.4rem;margin-right:0;font-size:1rem}}@media (min-width: 1201px) and (max-width: 1536px){.navbar__inner{height:160px;grid-template-columns:210px 1fr 210px}.navbar__brand{margin-left:0}.navbar__brand img{width:136px}.navbar__links{gap:1rem;transform:none}.navbar__link{font-size:1rem;padding-inline:.55rem}.navbar__cta{min-height:56px;width:210px;margin-right:0;padding-inline:1.75rem;font-size:1rem}}@media (max-width: 1100px){.navbar{width:calc(100% - clamp(1rem,5vw,4rem))}.navbar__inner{height:96px;padding-inline:clamp(1rem,2.5vw,2rem)}.navbar__brand img{width:88px;max-height:80px}}@media (max-width: 600px){.navbar{width:calc(100% - 1rem)}.navbar__inner{height:125px;padding-inline:1.25rem}}@media (max-width: 425px){.navbar{width:calc(100% - 2rem)}.navbar__inner{height:84px;padding-inline:.25rem}.navbar__brand img{width:clamp(52px,15vw,60px);max-height:60px}.navbar .navbar__hamburger{width:44px;height:44px}}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:.5rem;transition:background .18s ease;flex-shrink:0}.navbar__hamburger:hover{background:#e5e7eb12}@media (max-width: 1100px){.navbar__hamburger{display:flex}}.navbar__hamburger-bar{display:block;width:20px;height:2px;background:#e5e7ebcc;border-radius:2px;transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,width .3s ease}.navbar__hamburger--open .navbar__hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open .navbar__hamburger-bar:nth-child(2){opacity:0;width:0}.navbar__hamburger--open .navbar__hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:201;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s ease}.navbar__backdrop--visible{opacity:1;pointer-events:all}.navbar__sidebar{position:fixed;top:0;right:0;bottom:0;z-index:202;width:min(86vw,340px);max-width:100%;background:#0c1e31;border-left:1px solid rgba(229,231,235,.08);display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);will-change:transform}.navbar__sidebar--open{transform:translate(0)}.navbar__sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:125px;border-bottom:1px solid rgba(229,231,235,.07);flex-shrink:0}.navbar__sidebar-brand{display:flex;align-items:center;text-decoration:none}.navbar__sidebar-brand img{max-height:40px;width:auto}.navbar__sidebar-close{width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;border-radius:.5rem;color:#e5e7eb99;display:flex;align-items:center;justify-content:center;transition:color .18s ease,background .18s ease}.navbar__sidebar-close:hover{color:#e5e7eb;background:#e5e7eb12}.navbar__sidebar-close svg{width:18px;height:18px}.navbar__sidebar-nav{display:flex;flex-direction:column;padding:1.25rem .75rem;gap:.15rem;flex:1}.navbar__sidebar-link{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;color:#e5e7ebad;text-decoration:none;padding:.7rem .75rem;border-radius:.5rem;transition:color .18s ease,background .18s ease;opacity:0;transform:translate(16px);animation:none}.navbar__sidebar--open .navbar__sidebar-link{animation:sidebar-link-in .32s ease forwards}.navbar__sidebar-link:hover{color:#e5e7eb;background:#e5e7eb12}.navbar__sidebar-link--active{color:#e5e7eb;background:#e5e7eb0f}.navbar__sidebar-actions{padding:1rem 1.25rem 2rem;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid rgba(229,231,235,.07);flex-shrink:0}.navbar__sidebar-btn{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.88rem;font-weight:700;padding:.65rem 1rem;border-radius:.75rem;cursor:pointer;border:none;text-align:center;transition:opacity .18s ease,transform .15s ease}.navbar__sidebar-btn:active{transform:scale(.97)}.navbar__sidebar-btn--primary{background:#32ad69;color:#fff;box-shadow:0 2px 12px #32ad694d}.navbar__sidebar-btn--primary:hover{opacity:.88}@keyframes sidebar-link-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.hero{position:relative;overflow:hidden;width:100%;max-width:100%;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-image:url(/hero1.png);background-repeat:no-repeat;background-position:center top;background-size:cover;background-color:#0c1e31;min-height:max(100dvh,56.9509043928vw);padding:calc(125px + 3.625rem) 2rem 3rem;display:flex;align-items:center}@media (min-width: 1200px){.hero{min-height:56.9509043928vw;padding-inline:5.5vw;background-position:center top;background-size:100% auto}}@media (min-width: 1920px){.hero{min-height:56.9509043928vw;background-position:center top;background-size:100% auto}}@media (max-width: 1024px){.hero{padding:125px 1.5rem 3rem;background-position:62% bottom;background-size:auto 100%}}@media (max-width: 768px){.hero{padding:125px 1.25rem 2.5rem;min-height:0;background-position:62% bottom;background-size:auto 100%}}@media (max-width: 430px){.hero{background-position:67% bottom;background-size:auto 100%}}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,#081422d1,#081422b8 55%,#081422db);opacity:0;pointer-events:none;transition:opacity .3s ease}@media (max-width: 1024px){.hero:before{opacity:1}}@media (max-width: 430px){.hero:before{background:linear-gradient(180deg,#081422eb,#081422e0 55%,#081422f0)}}.hero__inner{position:relative;z-index:1;width:100%;max-width:1708px;margin:0 auto}@media (min-width: 1920px){.hero__inner{max-width:1760px}}.hero__copy{min-width:0;max-width:760px;transform:translateY(-3rem)}@media (max-width: 1024px){.hero__copy{max-width:100%;transform:none}}.hero__eyebrow{display:inline-block;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.82rem;letter-spacing:.05em;text-transform:uppercase;color:#0c1e31;background:#fff;border-radius:.25rem;padding:.6rem 1rem;margin-bottom:2.5rem}.hero__title{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(3rem,4.45vw,5.25rem);line-height:1.02;letter-spacing:-.035em;margin-bottom:1.55rem;background:linear-gradient(180deg,#fff,#fff 62%,#9aa6b2 75%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@media (max-width: 600px){.hero__title{font-size:clamp(2.35rem,11vw,3rem);line-height:1.04;letter-spacing:-.04em}}.hero__subtitle{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.25rem,1.75vw,2rem);line-height:1.16;color:#f1f5f9bf;max-width:660px;margin-bottom:2.5rem}@media (max-width: 600px){.hero__subtitle{font-size:1.1rem;line-height:1.5}}.hero__actions{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.3rem;flex-wrap:wrap}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;min-height:64px;font-size:1.08rem;padding:1rem 2.25rem;border-radius:999px;text-decoration:none;cursor:pointer;max-width:100%;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.hero__btn:before,.hero__btn:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.hero__btn:before{top:100%;background-color:#df3434e1}.hero__btn:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.hero__btn:hover{color:#fff}.hero__btn:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.hero__btn:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.hero__btn--primary{background:#32ad69;border:1px solid #32ad69;color:#fff}.hero__btn--ghost{background:transparent;color:#f1f5f9;border:1px solid rgba(241,245,249,.55)}.hero__points{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2.3rem;flex-wrap:wrap}.hero__points li{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:1rem;color:#f1f5f9e6;position:relative;padding-left:1.6rem}.hero__points li:before{content:"✓";position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:.92rem;color:#4fc3c3}@media (min-width: 901px) and (max-width: 1100px){.hero{min-height:640px;padding:112px clamp(1.5rem,3.5vw,2.5rem) 3rem;align-items:center;background-position:58% bottom;background-size:auto 100%}.hero:before{opacity:1;background:linear-gradient(90deg,#081422eb,#081422d1 39%,#0814224d 64%,#08142214)}.hero__copy{width:46%;max-width:470px;transform:none}.hero__eyebrow{font-size:.7rem;margin-bottom:1.35rem;padding:.5rem .75rem}.hero__title{font-size:clamp(2.75rem,5.15vw,3.5rem);margin-bottom:1rem}.hero__subtitle{max-width:440px;font-size:1.08rem;line-height:1.4;margin-bottom:1.5rem}.hero__actions{gap:.75rem;margin-bottom:1.5rem}.hero__btn{min-height:48px;padding:.75rem 1.2rem;font-size:.86rem}.hero__points{gap:.7rem 1.25rem}.hero__points li{font-size:.8rem;padding-left:1.25rem}}@media (min-width: 601px) and (max-width: 900px){.hero{min-height:0;aspect-ratio:1935/1102;padding:96px 0 1rem;display:flex;background-image:url(/hero1.png);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.hero:before{display:block;opacity:1;background:linear-gradient(180deg,#081422f0,#081422db 48%,#0814226b 72%,#08142224)}.hero__inner{padding-inline:clamp(1.5rem,4vw,2rem)}.hero__copy{max-width:680px}.hero__eyebrow{margin-bottom:.75rem;padding:.46rem .72rem;font-size:.7rem}.hero__title{font-size:clamp(2.15rem,5.5vw,2.65rem);line-height:1.02;margin-bottom:.65rem}.hero__subtitle{max-width:430px;font-size:.95rem;line-height:1.42;margin-bottom:.8rem}.hero__actions{gap:.65rem;margin-bottom:.75rem}.hero__btn{min-height:44px;padding:.68rem 1.15rem;font-size:.86rem}.hero__points{display:grid;grid-template-columns:repeat(2,minmax(0,max-content));gap:.45rem 1.35rem}.hero__points li{font-size:.8rem;padding-left:1.25rem}}@media (max-width: 425px){.hero{min-height:0;padding:88px clamp(1rem,4.5vw,1.25rem) clamp(3.5rem,12vw,4.5rem);display:block;background-color:#0c1e31;background-image:none}.hero:before{display:none}.hero__inner{padding:0}.hero__copy{width:100%;max-width:none}.hero__eyebrow{max-width:100%;margin-bottom:1.25rem;padding:.48rem .65rem;font-size:clamp(.58rem,2.7vw,.68rem);white-space:normal}.hero__title{font-size:clamp(2.25rem,10vw,2.75rem);line-height:1.02;margin-bottom:1rem}.hero__subtitle{width:100%;max-width:none;margin-bottom:1.35rem;font-size:1rem;line-height:1.5}.hero__actions{width:100%;gap:.75rem;margin-bottom:1.35rem}.hero__btn{width:100%;min-height:50px;padding:.75rem 1rem;font-size:.9rem}.hero__points{display:flex;align-items:flex-start;flex-direction:column;gap:.7rem}.hero__points li{font-size:.9rem;padding-left:1.35rem}}.feature-strip{background:#f7f8f9;border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);padding:2.25rem 2rem}.feature-strip__grid{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media (max-width: 1024px){.feature-strip__grid{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}}@media (max-width: 600px){.feature-strip__grid{grid-template-columns:1fr}}.feature-strip__item{display:flex;align-items:center;gap:.9rem;text-align:left}.feature-strip__text{display:flex;flex-direction:column}.feature-strip__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#4fc3c324;color:#4fc3c3;font-size:1.3rem;flex-shrink:0}.feature-strip__title{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.1rem;color:#0c1e31;margin-bottom:.2rem}.feature-strip__desc{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.98rem;color:#0c1e318c;line-height:1.4}.tradition-section{background:#f7f8f9}.tradition-section__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center}@media (min-width: 1920px){.tradition-section__inner{max-width:1760px;margin-inline:auto}}@media (max-width: 1024px){.tradition-section__inner{grid-template-columns:1fr;text-align:center}}.tradition-section__visual{align-self:stretch;height:100%}.tradition-section__image{display:block;width:100%;height:100%;min-height:740px;object-fit:cover;object-position:15% center}@media (max-width: 1024px){.tradition-section__image{min-height:420px}}@media (max-width: 430px){.tradition-section__image{min-height:320px}}.tradition-section__copy{padding:4rem 5vw}@media (max-width: 1024px){.tradition-section__copy{padding:3rem 1.5rem}}@media (max-width: 430px){.tradition-section__copy{padding:2.5rem 1.25rem}}.tradition-section__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.85rem;letter-spacing:.05em;text-transform:uppercase;color:#318f8f;background:#4fc3c324;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.tradition-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#222,#22222275 75%,#0000);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:1.3rem}.tradition-section__heading span{display:block}.tradition-section__body{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.6;color:#0c1e319e;max-width:520px;margin-bottom:2rem;color:#000000c7}@media (max-width: 1024px){.tradition-section__body{margin-left:auto;margin-right:auto}}.tradition-section__link{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#0c1e31;border:1px solid #0c1e31;padding:.85rem 1.6rem;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.tradition-section__link:before,.tradition-section__link:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.tradition-section__link:before{top:100%;background-color:#df3434e1}.tradition-section__link:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.tradition-section__link:hover{color:#fff}.tradition-section__link:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.tradition-section__link:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.tradition-section__link svg{width:15px;height:15px}@media (min-width: 901px) and (max-width: 1100px){.tradition-section__inner{grid-template-columns:52% 48%;text-align:left}.tradition-section__image{min-height:520px}.tradition-section__copy{padding:3rem clamp(1.5rem,3.5vw,2.5rem)}.tradition-section__heading{font-size:2.65rem}.tradition-section__body{margin-left:0;margin-right:0;font-size:1.05rem}}@media (min-width: 601px) and (max-width: 900px){.tradition-section__inner{position:relative;display:block;min-height:560px;text-align:left;overflow:hidden}.tradition-section__visual{width:100%;height:560px}.tradition-section__image{width:100%;height:100%;min-height:0;object-fit:cover;object-position:15% center}.tradition-section__copy{position:absolute;z-index:2;top:21%;right:6%;width:48%;max-width:380px;padding:0;transform:none!important;text-align:left}.tradition-section__eyebrow{font-size:.68rem;padding:.45rem .7rem;margin-bottom:.8rem;color:#c3bdb8;background:#112757}.tradition-section__heading{font-size:clamp(1.9rem,4.3vw,2.25rem);line-height:1.08;margin-bottom:.8rem;color:#0c1e31;background:none;-webkit-text-fill-color:#0c1e31}.tradition-section__body{max-width:340px;margin:0 0 1rem;font-size:.84rem;line-height:1.42;color:#0c1e31e6}.tradition-section__link{padding:.72rem 1.25rem;font-size:.82rem}}@media (max-width: 425px){.tradition-section__inner{display:grid;grid-template-columns:1fr;text-align:left}.tradition-section__visual{height:auto}.tradition-section__image{height:auto;min-height:0;aspect-ratio:1672/1081;object-fit:contain;object-position:center}.tradition-section__copy{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem);text-align:left}.tradition-section__heading{font-size:clamp(2rem,8vw,2.5rem)}.tradition-section__body{margin-inline:0;font-size:1rem}}.benefits-section{background:#f7f8f9;padding:5.5rem 2rem;text-align:center}.benefits-section__head{max-width:720px;margin:0 auto 3rem}.benefits-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#222,#22222275 75%,#0000);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:1.1rem;white-space:nowrap;color:#000000c7}@media (max-width: 600px){.benefits-section__heading{white-space:normal}}.benefits-section__subheading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.6;color:#0c1e319e}.benefits-section__grid{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem}@media (max-width: 1024px){.benefits-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.benefits-section__grid{grid-template-columns:1fr;max-width:480px}}.benefits-section__card{text-align:left;min-height:260px;padding:3.25rem 2.25rem;border-radius:.75rem;background:#e4eff7;border:1px solid rgba(15,23,42,.08);border-top:3px solid #32AD69;transition:transform .25s ease,box-shadow .25s ease}@media (max-width: 600px){.benefits-section__card{min-height:0;padding:2.5rem 1.5rem}}.benefits-section__card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f172a14}.benefits-section__card--consistency{border-top:1px solid rgba(15,23,42,.08);border-bottom:3px solid #4fc3c3}.benefits-section__card--progress{border-top-color:#32ad69}.benefits-section__card-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#eaf6f8;color:#087f96;font-size:1.5rem;margin-bottom:1.2rem}.benefits-section__card-title{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1.75rem;color:#0c1e31;margin-bottom:.6rem}.benefits-section__card-desc{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1rem;line-height:1.55;color:#0c1e3199}@media (max-width: 425px){.benefits-section{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem)}.benefits-section__head{margin-bottom:2rem}.benefits-section__heading{font-size:clamp(2rem,8vw,2.5rem)}.benefits-section__grid{grid-template-columns:1fr;gap:1rem}.benefits-section__card{width:100%;min-height:0;padding:1.75rem 1.25rem}.benefits-section__card-title{font-size:1.35rem}}.app-showcase{line-height:0}.app-showcase__image{display:block;width:100%;height:auto}.journey-section{background:#e8f2fb}.journey-section__inner{display:grid;grid-template-columns:1.2fr 1fr;align-items:center}@media (min-width: 1200px) and (max-width: 1919px){.journey-section__inner{grid-template-columns:1fr 1.15fr}}@media (min-width: 1920px){.journey-section__inner{max-width:1760px;margin-inline:auto}}@media (max-width: 1024px){.journey-section__inner{grid-template-columns:1fr;text-align:center}}.journey-section__copy{padding:5.5rem 4vw 5.5rem calc((100vw - 1480px)/2 + 2rem)}@media (min-width: 1920px){.journey-section__copy{padding-left:clamp(4rem,5vw,7rem)}}@media (max-width: 1280px){.journey-section__copy{padding:5.5rem 3rem;max-width:100%}}@media (max-width: 1024px){.journey-section__copy{padding:3rem 1.5rem;max-width:100%}}@media (max-width: 430px){.journey-section__copy{padding:2.5rem 1.25rem}}.journey-section__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#087f96;background:#4fc3c324;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.journey-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#222,#22222275 75%,#0000);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:2rem}.journey-section__heading span{display:block;white-space:nowrap}@media (max-width: 430px){.journey-section__heading span{white-space:normal}}.journey-section__list{list-style:none;margin:0 0 2.2rem;padding:0;display:flex;flex-direction:column;gap:1.1rem}.journey-section__list li{display:flex;align-items:flex-start;gap:.8rem;text-align:left}@media (max-width: 1024px){.journey-section__list li{text-align:left}}.journey-section__list-icon{display:inline-flex;align-items:center;justify-content:center;color:#087f96;font-size:1.5rem;flex-shrink:0;margin-top:.1rem}.journey-section__list-text{display:flex;flex-direction:column}.journey-section__list-title{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1.1rem;color:#0c1e31;margin-bottom:.2rem}.journey-section__list-desc{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;line-height:1.5;color:#0c1e3199}.journey-section__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#0c1e31;border:1px solid #0c1e31;padding:.85rem 1.6rem;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.journey-section__cta:before,.journey-section__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.journey-section__cta:before{top:100%;background-color:#df3434e1}.journey-section__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.journey-section__cta:hover{color:#fff}.journey-section__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.journey-section__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.journey-section__cta svg{width:15px;height:15px}.journey-section__visual{align-self:stretch;height:100%}@media (min-width: 1200px){.journey-section__visual{padding-right:5.5vw}}.journey-section__image{display:block;width:100%;height:100%;min-height:480px;object-fit:contain}@media (min-width: 1920px){.journey-section__image{object-fit:contain}}@media (max-width: 1024px){.journey-section__image{min-height:360px}}@media (max-width: 430px){.journey-section__image{min-height:280px}}@media (min-width: 1281px) and (max-width: 1536px){.journey-section__inner{grid-template-columns:1fr 1.08fr;min-height:680px}.journey-section__copy{padding:4rem 2.75rem 4rem 3.5vw}.journey-section__heading{font-size:3rem;margin-bottom:1.5rem}.journey-section__eyebrow{margin-bottom:1.1rem}.journey-section__list{gap:.85rem;margin-bottom:1.65rem}.journey-section__visual{padding-right:3.5vw}.journey-section__image{min-height:520px}}@media (min-width: 901px) and (max-width: 1100px){.journey-section__inner{grid-template-columns:45% 55%;text-align:left}.journey-section__copy{padding:3.5rem 1.5rem 3.5rem clamp(1.5rem,3.5vw,2.5rem)}.journey-section__heading{font-size:2.65rem;margin-bottom:1.5rem}.journey-section__list{gap:.8rem;margin-bottom:1.5rem}.journey-section__list-title{font-size:.95rem}.journey-section__list-desc{font-size:.82rem}.journey-section__visual{padding-right:1.5rem}.journey-section__image{min-height:520px;object-fit:contain}}@media (max-width: 425px){.journey-section__inner{text-align:left}.journey-section__copy{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem) 2rem}.journey-section__heading{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:1.5rem}.journey-section__list-title{font-size:1rem}.journey-section__list-desc{font-size:.9rem}.journey-section__visual{height:auto;padding:0 1rem 3rem}.journey-section__image{height:auto;min-height:0;object-fit:contain}}.steps-section{background:#0c1e31;padding:6rem 2rem;text-align:center}.steps-section__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#4fc3c3;background:#4fc3c324;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.steps-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#fff,#ffffff75 75%,#fff0);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:3rem}.steps-section__grid{max-width:1480px;margin:0 auto 2.75rem;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}@media (max-width: 1024px){.steps-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.steps-section__grid{grid-template-columns:1fr;max-width:380px}}.steps-section__card{position:relative;text-align:left;padding:1.75rem 1.4rem;border-radius:.75rem;background:#f1f5f90a;border:1px solid rgba(241,245,249,.08);isolation:isolate}.steps-section__card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;border-radius:inherit;padding:1px;background:conic-gradient(from var(--angle, 0deg),transparent 0%,transparent 60%,#4fc3c3 80%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none;--angle: 0deg}.steps-section__card:hover:before{opacity:1;animation:steps-glow-spin 2.2s linear infinite}.steps-section__number{display:block;font-family:"Instrument Serif";font-style:italic;font-size:2.2rem;color:#4fc3c3b3;margin-bottom:.9rem}.steps-section__title{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1.5rem;color:#f1f5f9;margin-bottom:.5rem}.steps-section__desc{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1rem;line-height:1.55;color:#94a3b8}.steps-section__cta{display:inline-flex;align-items:center;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#32ad69;border:1px solid #32AD69;padding:.85rem 1.8rem;border-radius:999px;text-decoration:none;box-shadow:0 6px 22px #32ad6952;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.steps-section__cta:before,.steps-section__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.steps-section__cta:before{top:100%;background-color:#df3434e1}.steps-section__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.steps-section__cta:hover{color:#fff}.steps-section__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.steps-section__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}@media (max-width: 425px){.steps-section{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem)}.steps-section__heading{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:2rem}.steps-section__grid{grid-template-columns:1fr;gap:1rem}.steps-section__card{padding:1.5rem 1.25rem}.steps-section__title{font-size:1.3rem}}.progress-section{position:relative;background:#081422;min-height:960px;display:flex;align-items:center;overflow:hidden}@media (max-width: 1024px){.progress-section{padding:3rem 0}}@media (max-width: 430px){.progress-section{min-height:700px}}.progress-section__visual{position:absolute;top:0;bottom:0;right:0;left:25%;z-index:0}@media (min-width: 1200px) and (max-width: 1919px){.progress-section__visual{left:27%;right:5.5vw}}@media (min-width: 1920px){.progress-section__visual{left:50%;right:auto;width:min(50vw,880px)}}@media (max-width: 1024px){.progress-section__visual{left:0}}.progress-section__image{display:block;width:100%;height:100%;object-fit:contain;object-position:right center;opacity:.7;-webkit-mask-image:linear-gradient(90deg,transparent 0%,transparent 20%,rgba(0,0,0,.4) 32%,rgba(0,0,0,.78) 45%,#000 65%,#000 100%);mask-image:linear-gradient(90deg,transparent 0%,transparent 20%,rgba(0,0,0,.4) 32%,rgba(0,0,0,.78) 45%,#000 65%,#000 100%)}@media (max-width: 1024px){.progress-section__image{object-position:center center;opacity:.38;-webkit-mask-image:linear-gradient(180deg,transparent 0%,transparent 12%,rgba(0,0,0,.45) 25%,rgba(0,0,0,.8) 40%,#000 60%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,transparent 12%,rgba(0,0,0,.45) 25%,rgba(0,0,0,.8) 40%,#000 60%,#000 100%)}}.progress-section__inner{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:1.2fr 1fr;align-items:center}@media (min-width: 1920px){.progress-section__inner{max-width:1760px;margin-inline:auto}}@media (max-width: 1024px){.progress-section__inner{grid-template-columns:1fr;text-align:center}}.progress-section__copy{padding:5.5rem 4vw 5.5rem calc((100vw - 1480px)/2 + 2rem)}@media (min-width: 1920px){.progress-section__copy{padding-left:clamp(4rem,5vw,7rem)}}@media (max-width: 1280px){.progress-section__copy{padding:5.5rem 3rem;max-width:100%}}@media (max-width: 1024px){.progress-section__copy{padding:3rem 1.5rem;max-width:100%}}@media (max-width: 430px){.progress-section__copy{padding:2.5rem 1.25rem}}.progress-section__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#f1f5f9bf;background:#f1f5f914;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.progress-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#fff,#ffffff75 75%,#fff0);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:1.2rem}.progress-section__heading span{display:block;white-space:nowrap}@media (max-width: 430px){.progress-section__heading span{white-space:normal}}.progress-section__body{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.6;color:#94a3b8;color:#ffffffc5;max-width:680px;margin-bottom:2rem}@media (max-width: 1024px){.progress-section__body{margin-left:auto;margin-right:auto}}.progress-section__legend{list-style:none;margin:0 0 2.2rem;padding:0;display:flex;flex-direction:column;gap:.75rem;max-width:460px}@media (max-width: 1024px){.progress-section__legend{align-items:center;text-align:center;max-width:100%;margin-left:auto;margin-right:auto}}.progress-section__legend li{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;line-height:1.6;color:#f1f5f9b8}.progress-section__dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:.6rem;vertical-align:middle}.progress-section__dot--current{background:#dc4545}.progress-section__dot--completed{background:#32ad69}.progress-section__dot--percentage{background:#4fc3c3}.progress-section__dot--upcoming{background:#eab308}.progress-section__value{font-weight:700}.progress-section__value--current{color:#dc4545}.progress-section__value--completed{color:#32ad69}.progress-section__value--percentage{color:#4fc3c3}.progress-section__value--upcoming{color:#eab308}.progress-section__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#32ad69;border:1px solid #32AD69;padding:.85rem 1.6rem;border-radius:999px;text-decoration:none;box-shadow:0 6px 20px #32ad694d;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.progress-section__cta:before,.progress-section__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.progress-section__cta:before{top:100%;background-color:#df3434e1}.progress-section__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.progress-section__cta:hover{color:#fff}.progress-section__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.progress-section__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.progress-section__cta svg{width:15px;height:15px}@media (min-width: 1281px) and (max-width: 1536px){.progress-section{min-height:680px}.progress-section__visual{left:34%;right:2.5vw;display:flex;align-items:center}.progress-section__inner{grid-template-columns:1.08fr 1fr}.progress-section__copy{padding:4rem 3rem 4rem 3.5vw}.progress-section__heading{font-size:3rem}.progress-section__body{max-width:620px;margin-bottom:1.5rem}.progress-section__legend{margin-bottom:1.65rem}.progress-section__image{height:auto;max-height:590px;transform:scale(1.08);transform-origin:right center}}@media (min-width: 901px) and (max-width: 1100px){.progress-section{min-height:620px;padding:0}.progress-section__inner{grid-template-columns:47% 53%;text-align:left}.progress-section__copy{padding:3.5rem 1.5rem 3.5rem clamp(1.5rem,3.5vw,2.5rem)}.progress-section__heading{font-size:2.65rem}.progress-section__body{margin-left:0;margin-right:0;font-size:1rem}.progress-section__legend{align-items:flex-start;text-align:left;margin-left:0;margin-right:0}.progress-section__legend li{font-size:.84rem}.progress-section__visual{left:42%;right:1.5rem}.progress-section__image{object-position:right center;opacity:.66;-webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.6) 25%,#000 52%);mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.6) 25%,#000 52%)}}@media (max-width: 900px){.progress-section{min-height:0;display:block;padding:0}.progress-section__inner{display:block;text-align:left}.progress-section__copy{padding:4rem clamp(1.5rem,4vw,2rem) 2rem}.progress-section__body{max-width:620px;margin-left:0;margin-right:0}.progress-section__legend{align-items:flex-start;text-align:left;margin-left:0;margin-right:0}.progress-section__visual{position:relative;inset:auto;width:100%;height:auto;min-height:360px;padding:0 clamp(1rem,3vw,1.5rem) 3rem}.progress-section__image{width:100%;height:auto;object-fit:contain;object-position:center;opacity:.72;-webkit-mask-image:none;mask-image:none}}@media (max-width: 425px){.progress-section__copy{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem) 2rem}.progress-section__heading{font-size:clamp(2rem,8vw,2.5rem)}.progress-section__body{font-size:1rem}.progress-section__legend{gap:.85rem}.progress-section__legend li{font-size:.9rem}.progress-section__visual{min-height:0;padding:0 1rem 3rem}.progress-section__image{display:block;width:100%;height:auto;object-fit:contain}}.grandmaster-section{background:#f7f8f9}.grandmaster-section__inner{display:grid;grid-template-columns:1.4fr .8fr;align-items:center}@media (min-width: 1920px){.grandmaster-section__inner{max-width:1760px;margin-inline:auto}}@media (max-width: 1024px){.grandmaster-section__inner{grid-template-columns:1fr;text-align:center}}.grandmaster-section__copy{padding:6rem 4vw 6rem calc((100vw - 1480px)/2 + 2rem)}@media (min-width: 1920px){.grandmaster-section__copy{padding-left:clamp(4rem,5vw,7rem)}}@media (max-width: 1280px){.grandmaster-section__copy{padding:5.5rem 3rem;max-width:100%}}@media (max-width: 1024px){.grandmaster-section__copy{padding:3rem 1.5rem;max-width:100%}}@media (max-width: 430px){.grandmaster-section__copy{padding:2.5rem 1.25rem}}.grandmaster-section__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#087f96;background:#4fc3c324;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.grandmaster-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#222,#22222275 75%,#0000);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:1.3rem}.grandmaster-section__heading span{display:block;white-space:nowrap}@media (max-width: 430px){.grandmaster-section__heading span{white-space:normal}}.grandmaster-section__body{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.6;color:#0c1e319e;max-width:820px;margin-bottom:1rem;color:#000000c7;font-weight:700;font-size:1.35rem}@media (max-width: 1024px){.grandmaster-section__body{margin-left:auto;margin-right:auto}}.grandmaster-section__body--muted{font-size:.95rem;font-weight:400;max-width:700px;color:#0c1e318c;margin-bottom:2rem}.grandmaster-section__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#0c1e31;border:1px solid #0c1e31;padding:.85rem 1.6rem;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.grandmaster-section__cta:before,.grandmaster-section__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.grandmaster-section__cta:before{top:100%;background-color:#df3434e1}.grandmaster-section__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.grandmaster-section__cta:hover{color:#fff}.grandmaster-section__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.grandmaster-section__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.grandmaster-section__cta svg{width:15px;height:15px}.grandmaster-section__visual{padding:6rem 5.5vw 6rem 0}@media (max-width: 1024px){.grandmaster-section__visual{padding:0 1.5rem 3rem}}@media (max-width: 430px){.grandmaster-section__visual{padding:0 1.25rem 2.5rem}}.grandmaster-section__image{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:.75rem;box-shadow:0 20px 44px #0f172a24}@media (max-width: 1024px){.grandmaster-section__image{max-height:420px}}@media (max-width: 430px){.grandmaster-section__image{max-height:320px}}@media (min-width: 1281px) and (max-width: 1536px){.grandmaster-section__inner{grid-template-columns:1.25fr .85fr;min-height:540px}.grandmaster-section__copy{padding:4rem 3rem 4rem 3.5vw}.grandmaster-section__heading{font-size:3rem;margin-bottom:1rem}.grandmaster-section__body{font-size:1.15rem}.grandmaster-section__body--muted{font-size:.9rem;margin-bottom:1.5rem}.grandmaster-section__visual{padding:4rem 5.5vw 4rem 0}.grandmaster-section__image{max-height:400px}}@media (min-width: 901px) and (max-width: 1100px){.grandmaster-section__inner{grid-template-columns:57% 43%;text-align:left}.grandmaster-section__copy{padding:3.5rem 2rem 3.5rem clamp(1.5rem,3.5vw,2.5rem)}.grandmaster-section__heading{font-size:2.65rem}.grandmaster-section__body{margin-left:0;margin-right:0;font-size:1.05rem}.grandmaster-section__body--muted{font-size:.85rem}.grandmaster-section__visual{padding:3.5rem clamp(1.5rem,3.5vw,2.5rem) 3.5rem 0}.grandmaster-section__image{max-height:360px}}@media (max-width: 425px){.grandmaster-section__inner{display:flex;flex-direction:column;text-align:left}.grandmaster-section__visual{order:-1;width:100%;padding:3rem 1rem 0}.grandmaster-section__image{width:100%;max-height:none;height:auto;object-fit:contain}.grandmaster-section__copy{padding:2.5rem clamp(1rem,4.5vw,1.25rem) 4rem}.grandmaster-section__heading{font-size:clamp(2rem,8vw,2.5rem)}.grandmaster-section__body{margin-inline:0;font-size:1rem;line-height:1.55}.grandmaster-section__body--muted{font-size:.9rem}}.testimonials-section{background:#f7f8f9;padding:5.5rem 2rem;text-align:center}.testimonials-section__head{margin:0 auto 3.5rem}.testimonials-section__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#318f8f;background:#4fc3c324;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.testimonials-section__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#222,#22222275 75%,#0000);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:1.1rem;white-space:nowrap}@media (max-width: 600px){.testimonials-section__heading{white-space:normal}}.testimonials-section__subheading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.6;color:#0c1e319e;max-width:620px;margin:0 auto}.testimonials-section__grid{max-width:1480px;margin:0 auto 2.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){.testimonials-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.testimonials-section__grid{grid-template-columns:1fr;max-width:560px}}@media (max-width: 600px){.testimonials-section__grid{grid-template-columns:1fr;max-width:420px}}.testimonials-section__card{position:relative;text-align:left;padding:1.75rem 1.5rem;border-radius:.75rem;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 28px #0f172a0d;isolation:isolate;transition:box-shadow .25s ease}.testimonials-section__card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;z-index:-1;border-radius:inherit;padding:1px;background:conic-gradient(from var(--angle, 0deg),transparent 0%,transparent 60%,#4fc3c3 80%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none;--angle: 0deg}.testimonials-section__card:hover{box-shadow:0 16px 36px #0f172a1a}.testimonials-section__card:hover:before{opacity:1;animation:steps-glow-spin 2.2s linear infinite}.testimonials-section__rating{display:flex;gap:.25rem;color:#4fc3c3;font-size:.8rem;margin-bottom:.9rem}.testimonials-section__title{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1.15rem;color:#0c1e31;margin-bottom:1rem}.testimonials-section__points{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.7rem}.testimonials-section__points li{position:relative;padding-left:1.1rem;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;line-height:1.5;color:#0c1e31a6}.testimonials-section__points li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:#4fc3c3}.testimonials-section__role{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.85rem;color:#0c1e3180}.testimonials-section__cta-wrap{display:flex;justify-content:flex-end;max-width:1480px;margin:0 auto}.testimonials-section__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#0c1e31;border:1px solid #0c1e31;padding:.85rem 1.7rem;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.testimonials-section__cta:before,.testimonials-section__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.testimonials-section__cta:before{top:100%;background-color:#df3434e1}.testimonials-section__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.testimonials-section__cta:hover{color:#fff}.testimonials-section__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.testimonials-section__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.testimonials-section__cta svg{width:15px;height:15px}@media (max-width: 425px){.testimonials-section{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem)}.testimonials-section__head{margin-bottom:2rem}.testimonials-section__heading{font-size:clamp(2rem,8vw,2.5rem)}.testimonials-section__grid{grid-template-columns:1fr;gap:1rem}.testimonials-section__card{padding:1.5rem 1.25rem}}.faq-section{background:#f7f8f9;padding:5.5rem 2rem 6rem}.faq-section__heading{text-align:center;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#222,#22222275 75%,#0000);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:2.5rem}.faq-section__list{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;align-items:stretch}@media (max-width: 900px){.faq-section__list{grid-template-columns:1fr}}.faq-section__item{display:flex;flex-direction:column;border:1px solid rgba(15,23,42,.08);border-radius:.75rem;background:#f7f8f9;overflow:hidden}.faq-section__item-heading{margin:0}.faq-section__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;padding:1.5rem 1.75rem;background:none;border:none;cursor:pointer;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:1.05rem;color:#0c1e31}.faq-section__question:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c}.faq-section__icon{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#4fc3c3;font-size:1.1rem;line-height:1;transition:transform .25s ease}.faq-section__icon--open{transform:rotate(180deg)}.faq-section__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.faq-section__answer p{overflow:hidden;margin:0;padding:0 1.6rem;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;line-height:1.6;color:#0c1e3199}.faq-section__answer--open{grid-template-rows:1fr}.faq-section__answer--open p{padding:0 1.6rem 1.5rem}.faq-section__answer>p{min-height:0}.faq-section__state{max-width:1480px;margin:0 auto;text-align:center;color:#0c1e318c;font-size:1rem}.faq-section__state--error{color:#ef4444}.faq-section__cta-wrap{display:flex;justify-content:center;margin-top:2.5rem}.faq-section__cta{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;color:#fff;background:#0c1e31;border:1px solid #0c1e31;padding:.85rem 1.6rem;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.faq-section__cta:before,.faq-section__cta:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.faq-section__cta:before{top:100%;background-color:#df3434e1}.faq-section__cta:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.faq-section__cta:hover{color:#fff}.faq-section__cta:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.faq-section__cta:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.faq-section__cta svg{width:15px;height:15px}@media (max-width: 425px){.faq-section{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem)}.faq-section__heading{font-size:clamp(2rem,8vw,2.5rem);margin-bottom:2rem}.faq-section__list{grid-template-columns:1fr;gap:.75rem}.faq-section__question{min-height:54px;padding:1rem;font-size:.95rem;line-height:1.4}.faq-section__answer p,.faq-section__answer--open p{padding-inline:1rem;font-size:.9rem}.faq-section__answer--open p{padding-bottom:1rem}}.final-cta{position:relative;background:#0c1e31 url(/lesson7.png) no-repeat center center/cover;min-height:900px;display:flex;align-items:center;padding:4rem 2rem}@media (min-width: 1200px){.final-cta{min-height:51.1387163561vw;padding-inline:5.5vw;background-position:center top;background-size:100% auto}}@media (max-width: 1024px){.final-cta{min-height:760px}}@media (max-width: 430px){.final-cta{min-height:640px;padding:3rem 1.5rem;background-position:64% center}}.final-cta__inner{position:relative;z-index:1;max-width:1480px;width:100%;margin:0 auto}.final-cta__copy{max-width:560px}.final-cta__eyebrow{display:inline-block;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:#4fc3c3;background:#4fc3c324;border-radius:.25rem;padding:.5rem .9rem;margin-bottom:1.4rem}.final-cta__heading{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(2.4rem,4.2vw,3.5rem);line-height:1.14;letter-spacing:-.01em;background:linear-gradient(180deg,#fff,#ffffff75 75%,#fff0);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:1.2rem}.final-cta__body{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.6;color:#94a3b8;max-width:460px;margin-bottom:2rem}.final-cta__actions{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.final-cta__btn{display:inline-flex;align-items:center;gap:.5rem;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.98rem;padding:.85rem 1.7rem;border-radius:999px;text-decoration:none;position:relative;overflow:hidden;z-index:1;transition:all .2s ease-in}.final-cta__btn:before,.final-cta__btn:after{content:"";position:absolute;left:50%;transform:translate(-50%) scaleY(1) scaleX(1.25);width:140%;height:180%;border-radius:50%;display:block;transition:all .5s .1s cubic-bezier(.55,0,.1,1);z-index:-1;pointer-events:none}.final-cta__btn:before{top:100%;background-color:#df3434e1}.final-cta__btn:after{top:180%;background-color:#009087;transform:translate(-50%) scaleY(1) scaleX(1.45)}.final-cta__btn:hover{color:#fff}.final-cta__btn:hover:before{top:-35%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.final-cta__btn:hover:after{top:-45%;background-color:#009087;transform:translate(-50%) scaleY(1.3) scaleX(.8)}.final-cta__btn svg{width:15px;height:15px}.final-cta__btn--primary{background:#32ad69;border:1px solid #32AD69;color:#fff;box-shadow:0 6px 24px #32ad6957}.final-cta__btn--ghost{background:transparent;color:#f1f5f9;border:1px solid rgba(241,245,249,.35)}@media (min-width: 901px) and (max-width: 1100px){.final-cta{min-height:600px;padding-inline:clamp(1.5rem,3.5vw,2.5rem);background-position:center center;background-size:cover}.final-cta__copy{width:46%;max-width:440px}.final-cta__heading{font-size:2.65rem}.final-cta__body{font-size:1rem}}@media (min-width: 601px) and (max-width: 900px){.final-cta{min-height:0;aspect-ratio:2415/1235;padding:1.5rem clamp(1.5rem,4vw,2rem);display:flex;background-color:#0c1e31;background-image:url(/lesson7.png);background-repeat:no-repeat;background-position:center top;background-size:100% auto}.final-cta__inner{padding-inline:0}.final-cta__copy{width:46%;max-width:360px}.final-cta__eyebrow{margin-bottom:.8rem;padding:.42rem .65rem;font-size:.66rem}.final-cta__heading{font-size:clamp(1.9rem,4.5vw,2.25rem);line-height:1.04;margin-bottom:.75rem}.final-cta__body{font-size:.84rem;line-height:1.4;margin-bottom:.9rem}.final-cta__actions{align-items:flex-start;flex-direction:column;gap:.5rem}.final-cta__btn{justify-content:center;min-height:42px;padding-inline:1.25rem;padding-block:.65rem;font-size:.8rem}}@media (max-width: 425px){.final-cta{min-height:0;padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem);display:block;background-color:#0c1e31;background-image:none}.final-cta__copy{width:100%;max-width:none}.final-cta__heading{font-size:clamp(2rem,8vw,2.5rem)}.final-cta__body{width:100%;font-size:1rem;line-height:1.5}.final-cta__actions{width:100%;align-items:stretch;flex-direction:column;gap:.75rem}.final-cta__btn{width:100%;min-height:50px;justify-content:center;font-size:.9rem}}.site-footer{position:relative;background:#081422 url(/Footer.png) no-repeat center top/cover;padding:clamp(5.25rem,6vw,7rem) clamp(1.5rem,5.5vw,6.625rem) 0;overflow:hidden;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.site-footer__container{position:relative;z-index:1;width:100%;max-width:1760px;margin:0 auto}.site-footer__grid{display:grid;grid-template-columns:1.75fr 1fr 1fr 1.25fr;column-gap:clamp(2.5rem,4vw,5rem);row-gap:2.5rem;padding-bottom:clamp(5rem,5.5vw,6.5rem)}@media (max-width: 1100px){.site-footer__grid{grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:3rem}}@media (max-width: 600px){.site-footer__grid{grid-template-columns:1fr;row-gap:2.5rem}}.site-footer__brand{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:380px}.site-footer__logo{width:clamp(120px,7vw,136px);height:auto;object-fit:contain}.site-footer__brand-desc{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1rem,1vw,1.125rem);font-weight:500;color:#e5e7eb8c;line-height:1.75;max-width:360px;margin:0}.site-footer__col{display:flex;flex-direction:column;gap:0}.site-footer__col-title{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1rem,1vw,1.125rem);letter-spacing:0;text-transform:uppercase;color:#e5e7eb;margin:0 0 1.35rem}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.15rem}.site-footer__links a,.site-footer__links .site-footer__link-btn{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,.95vw,1.075rem);font-weight:500;line-height:1.45;overflow-wrap:anywhere;color:#e5e7eb8c;text-decoration:none;transition:color .2s ease,transform .2s ease}.site-footer__links a:hover,.site-footer__links .site-footer__link-btn:hover{color:#e5e7ebeb;transform:translate(3px)}.site-footer__links a:focus-visible,.site-footer__links .site-footer__link-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c}.site-footer__link-btn{display:inline;padding:0;background:none;border:none;cursor:pointer;text-align:left}.site-footer__link-btn:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c}.site-footer__decorative{position:relative;z-index:1;margin:0;width:100%;max-width:none;padding:0;text-align:center;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(5rem,9vw,10.75rem);line-height:.92;letter-spacing:-.055em;color:transparent;background:linear-gradient(180deg,rgba(241,245,249,.82) 0%,rgba(241,245,249,.62) 32%,rgba(241,245,249,.1) 82%,transparent 100%);-webkit-background-clip:text;background-clip:text;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none}@media (max-width: 600px){.site-footer__decorative{font-size:clamp(3.4rem,16vw,5rem);line-height:.9;white-space:normal}}.site-footer__bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:2rem 0 2.5rem;margin-top:clamp(4rem,4.8vw,5.75rem);border-top:1px solid rgba(229,231,235,.12);flex-wrap:wrap}@media (max-width: 430px){.site-footer__bottom{justify-content:center;text-align:center}}.site-footer__copy,.site-footer__tagline{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.9vw,1rem);font-weight:500;color:#e5e7eb75;margin:0}@media (min-width: 1281px) and (max-width: 1536px){.site-footer{padding-inline:3.5vw}.site-footer__grid{grid-template-columns:1.6fr .9fr .95fr 1.25fr;column-gap:2.75rem}.site-footer__brand{max-width:330px;gap:1.5rem}.site-footer__logo{width:112px}.site-footer__brand-desc{font-size:.95rem;max-width:310px}}@media (min-width: 601px) and (max-width: 900px){.site-footer{padding-inline:clamp(1.5rem,4vw,2rem)}.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:3rem}.site-footer__brand{max-width:300px}.site-footer__decorative{font-size:clamp(4rem,11vw,6rem)}}@media (min-width: 1920px){.site-footer__grid{grid-template-columns:1.7fr .9fr .95fr 1.25fr}.site-footer__brand{max-width:360px}}@media (max-width: 425px){.site-footer{padding:clamp(3.5rem,12vw,4.5rem) clamp(1rem,4.5vw,1.25rem) 0}.site-footer__grid{grid-template-columns:1fr;row-gap:2.5rem;padding-bottom:3.5rem}.site-footer__brand{max-width:100%;gap:1.25rem}.site-footer__logo{width:84px}.site-footer__brand-desc{max-width:300px;font-size:.95rem}.site-footer__links a,.site-footer__links .site-footer__link-btn{overflow-wrap:anywhere;word-break:break-word}.site-footer__decorative{font-size:clamp(3.25rem,17vw,5.375rem);line-height:.92;white-space:normal;overflow:visible;text-align:left}.site-footer__bottom{align-items:flex-start;flex-direction:column;margin-top:3rem;padding:1.5rem 0 2rem;text-align:left}}.site-footer__modal{text-align:left}.landing [id]{scroll-margin-top:90px}.landing{width:100%;max-width:100%;overflow-x:clip}.landing section,.landing footer,.landing nav,.landing div,.landing ul,.landing li{min-width:0}.landing img,.landing svg{max-width:100%}@media (max-width: 600px){.landing .hero__actions,.landing .final-cta__actions{align-items:stretch;flex-direction:column}.landing .hero__btn,.landing .final-cta__btn{width:100%;justify-content:center}.landing .hero__points{align-items:flex-start;flex-direction:column;gap:.85rem}.landing .journey-section__heading span,.landing .grandmaster-section__heading span,.landing .progress-section__heading span{white-space:normal}.landing .testimonials-section__cta-wrap{justify-content:center}}@media (min-width: 1920px){.landing .feature-strip__grid,.landing .steps-section__grid,.landing .faq-section__list,.landing .final-cta__inner{max-width:1760px}.landing .benefits-section__grid,.landing .testimonials-section__grid,.landing .testimonials-section__cta-wrap{max-width:1500px}}.nf{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#081422}.nf__dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(148,163,184,.14) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.nf__orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.nf__orb--left{width:500px;height:500px;background:radial-gradient(circle,rgba(79,195,195,.12),transparent 70%);top:-100px;left:-150px;animation:orb-drift-l 14s ease-in-out infinite alternate}.nf__orb--right{width:400px;height:400px;background:radial-gradient(circle,rgba(220,69,69,.1),transparent 70%);bottom:-80px;right:-100px;animation:orb-drift-r 18s ease-in-out infinite alternate}.nf__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.nf__particle{position:absolute;border-radius:50%}.nf__particle:nth-child(1){width:7px;height:7px;top:40%;left:16%;background:#32ad6980;box-shadow:0 0 14px #32ad6980;animation:particle-float 9s ease-in-out 1s infinite}.nf__particle:nth-child(2){width:5px;height:5px;top:57%;left:36%;background:#dc454573;box-shadow:0 0 10px #dc454573;animation:particle-float 11s ease-in-out 4s infinite}.nf__particle:nth-child(3){width:7px;height:7px;top:43%;left:87%;background:#4fc3c380;box-shadow:0 0 14px #4fc3c380;animation:particle-float 11s ease-in-out 5s infinite}.nf__particle:nth-child(4){width:7px;height:7px;top:11%;left:93%;background:#32ad6980;box-shadow:0 0 14px #32ad6980;animation:particle-float 16s ease-in-out 2s infinite}.nf__particle:nth-child(5){width:7px;height:7px;top:77%;left:74%;background:#dc454573;box-shadow:0 0 14px #dc454573;animation:particle-float 13s ease-in-out 3s infinite}.nf__particle:nth-child(6){width:7px;height:7px;top:36%;left:75%;background:#4fc3c380;box-shadow:0 0 14px #4fc3c380;animation:particle-float 13s ease-in-out 2s infinite}.nf__particle:nth-child(7){width:7px;height:7px;top:48%;left:81%;background:#32ad6980;box-shadow:0 0 14px #32ad6980;animation:particle-float 16s ease-in-out 7s infinite}.nf__particle:nth-child(8){width:4px;height:4px;top:64%;left:21%;background:#dc454573;box-shadow:0 0 8px #dc454573;animation:particle-float 10s ease-in-out 8s infinite}.nf__particle:nth-child(9){width:8px;height:8px;top:52%;left:6%;background:#4fc3c380;box-shadow:0 0 16px #4fc3c380;animation:particle-float 16s ease-in-out 6s infinite}.nf__particle:nth-child(10){width:7px;height:7px;top:6%;left:73%;background:#32ad6980;box-shadow:0 0 14px #32ad6980;animation:particle-float 7s ease-in-out 8s infinite}.nf__particle:nth-child(11){width:6px;height:6px;top:78%;left:42%;background:#dc454573;box-shadow:0 0 12px #dc454573;animation:particle-float 11s ease-in-out 8s infinite}.nf__particle:nth-child(12){width:8px;height:8px;top:60%;left:10%;background:#4fc3c380;box-shadow:0 0 16px #4fc3c380;animation:particle-float 8s ease-in-out 5s infinite}.nf__content{position:relative;z-index:2;text-align:center;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2rem;animation:content-rise .9s cubic-bezier(.2,.8,.4,1) both}.nf__code-wrap{display:flex;align-items:center;justify-content:center;gap:.25rem;line-height:1;-webkit-user-select:none;user-select:none}.nf__digit{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(6rem,20vw,12rem);color:transparent;-webkit-text-stroke:2px rgba(241,245,249,.15);letter-spacing:-.04em;display:inline-block}.nf__digit--4a{animation:digit-in-left .7s cubic-bezier(.2,.8,.4,1) .1s both}.nf__digit--4b{animation:digit-in-right .7s cubic-bezier(.2,.8,.4,1) .1s both}.nf__digit--0{position:relative;width:clamp(5rem,16vw,10rem);height:clamp(6rem,20vw,12rem);display:inline-flex;align-items:center;justify-content:center;animation:digit-in-left .7s cubic-bezier(.2,.8,.4,1) .2s both}.nf__medallion{position:relative;width:clamp(3.5rem,11vw,7rem);height:clamp(3.5rem,11vw,7rem);border-radius:50%;background:radial-gradient(circle at 38% 35%,#4fc3c3e6,#32ad69bf 55%,#10a34a99);box-shadow:0 0 18px #32ad6980,0 0 50px #32ad6940,inset 0 0 20px #ffffff14;animation:medallion-pulse 5s ease-in-out infinite}.nf__medallion-ring{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1.5px solid rgba(50,173,105,.35);animation:ring-pulse 3s ease-out infinite}.nf__medallion-ring--2{top:-18px;right:-18px;bottom:-18px;left:-18px;border-color:#32ad692e;animation-delay:.8s}.nf__title{font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:clamp(1.5rem,4vw,2.4rem);color:#f1f5f9;letter-spacing:-.02em;line-height:1.15;margin:0;animation:content-rise .8s cubic-bezier(.2,.8,.4,1) .35s both}.nf__body{font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.9rem,1.8vw,1.05rem);color:#f1f5f985;line-height:1.72;max-width:400px;margin:0;animation:content-rise .8s cubic-bezier(.2,.8,.4,1) .45s both}.nf__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;animation:content-rise .8s cubic-bezier(.2,.8,.4,1) .55s both}.nf__btn{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;font-family:Techna Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;font-size:.95rem;padding:.7rem 1.6rem;border-radius:999px;transition:transform .18s ease,box-shadow .2s ease,opacity .18s ease}.nf__btn svg{width:16px;height:16px}.nf__btn:hover{transform:translateY(-2px)}.nf__btn:active{transform:scale(.97)}.nf__btn--primary{background:#32ad69;color:#06210f;box-shadow:0 4px 20px #32ad6961}.nf__btn--primary:hover{box-shadow:0 6px 28px #32ad698c}.nf__btn--ghost{background:#f1f5f90f;color:#f1f5f9b8;border:1px solid rgba(241,245,249,.12)}.nf__btn--ghost:hover{background:#f1f5f91a;color:#f1f5f9;border-color:#f1f5f938}.nf__hint{display:flex;align-items:center;gap:.5rem;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;color:#f1f5f94d;letter-spacing:.03em;margin:0;animation:content-rise .8s ease .75s both}.nf__hint-dot{width:6px;height:6px;border-radius:50%;background:#32ad69;box-shadow:0 0 6px #32ad69;animation:hint-pulse 2.5s ease-in-out infinite;flex-shrink:0}@keyframes medallion-pulse{0%,to{transform:scale(.88);opacity:.85}50%{transform:scale(1.12);opacity:1}}@keyframes ring-pulse{0%{transform:scale(.92);opacity:.7}60%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}@keyframes digit-in-left{0%{opacity:0;transform:translate(-24px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes digit-in-right{0%{opacity:0;transform:translate(24px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes content-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes orb-drift-l{0%{transform:translate(0) scale(1)}to{transform:translate(60px,40px) scale(1.15)}}@keyframes orb-drift-r{0%{transform:translate(0) scale(1)}to{transform:translate(-50px,-30px) scale(1.1)}}@keyframes particle-float{0%,to{transform:translateY(0);opacity:1}33%{transform:translateY(-20px);opacity:.4}66%{transform:translateY(10px);opacity:.7}}@keyframes hint-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.65)}}.content-page{min-width:0;background:#f7f8f9;color:#0c1e31;font-family:Satoshi,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.content-page__hero{position:relative;isolation:isolate;overflow:hidden;padding:calc(125px + clamp(2.5rem,5vw,5rem)) 1.25rem clamp(4rem,7vw,6.5rem);background:#081422 url(/Footer.png) center/cover no-repeat}.content-page__hero-glow{position:absolute;z-index:-1;width:min(60vw,720px);aspect-ratio:1;right:-15%;top:-70%;border-radius:50%;background:#4fc3c329;filter:blur(70px)}.content-page__hero-inner,.content-page__inner{width:min(100%,860px);margin-inline:auto}.content-page__back{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:clamp(2rem,4vw,3.5rem);color:#f1f5f9b8;font-weight:500;text-decoration:none;transition:color .2s ease}.content-page__back:hover{color:#f1f5f9}.content-page__back:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c}.content-page__eyebrow{margin:0 0 .85rem;color:#4fc3c3;font-size:.82rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.content-page h1{margin:0;color:#f1f5f9;font-size:clamp(2.25rem,5vw,4rem);line-height:1.05;letter-spacing:-.035em;font-weight:700}.content-page__date{margin:1.35rem 0 0;color:#f1f5f9a3;font-weight:500}.content-page__intro{max-width:680px;margin:1rem 0 0;color:#f1f5f9bd;font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.65}.content-page__body{padding:clamp(3.5rem,7vw,6.5rem) 1.25rem clamp(5rem,9vw,8rem)}.content-page__body section{scroll-margin-top:calc(125px + 1rem)}.content-page__body section+section{margin-top:clamp(2.75rem,5vw,4.25rem);padding-top:clamp(2.5rem,4vw,3.5rem);border-top:1px solid rgba(12,30,49,.1)}.content-page__body h2{margin:0 0 1.1rem;color:#0c1e31;font-size:clamp(1.65rem,3vw,2.1rem);line-height:1.2;font-weight:700;letter-spacing:-.02em}.content-page__body h3{margin:2rem 0 .75rem;color:#0c1e31;font-size:clamp(1.2rem,2vw,1.45rem);line-height:1.3;font-weight:700}.content-page__body p{margin:0 0 1rem;color:#46586b;font-size:clamp(1rem,1.25vw,1.08rem);line-height:1.78}.content-page__body a{color:#087f78;font-weight:500;overflow-wrap:anywhere;text-underline-offset:.2em}.content-page__body a:hover{color:#0c1e31}.content-page__body a:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c}.faq-page__group+.faq-page__group{margin-top:clamp(3rem,6vw,5rem);padding-top:0!important;border-top:0!important}.faq-page__list{display:grid;gap:.85rem}.faq-page__item{overflow:hidden;border:1px solid rgba(12,30,49,.1);border-radius:.85rem;background:#fff;box-shadow:0 8px 28px #0c1e310a;transition:border-color .2s ease,box-shadow .2s ease}.faq-page__item.is-open{border-color:#4fc3c359;box-shadow:0 12px 32px #0c1e3114}.faq-page__item h3{margin:0}.faq-page__item button{width:100%;min-height:72px;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.35rem;border:0;background:transparent;color:#0c1e31;font:700 clamp(1rem,1.5vw,1.13rem)/1.4 "Satoshi",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;text-align:left;cursor:pointer}.faq-page__item button:hover{background:#4fc3c30f}.faq-page__item button:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c;outline-offset:-3px}.faq-page__index{flex:0 0 auto;color:#0c1e3147;font-weight:700;font-size:.85rem;letter-spacing:.02em}.faq-page__question{flex:1 1 auto}.faq-page__item svg{flex:0 0 auto;font-size:1.4rem;color:#168f88;transition:transform .25s ease}.faq-page__item svg.is-open{transform:rotate(180deg)}.faq-page__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-page__answer>div{min-height:0;overflow:hidden}.faq-page__answer.is-open{grid-template-rows:1fr}.faq-page__answer p{padding:0 1.35rem 0 2.6rem;margin:0}.faq-page__answer p:first-child{padding-top:.1rem}.faq-page__answer p:last-child{padding-bottom:1.35rem}.faq-page__state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.85rem;min-height:40vh;padding:2rem;color:#94a3b8;text-align:center}.faq-page__state svg{font-size:2.25rem;color:#0c1e314d}.faq-page__state p{margin:0;font-size:1.05rem}.faq-page__state--error svg{color:#ef4444}.faq-page__state--error p{color:#ef4444}@media (max-width: 767px){.content-page__hero{padding-inline:clamp(1rem,5vw,1.5rem);padding-top:calc(125px + 1.75rem);padding-bottom:3.75rem}.content-page__body{padding-inline:clamp(1rem,5vw,1.5rem)}.content-page__back{margin-bottom:2rem}.faq-page__item button{min-height:66px;padding:1.05rem}.faq-page__index{display:none}.faq-page__answer p{padding-left:1.05rem;padding-right:1.05rem}}@media (prefers-reduced-motion: reduce){.faq-page__answer,.faq-page__item svg{transition:none}}
