@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Montserrat:ital,wght@0,700;0,800;0,900;1,700;1,800&display=swap";@import "https://fonts.googleapis.com/css2?family=Idiqlat&display=swap";:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--navy-950:#04111d;--navy-900:#071a2a;--navy-850:#092238;--navy-800:#0d2d49;--blue-700:#145a9e;--blue-600:#087fc4;--blue-500:#0ca9e8;--blue-400:#3fc8f4;--cyan-300:#8ce4ff;--white:#fff;--gray-50:#f8fbfd;--gray-100:#edf4f8;--gray-300:#b7c8d4;--gray-500:#78909f;--text-dark:#0c2942;--container:1440px;--transition:.25s ease;background:#061522;font-family:Inter,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy-950);min-width:320px;min-height:100vh;margin:0;overflow-x:hidden}body,button,input,textarea,select{font-family:Inter,sans-serif}button,a{-webkit-tap-highlight-color:transparent}button{border:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}#root{min-height:100vh}::selection{color:#fff;background:var(--blue-500)}.container{width:min(calc(100% - 64px), var(--container));margin:0 auto}@media (width<=768px){.container{width:min(calc(100% - 36px), var(--container))}}.header{z-index:1000;background:linear-gradient(#020e18fa 0%,#03131fe8 68%,#03131f73 100%);width:100%;transition:background .28s,box-shadow .28s,-webkit-backdrop-filter .28s,backdrop-filter .28s;position:fixed;top:0;left:0}.header:before{content:"";pointer-events:none;background:linear-gradient(115deg,#0000 0% 34%,#15ace509 34.3%,#0000 34.6%);position:absolute;inset:0}.header--scrolled{-webkit-backdrop-filter:blur(24px);background:#03111df2;box-shadow:0 18px 55px #00000040}.header__shell{z-index:4;grid-template-columns:auto minmax(470px,1fr) auto;align-items:center;gap:38px;min-height:102px;transition:min-height .28s;display:grid;position:relative}.header--scrolled .header__shell{min-height:84px}.header__brand{flex-shrink:0;align-items:center;gap:17px;display:flex}.header__brand-mark{flex-shrink:0;justify-content:center;align-items:center;width:78px;height:78px;display:flex;position:relative}.header__logo{z-index:4;object-fit:contain;filter:drop-shadow(0 10px 18px #00000052);width:70px;height:70px;transition:transform .3s,filter .3s;position:relative}.header__brand:hover .header__logo{filter:drop-shadow(0 10px 24px #19c6fa57);transform:scale(1.065)translateY(-2px)}.header__orbit{pointer-events:none;border-radius:50%;position:absolute}.header__orbit--one{border:1px solid #0000;border-color:#4ed3ff33 #0000 #0000 #4ed3ff33;width:75px;height:75px;animation:9s linear infinite headerOrbitOne}.header__orbit--two{border:1px solid #4ed3ff12;border-left-color:var(--blue-500);width:61px;height:61px;animation:7s linear infinite reverse headerOrbitTwo}@keyframes headerOrbitOne{to{transform:rotate(360deg)}}@keyframes headerOrbitTwo{to{transform:rotate(360deg)}}.header__brand-info{text-align:center;flex-direction:column;align-items:center;min-width:260px;display:flex}.header__brand-overline{color:#5ed6ffa6;letter-spacing:.2em;text-align:center;text-transform:uppercase;width:100%;margin-bottom:5px;font-size:7px;font-weight:800;line-height:1}.header__brand-title{text-align:center;text-transform:uppercase;justify-content:center;align-items:baseline;gap:7px;width:100%;font-family:Montserrat,sans-serif;line-height:1;display:flex}.header__brand-title strong{color:#fff;letter-spacing:-.045em;font-size:18px;font-weight:850}.header__brand-title span{color:var(--blue-400);letter-spacing:-.045em;font-size:18px;font-style:italic;font-weight:900}.header__brand-slogan{color:#fff6;letter-spacing:.17em;text-align:center;text-transform:uppercase;width:100%;margin-top:6px;font-size:9px;font-weight:650;line-height:1}.header__menu{justify-content:center;align-items:center;min-width:0;display:flex}.header__menu-top{display:none}.header__nav{justify-content:center;align-items:center;gap:clamp(16px,1.6vw,30px);width:100%;display:flex}.header__nav-link{color:#ffffff8f;justify-content:center;align-items:center;gap:8px;min-height:64px;padding:0 2px;transition:color .22s,transform .22s;display:flex;position:relative}.header__nav-name{letter-spacing:.015em;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;transition:color .22s,text-shadow .22s,letter-spacing .22s;position:relative}.header__dumbbell-slot{opacity:0;justify-content:center;align-items:center;width:0;height:22px;transition:width .24s,opacity .22s,transform .24s;display:flex;overflow:visible;transform:translate(6px)scale(.65)}.header__dumbbell{object-fit:contain;filter:drop-shadow(0 0 6px #16baf047);width:22px;min-width:22px;height:22px;transition:transform .24s,filter .24s;display:block;transform:rotate(0)}.header__nav-link--active .header__dumbbell-slot{opacity:1;width:24px;transform:translate(0)scale(1)}.header__nav-link--active .header__dumbbell{filter:drop-shadow(0 0 8px #28cdff6b);transform:rotate(0)}.header__nav-link:hover .header__dumbbell-slot{opacity:.82;width:24px;transform:translate(0)scale(.96)}.header__nav-link:hover .header__dumbbell{filter:drop-shadow(0 0 10px #28cdff80);transform:scale(1.04)}.header__nav-link:hover{color:#fff;transform:translateY(-1px)}.header__nav-link--active{color:#fff}.header__nav-link--active .header__nav-name{letter-spacing:.02em;text-shadow:0 0 14px #53d5ff24;font-weight:800}.header__nav-name:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#41cffaeb,#0000);border-radius:999px;height:2px;transition:opacity .22s,transform .25s;position:absolute;bottom:-12px;left:0;right:0;transform:scaleX(.25)}.header__nav-link--active .header__nav-name:after{opacity:.85;transform:scaleX(1)}.header__actions{flex-shrink:0;align-items:center;display:flex}.header__cta{color:#fff;align-items:center;gap:17px;min-height:66px;padding:7px 5px 7px 18px;transition:transform .25s,filter .25s;display:flex;position:relative}.header__cta:before{content:"";opacity:0;background:linear-gradient(90deg,#077ebb1f,#0eb1e40d,#0000);border-radius:30px 8px;width:82%;height:44px;transition:opacity .25s,transform .25s;position:absolute;top:50%;left:0;transform:translateY(-50%)translate(8px)}.header__cta:hover:before{opacity:1;transform:translateY(-50%)translate(0)}.header__cta:hover{transform:translateY(-2px)}.header__cta-copy{z-index:2;text-align:right;flex-direction:column;align-items:flex-end;min-width:130px;display:flex;position:relative}.header__cta-copy span{color:#55d1faad;letter-spacing:.2em;text-transform:uppercase;margin-bottom:4px;font-size:7px;font-weight:850;line-height:1}.header__cta-copy strong{color:#fff;white-space:nowrap;font-size:12px;font-weight:800;line-height:1;transition:color .22s}.header__cta:hover .header__cta-copy strong{color:var(--cyan-300)}.header__cta-separator{z-index:2;background:linear-gradient(#0000,#57d5ff80,#0000);width:1px;height:28px;position:relative}.header__cta-orb{z-index:3;color:#fff;background:linear-gradient(145deg,#0b74b4,#0fb9eb);border:1px solid #75e6ff85;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:51px;height:51px;transition:transform .25s,box-shadow .25s;display:flex;position:relative;box-shadow:0 10px 30px #05a9e240,inset 0 1px 1px #fff3}.header__cta-orb:before{content:"";border:1px solid #44cefb2b;border-radius:50%;transition:inset .25s,opacity .25s;position:absolute;inset:-6px}.header__cta:hover .header__cta-orb{transform:rotate(-7deg)scale(1.08);box-shadow:0 12px 38px #05b1e961,inset 0 1px 1px #ffffff3d}.header__cta:hover .header__cta-orb:before{opacity:0;inset:-10px}.header__cta-orb-glow{filter:blur(15px);pointer-events:none;background:#40d0ff42;border-radius:50%;width:42px;height:42px;position:absolute}.header__energy-line{background:#ffffff09;height:1px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.header__energy-line span{background:linear-gradient(90deg,#0000,#28c9fcc2,#0000);width:34%;height:100%;animation:7s ease-in-out infinite energyMovement;display:block}@keyframes energyMovement{0%{transform:translate(-100%)}50%{transform:translate(295%)}to{transform:translate(-100%)}}.header__menu-button,.header__mobile-cta,.header__overlay{display:none}@media (width<=1280px){.header__shell{grid-template-columns:auto minmax(400px,1fr) auto;gap:22px}.header__brand-info{min-width:225px}.header__brand-title strong,.header__brand-title span{font-size:15px}.header__brand-overline{font-size:6px}.header__brand-slogan{font-size:8px}.header__nav{gap:13px}.header__nav-name{font-size:12px}.header__dumbbell{width:20px;min-width:20px;height:20px}.header__nav-link--active .header__dumbbell-slot,.header__nav-link:hover .header__dumbbell-slot{width:22px}.header__cta-copy{min-width:115px}}@media (width<=1120px){.header__brand-overline,.header__brand-slogan{display:none}.header__brand-info{min-width:auto}.header__brand-title{flex-direction:column;align-items:center;gap:0;line-height:.9}.header__brand-title strong,.header__brand-title span{font-size:13px}.header__brand-mark{width:65px;height:65px}.header__logo{width:59px;height:59px}.header__orbit--one{width:63px;height:63px}.header__orbit--two{width:52px;height:52px}.header{-webkit-backdrop-filter:blur(22px);background:#03111df5}.header__shell,.header--scrolled .header__shell{min-height:78px;display:flex}.header__brand{margin-right:auto}.header__menu{z-index:1003;clip-path:polygon(18px 0,100% 0,100% calc(100% - 18px),calc(100% - 18px) 100%,0 100%,0 18px);opacity:0;visibility:hidden;pointer-events:none;background:linear-gradient(145deg,#082439fe,#02101cfe);border:1px solid #40ccf824;padding:24px;transition:opacity .22s,transform .22s,visibility .22s;display:block;position:fixed;top:92px;left:20px;right:20px;overflow:hidden;transform:translateY(-12px);box-shadow:0 35px 100px #0000008c}.header__menu--open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__menu-top{align-items:center;gap:8px;margin-bottom:14px;display:flex}.header__menu-top span{color:var(--blue-400);letter-spacing:.18em;font-size:9px;font-weight:900}.header__menu-top strong{color:#ffffff61;letter-spacing:.18em;text-transform:uppercase;font-size:9px;font-weight:750}.header__nav{flex-direction:column;align-items:stretch;gap:2px;display:flex}.header__nav-link{border-bottom:1px solid #ffffff0b;justify-content:flex-start;min-height:54px;padding:0 14px}.header__nav-link:last-child{border-bottom:0}.header__nav-name{font-size:14px}.header__nav-name:after{display:none}.header__dumbbell-slot{opacity:.25;width:24px;transform:scale(.86)}.header__nav-link--active .header__dumbbell-slot{opacity:1;width:24px;transform:scale(1)}.header__dumbbell{width:22px;min-width:22px;height:22px}.header__nav-link:hover,.header__nav-link--active{color:#fff;background:linear-gradient(90deg,#0fa9e121,#0000);transform:none}.header__mobile-cta{color:#fff;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px);background:linear-gradient(135deg,#0783c4,#13b9ef);justify-content:center;align-items:center;gap:9px;min-height:51px;margin-top:17px;font-size:12px;font-weight:750;display:flex}.header__cta{display:none}.header__menu-button{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #43ccf82b;border-radius:14px 4px;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.header__overlay{z-index:1001;-webkit-backdrop-filter:blur(5px);background:#010910b3;border:0;display:block;position:fixed;inset:0}}@media (width<=680px){.header__brand-info{display:none}.header__shell,.header--scrolled .header__shell{min-height:72px}.header__brand-mark{width:60px;height:60px}.header__logo{width:55px;height:55px}.header__orbit--one{width:59px;height:59px}.header__orbit--two{width:48px;height:48px}.header__menu{padding:20px;top:84px;left:15px;right:15px}}@media (width<=1120px){.header__shell,.header--scrolled .header__shell{min-height:78px}.header__brand-mark{width:58px;height:58px}.header__logo{width:52px;height:52px}.header__orbit--one{width:57px;height:57px}.header__orbit--two{width:47px;height:47px}.header__menu{max-height:calc(100dvh - 108px);top:88px;left:clamp(18px,4vw,42px);right:clamp(18px,4vw,42px);overflow-y:auto}.header__menu-button{width:44px;height:44px}}@media (width<=680px){.header__shell,.header--scrolled .header__shell{min-height:68px}.header__brand-mark{width:50px;height:50px}.header__logo{width:46px;height:46px}.header__orbit--one{width:49px;height:49px}.header__orbit--two{width:40px;height:40px}.header__menu-button{border-radius:12px 4px;width:40px;height:40px}.header__menu{max-height:calc(100dvh - 88px);padding:17px;top:76px;left:12px;right:12px}.header__nav-link{min-height:48px;padding:0 10px}.header__nav-name{font-size:13px}.header__mobile-cta{min-height:48px;margin-top:14px}}@media (width<=390px){.header__shell,.header--scrolled .header__shell{min-height:64px}.header__brand-mark{width:46px;height:46px}.header__logo{width:42px;height:42px}.header__orbit--one{width:45px;height:45px}.header__orbit--two{width:37px;height:37px}.header__menu{top:71px}}@media (width>=721px) and (width<=820px){.header__shell,.header--scrolled .header__shell{min-height:72px;padding-top:0;padding-bottom:0}.header__brand{gap:9px}.header__brand-mark{width:52px;height:52px}.header__logo{width:47px;height:47px}.header__orbit--one{width:51px;height:51px}.header__orbit--two{width:42px;height:42px}.header__brand-info{display:flex}.header__brand-title{flex-direction:row;align-items:baseline;gap:4px;line-height:1}.header__brand-title strong,.header__brand-title span{font-size:12px}.header__menu-button{border-radius:12px 4px;width:42px;height:42px}.header__menu{padding:20px;top:82px;left:24px;right:24px}.header__nav-link{min-height:49px}.header__nav-name{font-size:13px}.header__mobile-cta{min-height:48px;margin-top:14px}}@media (width>=821px) and (width<=1180px){.header__shell,.header--scrolled .header__shell{min-height:76px;padding-top:0;padding-bottom:0}.header__brand{gap:10px}.header__brand-mark{width:56px;height:56px}.header__logo{width:51px;height:51px}.header__orbit--one{width:55px;height:55px}.header__orbit--two{width:45px;height:45px}.header__brand-info{min-width:0;display:flex}.header__brand-title{flex-direction:row;align-items:baseline;gap:5px;line-height:1}.header__brand-title strong,.header__brand-title span{font-size:13px}.header__menu-button{width:43px;height:43px}.header__menu{padding:22px;top:85px;left:30px;right:30px}}.hero{color:#fff;background:radial-gradient(circle at 69% 40%,#08b8f026,#0000 27%),radial-gradient(circle at 93% 76%,#0a75b91a,#0000 26%),radial-gradient(circle at 17% 74%,#0558961a,#0000 29%),linear-gradient(118deg,#020c15 0%,#041725 47%,#06263c 100%);min-height:940px;padding-top:102px;position:relative;overflow:hidden}.hero:before{z-index:0;content:"";pointer-events:none;background:linear-gradient(90deg,#00080e5e,#0000 46%);position:absolute;inset:0}.hero:after{z-index:2;content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#43cefb1a,#0000);height:1px;position:absolute;top:102px;left:0;right:0}.hero__grid{z-index:0;opacity:.03;pointer-events:none;background-image:linear-gradient(#4dcdf81c 1px,#0000 1px),linear-gradient(90deg,#4dcdf81c 1px,#0000 1px);background-size:88px 88px;position:absolute;inset:0}.hero__glow{z-index:0;filter:blur(125px);pointer-events:none;border-radius:50%;position:absolute}.hero__glow--left{background:#0468b121;width:650px;height:650px;bottom:-340px;left:-220px}.hero__glow--center{background:#0abaf01a;width:620px;height:640px;top:170px;left:59%}.hero__glow--right{background:#059ad31a;width:760px;height:760px;top:110px;right:-250px}.hero__background-word{z-index:0;color:#ffffff04;letter-spacing:-.09em;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Montserrat,sans-serif;font-size:clamp(150px,17vw,290px);font-style:italic;font-weight:900;line-height:.8;position:absolute;bottom:75px;right:-100px}.hero__ghosts{z-index:1;pointer-events:none;position:absolute;inset:102px 0 65px;overflow:hidden}.hero__ghost{color:#50cff911;position:absolute}.hero__ghost--dumbbell{width:235px;top:7%;left:34%;transform:rotate(-18deg)}.hero__ghost--dumbbell-two{color:#4ccdf809;width:230px;bottom:0;left:40%;transform:rotate(15deg)}.hero__ghost--apple{color:#53d4f90a;width:165px;bottom:4%;right:5%;transform:rotate(13deg)}.hero__ghost--shaker{color:#53d6fc0e;width:105px;top:6%;right:5%;transform:rotate(11deg)}.hero__ghost--plate{color:#50ccf709;width:205px;bottom:22%;right:-2%;transform:rotate(20deg)}.hero__ghost--leaf{color:#45d8cd0b;width:100px;top:32%;left:39%;transform:rotate(-19deg)}.hero__ghost--bottle{color:#4bcdf809;width:95px;top:21%;right:17%;transform:rotate(10deg)}.hero__main{z-index:5;grid-template-columns:minmax(0,.83fr) minmax(700px,1.17fr);align-items:center;gap:20px;min-height:720px;display:grid;position:relative}.hero__content{z-index:12;width:100%;max-width:690px;padding:57px 0 32px;position:relative}.hero__eyebrow{grid-template-columns:minmax(45px,1fr) auto minmax(45px,1fr);align-items:center;gap:15px;width:100%;max-width:625px;margin-bottom:25px;display:grid}.hero__eyebrow-line{background:linear-gradient(90deg,#0000,#40cff7);width:100%;height:2px;box-shadow:0 0 10px #40cff733}.hero__eyebrow-line--end{background:linear-gradient(90deg,#40cff7,#0000)}.hero__eyebrow-copy{white-space:nowrap;justify-content:center;align-items:center;gap:13px;display:flex}.hero__eyebrow-copy span{color:#4dd7fa;letter-spacing:.18em;text-transform:uppercase;font-size:8px;font-weight:850;line-height:1}.hero__eyebrow-copy i{background:#4bd9fb;border-radius:50%;flex-shrink:0;width:4px;height:4px;box-shadow:0 0 8px #4bd9fb8c}.hero__title{text-transform:uppercase;font-synthesis:none;grid-template-columns:max-content;justify-items:start;width:max-content;max-width:100%;margin:0;font-family:Idiqlat,serif;font-weight:400;display:grid;overflow:visible}.hero__title-line{text-transform:uppercase;white-space:nowrap;font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;grid-column:1;width:max-content;font-family:Idiqlat,serif;font-weight:400;display:block;overflow:visible}.hero__title-line--top{color:#fff;letter-spacing:.008em;text-shadow:0 10px 28px #00000026;justify-self:start;padding-right:.05em;font-size:clamp(76px,5.8vw,104px);line-height:.88}.hero__title-line--middle{color:#0000;letter-spacing:.025em;filter:drop-shadow(0 10px 20px #08aee21f);background:linear-gradient(108deg,#baf1ff 0%,#4fd8f8 40%,#13b7e8 72%,#0785cb 100%);-webkit-background-clip:text;background-clip:text;justify-self:center;margin-top:-9px;padding:0 .04em;font-size:clamp(61px,4.65vw,83px);line-height:.84}.hero__title-line--bottom{color:#0000;letter-spacing:.025em;filter:drop-shadow(0 13px 25px #09ade41c);background:linear-gradient(108deg,#b9f0ff 0%,#5bdcf9 24%,#19bdea 58%,#0784cb 100%);-webkit-background-clip:text;background-clip:text;justify-self:start;margin-top:-4px;padding-bottom:.07em;padding-right:.09em;font-size:clamp(76px,5.65vw,101px);line-height:.9;position:relative}.hero__title-line--bottom:after{content:"";background:linear-gradient(90deg,#53dafa66,#0000 90%);height:1px;position:absolute;bottom:-7px;left:0;right:.08em}.hero__description-wrap{grid-template-columns:2px 1fr;gap:16px;max-width:625px;margin-top:30px;display:grid;position:relative}.hero__description-mark{background:linear-gradient(#4ed8fa,#4ed8fa0d);width:2px;box-shadow:0 0 9px #3dd0fb26}.hero__description{color:#ffffff9e;margin:0;font-size:clamp(14px,1vw,16px);line-height:1.75}.hero__description strong{color:#fffffff5;font-weight:700}.hero__actions{grid-template-columns:minmax(215px,1fr) minmax(185px,.82fr);gap:14px;width:100%;max-width:465px;margin-top:27px;display:grid}.hero__primary{color:#fff;background:linear-gradient(110deg,#087fb8,#12b9e3);border:1px solid #76e1ff7a;border-radius:9px;align-items:center;gap:14px;min-height:59px;padding:9px 17px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 38px #07a9d92e}.hero__primary:before{content:"";background:#9cecff;width:3px;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 12px #74e5ffcc}.hero__primary:after{content:"";background:linear-gradient(90deg,#0000,#ffffff80);width:65px;height:1px;position:absolute;bottom:0;right:0}.hero__primary:hover{border-color:#96ebffbf;transform:translateY(-2px);box-shadow:0 18px 42px #06b3e245}.hero__action-icon{color:#fff;border-right:1px solid #ffffff3b;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:38px;padding-right:13px;display:flex}.hero__action-copy{flex-direction:column;gap:3px;display:flex}.hero__action-copy small{color:#ffffff8c;letter-spacing:.17em;text-transform:uppercase;font-size:6px;font-weight:850}.hero__action-copy strong{color:#fffffff5;white-space:nowrap;font-size:11px;font-weight:800}.hero__secondary{color:#fffc;background:linear-gradient(90deg,#083e592e,#083e5900);border-top:1px solid #4cd2f94d;border-bottom:1px solid #4cd2f924;align-items:center;min-height:59px;padding:8px 17px;transition:color .22s,border-color .22s,background .22s;display:flex;position:relative;overflow:hidden}.hero__secondary:before{background:var(--blue-400);content:"";width:2px;position:absolute;top:12px;bottom:12px;left:0}.hero__secondary:hover{color:#fff;background:linear-gradient(90deg,#08547242,#083e5900);border-top-color:#52dafd8c}.hero__secondary .hero__action-copy small{color:#4dd5fc8c}.hero__secondary-accent{background:var(--blue-400);width:33px;height:1px;position:absolute;bottom:0;right:0}.hero__care{border-top:1px solid #48cffa1f;border-bottom:1px solid #48cffa12;grid-template-columns:1fr auto 1fr;align-items:center;gap:23px;max-width:610px;margin-top:26px;padding:19px 0;display:grid;position:relative}.hero__care:before{content:"";background:linear-gradient(90deg,#42d0f8,#0000);width:88px;height:1px;position:absolute;top:-1px;left:0}.hero__care-item{align-items:center;gap:12px;display:flex}.hero__care-icon{width:40px;height:40px;color:var(--blue-400);background:radial-gradient(circle,#0aa6db1a,#0000 70%);border:1px solid #49d2fb3d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__care-copy{flex-direction:column;gap:2px;display:flex}.hero__care-copy small{color:var(--blue-400);letter-spacing:.16em;text-transform:uppercase;font-size:6px;font-weight:900}.hero__care-copy strong{color:#ffffffd1;font-size:9px;font-weight:750}.hero__care-copy span{color:#ffffff4a;font-size:6px}.hero__care-divider{background:linear-gradient(#0000,#42cffb4a,#0000);width:1px;height:37px}.hero__stats{grid-template-columns:repeat(4,1fr);max-width:650px;margin-top:18px;display:grid}.hero__stat{border-right:1px solid #ffffff0e;flex-direction:column;min-width:0;padding:12px 18px;display:flex;position:relative}.hero__stat:first-child{padding-left:0}.hero__stat:last-child{border-right:0}.hero__stat-topline{background:linear-gradient(90deg, var(--blue-400), #3ecffa0d);width:24px;height:2px;margin-bottom:8px}.hero__stat>strong{color:var(--blue-400);white-space:nowrap;font-family:Montserrat,sans-serif;font-size:16px;font-style:italic;font-weight:900}.hero__stat>span:not(.hero__stat-topline){color:#ffffffa3;letter-spacing:.07em;text-transform:uppercase;margin-top:3px;font-size:6px;font-weight:850}.hero__stat small{color:#ffffff45;max-width:100px;margin-top:4px;font-size:5px;line-height:1.4}.hero__visual{min-height:720px;position:relative}.hero__visual-aura{filter:blur(105px);pointer-events:none;background:#08baef26;border-radius:50%;width:500px;height:590px;position:absolute;top:48%;left:51%;transform:translate(-50%,-50%)}.hero__orbit{pointer-events:none;border-radius:50%;position:absolute;top:48%;left:51%;transform:translate(-50%,-50%)}.hero__orbit--one{border:1px solid #47cffb13;width:610px;height:610px}.hero__orbit--two{border:1px dashed #47cffb0e;width:500px;height:500px}.hero__orbit-dot{z-index:3;background:var(--blue-400);border-radius:50%;width:5px;height:5px;position:absolute;box-shadow:0 0 11px #41d3ffb3}.hero__orbit-dot--one{top:17%;left:29%}.hero__orbit-dot--two{top:27%;right:20%}.hero__orbit-dot--three{bottom:24%;right:11%}.hero__character-wrap{z-index:7;pointer-events:none;justify-content:center;align-items:flex-end;width:610px;height:720px;display:flex;position:absolute;top:49%;left:51%;transform:translate(-50%,-50%)}.hero__character{object-fit:contain;filter:drop-shadow(0 31px 37px #0000004f)drop-shadow(0 0 32px #10c4f517);width:auto;max-width:none;height:700px;display:block}.hero__signals{z-index:12;flex-direction:column;width:175px;display:flex;position:absolute}.hero__signals--left{gap:59px;top:26%;left:-1%}.hero__signals--right{gap:66px;top:24%;right:-1%}.hero__signal{min-height:45px;color:var(--blue-400);align-items:center;display:flex}.hero__signal-icon{color:#52dcffeb;background:radial-gradient(circle,#16adde1a,#0000 70%);border:1px solid #4dd4fd3b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.hero__signal-copy{flex-direction:column;gap:3px;min-width:88px;margin:0 10px;display:flex}.hero__signal-copy strong{color:#ffffffe6;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:8px;font-weight:850}.hero__signal-copy span{color:#4ad5feb3;letter-spacing:.11em;text-transform:uppercase;font-size:6px;font-weight:800;line-height:1.35}.hero__signal-line{background:linear-gradient(90deg,#42cffb61,#42cffb0a);flex-shrink:0;width:55px;height:1px;display:block;position:relative}.hero__signal-line i{background:var(--blue-400);border-radius:50%;width:5px;height:5px;position:absolute;top:50%;right:-2px;transform:translateY(-50%);box-shadow:0 0 10px #43d4ffb8}.hero__signals--right .hero__signal-line{background:linear-gradient(90deg,#42cffb0a,#42cffb61)}.hero__signals--right .hero__signal-line i{left:-2px;right:auto}.hero__signals--left .hero__signal:nth-child(2){transform:translate(-13px)}.hero__signals--left .hero__signal:nth-child(3){transform:translate(10px)}.hero__signals--right .hero__signal:nth-child(2){transform:translate(13px)}.hero__signals--right .hero__signal:nth-child(3){transform:translate(-8px)}.hero__visual-heading{z-index:14;border-right:2px solid var(--blue-400);text-align:right;text-transform:uppercase;flex-direction:column;align-items:flex-end;padding-right:14px;display:flex;position:absolute;top:40px;right:2%}.hero__visual-heading span{color:#ffffff61;letter-spacing:.2em;font-size:6px;font-weight:850}.hero__visual-heading strong{color:#59dcffd9;letter-spacing:.12em;margin-top:4px;font-size:9px;font-weight:850}.hero__motto{z-index:16;isolation:isolate;text-transform:uppercase;flex-direction:column;width:205px;padding:15px 0 14px 18px;font-family:Montserrat,sans-serif;font-style:italic;display:flex;position:absolute;bottom:56px;left:-1%}.hero__motto:before{z-index:-1;content:"";background:linear-gradient(90deg,#02111cf5,#02111cbf 48%,#0000 100%);position:absolute;inset:0 -65px 0 0}.hero__motto:after{content:"";background:linear-gradient(#6ce7ff,#0ca9e8);width:2px;position:absolute;top:15px;bottom:15px;left:0}.hero__motto-number{color:#5cdaff6b;letter-spacing:.2em;margin-bottom:6px;font-size:6px;font-style:normal;font-weight:900}.hero__motto-small{color:#ffffff94;font-size:9px;font-weight:700}.hero__motto strong{color:#73e4ff;margin-top:3px;font-size:18px;font-weight:900;line-height:.98}.hero__motto-rule{background:linear-gradient(90deg,#42cff7,#0000);width:68px;height:2px;margin-top:9px}.hero__seal{z-index:14;color:var(--blue-400);align-items:center;gap:9px;display:flex;position:absolute;bottom:20px;right:1%}.hero__seal>div{flex-direction:column;gap:2px;display:flex}.hero__seal span{color:#ffffff5e;letter-spacing:.16em;text-transform:uppercase;font-size:6px;font-weight:800}.hero__seal strong{color:#5bdcffbd;letter-spacing:.13em;text-transform:uppercase;font-size:7px;font-weight:850}.hero__vertical-word{color:#5bd8fc1a;letter-spacing:.35em;white-space:nowrap;font-size:6px;font-weight:900;position:absolute;top:50%;right:-70px;transform:rotate(90deg)translateY(-50%)}.hero__strip{z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020f19d6;border-top:1px solid #42ccf91a;position:relative}.hero__strip-inner{justify-content:space-between;align-items:center;min-height:66px;display:flex}.hero__strip-inner>div{align-items:center;gap:13px;display:flex}.hero__strip strong{color:var(--blue-400);font-family:Montserrat,sans-serif;font-size:10px;font-style:italic;font-weight:900}.hero__strip span{color:#ffffff61;letter-spacing:.17em;text-transform:uppercase;font-size:6px;font-weight:850}.hero__strip-inner>i{background:linear-gradient(90deg,#40cdfa47,#0000);width:42px;height:1px}@media (width<=1400px){.hero__main{grid-template-columns:minmax(0,.87fr) minmax(620px,1.13fr);gap:15px}.hero__title-line--top{font-size:clamp(70px,5.45vw,95px)}.hero__title-line--middle{margin-top:-8px;font-size:clamp(55px,4.35vw,75px)}.hero__title-line--bottom{margin-top:-3px;font-size:clamp(69px,5.35vw,93px)}.hero__character-wrap{left:50%;transform:translate(-50%,-50%)scale(.91)}.hero__visual-aura,.hero__orbit{left:50%}.hero__signals{width:155px}.hero__signals--left{left:-1%}.hero__signals--right{right:-1%}.hero__signal-line{width:38px}.hero__signal-copy{min-width:75px}.hero__signal-copy strong{font-size:7px}.hero__signal-copy span{font-size:5px}}@media (width<=1050px){.hero{min-height:auto;padding-top:78px}.hero:after,.hero__ghosts{top:78px}.hero__main{grid-template-columns:1fr;gap:0;min-height:0;padding-top:24px}.hero__content{width:100%;max-width:860px;margin:0 auto;padding:30px 0 18px}.hero__eyebrow{max-width:690px;margin-bottom:20px}.hero__title-line--top{font-size:clamp(70px,10vw,96px)}.hero__title-line--middle{font-size:clamp(56px,8vw,76px)}.hero__title-line--bottom{font-size:clamp(68px,9.7vw,94px)}.hero__description-wrap{max-width:700px;margin-top:24px}.hero__actions{max-width:560px;margin-top:22px}.hero__care{max-width:700px;margin-top:20px;padding:16px 0}.hero__stats{max-width:720px;margin-top:14px}.hero__visual{width:100%;max-width:820px;min-height:620px;margin:6px auto 0}.hero__character-wrap{top:49%;left:50%;transform:translate(-50%,-50%)scale(.82)}.hero__visual-aura,.hero__orbit{top:49%;left:50%}.hero__signals{width:155px}.hero__signals--left{left:0}.hero__signals--right{right:0}.hero__motto{bottom:36px;left:0}.hero__strip-inner{min-height:58px}}@media (width<=900px){.hero__content{max-width:760px}.hero__visual{max-width:760px;min-height:590px}.hero__character-wrap{transform:translate(-50%,-50%)scale(.77)}.hero__orbit--one{width:540px;height:540px}.hero__orbit--two{width:445px;height:445px}.hero__signals--left{left:1%}.hero__signals--right{right:1%}}@media (width<=720px){.hero{padding-top:68px}.hero:after,.hero__ghosts{top:68px}.hero__grid{opacity:.34}.hero__glow--left{opacity:.6;width:280px;height:280px}.hero__glow--center{opacity:.58;width:320px;height:320px}.hero__glow--right{opacity:.42;width:260px;height:260px}.hero__main{padding-top:12px}.hero__content{max-width:none;padding:22px 0 10px}.hero__eyebrow{grid-template-columns:minmax(18px,1fr) auto minmax(18px,1fr);gap:8px;margin-bottom:16px}.hero__eyebrow-copy{gap:7px}.hero__eyebrow-copy span{letter-spacing:.1em;font-size:5.5px}.hero__eyebrow-copy i{width:3px;height:3px}.hero__title{width:100%;max-width:100%}.hero__title-line--top{font-size:clamp(47px,13.1vw,59px);line-height:.9}.hero__title-line--middle{margin-top:-4px;font-size:clamp(38px,10.7vw,48px);line-height:.86}.hero__title-line--bottom{letter-spacing:.014em;margin-top:-1px;padding-right:.04em;font-size:clamp(45px,12.6vw,57px);line-height:.92}.hero__title-line--bottom:after{bottom:-5px}.hero__description-wrap{gap:12px;margin-top:20px}.hero__description{font-size:12px;line-height:1.65}.hero__actions{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:9px;max-width:none;margin-top:19px}.hero__primary,.hero__secondary{width:100%;min-height:54px;padding:8px 12px}.hero__primary{gap:10px}.hero__action-icon{width:28px;height:32px;padding-right:9px}.hero__action-copy small{letter-spacing:.12em;font-size:5px}.hero__action-copy strong{font-size:9px}.hero__care{grid-template-columns:1fr auto 1fr;gap:10px;max-width:none;margin-top:17px;padding:13px 0}.hero__care-item{gap:8px;min-width:0}.hero__care-icon{width:34px;height:34px}.hero__care-copy{min-width:0}.hero__care-copy small{font-size:5px}.hero__care-copy strong{font-size:7px;line-height:1.2}.hero__care-copy span{font-size:5px}.hero__care-divider{height:32px}.hero__stats{border-top:1px solid #ffffff0b;grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;margin-top:10px}.hero__stat{border-bottom:1px solid #ffffff0b;border-right:1px solid #ffffff0d;min-height:78px;padding:12px 14px}.hero__stat:nth-child(2n){border-right:0}.hero__stat:nth-last-child(-n+2){border-bottom:0}.hero__stat:first-child{padding-left:14px}.hero__stat-topline{width:19px;margin-bottom:6px}.hero__stat>strong{font-size:14px}.hero__stat>span:not(.hero__stat-topline){font-size:5px}.hero__stat small{margin-top:3px;font-size:4.5px}.hero__visual{width:100%;min-height:610px;margin:8px auto 0}.hero__character-wrap{width:610px;height:720px;top:39%;left:50%;transform:translate(-50%,-50%)scale(.55)}.hero__visual-aura,.hero__orbit{top:39%;left:50%}.hero__visual-aura{filter:blur(82px);width:360px;height:410px}.hero__orbit--one{width:390px;height:390px}.hero__orbit--two{width:315px;height:315px}.hero__orbit-dot--one{top:12%;left:18%}.hero__orbit-dot--two{top:24%;right:12%}.hero__orbit-dot--three{bottom:28%;right:7%}.hero__motto{width:162px;padding:11px 0 10px 13px;top:10px;bottom:auto;left:0}.hero__motto:before{right:-38px}.hero__motto:after{top:10px;bottom:10px}.hero__motto-number{margin-bottom:4px;font-size:5px}.hero__motto-small{font-size:7px}.hero__motto strong{font-size:14px}.hero__motto-rule{width:52px;margin-top:7px}.hero__visual-heading,.hero__vertical-word,.hero__seal{display:none}.hero__signals{gap:9px;width:calc(50% - 9px);top:auto;bottom:22px}.hero__signals--left{left:0;right:auto}.hero__signals--right{left:auto;right:0}.hero__signal,.hero__signals--left .hero__signal:nth-child(2),.hero__signals--left .hero__signal:nth-child(3),.hero__signals--right .hero__signal:nth-child(2),.hero__signals--right .hero__signal:nth-child(3){min-height:36px;transform:none}.hero__signals--right .hero__signal{flex-direction:row}.hero__signal-line{display:none}.hero__signal-icon{width:30px;height:30px}.hero__signal-copy{gap:2px;min-width:0;margin:0 0 0 7px}.hero__signals--right .hero__signal-copy{margin:0 0 0 7px}.hero__signal-copy strong{letter-spacing:.045em;white-space:normal;font-size:6px}.hero__signal-copy span{letter-spacing:.07em;font-size:4.5px;line-height:1.2}.hero__strip-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;min-height:0;padding:16px 0;display:grid}.hero__strip-inner>div{gap:9px}.hero__strip-inner>i{display:none}.hero__strip strong{font-size:9px}.hero__strip span{font-size:5px}}@media (width<=480px){.hero__title-line--top{font-size:clamp(43px,12.7vw,56px)}.hero__title-line--middle{font-size:clamp(35px,10.2vw,45px)}.hero__title-line--bottom{font-size:clamp(41px,12.1vw,53px)}.hero__description{font-size:11px}.hero__visual{min-height:575px}.hero__character-wrap{top:38%;transform:translate(-50%,-50%)scale(.51)}.hero__visual-aura,.hero__orbit{top:38%}.hero__motto{width:150px}.hero__signals{gap:7px;bottom:18px}.hero__signal-icon{width:28px;height:28px}.hero__signal-copy strong{font-size:5.6px}.hero__signal-copy span{font-size:4.1px}.hero__background-word{display:none}}@media (width<=400px){.hero__actions{grid-template-columns:1fr}.hero__primary,.hero__secondary{min-height:50px}.hero__care{gap:7px}.hero__care-icon{width:31px;height:31px}.hero__care-copy strong{font-size:6.4px}.hero__care-copy span{display:none}.hero__visual{min-height:555px}.hero__character-wrap{top:37%;transform:translate(-50%,-50%)scale(.47)}.hero__visual-aura,.hero__orbit{top:37%}.hero__signals{width:calc(50% - 6px)}.hero__signal-icon{width:26px;height:26px}.hero__signal-copy{margin-left:5px}}@media (prefers-reduced-motion:reduce){.hero__orbit-dot,.hero__glow,.hero__ghost,.hero__signal-line i{animation:none!important}}.hero__mobile-character-ghost,.hero__mobile-spotlight{display:none}@media (width<=720px){.hero__content{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.hero__mobile-character-ghost{z-index:1;opacity:.105;pointer-events:none;filter:saturate(.9)brightness(1.08);width:min(88vw,340px);display:block;position:absolute;top:92px;left:50%;transform:translate(-50%)}.hero__mobile-character-image{width:100%;height:auto;display:block}.hero__eyebrow,.hero__title,.hero__description-wrap,.hero__actions,.hero__care,.hero__stats,.hero__mobile-spotlight{z-index:3;position:relative}.hero__eyebrow{justify-items:center;max-width:100%}.hero__title{grid-template-columns:1fr;justify-content:center;justify-items:center;width:100%}.hero__title-line--top,.hero__title-line--middle,.hero__title-line--bottom{justify-self:center}.hero__description-wrap{grid-template-columns:1fr;justify-items:center;gap:10px;max-width:100%}.hero__description-mark{width:74px;height:2px}.hero__description{max-width:330px;margin:0 auto}.hero__actions{grid-template-columns:1fr;width:100%;max-width:100%}.hero__primary,.hero__secondary{justify-content:center}.hero__action-copy{align-items:center}.hero__secondary:before{width:60px;height:2px;top:auto;bottom:0;left:50%;transform:translate(-50%)}.hero__secondary-accent{width:44px;left:50%;right:auto;transform:translate(-50%)}.hero__care{grid-template-columns:1fr;justify-items:center;gap:12px;width:100%}.hero__care:before{left:50%;transform:translate(-50%)}.hero__care-divider{display:none}.hero__care-item{text-align:left;justify-content:center;width:100%;max-width:280px}.hero__stats{text-align:center;width:100%}.hero__stat{text-align:center;align-items:center}.hero__stat-topline{align-self:center}.hero__stat small{max-width:100%}.hero__visual{display:none}.hero__mobile-spotlight{background:linear-gradient(#03142024,#03142005);border-top:1px solid #57dfff24;border-bottom:1px solid #57dfff1a;width:100%;margin-top:20px;padding:22px 14px 16px;display:block;position:relative;overflow:hidden}.hero__mobile-spotlight:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 18%,#46d3ff1f,#0000 34%),linear-gradient(90deg,#4cd4fd0f,#0000 34% 66%,#4cd4fd0f);position:absolute;inset:0}.hero__mobile-spotlight-copy{z-index:2;text-align:center;max-width:300px;margin:0 auto 18px;position:relative}.hero__mobile-spotlight-kicker{color:#60e0ff94;letter-spacing:.2em;text-transform:uppercase;margin-bottom:8px;font-size:6px;font-weight:900;display:inline-block}.hero__mobile-spotlight-copy strong{color:#7be6ff;text-transform:uppercase;text-shadow:0 10px 26px #00000038;font-family:Montserrat,sans-serif;font-size:23px;font-style:italic;font-weight:900;line-height:.98;display:block}.hero__mobile-spotlight-copy p{color:#ffffffa8;margin:12px auto 0;font-size:11px;line-height:1.65}.hero__mobile-signals-grid{z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid;position:relative}.hero__mobile-signal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(135deg,#0a354a57,#0a354a14);border:1px solid #54d9fd1f;align-items:center;gap:10px;min-height:52px;padding:10px 11px;display:flex}.hero__mobile-signal-icon{width:32px;height:32px;color:var(--blue-400);background:radial-gradient(circle,#11aee121,#0000 72%);border:1px solid #54d9fd33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__mobile-signal-copy{text-align:left;flex-direction:column;gap:2px;min-width:0;display:flex}.hero__mobile-signal-copy strong{color:#ffffffeb;letter-spacing:.09em;text-transform:uppercase;font-size:6.4px;font-weight:850}.hero__mobile-signal-copy span{color:#58dcffc2;letter-spacing:.08em;text-transform:uppercase;font-size:4.8px;font-weight:800;line-height:1.3}.hero__strip{z-index:5;position:relative}.hero__strip-inner{justify-items:center;padding:16px 0 18px}.hero__strip-inner>div{text-align:center;flex-direction:column;justify-content:center;gap:5px}.hero__strip strong{font-size:11px}.hero__strip span{font-size:5.8px;line-height:1.35}}@media (width<=480px){.hero__mobile-character-ghost{opacity:.095;width:min(90vw,325px);top:96px}.hero__mobile-spotlight{padding:20px 12px 14px}.hero__mobile-spotlight-copy{max-width:280px;margin-bottom:16px}.hero__mobile-spotlight-copy strong{font-size:21px}.hero__mobile-spotlight-copy p{font-size:10.5px}.hero__mobile-signal{gap:8px;min-height:50px;padding:9px 10px}.hero__mobile-signal-icon{width:30px;height:30px}.hero__mobile-signal-copy strong{font-size:6px}.hero__mobile-signal-copy span{font-size:4.5px}}@media (width<=400px){.hero__mobile-signals-grid{grid-template-columns:1fr}.hero__mobile-spotlight-copy strong{font-size:19px}}@media (width>=721px) and (width<=820px){.hero{min-height:auto;padding-top:72px;position:relative;overflow:hidden}.hero:after,.hero__ghosts{top:72px}.hero__grid{opacity:.32}.hero__glow--left{opacity:.64;width:390px;height:390px}.hero__glow--center{opacity:.62;width:520px;height:520px}.hero__glow--right{opacity:.58;width:420px;height:420px}.hero__main{min-height:790px;padding-top:18px;display:block;position:relative;overflow:hidden}.hero__title-line--top{font-size:clamp(66px,9vw,74px);line-height:.9}.hero__title-line--middle{justify-self:center;margin-top:-7px;font-size:clamp(52px,7.2vw,59px);line-height:.88}.hero__title-line--bottom{margin-top:-2px;font-size:clamp(64px,8.7vw,72px);line-height:.92}.hero__care-icon{width:37px;height:37px}.hero__stats{z-index:13;-webkit-backdrop-filter:blur(4px);background:linear-gradient(90deg,#0318252e,#0318250a,#0000);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:650px;margin:15px 0 0;position:relative}.hero__stat{text-align:left;align-items:flex-start;padding:10px 12px}.hero__stat:first-child{padding-left:0}.hero__visual{z-index:6;pointer-events:none;width:53%;max-width:430px;height:680px;min-height:680px;margin:0;display:block;position:absolute;inset:24px -42px auto auto;overflow:visible}.hero__visual-heading span{font-size:5px}.hero__visual-heading strong{font-size:7px}.hero__motto{z-index:14;width:178px;padding:12px 0 11px 15px;bottom:58px;left:-79%}.hero__strip{z-index:20;position:relative}.hero__strip-inner>div{gap:7px}.hero{min-height:auto;padding-top:72px}.hero__main{min-height:690px;padding-top:0;padding-bottom:0;display:block;position:relative;overflow:hidden}.hero__content{z-index:12;text-align:left;flex-direction:column;align-items:flex-start;width:100%;max-width:none;margin:0;padding:46px 0 18px;display:flex;position:relative}.hero__eyebrow{width:100%;max-width:610px;margin:0 auto 22px 0}.hero__eyebrow-copy{justify-content:center}.hero__title{z-index:13;justify-items:start;width:max-content;max-width:64%;margin:0 0 0 2px;position:relative}.hero__title-line--top,.hero__title-line--middle,.hero__title-line--bottom{justify-self:start}.hero__title-line--top{font-size:clamp(64px,8.7vw,72px)}.hero__title-line--middle{justify-self:center;margin-top:-7px;font-size:clamp(50px,6.9vw,57px)}.hero__title-line--bottom{margin-top:-2px;font-size:clamp(62px,8.45vw,70px)}.hero__description-wrap{z-index:13;grid-template-columns:2px 1fr;gap:12px;width:100%;max-width:430px;margin:23px 0 0;position:relative}.hero__description{text-align:left;max-width:405px;margin:0;font-size:11px;line-height:1.62}.hero__actions{z-index:15;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:565px;margin:28px auto 0 0;position:relative}.hero__primary,.hero__secondary{-webkit-backdrop-filter:blur(10px);min-height:55px}.hero__secondary{background:#03192785;border-color:#4cd7fb33}.hero__care{z-index:15;-webkit-backdrop-filter:blur(6px);background:linear-gradient(90deg,#0318253b,#03182517,#03182505);grid-template-columns:1fr 1px 1fr;width:100%;max-width:540px;margin:23px 0 0 12px;padding:14px 0;position:relative}.hero__care-item{justify-content:center}.hero__care-copy{align-items:flex-start}.hero__stats{z-index:15;-webkit-backdrop-filter:blur(5px);background:linear-gradient(90deg,#03182533,#0318250f,#03182529);border-top:1px solid #4cd7fb14;border-bottom:1px solid #4cd7fb0f;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:640px;margin:28px auto 0;padding:0 8px;position:relative}.hero__stat,.hero__stat:first-child{text-align:center;align-items:center;padding:12px 8px}.hero__stat-topline{align-self:center}.hero__stat>strong{font-size:17px}.hero__visual{z-index:6;pointer-events:none;width:48%;max-width:390px;height:610px;min-height:610px;margin:0;display:block;position:absolute;top:45px;left:auto;right:-32px;overflow:visible}.hero__visual-aura{opacity:.5;filter:blur(86px);width:365px;height:455px;top:46%;left:58%}.hero__character-wrap{width:390px;height:590px;top:49%;left:auto;right:-24px;transform:translateY(-50%)}.hero__character{opacity:.47;filter:saturate(.9)brightness(.94)drop-shadow(0 24px 30px #00000038)drop-shadow(0 0 24px #10c4f514);height:570px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#00000080 15%,#000 36% 100%);mask-image:linear-gradient(90deg,#0000 0%,#00000080 15%,#000 36% 100%)}.hero__orbit,.hero__orbit-dot,.hero__signals,.hero__seal,.hero__vertical-word{display:none}.hero__visual-heading{z-index:14;opacity:.7;top:auto;bottom:38px;right:20px}.hero__motto{z-index:16;-webkit-backdrop-filter:blur(6px);background:linear-gradient(90deg,#031a2894,#031a281f,#0000);width:190px;padding:12px 0 11px 15px;bottom:18px;left:-88%}.hero__motto strong{font-size:16px}.hero__motto-small{font-size:7px}.hero__background-word{opacity:.65;font-size:128px;bottom:26px;right:-34px}.hero__mobile-character-ghost,.hero__mobile-spotlight{display:none}.hero__strip{z-index:20;margin-top:0;position:relative}.hero__strip-inner{min-height:48px;padding:0 4px}.hero__strip-inner>div{justify-content:center;gap:6px}.hero__strip strong{font-size:8px}.hero__strip span{letter-spacing:.11em;font-size:5px}.hero__strip-inner>i{width:16px}}.hero__tablet-motto{display:none}@media (width>=721px) and (width<=820px){.hero__main{min-height:650px}.hero__content{padding-top:48px;padding-bottom:22px}.hero__title{max-width:62%}.hero__description-wrap{max-width:400px}.hero__actions{max-width:540px}.hero__care{background:linear-gradient(90deg,#0318256b,#03182533,#0318250f);max-width:520px;margin-left:0}.hero__stats{background:linear-gradient(90deg,#03182575,#03182533,#03182552);max-width:600px;margin-top:24px}.hero__visual{z-index:5;width:44%;max-width:350px;height:540px;min-height:540px;top:74px;right:-48px}.hero__character-wrap{width:350px;height:525px;top:51%;right:18px}.hero__character{opacity:.36;filter:saturate(.9)brightness(.96)drop-shadow(0 22px 28px #0003)drop-shadow(0 0 22px #10c4f512);height:510px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000005c 15%,#000 40% 100%);mask-image:linear-gradient(90deg,#0000 0%,#0000005c 15%,#000 40% 100%)}.hero__visual-aura{opacity:.38;width:320px;height:410px;left:65%}.hero__visual-heading{opacity:.58;bottom:24px;right:74px}.hero__motto{display:none}.hero__tablet-motto{z-index:18;-webkit-backdrop-filter:blur(5px);background:linear-gradient(90deg,#031b2a9e,#031b2a2e,#0000);border-left:2px solid #4bdafb;flex-direction:column;align-items:flex-start;width:fit-content;max-width:260px;margin:24px 0 0 18px;padding:10px 18px 11px 14px;display:flex;position:relative}.hero__tablet-motto-kicker{color:#51dcfc9e;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:5px;font-weight:900}.hero__tablet-motto-small{color:#ffffff8f;letter-spacing:.08em;text-transform:uppercase;font-size:7px;font-weight:800}.hero__tablet-motto strong{color:#67e2ff;letter-spacing:-.035em;text-transform:uppercase;margin-top:2px;font-family:Montserrat,sans-serif;font-size:17px;font-style:italic;font-weight:900;line-height:1}.hero__strip{margin-top:0}}@media (width>=821px) and (width<=1180px){.hero{min-height:auto;padding-top:78px}.hero:after,.hero__ghosts{top:78px}.hero__main{min-height:760px;padding-top:0;padding-bottom:0;display:block;position:relative;overflow:hidden}.hero__content{z-index:12;width:100%;max-width:920px;margin:0 auto;padding:56px 0 30px;position:relative}.hero__eyebrow{width:64%;max-width:585px;margin:0 0 18px}.hero__title{width:66%;max-width:610px;margin:0}.hero__title-line--top{font-size:clamp(72px,7.8vw,88px)}.hero__title-line--middle{font-size:clamp(54px,5.9vw,68px)}.hero__title-line--bottom{font-size:clamp(68px,7.35vw,84px)}.hero__description-wrap{width:62%;max-width:565px;margin-top:22px}.hero__description{font-size:12px;line-height:1.7}.hero__actions{width:70%;max-width:650px;margin-top:22px}.hero__primary,.hero__secondary{min-height:64px}.hero__care{-webkit-backdrop-filter:blur(4px);background:linear-gradient(90deg,#0318257a,#03182540 72%,#0000);width:73%;max-width:675px;margin:20px 0 0;padding:14px 0}.hero__stats{z-index:14;background:linear-gradient(90deg,#03182580,#03182538 82%,#0000);width:78%;max-width:720px;margin:22px 0 0;padding:15px 0 13px;position:relative}.hero__stat strong{font-size:22px}.hero__stat span{font-size:6.5px}.hero__stat small{font-size:5px}.hero__visual{z-index:5;pointer-events:none;width:49%;max-width:520px;height:675px;min-height:675px;margin:0;position:absolute;top:70px;right:-42px}.hero__character-wrap{width:500px;height:650px;top:51%;left:auto;right:5px;transform:translateY(-50%)}.hero__character{opacity:.39;filter:saturate(.96)brightness(.98)drop-shadow(0 28px 35px #00000038)drop-shadow(0 0 28px #14c3ef12);width:auto;height:635px;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0000002e 9%,#000000d1 30%,#000 48% 100%);mask-image:linear-gradient(90deg,#0000 0%,#0000002e 9%,#000000d1 30%,#000 48% 100%)}.hero__visual-aura{opacity:.36;width:430px;height:520px;top:51%;left:61%}.hero__orbit,.hero__orbit-dot,.hero__signals,.hero__seal,.hero__vertical-word{display:none}.hero__visual-heading{z-index:12;opacity:.6;top:auto;bottom:50px;right:55px}.hero__motto{display:none}.hero__tablet-motto{z-index:18;-webkit-backdrop-filter:blur(6px);background:linear-gradient(90deg,#031b2aad,#031b2a38,#0000);border-left:2px solid #4bdafb;flex-direction:column;align-items:flex-start;width:fit-content;min-width:235px;margin:28px 0 0 18px;padding:12px 26px 13px 16px;display:flex;position:relative}.hero__tablet-motto-kicker{color:#51dcfca8;letter-spacing:.18em;text-transform:uppercase;margin-bottom:4px;font-size:6px;font-weight:900}.hero__tablet-motto-small{color:#ffffff9e;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}.hero__tablet-motto strong{color:#67e2ff;letter-spacing:-.035em;text-transform:uppercase;margin-top:3px;font-family:Montserrat,sans-serif;font-size:21px;font-style:italic;font-weight:900;line-height:1}.hero__background-word{opacity:.5;font-size:160px;bottom:18px;right:-60px}.hero__mobile-character-ghost,.hero__mobile-spotlight{display:none}.hero__strip{z-index:20;margin-top:0;position:relative}.hero__strip-inner{min-height:54px;padding:0 12px}.hero__strip-inner>div{justify-content:center}.hero__strip strong{font-size:9px}.hero__strip span{letter-spacing:.12em;font-size:5.5px}}@media (width>=1000px) and (width<=1180px){.hero__main{min-height:800px}.hero__content{padding-top:64px}.hero__visual{width:48%;max-width:540px;height:690px;top:82px;right:-30px}.hero__character-wrap{width:520px;height:670px;right:8px}.hero__character{opacity:.4;height:655px}}.about{color:#fff;background:radial-gradient(circle at 18% 48%,#0ca9da1a,#0000 29%),radial-gradient(circle at 88% 18%,#087dbe14,#0000 25%),linear-gradient(128deg,#061825 0%,#071d2d 52%,#04121d 100%);padding:78px 0 72px;position:relative;overflow:hidden}.about:before{z-index:0;content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff03,#0000 36%);position:absolute;inset:0}.about:after{z-index:3;content:"";background:linear-gradient(90deg,#0000,#49d3fa33,#0000);height:1px;position:absolute;top:0;left:5%;right:5%}.about__grid{z-index:0;opacity:.032;pointer-events:none;background-image:linear-gradient(#4dd0f914 1px,#0000 1px),linear-gradient(90deg,#4dd0f914 1px,#0000 1px);background-size:78px 78px;position:absolute;inset:0}.about__glow{z-index:0;filter:blur(120px);pointer-events:none;border-radius:50%;position:absolute}.about__glow--left{background:#0782c41c;width:570px;height:570px;bottom:-280px;left:-210px}.about__glow--right{background:#08b0e214;width:620px;height:620px;top:-260px;right:-160px}.about__background-word{z-index:0;color:#ffffff04;letter-spacing:-.09em;-webkit-user-select:none;user-select:none;pointer-events:none;font-family:Montserrat,sans-serif;font-size:clamp(150px,18vw,275px);font-style:italic;font-weight:900;line-height:.8;position:absolute;bottom:-28px;right:-80px}.about__ghosts{z-index:1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.about__ghost{color:#4cd1fa0d;position:absolute}.about__ghost--apple{width:140px;animation:13s ease-in-out infinite aboutGhostFloatOne;top:9%;left:-2%;transform:rotate(-14deg)}.about__ghost--leaf{color:#4ddbc60b;width:135px;animation:15s ease-in-out infinite aboutGhostFloatTwo;bottom:8%;right:2%;transform:rotate(21deg)}.about__ghost--dumbbell{color:#4ed0f90a;width:210px;animation:17s ease-in-out infinite aboutGhostFloatThree;top:8%;left:43%;transform:rotate(-14deg)}.about__ghost--tape{color:#4dcef70a;width:210px;animation:18s ease-in-out infinite reverse aboutGhostFloatOne;bottom:3%;left:34%;transform:rotate(9deg)}.about__ghost--molecule{color:#49cff70a;width:170px;animation:19s ease-in-out infinite aboutGhostFloatTwo;top:32%;right:-2%;transform:rotate(15deg)}.about__ghost--plate{color:#4bd3fb08;width:180px;animation:16s ease-in-out infinite reverse aboutGhostFloatThree;bottom:-5%;left:3%;transform:rotate(-8deg)}.about__container{z-index:5;grid-template-columns:minmax(390px,.87fr) minmax(0,1.13fr);align-items:center;gap:clamp(58px,6vw,100px);display:grid;position:relative}.about__visual{width:100%;max-width:500px;position:relative}.about__section-number{z-index:0;color:#4ad7fb1c;font-family:Montserrat,sans-serif;font-size:72px;font-style:italic;font-weight:900;line-height:1;position:absolute;top:-43px;left:-8px}.about__photo-stage{width:100%;position:relative}.about__photo-halo{z-index:0;pointer-events:none;border-radius:50%;position:absolute}.about__photo-halo--one{border:1px solid #4ad6fa13;width:560px;height:560px;animation:7s ease-in-out infinite aboutHaloBreath;top:50%;left:50%;transform:translate(-50%,-50%)}.about__photo-halo--two{border:1px dashed #4ad6fa0b;width:640px;height:640px;animation:45s linear infinite aboutHaloRotate;top:50%;left:50%;transform:translate(-50%,-50%)rotate(0)}.about__photo-dot{z-index:2;pointer-events:none;background:#4bd9fb;border-radius:50%;width:5px;height:5px;animation:3.2s ease-in-out infinite aboutDotPulse;position:absolute;box-shadow:0 0 9px #4bd9fb80}.about__photo-dot--one{top:13%;left:-18px}.about__photo-dot--two{animation-delay:-1s;top:29%;right:-25px}.about__photo-dot--three{animation-delay:-2s;bottom:17%;right:-8px}.about__photo-code{z-index:2;text-align:right;pointer-events:none;flex-direction:column;gap:2px;display:flex;position:absolute;top:24px;left:-31px}.about__photo-code span{color:#4cd7fb61;letter-spacing:.2em;font-size:5px;font-weight:900}.about__photo-code strong{color:#ffffff21;font-family:Montserrat,sans-serif;font-size:11px;font-style:italic}.about__photo-shell{z-index:3;background:#061725;height:555px;position:relative;overflow:hidden;box-shadow:0 35px 65px #00000040}.about__photo{object-fit:cover;object-position:50% 51%;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.about__visual:hover .about__photo{transform:scale(1.012)}.about__photo-overlay{z-index:2;pointer-events:none;background:linear-gradient(#0000 53%,#030e170a 67%,#030e17e8 100%);position:absolute;inset:0}.about__photo-label{z-index:6;justify-content:space-between;align-items:center;gap:18px;display:flex;position:absolute;bottom:18px;left:22px;right:22px}.about__photo-label span{color:#ffffff6b;letter-spacing:.18em;text-transform:uppercase;font-size:5px;font-weight:850}.about__photo-label strong{color:#4fd9fcd9;letter-spacing:.11em;text-align:right;text-transform:uppercase;font-size:6px;font-weight:850}.about__experience{z-index:9;-webkit-backdrop-filter:blur(8px);background:linear-gradient(90deg,#041d2cf7,#05283be8);border-top:1px solid #51d9fd66;align-items:center;gap:17px;min-width:245px;padding:14px 18px;transition:transform .25s,border-color .25s;display:flex;position:absolute;bottom:65px;right:-35px;box-shadow:0 20px 40px #00000047}.about__experience:hover{border-top-color:#72e6ffad;transform:translateY(-3px)}.about__experience:before{content:"";background:#4cd8fb;width:2px;position:absolute;top:0;bottom:0;left:0}.about__experience-item{align-items:center;gap:8px;display:flex}.about__experience-item>strong{color:#56dcfc;font-family:Montserrat,sans-serif;font-size:24px;font-style:italic;font-weight:900;line-height:1}.about__experience-item div{flex-direction:column;gap:1px;display:flex}.about__experience-item span{color:#ffffffe0;letter-spacing:.1em;text-transform:uppercase;font-size:6px;font-weight:850}.about__experience-item small{color:#ffffff6b;font-size:5px}.about__experience>i{background:#4dd7fc2e;width:1px;height:33px}.about__visual-index{color:#4bd7fb61;letter-spacing:.17em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;margin-top:15px;font-size:5px;font-weight:900;display:flex}.about__visual-index i{background:#4cd8fc3d;width:25px;height:1px}.about__content{width:100%;max-width:680px;position:relative}.about__heading-block{text-align:center;width:100%;max-width:650px;margin:0 auto}.about__eyebrow{justify-content:center;align-items:center;gap:11px;width:100%;margin-bottom:18px;display:flex}.about__eyebrow-line{background:linear-gradient(90deg,#0000,#4bd7fad9);width:48px;height:1px}.about__eyebrow-line--end{background:linear-gradient(90deg,#4bd7fad9,#0000)}.about__eyebrow>span:not(.about__eyebrow-line){color:#4bd8fb;letter-spacing:.19em;text-transform:uppercase;font-size:7px;font-weight:900}.about__eyebrow>i{background:#4bd8fb;border-radius:50%;flex-shrink:0;width:4px;height:4px;box-shadow:0 0 8px #4bd8fb59}.about__eyebrow small{color:#ffffff80;letter-spacing:.13em;text-transform:uppercase;font-size:7px;font-weight:800}.about__title{letter-spacing:-.055em;text-align:center;text-transform:uppercase;width:100%;max-width:650px;margin:0 auto;font-family:Montserrat,sans-serif;font-size:clamp(39px,3.45vw,58px);font-style:italic;font-weight:900;line-height:.96}.about__animated-text{display:block}.about__animated-letter{opacity:1;transform-origin:50%;backface-visibility:hidden;-webkit-font-smoothing:antialiased;will-change:transform;display:inline-block;transform:translateY(0)scale(1)}.about__title-white{color:#fff}.about__title-white .about__animated-letter{color:#fff;opacity:1;animation:5.9s ease-in-out infinite aboutTitleWhiteEnergy;animation-delay:var(--letter-loop-delay)}.about__title-blue{color:#43d3f7;-webkit-text-fill-color:#43d3f7;background:0 0;margin-top:7px}.about__title-blue .about__animated-letter{color:#43d3f7;opacity:1;-webkit-text-fill-color:#43d3f7;animation:5.9s ease-in-out infinite aboutTitleBlueEnergy;animation-delay:var(--letter-loop-delay)}.about__statement{text-align:center;border-top:1px solid #4bd3fa26;border-bottom:1px solid #4bd3fa14;width:100%;max-width:615px;margin:23px auto 0;padding:14px 24px;position:relative}.about__statement p{color:#ffffffab;margin:0;font-size:14px;line-height:1.55}.about__statement strong{color:#fff;font-weight:750;position:relative}.about__statement strong:after{content:"";transform-origin:50%;background:#4bd8fb;height:1px;animation:.6s 1.2s forwards aboutUnderlineReveal;position:absolute;bottom:-5px;left:0;right:0;transform:scaleX(0)}.about__copy{grid-template-columns:1fr 1fr;gap:24px;max-width:650px;margin-top:18px;display:grid}.about__copy p{color:#ffffff80;margin:0;font-size:11px;line-height:1.68}.about__copy strong{color:#ffffffdb;font-weight:700}.about__values{border-top:1px solid #4bd3fa1c;border-bottom:1px solid #4bd3fa14;grid-template-columns:repeat(3,1fr);align-items:center;width:100%;max-width:625px;margin:21px auto 0;display:grid}.about__value{text-align:center;border-right:1px solid #ffffff0b;justify-content:center;align-items:center;gap:8px;min-height:48px;transition:background .22s;display:flex;position:relative;overflow:hidden}.about__value:last-child{border-right:0}.about__value:hover{background:#38c2eb09}.about__value-number{color:#49d6fbab;transform-origin:50%;flex-shrink:0;font-size:6px;font-weight:900;animation:4.8s ease-in-out infinite aboutValueNumberLoop}.about__value:nth-child(2) .about__value-number{animation-delay:.65s}.about__value:nth-child(3) .about__value-number{animation-delay:1.3s}.about__value-word{color:#ffffffe6;letter-spacing:.09em;text-transform:uppercase;justify-content:center;align-items:center;font-size:8px;font-weight:850;display:inline-flex}.about__value-letter{color:inherit;opacity:1;transform-origin:bottom;animation:4.8s ease-in-out infinite aboutValueLetterIdle;animation-delay:var(--value-loop-delay);display:inline-block}.about__value:hover .about__value-letter{animation:.52s both aboutValueLetterHover;animation-delay:calc(var(--letter-index) * 32ms)}.about__value>i{opacity:.18;background:#4cd8fcb8;border-radius:50%;width:4px;height:4px;animation:4.8s ease-in-out infinite aboutValueDotLoop;position:absolute;bottom:6px;left:50%;transform:translate(-50%)scale(.55);box-shadow:0 0 8px #4cd8fc59}.about__value:nth-child(2)>i{animation-delay:.65s}.about__value:nth-child(3)>i{animation-delay:1.3s}.about__credentials{background:linear-gradient(110deg,#083a523d,#051c2b14 58%,#0000);border-top:1px solid #4dd7fc3d;border-bottom:1px solid #4dd7fc1a;width:100%;max-width:650px;margin:22px auto 0;padding:15px 17px 7px;position:relative}.about__credentials:before{content:"";background:linear-gradient(90deg,#55dcfc,#0000);width:105px;height:2px;position:absolute;top:-1px;left:0}.about__credentials-heading{border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:9px;padding-bottom:11px;display:flex}.about__credentials-heading>div{flex-direction:column;gap:4px;display:flex}.about__credentials-kicker{color:#54dcfc;letter-spacing:.18em;text-transform:uppercase;font-size:9px;font-weight:900}.about__credentials-heading strong{color:#fffffff0;font-size:11px;font-weight:750}.about__credentials-heading>small{color:#78e1fca1;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;font-size:6px;font-weight:850}.about__credential{border-bottom:1px solid #ffffff13;grid-template-columns:28px 42px 1fr;align-items:center;gap:12px;min-height:66px;padding:10px 0;transition:padding-left .2s,background .2s,border-color .2s;display:grid}.about__credential:last-child{border-bottom:0}.about__credential:hover{background:linear-gradient(90deg,#0b55701c,#0000 75%);border-color:#4bd5fb40;padding-left:7px}.about__credential-number{color:#4cd9fcb8;font-family:Montserrat,sans-serif;font-size:7px;font-style:italic;font-weight:900}.about__credential-icon{color:#55dcfc;background:linear-gradient(90deg,#2cc2ec12,#0000);border-left:1px solid #4dd8fc61;border-right:1px solid #4dd8fc1f;justify-content:center;align-items:center;width:39px;height:39px;transition:transform .22s,color .22s;display:flex}.about__credential:hover .about__credential-icon{color:#a3efff;transform:scale(1.08)}.about__credential-copy{flex-direction:column;gap:5px;display:flex}.about__credential-copy strong{color:#fffffff5;letter-spacing:.045em;text-transform:uppercase;font-size:9px;font-weight:850}.about__credential-copy p{color:#ffffff94;max-width:525px;margin:0;font-size:8px;line-height:1.5}.about__bottom{justify-content:space-between;align-items:center;gap:20px;width:100%;max-width:650px;margin:18px auto 0;display:flex}.about__philosophy{color:#4bd7fb;align-items:center;gap:10px;display:flex}.about__philosophy-icon{justify-content:center;align-items:center;transition:transform .22s;display:flex}.about__philosophy:hover .about__philosophy-icon{transform:scale(1.12)}.about__philosophy div{flex-direction:column;gap:3px;display:flex}.about__philosophy div>span:first-child{color:#4bd7fbad;letter-spacing:.15em;text-transform:uppercase;font-size:5px;font-weight:900}.about__philosophy-text{color:#ffffffb8;font-size:7px;font-weight:650}.about__next{color:#ffffffb8;letter-spacing:.09em;text-align:right;text-transform:uppercase;flex-direction:column;gap:6px;min-width:140px;font-size:6px;font-weight:850;transition:color .22s;display:flex}.about__next:hover{color:#fff}.about__next i{background:#4ad6fb1f;width:100%;height:1px;position:relative}.about__next i:after{content:"";background:#4bd8fb;width:34px;height:1px;transition:width .24s;position:absolute;top:0;right:0}.about__next:hover i:after{width:100%}@keyframes aboutGhostFloatOne{0%,to{translate:0}50%{translate:0 -9px}}@keyframes aboutGhostFloatTwo{0%,to{translate:0}50%{translate:7px -7px}}@keyframes aboutGhostFloatThree{0%,to{translate:0}50%{translate:-6px 7px}}@keyframes aboutHaloBreath{0%,to{opacity:.42;scale:1}50%{opacity:.7;scale:1.02}}@keyframes aboutHaloRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes aboutDotPulse{0%,to{opacity:.38;transform:scale(.8)}50%{opacity:1;transform:scale(1.15)}}@keyframes aboutUnderlineReveal{to{transform:scaleX(1)}}@keyframes aboutTitleWhiteEnergy{0%,60%,82%,to{color:#fff;text-shadow:0 0 #66e2ff00;transform:translateY(0)scale(1)}68%{color:#fff;text-shadow:0 0 5px #6fe6ff45,0 0 11px #44d3f81f;transform:translateY(-1px)scale(1.018)}74%{color:#fff;text-shadow:0 0 2px #6fe6ff1c;transform:translateY(0)scale(1)}}@keyframes aboutTitleBlueEnergy{0%,60%,82%,to{color:#43d3f7;-webkit-text-fill-color:#43d3f7;text-shadow:0 0 #4bdafb00;transform:translateY(0)scale(1)}68%{color:#b1f2ff;-webkit-text-fill-color:#b1f2ff;text-shadow:0 0 5px #5be0ff6b,0 0 12px #27c1e933;transform:translateY(-1px)scale(1.025)}74%{color:#62defb;-webkit-text-fill-color:#62defb;text-shadow:0 0 3px #4bdafb2e;transform:translateY(0)scale(1)}}@keyframes aboutValueLetterIdle{0%,62%,to{color:#ffffffe6;opacity:1;text-shadow:none;transform:translateY(0)scale(1)}69%{color:#8feaff;opacity:1;text-shadow:0 0 6px #4ad8fb40;transform:translateY(-1px)scale(1.075)}76%{color:#ffffffe6;opacity:1;text-shadow:none;transform:translateY(0)scale(1)}}@keyframes aboutValueLetterHover{0%{color:#ffffffe6;opacity:1;transform:translateY(0)scale(1)}45%{color:#91edff;opacity:1;text-shadow:0 0 8px #4ad8fb61;transform:translateY(-2px)scale(1.14)}to{color:#ffffffe6;opacity:1;text-shadow:none;transform:translateY(0)scale(1)}}@keyframes aboutValueNumberLoop{0%,60%,to{color:#49d6fb99;transform:scale(1)}70%{color:#99ecff;transform:scale(1.14)}80%{color:#49d6fb99;transform:scale(1)}}@keyframes aboutValueDotLoop{0%,58%,to{opacity:.12;transform:translate(-50%)scale(.45)}70%{opacity:.8;transform:translate(-50%)scale(1)}80%{opacity:.12;transform:translate(-50%)scale(.45)}}@media (width<=1200px){.about{padding:72px 0 68px}.about__container{grid-template-columns:minmax(350px,.86fr) minmax(0,1.14fr);gap:55px}.about__photo-shell{height:515px}.about__experience{right:-20px}.about__photo-halo--one{width:510px;height:510px}.about__photo-halo--two{width:585px;height:585px}.about__title{font-size:clamp(36px,3.35vw,52px)}}@media (width<=950px){.about{padding:80px 0 70px}.about__container{grid-template-columns:1fr;gap:72px}.about__visual{width:min(100%,590px);max-width:none;margin:0 auto}.about__photo-shell{height:640px}.about__photo-halo--one{width:610px;height:610px}.about__photo-halo--two{width:690px;height:690px}.about__content{width:min(100%,690px);max-width:none;margin:0 auto}.about__title{font-size:clamp(42px,6vw,58px)}}@media (width<=650px){.about{padding:65px 0 60px}.about__container{gap:58px}.about__photo-shell{height:530px}.about__photo{object-position:54% 50%}.about__photo-halo--one{width:460px;height:460px}.about__photo-halo--two{width:525px;height:525px}.about__photo-code{display:none}.about__photo-dot--one{left:-6px}.about__photo-dot--two{right:-5px}.about__section-number{font-size:50px;top:-31px}.about__experience{gap:12px;min-width:215px;padding:12px 14px;bottom:64px;right:8px}.about__experience-item>strong{font-size:20px}.about__photo-label{flex-direction:column;align-items:flex-start;gap:4px}.about__photo-label strong{text-align:left}.about__eyebrow{flex-wrap:wrap;gap:8px}.about__eyebrow-line{width:30px}.about__title{font-size:clamp(37px,11vw,51px)}.about__statement{margin-top:18px;padding:12px 14px}.about__statement p{font-size:12px}.about__copy{grid-template-columns:1fr;gap:11px}.about__values{grid-template-columns:1fr}.about__value{border-bottom:1px solid #ffffff0a;border-right:0;min-height:44px}.about__value:last-child{border-bottom:0}.about__value-word{font-size:9px}.about__credentials{padding:14px 12px 6px}.about__credentials-heading{flex-direction:column;align-items:flex-start;gap:5px}.about__credential{grid-template-columns:23px 36px 1fr;gap:9px}.about__bottom{flex-direction:column;align-items:flex-start}.about__next{text-align:left;width:100%}.about__next i:after{left:0;right:auto}.about__ghost--dumbbell{top:2%;left:50%}.about__ghost--apple{left:-14%}}@media (width<=430px){.about__photo-shell{height:460px}.about__photo-halo--one{width:390px;height:390px}.about__photo-halo--two{width:445px;height:445px}.about__experience{transform-origin:100%;right:0;transform:scale(.9)}.about__title{font-size:35px}.about__eyebrow-line{width:22px}.about__credential{grid-template-columns:21px 34px 1fr}.about__credential-copy p{font-size:7px}.about__ghost--molecule{display:none}}@media (prefers-reduced-motion:reduce){.about__ghost,.about__photo-halo,.about__photo-dot,.about__statement strong:after,.about__title-white .about__animated-letter,.about__title-blue .about__animated-letter,.about__value-letter,.about__value-number,.about__value>i{animation:none}.about__photo,.about__experience,.about__value,.about__credential,.about__credential-icon,.about__next,.about__next i:after{transition:none}}.about__animated-word{white-space:nowrap;display:inline-flex}.about__animated-space{flex:none;width:.28em;display:inline-block}@media (width<=650px){.about{padding:42px 0 46px}.about__container{gap:34px}.about__visual{width:100%;max-width:430px}.about__section-number{opacity:.75;font-size:46px;top:-18px;left:6px}.about__photo-stage{width:100%}.about__photo-shell{border-top:1px solid #4fd9fc26;border-bottom:1px solid #4fd9fc1a;height:clamp(310px,82vw,365px);box-shadow:0 24px 50px #00000038}.about__photo{object-position:50% 46%}.about__photo-overlay{background:linear-gradient(#030e1705 0% 55%,#030e17e6 100%)}.about__photo-halo--one{width:350px;height:350px}.about__photo-halo--two{width:410px;height:410px}.about__photo-label{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:12px;bottom:13px;left:16px;right:16px}.about__photo-label span{font-size:4.5px}.about__photo-label strong{text-align:right;max-width:145px;font-size:5px;line-height:1.35}.about__experience{gap:14px;width:min(78%,285px);min-width:0;padding:11px 14px;bottom:45px;right:50%;transform:translate(50%)}.about__experience:hover{transform:translate(50%)translateY(-2px)}.about__experience-item{flex:1;justify-content:center}.about__experience-item>strong{font-size:19px}.about__experience-item span{font-size:5px}.about__experience-item small{font-size:4.5px}.about__visual-index{gap:8px;margin-top:10px;font-size:4.5px}.about__visual-index i{width:20px}.about__content{width:100%;max-width:430px}.about__heading-block{max-width:100%}.about__eyebrow{flex-wrap:nowrap;gap:7px;margin-bottom:14px}.about__eyebrow-line{width:24px}.about__eyebrow>span:not(.about__eyebrow-line),.about__eyebrow small{letter-spacing:.13em;white-space:nowrap;font-size:5.5px}.about__eyebrow>i{width:3px;height:3px}.about__title{letter-spacing:-.045em;max-width:100%;font-size:clamp(31px,8.6vw,39px);line-height:1.02}.about__title-blue{margin-top:4px}.about__statement{max-width:360px;margin-top:17px;padding:11px 12px}.about__statement p{font-size:11px;line-height:1.55}.about__copy{text-align:center;grid-template-columns:1fr;gap:9px;max-width:360px;margin:16px auto 0}.about__copy p{font-size:10px;line-height:1.65}.about__values{grid-template-columns:repeat(3,minmax(0,1fr));max-width:390px;margin-top:17px}.about__value{border-bottom:0;border-right:1px solid #ffffff0b;flex-direction:column;gap:4px;min-height:58px;padding:8px 4px}.about__value:last-child{border-right:0}.about__value-number{font-size:5px}.about__value-word{letter-spacing:.06em;font-size:7px}.about__value>i{width:3px;height:3px;bottom:5px}.about__credentials{max-width:390px;margin-top:18px;padding:13px 12px 5px}.about__credentials-heading{text-align:center;align-items:center;gap:4px;margin-bottom:7px;padding-bottom:10px}.about__credentials-heading>div{align-items:center}.about__credentials-kicker{font-size:7px}.about__credentials-heading strong{font-size:9px}.about__credentials-heading>small{display:none}.about__credential{grid-template-columns:20px 34px 1fr;gap:9px;min-height:62px;padding:9px 0}.about__credential-number{font-size:6px}.about__credential-icon{width:32px;height:34px}.about__credential-copy{gap:3px}.about__credential-copy strong{font-size:7.5px;line-height:1.3}.about__credential-copy p{font-size:7px;line-height:1.45}.about__bottom{text-align:center;align-items:center;gap:12px;max-width:390px;margin-top:15px}.about__philosophy{justify-content:center}.about__philosophy div{align-items:center}.about__philosophy div>span:first-child{font-size:4.5px}.about__philosophy-text{font-size:6px}.about__next{text-align:center;align-items:center;width:min(100%,250px);min-width:0;font-size:5.5px}.about__next i:after{left:50%;right:50%;transform:translate(50%)}.about__next:hover i:after{width:100%;left:0;right:0;transform:none}.about__ghost--dumbbell{width:150px;top:6%;left:40%}.about__ghost--apple{width:115px;top:3%;left:-15%}.about__ghost--leaf{width:110px;bottom:6%;right:-8%}.about__ghost--tape{width:150px;bottom:2%;left:24%}}@media (width<=430px){.about{padding:38px 0 42px}.about__container{gap:30px}.about__photo-shell{height:clamp(295px,80vw,338px)}.about__photo{object-position:50% 45%}.about__photo-halo--one{width:320px;height:320px}.about__photo-halo--two{width:370px;height:370px}.about__experience{width:min(82%,270px);padding:10px 12px;bottom:42px}.about__title{font-size:clamp(29px,8.5vw,36px)}.about__eyebrow-line{width:18px}.about__eyebrow>span:not(.about__eyebrow-line),.about__eyebrow small{font-size:5px}.about__statement{padding:10px 9px}.about__statement p{font-size:10.5px}.about__copy p{font-size:9.5px}.about__value-word{font-size:6.4px}.about__credentials{padding-left:10px;padding-right:10px}.about__credential{grid-template-columns:18px 31px 1fr;gap:8px}.about__credential-icon{width:30px;height:32px}.about__credential-copy strong{font-size:7px}.about__credential-copy p{font-size:6.7px}.about__ghost--molecule{display:none}}@media (width<=950px){.about{padding:48px 0 46px}.about__container{grid-template-columns:1fr;gap:34px}.about__visual{width:100%;max-width:720px;margin:0 auto}.about__photo-shell{aspect-ratio:16/10;height:auto}.about__photo{object-position:50% 43%}.about__experience{bottom:18px;right:18px}.about__content{max-width:760px;margin:0 auto}.about__title{max-width:690px;font-size:clamp(42px,6.2vw,54px)}.about__statement,.about__copy,.about__values,.about__credentials{max-width:690px}}@media (width<=650px){.about{background:radial-gradient(circle at 50% 14%,#10b1e21c,#0000 28%),linear-gradient(#051724 0%,#062033 54%,#04131f 100%);padding:28px 0 36px}.about:after{left:8%;right:8%}.about__grid{opacity:.018;background-size:58px 58px}.about__background-word{opacity:.8;font-size:110px;bottom:30px;right:-30px}.about__ghost--apple,.about__ghost--dumbbell,.about__ghost--plate{display:none}.about__ghost--molecule{opacity:.55;width:150px;top:44%;right:-55px}.about__ghost--leaf{width:118px;bottom:7%;right:-28px}.about__ghost--tape{width:155px;bottom:1%;left:-42px}.about__container{gap:26px}.about__visual{max-width:none}.about__section-number,.about__photo-halo,.about__photo-dot,.about__photo-code,.about__visual-index{display:none}.about__photo-stage{width:100%}.about__photo-shell{aspect-ratio:auto;border-top:1px solid #50d8fc1f;border-bottom:1px solid #50d8fc1a;height:268px;box-shadow:0 24px 50px #00000038}.about__photo{object-position:50% 39%}.about__photo-overlay{background:linear-gradient(#020d1505 0%,#020d1508 47%,#020d15b3 82%,#020d15f5 100%)}.about__photo-label{gap:8px;bottom:11px;left:14px;right:14px}.about__photo-label span,.about__photo-label strong{font-size:4.6px}.about__experience{background:linear-gradient(90deg,#031b2af0,#052f43eb);border-top-color:#56dcfc57;grid-template-columns:1fr 1px 1fr;align-items:center;gap:12px;width:calc(100% - 36px);min-width:0;max-width:330px;padding:10px 14px;display:grid;bottom:34px;left:50%;right:auto;transform:translate(-50%);box-shadow:0 16px 34px #00000042}.about__experience:hover{transform:translate(-50%)}.about__experience-item{justify-content:center;gap:7px;min-width:0}.about__experience-item>strong{font-size:21px}.about__experience-item span{font-size:5.4px}.about__experience-item small{font-size:4.5px}.about__experience>i{height:28px}.about__content{width:100%;max-width:none}.about__heading-block{max-width:none}.about__eyebrow{gap:8px;margin-bottom:13px}.about__eyebrow-line{width:28px}.about__eyebrow>span:not(.about__eyebrow-line),.about__eyebrow small{letter-spacing:.13em;font-size:5.8px}.about__eyebrow>i{width:3px;height:3px}.about__title{letter-spacing:-.045em;width:100%;max-width:360px;font-size:clamp(30px,8.7vw,38px);line-height:.98}.about__animated-text{width:100%}.about__animated-word{white-space:nowrap}.about__title-blue{margin-top:5px}.about__statement{max-width:360px;margin-top:17px;padding:12px 10px}.about__statement p{font-size:12.2px;line-height:1.5}.about__copy{text-align:center;grid-template-columns:1fr;gap:8px;max-width:350px;margin:14px auto 0}.about__copy p{font-size:10.8px;line-height:1.62}.about__values{max-width:360px;margin-top:17px}.about__value{flex-direction:column;gap:4px;min-height:58px;padding:8px 4px 9px}.about__value-number{font-size:5.4px}.about__value-word{letter-spacing:.07em;font-size:7px}.about__value>i{width:3px;height:3px;bottom:6px}.about__credentials{background:linear-gradient(#07385033,#0419270d);max-width:360px;margin-top:18px;padding:14px 12px 5px}.about__credentials-heading{text-align:center;justify-content:center;align-items:center;margin-bottom:5px;padding-bottom:11px}.about__credentials-heading>div{align-items:center}.about__credentials-kicker{font-size:7px}.about__credentials-heading strong{font-size:10px}.about__credentials-heading>small{display:none}.about__credential{grid-template-columns:18px 36px 1fr;gap:9px;min-height:64px;padding:9px 0}.about__credential-number{font-size:5px}.about__credential-icon{width:34px;height:34px}.about__credential-copy{gap:3px}.about__credential-copy strong{font-size:7.2px;line-height:1.25}.about__credential-copy p{font-size:5.8px;line-height:1.45}.about__bottom{max-width:360px;margin:10px auto 0;padding-top:10px}.about__philosophy{text-align:left;justify-content:center}.about__next{margin-left:auto}}@media (width<=430px){.about{padding-top:24px}.about__photo-shell{height:248px}.about__experience{width:calc(100% - 28px);padding:9px 10px;bottom:31px}.about__experience-item>strong{font-size:19px}.about__title{max-width:330px;font-size:clamp(29px,8.5vw,35px)}.about__statement,.about__copy,.about__values,.about__credentials,.about__bottom{max-width:330px}.about__copy p{font-size:10.5px}.about__value-word{font-size:6.5px}.about__credential{grid-template-columns:16px 34px 1fr;gap:8px}.about__credential-copy strong{font-size:6.8px}.about__credential-copy p{font-size:5.5px}}@media (width<=650px){.about__experience{grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);gap:10px;width:auto;min-width:0;max-width:none;padding:10px 12px;bottom:34px;left:14px;right:14px;transform:none}.about__experience:hover{transform:none}.about__experience-item{justify-content:center;width:100%;min-width:0}.about__experience-item>strong{flex-shrink:0}.about__experience-item div{min-width:0}.about__experience-item span,.about__experience-item small{white-space:nowrap}}@media (width<=430px){.about__experience{gap:8px;padding:9px 10px;bottom:30px;left:10px;right:10px}.about__experience-item{gap:6px}.about__experience-item>strong{font-size:18px}.about__experience-item span{font-size:5px}.about__experience-item small{font-size:4.2px}}.about__experience{-webkit-backdrop-filter:blur(13px)saturate(145%);background:linear-gradient(135deg,#0723367a 0%,#07394f47 52%,#05192761 100%);border:1px solid #75e1ff33;border-top-color:#7ee8ff5c;overflow:hidden;box-shadow:0 18px 38px #00000038,inset 0 1px #ffffff17,inset 0 -1px #43d0f80d}.about__experience:before{z-index:3;background:linear-gradient(#98efff,#32caef 48%,#32caef38);width:2px;box-shadow:0 0 12px #57deff59}.about__experience:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(#ffffff14 0%,#ffffff06 28%,#0000 62%);position:absolute;inset:0}.about__experience-item,.about__experience>i{z-index:2;position:relative}.about__experience-item>strong{color:#67e2ff;text-shadow:0 0 14px #4edcff29}.about__experience-item span{color:#ffffffeb}.about__experience-item small{color:#e1f2fa94}.about__experience>i{background:linear-gradient(#0000,#5cdcfc5c,#0000)}@media (width<=650px){.about__experience{-webkit-backdrop-filter:blur(7px)saturate(145%);background:linear-gradient(135deg,#051f3047 0%,#063a4e29 52%,#04192738 100%);border-color:#80e8ff52 #6fe0ff2e #6fe0ff2e;box-shadow:0 14px 32px #0000002e,inset 0 1px #ffffff14}.about__experience:after{background:linear-gradient(#fff1 0%,#ffffff05 32%,#0000 68%)}}@media (width>=651px) and (width<=820px){.about{background:radial-gradient(circle at 50% 18%,#11afe01c,#0000 30%),radial-gradient(circle at 88% 76%,#087ebf12,#0000 25%),linear-gradient(#051824 0%,#062033 53%,#04131f 100%);padding:38px 0 40px}.about__grid{opacity:.022;background-size:68px 68px}.about__container{grid-template-columns:1fr;gap:22px}.about__visual{width:100%;max-width:650px;margin:0 auto}.about__section-number{opacity:.75;font-size:58px;top:-25px;left:-2px}.about__photo-stage{width:100%}.about__photo-shell{aspect-ratio:auto;border-top:1px solid #4cd7fb21;border-bottom:1px solid #4cd7fb17;height:390px;box-shadow:0 28px 60px #00000038}.about__photo{object-position:50% 41%}.about__photo-overlay{background:linear-gradient(#020d1500 0%,#020d1505 55%,#020d155c 76%,#020d15e0 100%)}.about__photo-label{bottom:13px;left:18px;right:18px}.about__photo-label span,.about__photo-label strong{font-size:6px}.about__photo-halo--one{width:510px;height:510px}.about__photo-halo--two{width:580px;height:580px}.about__experience{-webkit-backdrop-filter:blur(9px)saturate(145%);background:linear-gradient(135deg,#06233559,#073d5238 52%,#041a284d);gap:15px;min-width:255px;padding:12px 17px;bottom:34px;right:24px}.about__experience-item>strong{font-size:22px}.about__experience-item span{font-size:6.8px}.about__experience-item small{font-size:5.7px}.about__visual-index{margin-top:10px;font-size:5.4px}.about__content{text-align:center;width:100%;max-width:680px;margin:0 auto}.about__heading-block{max-width:650px}.about__eyebrow{gap:9px;margin-bottom:12px}.about__eyebrow-line{width:38px}.about__eyebrow>span:not(.about__eyebrow-line),.about__eyebrow small{font-size:7.2px}.about__title{letter-spacing:-.05em;max-width:630px;font-size:clamp(44px,6.7vw,52px);line-height:.96}.about__title-blue{margin-top:5px}.about__statement{max-width:620px;margin-top:16px;padding:11px 18px}.about__statement p{font-size:14px;line-height:1.55}.about__copy{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;max-width:635px;margin:14px auto 0}.about__copy p{text-align:center;font-size:12.2px;line-height:1.58}.about__values{max-width:635px;margin-top:15px}.about__value{gap:6px;min-height:48px}.about__value-number{font-size:6px}.about__value-word{font-size:9px}.about__credentials{background:linear-gradient(#083e5633,#041b290d);grid-template-columns:repeat(3,minmax(0,1fr));column-gap:0;width:100%;max-width:665px;margin:16px auto 0;padding:13px 14px 12px;display:grid}.about__credentials-heading{grid-column:1/-1;align-items:center;margin-bottom:8px;padding-bottom:10px}.about__credentials-kicker{font-size:8px}.about__credentials-heading strong{font-size:10.8px}.about__credentials-heading>small{font-size:5.7px}.about__credential{background:0 0;border-bottom:0;border-right:1px solid #4ed8fa14;grid-template-columns:24px 34px minmax(0,1fr);align-items:start;gap:7px;min-height:102px;padding:13px 11px 10px;display:grid;position:relative}.about__credential:last-child{border-right:0}.about__credential:hover{background:linear-gradient(#0b557014,#0000);padding-left:10px}.about__credential-number{padding-top:8px;font-size:6.4px}.about__credential-icon{width:32px;height:34px}.about__credential-icon svg{width:18px;height:18px}.about__credential-copy{text-align:left;gap:4px}.about__credential-copy strong{font-size:8px;line-height:1.25}.about__credential-copy p{font-size:6.8px;line-height:1.48}.about__bottom{max-width:650px;margin:10px auto 0;padding-top:2px}.about__philosophy-text,.about__next{font-size:6.4px}.about__ghost--apple{opacity:.75;width:115px;left:-5%}.about__ghost--dumbbell{opacity:.65;width:160px;left:54%}.about__ghost--molecule{width:145px;right:-5%}.about__ghost--leaf{width:118px;bottom:4%;right:-2%}}@media (width>=821px) and (width<=1180px){.about{padding:58px 0 54px}.about__container{grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(34px,4.2vw,52px);width:min(100% - 52px,1080px)}.about__visual{width:100%;max-width:430px;margin:0 auto}.about__section-number{font-size:62px;top:-30px;left:-2px}.about__photo-shell{height:510px}.about__photo{object-position:50% 48%}.about__photo-halo--one{width:485px;height:485px}.about__photo-halo--two{width:545px;height:545px}.about__experience{-webkit-backdrop-filter:blur(9px)saturate(145%);background:linear-gradient(135deg,#05203257,#063c5238 52%,#0419274a);gap:15px;min-width:250px;padding:12px 16px;bottom:42px;right:16px}.about__experience-item>strong{font-size:23px}.about__experience-item span{font-size:6.6px}.about__experience-item small{font-size:5.5px}.about__visual-index{margin-top:10px;font-size:5px}.about__content{width:100%;max-width:590px;margin:0 auto}.about__heading-block{max-width:560px;margin:0 auto}.about__eyebrow{gap:9px;margin-bottom:13px}.about__eyebrow-line{width:40px}.about__eyebrow>span:not(.about__eyebrow-line),.about__eyebrow small{font-size:7px}.about__title{letter-spacing:-.048em;text-align:center;max-width:560px;margin:0 auto;font-size:clamp(39px,4.25vw,49px);line-height:.96}.about__title-blue{margin-top:5px}.about__statement{max-width:550px;margin:18px auto 0;padding:12px 16px}.about__statement p{font-size:13px;line-height:1.55}.about__copy{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:555px;margin:15px auto 0}.about__copy p{text-align:center;font-size:11.2px;line-height:1.58}.about__values{max-width:555px;margin-top:16px}.about__value{gap:6px;min-height:48px}.about__value-number{font-size:5.8px}.about__value-word{font-size:8.4px}.about__credentials{background:linear-gradient(110deg,#083a5238,#051c2b0f 62%,#0000);width:100%;max-width:570px;margin:18px auto 0;padding:13px 15px 8px}.about__credentials-heading{align-items:center;margin-bottom:6px;padding-bottom:10px}.about__credentials-kicker{font-size:8px}.about__credentials-heading strong{font-size:10.5px}.about__credentials-heading>small{font-size:5.5px}.about__credential{grid-template-columns:22px 38px minmax(0,1fr);gap:9px;min-height:60px;padding:9px 0}.about__credential-number{font-size:5.8px}.about__credential-icon{width:35px;height:35px}.about__credential-icon svg{width:18px;height:18px}.about__credential-copy{gap:3px}.about__credential-copy strong{font-size:8.2px;line-height:1.25}.about__credential-copy p{font-size:7px;line-height:1.45}.about__bottom{max-width:560px;margin:12px auto 0}.about__philosophy-text,.about__next{font-size:6.2px}.about__ghost--apple{width:125px;left:-4%}.about__ghost--dumbbell{width:175px;top:6%;left:47%}.about__ghost--molecule{width:150px;top:34%;right:-4%}.about__ghost--leaf{width:125px;bottom:4%;right:0}.about__ghost--tape{width:180px;bottom:1%;left:38%}}@media (width>=980px) and (width<=1180px){.about__container{grid-template-columns:minmax(370px,.92fr) minmax(0,1.08fr);gap:48px;width:min(100% - 68px,1120px)}.about__visual{max-width:445px}.about__photo-shell{height:535px}.about__content{max-width:605px}.about__heading-block,.about__statement,.about__copy,.about__values,.about__bottom{max-width:585px}.about__title{max-width:585px;font-size:46px}.about__statement p{font-size:13.5px}.about__copy p{font-size:11.5px}.about__credentials{max-width:595px}}.services{color:#fff;background:radial-gradient(circle at 78% 25%,#00b7ee1a,#0000 30%),radial-gradient(circle at 10% 72%,#0074b917,#0000 29%),linear-gradient(130deg,#03131f 0%,#051b2a 48%,#03111c 100%);padding:82px 0 62px;position:relative;overflow:hidden}.services:before{content:"";background:linear-gradient(90deg,#0000,#43d3f96b,#0000);height:1px;position:absolute;top:0;left:0;right:0}.services__grid{opacity:.03;pointer-events:none;background-image:linear-gradient(#46d7fa1a 1px,#0000 1px),linear-gradient(90deg,#46d7fa1a 1px,#0000 1px);background-size:85px 85px;position:absolute;inset:0}.services__glow{filter:blur(135px);pointer-events:none;border-radius:50%;position:absolute}.services__glow--left{background:#007abf1a;width:650px;height:650px;bottom:-300px;left:-260px}.services__glow--right{background:#00bfee17;width:690px;height:690px;top:-300px;right:-210px}.services__ghost-word{color:#ffffff03;pointer-events:none;font-family:Montserrat,sans-serif;font-size:clamp(260px,31vw,540px);font-style:italic;font-weight:900;line-height:.7;position:absolute;bottom:-90px;right:-120px}.services__container{z-index:3;position:relative}.services__header{text-align:center;width:100%;max-width:930px;margin:0 auto 52px}.services__eyebrow{justify-content:center;align-items:center;gap:11px;margin-bottom:15px;display:flex}.services__eyebrow>span{background:linear-gradient(90deg,#0000,#4bdafcbf);width:50px;height:1px}.services__eyebrow>span:last-child{background:linear-gradient(90deg,#4bdafcbf,#0000)}.services__eyebrow strong{color:#53ddfc;letter-spacing:.2em;text-transform:uppercase;font-size:8px;font-weight:900}.services__eyebrow i{background:#50dcfb;border-radius:50%;width:5px;height:5px;box-shadow:0 0 10px #50dcfb8c}.services__eyebrow small{color:#ffffff7a;letter-spacing:.15em;text-transform:uppercase;font-size:8px;font-weight:800}.services__header h2{color:#fff;letter-spacing:-.065em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(58px,6vw,88px);font-style:italic;font-weight:900;line-height:.9}.services__header h2 strong{color:#4ad9fa;font-weight:900;animation:5s ease-in-out infinite servicesTitleGlow}.services__header>p{color:#ffffff8f;max-width:680px;margin:22px auto 0;font-size:14px;line-height:1.7}.services__main{grid-template-columns:minmax(290px,.69fr) minmax(490px,1.14fr) minmax(350px,.86fr);align-items:stretch;gap:clamp(6px,.9vw,14px);display:grid;position:relative}.services__nav{z-index:10;flex-direction:column;display:flex;position:relative}.services__nav-heading{border-top:1px solid #4ed8fa47;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;min-height:47px;padding:0 0 12px;display:flex}.services__nav-heading span{color:#50dcfb;letter-spacing:.18em;text-transform:uppercase;font-size:8px;font-weight:900}.services__nav-heading small{color:#ffffff3d;letter-spacing:.13em;text-transform:uppercase;font-size:6px;font-weight:850}.services__nav-item{width:100%;min-height:104px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #ffffff0e;grid-template-columns:43px 50px minmax(0,1fr) 20px;align-items:center;gap:12px;padding:12px 8px;transition:background .22s,padding-left .22s;display:grid;position:relative}.services__nav-item:before{opacity:0;content:"";background:#4bdafb;width:3px;transition:opacity .22s,transform .22s;position:absolute;top:18px;bottom:18px;left:0;transform:scaleY(.2)}.services__nav-item:hover,.services__nav-item--active{background:linear-gradient(90deg,#08536f2b,#0000 90%);padding-left:15px}.services__nav-item--active:before{opacity:1;transform:scaleY(1)}.services__nav-number{color:#4cdafbb8;font-family:Montserrat,sans-serif;font-size:13px;font-style:italic;font-weight:900}.services__nav-icon{color:#48d9fab3;border-left:1px solid #4ad9fa40;justify-content:center;align-items:center;width:47px;height:50px;transition:color .22s,transform .22s;display:flex}.services__nav-item--active .services__nav-icon{color:#6ce4ff;transform:scale(1.05)}.services__nav-copy{flex-direction:column;gap:5px;min-width:0;display:flex}.services__nav-copy strong{color:#ffffffb8;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:15px;font-weight:850;line-height:1.05;transition:color .22s}.services__nav-copy small{color:#ffffff4d;font-size:9px}.services__nav-item--active .services__nav-copy strong{color:#fff}.services__nav-state{width:18px;height:18px;position:relative}.services__nav-state:before{content:"";background:#48d9fa3b;width:18px;height:1px;position:absolute;top:50%;right:0}.services__nav-state i{opacity:0;background:#57dffc;border-radius:50%;width:6px;height:6px;transition:opacity .22s,transform .22s;position:absolute;top:50%;right:0;transform:translateY(-50%)scale(.4);box-shadow:0 0 9px #57dffca6}.services__nav-item--active .services__nav-state i{opacity:1;animation:2.2s ease-in-out infinite servicesNavPulse;transform:translateY(-50%)scale(1)}.services__detail{z-index:20;pointer-events:none;border-left:1px solid #4ad8fa24;align-items:center;min-width:0;min-height:560px;padding:28px 0 28px clamp(28px,2.7vw,45px);display:flex;position:relative}.services__detail:before{z-index:2;content:"";background:linear-gradient(#0000,#4bdafb 22%,#4bdafb24 77%,#0000);width:2px;position:absolute;top:4%;bottom:4%;left:-1px}.services__detail:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(90deg,#03131fed 0%,#03131fd1 38%,#03131f8a 64%,#03131f26 84%,#0000 100%);position:absolute;inset:8% -185px 8% 0}.services__detail-content{z-index:5;pointer-events:auto;width:100%;min-width:0;position:relative}.services__detail-eyebrow{align-items:center;gap:10px;margin-bottom:17px;display:flex}.services__detail-eyebrow span{background:#50dcfb;width:34px;height:2px}.services__detail-eyebrow strong{color:#50dcfb;letter-spacing:.17em;text-transform:uppercase;text-shadow:0 2px 8px #03111cf2;font-size:8px;font-weight:900}.services__detail h3{z-index:6;letter-spacing:-.06em;text-transform:uppercase;text-shadow:0 3px 18px #020f19e0;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(47px,4.25vw,69px);font-style:italic;font-weight:900;line-height:.89;position:relative}.services__detail h3 span,.services__detail h3 strong{display:block}.services__detail h3 span{color:#fff}.services__detail h3 strong{color:#48d9fa;margin-top:7px}.services__description{z-index:6;color:#ffffffa8;text-shadow:0 2px 8px #020f19f2;max-width:640px;margin:23px 0 0;font-size:13px;line-height:1.65;position:relative}.services__features{z-index:6;background:linear-gradient(90deg,#03131f5c,#03131f29,#0000);border-top:1px solid #ffffff17;border-bottom:1px solid #ffffff12;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:27px;display:grid;position:relative}.services__feature{border-bottom:1px solid #ffffff0f;border-right:1px solid #ffffff0f;grid-template-columns:22px 41px 1fr;align-items:center;gap:10px;min-height:91px;padding:12px 14px 12px 0;display:grid;position:relative}.services__feature:nth-child(2n){border-right:0;padding-left:14px}.services__feature:nth-child(3),.services__feature:nth-child(4){border-bottom:0}.services__feature-number{color:#4ddbfc94;font-size:6px;font-weight:900}.services__feature-icon{color:#51ddfb;background:linear-gradient(90deg,#0c6e9021,#0000);border-left:1px solid #49d8fa61;justify-content:center;align-items:center;width:40px;height:46px;transition:transform .22s,color .22s;display:flex}.services__feature:hover .services__feature-icon{color:#9bedff;transform:scale(1.07)}.services__feature>div{min-width:0}.services__feature strong{color:#fffffffa;text-transform:uppercase;text-shadow:0 2px 8px #020f19f2;font-size:10px;font-weight:850;display:block}.services__feature p{color:#ffffff6e;text-shadow:0 2px 7px #020f19f2;max-width:215px;margin:5px 0 0;font-size:8px;line-height:1.4}.services__detail-bottom{z-index:7;justify-content:space-between;align-items:center;gap:20px;margin-top:27px;display:flex;position:relative}.services__cta{color:#fff;letter-spacing:.05em;text-transform:uppercase;background:#031c2bd6;border:1px solid #49dafbb8;align-items:center;gap:11px;min-height:51px;padding:0 21px;font-size:10px;font-weight:850;text-decoration:none;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 7px 24px #0000001f}.services__cta:before{content:"";background:#4fddfb;width:3px;position:absolute;top:0;bottom:0;left:0}.services__cta>i{background:linear-gradient(90deg,#0000,#79e7ff2b,#0000);width:30%;animation:5s ease-in-out infinite servicesCtaSweep;position:absolute;top:0;bottom:0;left:-40%;transform:skew(-18deg)}.services__cta svg{color:#57defc}.services__detail-meta{color:#ffffff73;text-align:right;text-transform:uppercase;text-shadow:0 2px 7px #020f19f2;align-items:center;gap:8px;font-size:7px;font-weight:800;display:flex}.services__detail-meta i{background:#4edbfb;border-radius:50%;flex-shrink:0;width:4px;height:4px}.services__detail-meta strong{color:#56ddfb;font-size:7px}.services__visual{z-index:2;pointer-events:none;background:radial-gradient(circle at 56% 52%,#1a99c326,#0000 49%);width:calc(100% + 95px);min-width:0;min-height:560px;margin-left:-95px;position:relative;overflow:visible}.services__visual:before{z-index:0;content:"";background:linear-gradient(90deg,#0000,#0e678706,#0000);width:300px;position:absolute;top:0;bottom:0;left:-170px}.services__visual-grid{z-index:0;opacity:.025;background-image:linear-gradient(#44d2f821 1px,#0000 1px),linear-gradient(90deg,#44d2f821 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0 0 0 -190px}.services__visual-glow{z-index:0;filter:blur(82px);background:#1dbde517;border-radius:50%;width:420px;height:420px;animation:5.5s ease-in-out infinite servicesVisualGlow;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.services__dna-wrap{z-index:0;color:#3ccff70d;width:235px;animation:8s ease-in-out infinite servicesDnaFloat;position:absolute;top:-20px;left:-145px;transform:rotate(-8deg)}.services__dna{width:100%;height:auto;display:block}.services__visual-ring{z-index:0;border-radius:50%;position:absolute;top:52%;left:51%;transform:translate(-50%,-50%)}.services__visual-ring--one{border:1px solid #47d7fb13;width:305px;height:305px;animation:5s ease-in-out infinite servicesRingPulse}.services__visual-ring--two{border:1px dashed #47d7fb0b;width:405px;height:405px;animation:40s linear infinite servicesRingRotate}.services__visual-image-stage{z-index:3;pointer-events:none;justify-content:flex-end;align-items:flex-end;display:flex;position:absolute;inset:-35px -22px -18px -235px;overflow:visible}.services__visual-image{object-fit:contain;object-position:right bottom;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 22px 34px #0000003d)drop-shadow(0 0 17px #36d3f80a);width:auto;height:auto;display:block}.services__visual-image--presencial{width:126%;max-width:625px;max-height:585px;transform:translate(-9px)}.services__visual-image--online{width:117%;max-width:595px;max-height:565px;transform:translate(-4px)}.services__visual-image--deportiva{width:123%;max-width:610px;max-height:580px;transform:translate(-8px)}.services__visual-image--seguimiento{width:113%;max-width:575px;max-height:555px;transform:translate(-2px)}.services__visual-image--pareja{width:120%;max-width:610px;max-height:575px;transform:translate(-7px)}.services__goals{z-index:15;border-top:1px solid #4bd9fb4d;border-bottom:1px solid #4bd9fb1a;grid-template-columns:minmax(315px,.34fr) minmax(0,1fr);align-items:center;gap:clamp(42px,4vw,64px);margin-top:42px;padding:38px 0 34px;display:grid;position:relative}.services__goals:before{content:"";background:linear-gradient(90deg,#4bdafb,#0000);width:180px;height:2px;position:absolute;top:-1px;left:0}.services__goals:after{content:"";pointer-events:none;border:1px solid #48d8fa05;border-radius:50%;width:450px;height:450px;position:absolute;bottom:-210px;right:-120px}.services__goals-intro{border-right:1px solid #4bd9fb3b;flex-direction:column;justify-content:center;min-height:100%;padding:8px 44px 8px 0;display:flex;position:relative}.services__goals-kicker{align-items:center;gap:10px;display:flex}.services__goals-kicker>span{background:#4edafb;width:32px;height:2px}.services__goals-kicker strong{color:#52defd;letter-spacing:.2em;text-transform:uppercase;font-size:8px;font-weight:900}.services__goals-intro h3{color:#fff;letter-spacing:-.055em;text-align:center;text-transform:uppercase;width:100%;max-width:390px;margin:17px auto 0;font-family:Montserrat,sans-serif;font-size:clamp(34px,2.9vw,47px);font-style:italic;font-weight:900;line-height:.93}.services__goals-intro h3 strong{color:#48d9fa;text-align:center;margin-top:7px;font-weight:900;display:block}.services__goals-intro p{color:#ffffff7d;width:100%;max-width:380px;margin:21px 0 0;font-size:11px;line-height:1.7}.services__goals-signature{align-items:center;gap:13px;margin-top:28px;display:flex}.services__goals-signature>span{background:linear-gradient(90deg,#4bdafb,#0000);flex-shrink:0;width:45px;height:1px}.services__goals-signature small{color:#ffffff4a;letter-spacing:.13em;white-space:nowrap;text-transform:uppercase;align-items:center;gap:8px;font-size:6px;font-weight:850;display:flex}.services__goals-signature i{background:#45d9fa;border-radius:50%;flex-shrink:0;width:4px;height:4px;box-shadow:0 0 7px #45d9fa52}.services__goals-area{min-width:0;position:relative}.services__goals-top{justify-content:center;align-items:center;width:100%;margin-bottom:18px;display:flex}.services__goals-heading{text-align:center;justify-content:center;align-items:center;gap:14px;width:100%;display:flex}.services__goals-heading>span{color:#52ddfb;letter-spacing:.19em;text-transform:uppercase;font-size:8px;font-weight:900}.services__goals-heading>i{border:1px solid #4bdafbb8;border-radius:50%;flex-shrink:0;width:4px;height:4px;box-shadow:0 0 8px #4bdafb38}.services__goals-heading>small{color:#ffffff40;letter-spacing:.11em;text-transform:uppercase;font-size:6px;font-weight:850}.services__goal-grid{border-top:1px solid #48d8fa1f;border-left:1px solid #48d8fa11;grid-template-columns:repeat(5,minmax(0,1fr));display:grid}.services__goal{background:linear-gradient(115deg,#03223333,#03192706);border-bottom:1px solid #48d8fa17;border-right:1px solid #48d8fa17;align-items:center;gap:11px;min-height:76px;padding:12px;transition:background .24s,transform .24s,border-color .24s;display:flex;position:relative;overflow:hidden}.services__goal:before{opacity:0;content:"";background:#4bdafa;width:2px;transition:opacity .22s,transform .22s;position:absolute;top:10px;bottom:10px;left:0;transform:scaleY(.3)}.services__goal:hover{z-index:2;background:linear-gradient(115deg,#0a4e663d,#031f2e0e);border-color:#4bd9fb3b;transform:translateY(-2px)}.services__goal:hover:before{opacity:1;transform:scaleY(1)}.services__goal:nth-last-child(3){grid-column:2}.services__goal:nth-last-child(2){grid-column:3}.services__goal:last-child{grid-column:4}.services__goal-icon{z-index:3;color:#4edcfb;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;transition:color .22s,transform .25s;display:flex;position:relative}.services__goal-icon:before{content:"";border:1px solid #0000;border-radius:50%;width:31px;height:31px;transition:border-color .22s,transform .25s;position:absolute}.services__goal:hover .services__goal-icon{color:#8beaff;transform:translateY(-1px)scale(1.06)}.services__goal:hover .services__goal-icon:before{border-color:#48d8fa2b;transform:scale(1.15)}.services__goal>strong{z-index:3;color:#ffffffc7;max-width:150px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:780;line-height:1.25;transition:color .22s,transform .22s;position:relative}.services__goal:hover>strong{color:#fff;transform:translate(2px)}.services__goal-line{z-index:2;background:#4bdafb33;width:19px;height:1px;transition:width .22s,background .22s;position:absolute;bottom:8px;right:10px}.services__goal:hover .services__goal-line{background:#4bdafb94;width:34px}.services__goal-ghost{z-index:0;color:#47d8fa07;pointer-events:none;transition:color .28s,transform .3s;position:absolute;bottom:-15px;right:-10px;transform:rotate(-8deg)}.services__goal:hover .services__goal-ghost{color:#47d8fa0f;transform:rotate(-3deg)scale(1.04)}.services__footer-line{z-index:15;justify-content:space-between;align-items:center;gap:25px;min-height:52px;display:flex;position:relative}.services__footer-line>div{color:#49d8fa8a;align-items:center;gap:10px;display:flex}.services__footer-line span{color:#ffffff59;letter-spacing:.12em;text-transform:uppercase;font-size:7px;font-weight:800}.services__footer-line i{background:#4ad8fa73;border-radius:50%;width:4px;height:4px}@keyframes servicesTitleGlow{0%,to{text-shadow:0 0 #4ddafb00}50%{text-shadow:0 0 15px #4ddafb29}}@keyframes servicesNavPulse{0%,to{opacity:.55;transform:translateY(-50%)scale(.78)}50%{opacity:1;transform:translateY(-50%)scale(1.15)}}@keyframes servicesDnaFloat{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-7px)rotate(-5deg)}}@keyframes servicesRingPulse{0%,to{opacity:.5;transform:translate(-50%,-50%)scale(1)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.035)}}@keyframes servicesRingRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes servicesVisualGlow{0%,to{opacity:.45;transform:translate(-50%,-50%)scale(.96)}50%{opacity:.9;transform:translate(-50%,-50%)scale(1.04)}}@keyframes servicesCtaSweep{0%,65%,to{left:-45%}82%{left:120%}}@media (width<=1320px){.services__main{grid-template-columns:270px minmax(415px,1.12fr) minmax(300px,.82fr);gap:5px}.services__nav-item{grid-template-columns:35px 43px 1fr 18px;gap:8px;min-height:96px}.services__nav-icon{width:42px}.services__nav-copy strong{font-size:13px}.services__detail{padding-left:27px}.services__detail:after{right:-155px}.services__detail h3{font-size:clamp(42px,4vw,58px)}.services__description{font-size:12px}.services__feature{grid-template-columns:18px 35px 1fr;gap:7px;padding-right:7px}.services__feature:nth-child(2n){padding-left:9px}.services__feature-icon{width:34px}.services__feature strong{font-size:9px}.services__feature p{font-size:7px}.services__visual{width:calc(100% + 78px);margin-left:-78px}.services__visual-image-stage{inset:-20px -17px -10px -195px}.services__visual-image--presencial{width:119%;max-width:575px;max-height:555px;transform:translate(-8px)}.services__visual-image--online{width:111%;max-width:550px;max-height:535px;transform:translate(-4px)}.services__visual-image--deportiva{width:116%;max-width:565px;max-height:550px;transform:translate(-7px)}.services__visual-image--seguimiento{width:107%;max-width:535px;max-height:525px;transform:translate(-2px)}.services__visual-image--pareja{width:114%;max-width:560px;max-height:545px;transform:translate(-6px)}.services__goals{grid-template-columns:minmax(285px,.32fr) minmax(0,1fr);gap:34px}.services__goals-intro{padding-right:30px}.services__goals-intro h3{font-size:clamp(30px,2.55vw,41px)}.services__goals-heading{flex-wrap:wrap;row-gap:5px}}@media (width<=1000px){.services{padding:76px 0 58px}.services__header h2{font-size:clamp(53px,8vw,75px)}.services__main{grid-template-columns:1fr;gap:28px}.services__nav-heading{display:none}.services__nav{grid-template-columns:repeat(5,1fr);gap:7px;display:grid}.services__nav-item{text-align:center;border:1px solid #4cd7fa1a;grid-template-columns:1fr;justify-items:center;min-height:112px;padding:15px 5px}.services__nav-item:hover,.services__nav-item--active{padding-left:5px}.services__nav-number{font-size:9px;position:absolute;top:8px;left:8px}.services__nav-icon{border-left:0;width:45px;height:42px}.services__nav-copy{align-items:center}.services__nav-copy strong{font-size:10px}.services__nav-copy small,.services__nav-state{display:none}.services__detail{border-top:1px solid #4bd8fb26;border-left:0;min-height:0;padding:40px clamp(20px,5vw,45px)}.services__detail:before{background:linear-gradient(90deg,#0000,#4bdafb,#0000);width:auto;height:2px;inset:-1px 35% auto}.services__detail:after{background:linear-gradient(90deg,#03131feb,#03131fa1 65%,#0000);right:-60px}.services__visual{width:min(100%,660px);min-height:625px;margin:-34px auto 0}.services__visual-image-stage{justify-content:center;inset:0 -30px}.services__visual-image{transform:none}.services__visual-image--presencial{width:100%;max-width:610px}.services__visual-image--online{width:94%;max-width:580px}.services__visual-image--deportiva{width:98%;max-width:600px}.services__visual-image--seguimiento{width:91%;max-width:560px}.services__visual-image--pareja{width:97%;max-width:595px}.services__goals{grid-template-columns:1fr;gap:27px;padding:32px 0 28px}.services__goals-intro{align-items:initial;text-align:left;border-bottom:1px solid #4bd9fb26;border-right:0;padding:0 0 27px}.services__goals-kicker{justify-content:center}.services__goals-intro h3{text-align:center;max-width:530px;margin:15px auto 0}.services__goals-intro h3 strong{text-align:center}.services__goals-intro p{text-align:center;max-width:530px;margin:17px auto 0}.services__goals-signature{justify-content:center}.services__goals-heading{flex-direction:column;gap:6px}.services__goals-heading>i{display:none}.services__goal-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services__goal:nth-last-child(3),.services__goal:nth-last-child(2),.services__goal:last-child{grid-column:auto}.services__goal:last-child{grid-column:2}}@media (width<=650px){.services{padding:64px 0 50px}.services__header{margin-bottom:37px}.services__eyebrow{flex-wrap:wrap}.services__eyebrow>span{width:27px}.services__eyebrow small{font-size:6px}.services__header h2{font-size:clamp(43px,13vw,60px)}.services__header>p{font-size:11px}.services__nav{grid-template-columns:1fr}.services__nav-item{justify-items:initial;text-align:left;grid-template-columns:38px 50px 1fr 18px;min-height:82px;padding:9px 11px}.services__nav-item:hover,.services__nav-item--active{padding-left:15px}.services__nav-number{font-size:12px;position:static}.services__nav-icon{border-left:1px solid #4ad9fa38;width:46px}.services__nav-copy{align-items:flex-start}.services__nav-copy strong{font-size:13px}.services__nav-copy small,.services__nav-state{display:flex}.services__detail{padding:31px 16px}.services__detail:after{right:-25px}.services__detail h3{font-size:clamp(39px,11.8vw,53px)}.services__description{font-size:11px}.services__features{grid-template-columns:1fr}.services__feature,.services__feature:nth-child(2n){border-bottom:1px solid #ffffff0d;border-right:0;min-height:80px;padding:10px 4px}.services__feature:last-child{border-bottom:0}.services__feature p{font-size:8px}.services__detail-bottom{flex-direction:column;align-items:flex-start}.services__detail-meta{text-align:left}.services__visual{min-height:545px;margin-top:-28px}.services__visual-image-stage{justify-content:center;inset:5px -30px 0}.services__visual-image--presencial{width:102%}.services__visual-image--online{width:96%}.services__visual-image--deportiva{width:100%}.services__visual-image--seguimiento{width:93%}.services__visual-image--pareja{width:99%}.services__goals{margin-top:34px;padding:28px 0 24px}.services__goals-intro h3{font-size:clamp(30px,9.5vw,40px)}.services__goals-intro p{font-size:10px}.services__goals-signature{flex-direction:column}.services__goals-signature>span{width:36px}.services__goals-signature small{white-space:normal;flex-wrap:wrap;justify-content:center}.services__goals-heading>span{text-align:center;font-size:7px}.services__goals-heading>small{text-align:center}.services__goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services__goal:nth-last-child(3),.services__goal:nth-last-child(2),.services__goal:last-child{grid-column:auto}.services__goal:last-child{grid-column:1/-1;justify-self:center;width:50%}.services__goal{gap:8px;min-height:72px;padding:11px 10px}.services__goal-icon{width:34px;min-width:34px;height:34px}.services__goal>strong{font-size:8px}.services__footer-line{flex-direction:column;align-items:flex-start;padding:15px 0}}@media (width<=430px){.services__header h2{font-size:41px}.services__detail h3{font-size:38px}.services__visual{min-height:475px}.services__visual-image--presencial{width:106%}.services__visual-image--online{width:100%}.services__visual-image--deportiva{width:104%}.services__visual-image--seguimiento{width:97%}.services__visual-image--pareja{width:103%}.services__goal-grid{grid-template-columns:1fr}.services__goal:last-child{grid-column:auto;width:100%}.services__goal{min-height:66px}.services__goal>strong{max-width:230px;font-size:9px}}@media (width<=650px){.services{padding:44px 0 38px}.services__header{text-align:center;max-width:360px;margin:0 auto 25px}.services__eyebrow{justify-content:center;gap:7px}.services__eyebrow>span{width:22px}.services__eyebrow strong{font-size:6.5px}.services__eyebrow small{font-size:4.8px}.services__header h2{text-align:center;font-size:clamp(39px,11.5vw,50px);line-height:.9}.services__header>p{text-align:center;max-width:325px;margin-left:auto;margin-right:auto;font-size:10.5px;line-height:1.55}.services__main{gap:0;display:block;position:relative;overflow:hidden}.services__nav{z-index:8;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;width:100%;margin:0 auto;padding-bottom:2px;display:grid;position:relative}.services__nav-item{text-align:center;background:#041f2f38;border:1px solid #4ed9fc17;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:68px;padding:8px 3px 10px;display:flex;position:relative;overflow:hidden}.services__nav-item:hover,.services__nav-item--active{background:linear-gradient(#0d5b7740,#0422331f);border-color:#52ddff40;padding-left:3px}.services__nav-item--active:before{background:linear-gradient(90deg,#0000,#54ddfb,#0000);width:auto;height:2px;inset:auto 10px 0}.services__nav-number{opacity:.55;font-size:5.5px;position:absolute;top:5px;left:6px}.services__nav-icon{color:#54ddfccc;border:0;width:29px;height:29px}.services__nav-icon svg{width:17px;height:17px}.services__nav-copy{justify-content:center;align-items:center;width:100%}.services__nav-copy strong{letter-spacing:.035em;text-align:center;white-space:normal;max-width:100%;font-size:5.9px;line-height:1.12}.services__nav-copy small{display:none}.services__nav-state{width:5px;height:5px;display:flex;position:absolute;bottom:5px;right:6px}.services__nav-state i{width:4px;height:4px}.services__visual{z-index:1;opacity:.22;pointer-events:none;filter:saturate(.92)brightness(1.04);width:335px;height:470px;min-height:0;margin:0;display:block;position:absolute;top:108px;left:calc(50% - 167.5px);right:auto;overflow:hidden}.services__visual-grid,.services__visual-glow,.services__dna-wrap,.services__visual-ring{display:none}.services__visual-image-stage{justify-content:center;align-items:center;display:flex;inset:0}.services__visual-image,.services__visual-image--presencial,.services__visual-image--online,.services__visual-image--deportiva,.services__visual-image--seguimiento,.services__visual-image--pareja{object-fit:contain;object-position:center center;width:100%;max-width:320px;max-height:450px;margin:0 auto;transform:none}.services__detail{z-index:4;text-align:center;background:linear-gradient(#03182547,#0318250a);border-top:1px solid #4cd9fb1f;border-left:0;min-height:0;margin-top:14px;padding:27px 12px 22px;position:relative;overflow:hidden}.services__detail:before{background:linear-gradient(90deg,#0000,#4bdafb,#0000);width:auto;height:2px;inset:-1px 38% auto}.services__detail:after{display:none}.services__detail-content{z-index:4;max-width:350px;margin:0 auto;position:relative}.services__detail h3,.services__description,.services__detail-eyebrow{text-shadow:0 4px 16px #020f19e0,0 1px 3px #020f19eb}.services__detail-eyebrow{justify-content:center;gap:8px}.services__detail-eyebrow>span{width:28px}.services__detail-eyebrow strong{letter-spacing:.13em;font-size:6px}.services__detail h3{text-align:center;margin-top:10px;font-size:clamp(37px,10.7vw,46px);line-height:.9}.services__detail h3 span,.services__detail h3 strong{text-align:center;display:block}.services__description{text-align:center;max-width:325px;margin:15px auto 0;font-size:10.5px;line-height:1.58}.services__features{border-top:1px solid #4ed7fa17;border-left:1px solid #4ed7fa0f;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;max-width:340px;margin:18px auto 0}.services__feature,.services__feature:nth-child(2n){-webkit-backdrop-filter:blur(2px);text-align:left;background:#041f2f1a;border-bottom:1px solid #4ed7fa12;border-right:1px solid #4ed7fa12;grid-template-columns:25px 1fr;grid-template-areas:"icon text""number text";align-items:center;gap:3px 7px;min-height:82px;padding:10px 9px;position:relative}.services__feature-number{opacity:.48;grid-area:number;align-self:start;font-size:4.5px}.services__feature-icon{border-left:0;grid-area:icon;width:25px;height:25px}.services__feature-icon svg{width:17px;height:17px}.services__feature>div{grid-area:text;align-self:center}.services__feature strong{font-size:6.8px;line-height:1.2}.services__feature p{margin-top:3px;font-size:5.6px;line-height:1.4}.services__detail-bottom{flex-direction:column;align-items:center;gap:11px;margin-top:18px}.services__cta{justify-content:center;width:100%;max-width:325px;min-height:47px}.services__cta span{font-size:7px}.services__detail-meta{text-align:center;justify-content:center;width:100%}.services__detail-meta span,.services__detail-meta strong{font-size:5.5px}.services__goals{gap:22px;margin-top:24px;padding:24px 0 22px}.services__goals-intro{text-align:center;align-items:center;padding-bottom:20px}.services__goals-kicker{justify-content:center}.services__goals-intro h3{text-align:center;max-width:330px;margin:11px auto 0;font-size:clamp(28px,8.6vw,36px);line-height:.96}.services__goals-intro h3 strong{text-align:center}.services__goals-intro p{text-align:center;max-width:325px;margin:13px auto 0;font-size:9.5px;line-height:1.55}.services__goals-signature{flex-direction:column;justify-content:center;align-items:center;gap:7px}.services__goals-signature>span{width:42px}.services__goals-top{margin-bottom:12px}.services__goals-heading{flex-direction:column;gap:5px}.services__goals-heading>span{text-align:center;font-size:6.6px}.services__goals-heading>small{text-align:center;font-size:5px}.services__goals-heading>i{display:none}.services__goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services__goal,.services__goal:last-child{gap:6px;width:auto;min-height:66px;padding:9px 8px}.services__goal:nth-last-child(3),.services__goal:nth-last-child(2),.services__goal:last-child{grid-column:auto}.services__goal:last-child{grid-column:1/-1;justify-self:center;width:50%}.services__goal-icon{width:29px;min-width:29px;height:29px}.services__goal-icon svg{width:19px;height:19px}.services__goal>strong{max-width:120px;font-size:7.2px;line-height:1.25}.services__goal-ghost{opacity:.5}.services__footer-line{text-align:center;justify-content:center;align-items:center;gap:8px;padding:12px 0 2px}.services__footer-line>div{flex-wrap:wrap;justify-content:center}.services__footer-line span{font-size:5px}}@media (width<=430px){.services{padding-top:40px}.services__header h2{font-size:clamp(37px,10.8vw,45px)}.services__nav{gap:4px}.services__nav-item{min-height:64px;padding:8px 2px 9px}.services__nav-copy strong{font-size:5.5px}.services__nav-icon{width:27px;height:27px}.services__detail{margin-top:12px;padding:24px 9px 20px}.services__detail h3{font-size:clamp(35px,10.2vw,42px)}.services__description{font-size:10px}.services__visual{opacity:.2;width:315px;height:450px;top:104px;left:calc(50% - 157.5px);right:auto}.services__visual-image,.services__visual-image--presencial,.services__visual-image--online,.services__visual-image--deportiva,.services__visual-image--seguimiento,.services__visual-image--pareja{max-width:300px;max-height:430px}.services__features{max-width:330px}.services__feature,.services__feature:nth-child(2n){min-height:79px;padding:9px 8px}.services__goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services__goal,.services__goal:last-child{min-height:64px}.services__goal:last-child{grid-column:1/-1;width:50%}.services__goal>strong{font-size:6.9px}}@media (width<=370px){.services__nav-copy strong{font-size:5px}.services__features{grid-template-columns:1fr}.services__feature,.services__feature:nth-child(2n){grid-template-columns:26px 1fr;min-height:68px}.services__goal-grid{grid-template-columns:1fr}.services__goal:last-child{grid-column:auto;width:100%}}@media (prefers-reduced-motion:reduce){.services__header h2 strong,.services__nav-item--active .services__nav-state i,.services__dna-wrap,.services__visual-ring,.services__visual-glow,.services__cta>i{animation:none}.services__nav-item,.services__nav-icon,.services__nav-state i,.services__feature-icon,.services__goal,.services__goal-icon,.services__goal-icon:before,.services__goal-line,.services__goal-ghost{transition:none}}@media (width<=650px){.services__goals{gap:18px;margin-top:22px;padding:25px 0 20px;position:relative;overflow:hidden}.services__goals:before{opacity:.42}.services__goals:after{opacity:.2}.services__goals-intro{z-index:3;text-align:center;align-items:center;max-width:350px;margin:0 auto;padding:0 7px 19px;position:relative}.services__goals-kicker{justify-content:center;gap:9px}.services__goals-kicker>span{width:29px}.services__goals-kicker strong{letter-spacing:.19em;font-size:6.4px}.services__goals-intro h3{letter-spacing:-.048em;text-align:center;max-width:340px;margin:10px auto 0;font-size:clamp(31px,8.8vw,38px);line-height:.94}.services__goals-intro h3 strong{text-align:center;margin-top:4px;display:block}.services__goals-intro p{color:#ffffff94;text-align:center;max-width:315px;margin:13px auto 0;font-size:10.2px;line-height:1.55}.services__goals-signature{flex-direction:row;justify-content:center;align-items:center;gap:10px;margin-top:16px}.services__goals-signature>span{width:32px}.services__goals-signature small{letter-spacing:.1em;gap:6px;font-size:4.8px}.services__goals-signature i{width:3px;height:3px}.services__goals-area{z-index:3;width:100%;position:relative}.services__goals-top{background:linear-gradient(90deg,#0000,#0c57711f 50%,#0000);border-top:1px solid #4fd8fb1f;border-bottom:1px solid #4fd8fb12;margin-bottom:12px;padding:11px 7px 10px;position:relative}.services__goals-heading{flex-direction:column;gap:4px}.services__goals-heading>span{color:#58dffc;letter-spacing:.14em;text-align:center;font-size:7px;line-height:1.3}.services__goals-heading>small{color:#ffffff52;letter-spacing:.09em;text-align:center;font-size:5px;line-height:1.3}.services__goals-heading>i{display:none}.services__goal-grid{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;padding:0;display:grid}.services__goal,.services__goal:last-child{background:linear-gradient(125deg,#07314547,#041b2a14);border:1px solid #49d8fa18;grid-template-columns:33px minmax(0,1fr);align-items:center;gap:9px;width:auto;min-height:72px;padding:10px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff04}.services__goal:before{opacity:.42;width:2px;top:10px;bottom:10px;left:0;transform:scaleY(.55)}.services__goal:hover{background:linear-gradient(125deg,#0a4c634d,#0420301a);border-color:#4bdafb2e;transform:none}.services__goal:nth-last-child(3),.services__goal:nth-last-child(2),.services__goal:last-child{grid-column:auto}.services__goal:last-child{grid-column:1/-1;justify-self:center;width:calc(50% - 3.5px)}.services__goal-icon{color:#58defc;width:33px;min-width:33px;height:33px}.services__goal-icon:before{border-color:#4bdafb16;width:28px;height:28px}.services__goal-icon svg{width:20px;height:20px}.services__goal>strong{color:#ffffffd1;letter-spacing:.005em;text-align:left;max-width:none;font-size:8.1px;font-weight:800;line-height:1.3}.services__goal:hover>strong{transform:none}.services__goal-line{opacity:.6;width:16px;bottom:7px;right:9px}.services__goal-ghost{color:#47d8fa09;opacity:1;bottom:-17px;right:-12px}.services__goal-ghost svg{width:52px;height:52px}.services__footer-line{border-top:1px solid #4bd9fb11;min-height:0;padding:12px 0 0}.services__footer-line>div{gap:7px}.services__footer-line span{letter-spacing:.09em;font-size:4.5px}.services__footer-line svg{width:13px;height:13px}}@media (width<=430px){.services__goals{margin-top:20px;padding:23px 0 18px}.services__goals-intro{max-width:330px}.services__goals-intro h3{max-width:325px;font-size:clamp(29px,8.4vw,35px)}.services__goals-intro p{max-width:300px;font-size:9.8px}.services__goal-grid{gap:6px}.services__goal,.services__goal:last-child{grid-template-columns:30px minmax(0,1fr);gap:8px;min-height:68px;padding:9px 8px}.services__goal:last-child{width:calc(50% - 3px)}.services__goal-icon{width:30px;min-width:30px;height:30px}.services__goal-icon:before{width:25px;height:25px}.services__goal-icon svg{width:18px;height:18px}.services__goal>strong{font-size:7.6px;line-height:1.28}.services__goal-ghost svg{width:46px;height:46px}}@media (width<=370px){.services__goal-grid{grid-template-columns:1fr}.services__goal,.services__goal:last-child{grid-column:auto;width:100%;min-height:62px}.services__goal>strong{font-size:8px}}@media (width>=651px) and (width<=820px){.services{padding:52px 0 46px}.services__container{max-width:720px}.services__header{text-align:center;max-width:660px;margin:0 auto 32px}.services__eyebrow{justify-content:center;margin-bottom:13px}.services__eyebrow strong,.services__eyebrow small{font-size:7px}.services__header h2{text-align:center;font-size:clamp(48px,7.3vw,58px);line-height:.92}.services__header>p{text-align:center;max-width:560px;margin:17px auto 0;font-size:12px;line-height:1.6}.services__main{display:block;position:relative;overflow:hidden}.services__nav{z-index:10;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;width:100%;margin:0 auto 17px;display:grid;position:relative}.services__nav-item{background:#0420302e;border:1px solid #4cd7fa1c;min-height:92px;padding:12px 5px 11px}.services__nav-item:hover,.services__nav-item--active{background:linear-gradient(#0d5b773d,#04223317);border-color:#4fddfd47;padding-left:5px}.services__nav-item--active:before{background:linear-gradient(90deg,#0000,#54ddfb,#0000);width:auto;height:2px;inset:auto 12px 0}.services__nav-number{font-size:7px;top:7px;left:8px}.services__nav-icon{width:39px;height:39px}.services__nav-icon svg{width:22px;height:22px}.services__nav-copy strong{letter-spacing:.025em;font-size:8.4px;line-height:1.18}.services__detail{z-index:4;text-align:center;isolation:isolate;border-top:1px solid #4bd8fb26;border-left:0;min-height:440px;padding:31px 30px 27px;display:block;position:relative;overflow:hidden}.services__detail:before{background:linear-gradient(90deg,#0000,#4bdafb,#0000);width:auto;height:2px;inset:-1px 41% auto}.services__detail:after{z-index:1;content:"";pointer-events:none;background:radial-gradient(circle at 72% 45%,#03131f2e,#03131fad 42%,#03131fe8 78%);display:block;position:absolute;inset:0}.services__detail-content{z-index:5;max-width:610px;margin:0 auto;position:relative}.services__detail-eyebrow{justify-content:center;margin-bottom:14px}.services__detail-eyebrow strong{font-size:7px}.services__detail h3{text-align:center;max-width:560px;margin:0 auto;font-size:clamp(43px,6.8vw,53px);line-height:.9}.services__detail h3 span,.services__detail h3 strong{text-align:center}.services__description{color:#ffffffb0;text-align:center;max-width:530px;margin:17px auto 0;font-size:12px;line-height:1.58}.services__visual{z-index:2;opacity:.16;pointer-events:none;filter:saturate(.9)brightness(1.05);width:380px;height:445px;min-height:0;margin:0 0 0 -190px;display:block;position:absolute;top:108px;left:50%;right:auto;overflow:hidden}.services__visual-grid,.services__visual-glow,.services__dna-wrap,.services__visual-ring{display:none}.services__visual-image-stage{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.services__visual-image,.services__visual-image--presencial,.services__visual-image--online,.services__visual-image--deportiva,.services__visual-image--seguimiento,.services__visual-image--pareja{object-fit:contain;object-position:center;width:100%;max-width:360px;max-height:425px;transform:none}.services__features{z-index:6;-webkit-backdrop-filter:blur(4px);background:#03182538;border:1px solid #4bd8fb14;grid-template-columns:repeat(2,minmax(0,1fr));max-width:590px;margin:22px auto 0;position:relative}.services__feature,.services__feature:nth-child(2n){text-align:left;background:#03192629;border-bottom:1px solid #ffffff0e;border-right:1px solid #ffffff0e;grid-template-columns:18px 35px 1fr;gap:8px;min-height:82px;padding:11px 12px}.services__feature:nth-child(2n){border-right:0}.services__feature:nth-child(3),.services__feature:nth-child(4){border-bottom:0}.services__feature-number{font-size:5px}.services__feature-icon{width:33px;height:33px}.services__feature-icon svg{width:19px;height:19px}.services__feature strong{font-size:8px;line-height:1.25}.services__feature p{margin-top:3px;font-size:6.6px;line-height:1.45}.services__detail-bottom{z-index:6;flex-direction:column;justify-content:center;align-items:center;gap:10px;margin-top:20px;position:relative}.services__cta{justify-content:center;width:100%;max-width:300px;min-height:46px;margin:0 auto}.services__cta span{font-size:8px}.services__detail-meta{text-align:center;justify-content:center;width:100%}.services__detail-meta span,.services__detail-meta strong{font-size:6px}.services__goals{gap:22px;margin-top:30px;padding:30px 0 26px}.services__goals-intro{text-align:center;align-items:center;max-width:610px;margin:0 auto;padding:0 20px 22px}.services__goals-intro h3{text-align:center;max-width:520px;margin:12px auto 0;font-size:clamp(35px,5.6vw,43px);line-height:.95}.services__goals-intro h3 strong,.services__goals-intro p{text-align:center}.services__goals-intro p{max-width:510px;margin:14px auto 0;font-size:11px}.services__goals-signature{justify-content:center}.services__goals-heading{text-align:center;align-items:center}.services__goals-heading>span{text-align:center;font-size:7.5px}.services__goals-heading>small{text-align:center;font-size:6px}.services__goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.services__goal,.services__goal:last-child{min-height:74px;padding:10px 9px}.services__goal:last-child{grid-column:2;width:100%}.services__goal>strong{font-size:7.4px;line-height:1.28}.services__footer-line{justify-content:center;gap:18px;padding:13px 0 2px}.services__footer-line>div{justify-content:center}.services__goals{background:radial-gradient(circle at 50% 18%,#158db114,#0000 34%),linear-gradient(#041f2f21,#03141f09);border-top:1px solid #4cd9fb29;border-bottom:1px solid #4cd9fb14;max-width:690px;margin:28px auto 0;padding:30px 20px 24px;display:block;position:relative;overflow:hidden}.services__goals:before{opacity:.46}.services__goals:after{opacity:.18}.services__goals-intro{z-index:4;text-align:center;border-right:0;flex-direction:column;align-items:center;width:100%;max-width:600px;margin:0 auto;padding:0 0 25px;display:flex;position:relative}.services__goals-kicker{justify-content:center;gap:10px}.services__goals-kicker>span{width:42px}.services__goals-kicker strong{letter-spacing:.19em;font-size:7px}.services__goals-intro h3{letter-spacing:-.05em;text-align:center;max-width:500px;margin:13px auto 0;font-size:clamp(38px,5.7vw,46px);line-height:.93}.services__goals-intro h3 strong{text-align:center;margin-top:5px;display:block}.services__goals-intro p{color:#ffffff96;text-align:center;max-width:500px;margin:16px auto 0;font-size:12.2px;line-height:1.58}.services__goals-signature{justify-content:center;margin-top:17px}.services__goals-signature>span{width:44px}.services__goals-signature small{letter-spacing:.12em;gap:8px;font-size:5.6px}.services__goals-area{z-index:4;width:100%;min-width:0;position:relative}.services__goals-top{background:linear-gradient(90deg,#0000,#0a536c1a 50%,#0000);border-top:1px solid #4ddafb1a;border-bottom:1px solid #4ddafb12;margin-bottom:13px;padding:12px 0 11px}.services__goals-heading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;display:flex}.services__goals-heading>span{color:#59dffc;letter-spacing:.16em;text-align:center;font-size:7.5px;line-height:1.3}.services__goals-heading>small{color:#ffffff54;letter-spacing:.1em;text-align:center;font-size:5.7px;line-height:1.3}.services__goals-heading>i{display:none}.services__goal-grid{background:0 0;border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%;max-width:650px;margin:0 auto;display:grid}.services__goal,.services__goal:last-child{background:linear-gradient(125deg,#08374c3d,#041c2b12);border:1px solid #4ad8fa1c;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:9px;width:auto;min-height:82px;padding:11px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff05}.services__goal:before{opacity:.42;width:2px;top:12px;bottom:12px;left:0;transform:scaleY(.6)}.services__goal:hover{background:linear-gradient(125deg,#0b50684a,#041f2f1a);border-color:#4bdafb33;transform:translateY(-1px)}.services__goal:nth-last-child(3),.services__goal:nth-last-child(2),.services__goal:last-child{grid-column:auto}.services__goal:nth-last-child(3){grid-column:1}.services__goal:nth-last-child(2){grid-column:2}.services__goal:last-child{grid-column:3;justify-self:stretch;width:100%}.services__goal-icon{color:#59defc;width:38px;min-width:38px;height:38px}.services__goal-icon:before{border-color:#4bdafb14;width:32px;height:32px}.services__goal>strong{color:#ffffffd6;letter-spacing:.005em;text-align:left;max-width:none;font-size:8.5px;font-weight:800;line-height:1.28}.services__goal-line{opacity:.68;width:18px;bottom:8px;right:9px}.services__goal-ghost{color:#47d8fa0a;opacity:1;bottom:-17px;right:-12px}.services__goal-ghost svg{width:56px;height:56px}.services__footer-line{border-top:1px solid #4bd9fb12;min-height:0;margin-top:16px;padding:12px 0 0}.services__footer-line>div{justify-content:center;gap:8px}.services__footer-line span{letter-spacing:.1em;font-size:5px}.services__footer-line svg{width:14px;height:14px}.services__goals{max-width:700px;margin:30px auto 0;padding:31px 22px 25px}.services__goals-intro{max-width:610px;padding-bottom:23px}.services__goals-intro h3{max-width:520px;font-size:clamp(39px,5.85vw,47px);line-height:.94}.services__goals-intro p{max-width:515px;font-size:12px;line-height:1.6}.services__goals-top{max-width:660px;margin:0 auto 14px}.services__goals-heading>span{font-size:7.7px}.services__goals-heading>small{font-size:5.8px}.services__goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:100%;max-width:660px;margin:0 auto}.services__goal,.services__goal:last-child{grid-column:auto;justify-self:stretch;gap:9px;width:100%;min-width:0;min-height:84px;padding:12px 11px}.services__goal:nth-last-child(3),.services__goal:nth-last-child(2){grid-column:auto}.services__goal:last-child{grid-column:2}.services__goal-icon{width:39px;min-width:39px;height:39px}.services__goal-icon svg{width:22px;height:22px}.services__goal>strong{max-width:none;font-size:8.7px;line-height:1.3}.services__goal-line{width:20px;bottom:9px;right:10px}.services__footer-line{max-width:660px;margin:17px auto 0;padding-top:12px}}@media (width>=1001px) and (width<=1180px){.services{padding:70px 0 54px}.services__container{width:min(100% - 44px,1100px)}.services__header{max-width:790px;margin-bottom:42px}.services__eyebrow{margin-bottom:13px}.services__eyebrow strong{font-size:7.5px}.services__eyebrow small{font-size:7px}.services__header h2{font-size:clamp(54px,6vw,66px);line-height:.91}.services__header>p{max-width:650px;margin-top:18px;font-size:12.5px;line-height:1.62}.services__main{grid-template-columns:225px minmax(330px,1fr) minmax(325px,.92fr);align-items:stretch;gap:8px}.services__nav-heading{margin-bottom:9px;padding:0 10px 10px}.services__nav-heading span{letter-spacing:.17em;font-size:6.5px}.services__nav-item{background:linear-gradient(105deg,#062b3d38,#03182509);grid-template-columns:31px 39px 1fr 14px;gap:7px;min-height:82px;padding:10px 8px}.services__nav-item--active{background:linear-gradient(105deg,#07445b57,#041f2e17)}.services__nav-number{font-size:7px}.services__nav-icon{width:38px;height:38px}.services__nav-icon svg{width:20px;height:20px}.services__nav-copy{gap:3px}.services__nav-copy strong{font-size:11px;line-height:1.05}.services__nav-copy small{font-size:6.5px;line-height:1.3}.services__detail{background:radial-gradient(circle at 50% 32%,#0d688413,#0000 48%),linear-gradient(#041f2f38,#0316220d);border-top:1px solid #4cd8fb21;min-height:486px;padding:28px 23px 23px}.services__detail-content{text-align:center;max-width:420px;margin:0 auto}.services__detail-eyebrow{justify-content:center;margin-bottom:11px}.services__detail h3{text-align:center;max-width:390px;margin-left:auto;margin-right:auto;font-size:clamp(39px,4.15vw,48px);line-height:.92}.services__detail h3 span,.services__detail h3 strong{text-align:center}.services__description{text-align:center;max-width:395px;margin:15px auto 0;font-size:11.2px;line-height:1.58}.services__features{border-top:1px solid #4cd8fb1c;border-left:1px solid #4cd8fb0e;max-width:410px;margin:22px auto 0}.services__feature,.services__feature:nth-child(2n){gap:6px;min-height:72px;padding:10px 9px}.services__feature-icon{width:31px;height:31px}.services__feature-icon svg{width:17px;height:17px}.services__feature strong{font-size:8.7px;line-height:1.18}.services__feature p{font-size:6.5px;line-height:1.38}.services__detail-bottom{justify-content:center;gap:18px;max-width:410px;margin:18px auto 0}.services__cta{justify-content:center;min-width:190px;min-height:48px}.services__detail-meta{justify-content:center}.services__visual{width:calc(100% + 34px);min-height:486px;margin-left:-34px}.services__visual-image-stage{justify-content:center;inset:-8px -22px -7px -118px}.services__visual-image--presencial{width:116%;max-width:520px;max-height:505px;transform:translate(-4px)}.services__visual-image--online{width:108%;max-width:500px;max-height:490px;transform:translate(-2px)}.services__visual-image--deportiva{width:112%;max-width:510px;max-height:500px;transform:translate(-3px)}.services__visual-image--seguimiento{width:104%;max-width:485px;max-height:480px;transform:none}.services__visual-image--pareja{width:111%;max-width:505px;max-height:498px;transform:translate(-2px)}.services__goals{grid-template-columns:minmax(255px,.31fr) minmax(0,1fr);gap:28px;margin-top:34px;padding:31px 0 29px}.services__goals-intro{text-align:center;align-items:center;padding:5px 27px 5px 0}.services__goals-kicker{justify-content:center}.services__goals-intro h3{max-width:295px;margin-top:14px;font-size:clamp(29px,3vw,36px);line-height:.94}.services__goals-intro p{text-align:center;max-width:285px;margin:16px auto 0;font-size:9.4px;line-height:1.58}.services__goals-signature{justify-content:center;margin-top:19px}.services__goals-signature small{font-size:5.3px}.services__goals-top{margin-bottom:14px}.services__goals-heading{gap:10px}.services__goals-heading>span{font-size:7.2px}.services__goals-heading>small{font-size:5.6px}.services__goal-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.services__goal{gap:6px;min-height:64px;padding:8px 7px}.services__goal-icon{width:29px;min-width:29px;height:29px}.services__goal-icon svg{width:17px;height:17px}.services__goal-icon:before{width:25px;height:25px}.services__goal>strong{max-width:120px;font-size:8px;line-height:1.28}.services__goal-line{width:15px;bottom:6px;right:7px}.services__goal:hover .services__goal-line{width:26px}.services__goal:nth-last-child(3){grid-column:2}.services__goal:nth-last-child(2){grid-column:3}.services__goal:last-child{grid-column:4}.services__footer{margin-top:18px}}@media (width>=1010px) and (width<=1040px){.services__container{width:calc(100% - 36px)}.services__main{grid-template-columns:218px minmax(325px,1fr) minmax(315px,.9fr)}.services__visual-image-stage{left:-110px}.services__goal>strong{font-size:7.8px}}.testimonials{border-top:1px solid #5dd6f529;max-width:1120px;margin:82px auto 0;padding-top:52px;position:relative}.testimonials:before{content:"";background:linear-gradient(90deg,#0000,#60daf8,#0000);width:180px;height:1px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.testimonials__header{text-align:center;max-width:760px;margin:0 auto 34px}.testimonials__eyebrow{color:#74ddf8;letter-spacing:.18em;text-transform:uppercase;justify-content:center;align-items:center;gap:12px;margin-bottom:15px;font-size:10px;font-weight:800;display:flex}.testimonials__eyebrow span{background:linear-gradient(90deg,#0000,#67ddf8);width:42px;height:1px}.testimonials__eyebrow span:last-child{background:linear-gradient(90deg,#67ddf8,#0000)}.testimonials__header h3{color:#fff;letter-spacing:-.045em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(31px,3.3vw,46px);font-style:italic;font-weight:900;line-height:1.06}.testimonials__header h3 strong{color:#67ddf8;font-weight:inherit}.testimonials__header p{color:#a9c4d1;max-width:620px;margin:16px auto 0;font-size:12px;line-height:1.75}.testimonials__grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.testimonials__card{background:radial-gradient(circle at 100% 0,#4ed8f813,#0000 38%),linear-gradient(155deg,#0a2c3ca6,#04121cf0);border:1px solid #5aceea2e;border-radius:19px;flex-direction:column;min-width:0;min-height:320px;padding:21px 19px 19px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 55px #0000002e,inset 0 1px #ffffff08}.testimonials__card:before{content:"";background:linear-gradient(90deg,#0000,#67ddf86b,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.testimonials__card-top{color:#7acfe2;letter-spacing:.1em;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:7px 12px;font-size:8px;font-weight:800;display:flex}.testimonials__card-top>span:last-child{color:#b3dce89e;text-align:right}.testimonials__profile{align-items:center;gap:12px;margin-top:20px;display:flex}.testimonials__avatar{color:#7be0fb;background:radial-gradient(circle at 30% 20%,#67ddf829,#0000 45%),linear-gradient(#071c29f2,#04121cfa);border:1px solid #67ddf838;border-radius:16px;flex:none;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 12px 28px #0000002e,inset 0 1px #ffffff0a}.testimonials__identity{min-width:0}.testimonials__identity h4{color:#fff;letter-spacing:-.02em;overflow-wrap:break-word;margin:0;font-size:15px;font-weight:750;line-height:1.3}.testimonials__identity p{color:#7ea7b9;margin:5px 0 0;font-size:9px;line-height:1.4}.testimonials__copy{flex:1;margin-top:19px}.testimonials__copy h5{color:#f8fdff;letter-spacing:-.035em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(18px,1.7vw,23px);font-style:italic;font-weight:800;line-height:1.19}.testimonials__copy p{color:#aec8d5;margin:12px 0 0;font-size:11px;line-height:1.7}.testimonials__button{color:#dbf8ff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:#081c28cc;border:1px solid #61d9f53d;border-radius:11px;justify-content:space-between;align-self:flex-start;align-items:center;gap:10px;min-height:40px;margin-top:20px;padding:10px 13px;font-size:9px;font-weight:800;transition:border-color .22s,background .22s,transform .22s,color .22s;display:inline-flex}.testimonials__button:hover{color:#7be0fb;background:#0e2a3aeb;border-color:#67ddf899;transform:translateY(-2px)}.testimonials__note{color:#7d9aa8;text-align:center;max-width:800px;margin:24px auto 0;font-size:10px;line-height:1.65}.testimonials__overlay{z-index:10030;-webkit-backdrop-filter:blur(14px);background:#00080eeb;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.testimonials__modal{background:linear-gradient(#061621fc,#030d14fc);border:1px solid #61d8f43d;border-radius:22px;outline:none;width:min(900px,100%);max-height:calc(100dvh - 44px);overflow:hidden;box-shadow:0 30px 90px #0000006b,inset 0 1px #ffffff0a}.testimonials__modal-head{border-bottom:1px solid #61d8f41f;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.testimonials__modal-label span{color:#7ad9f4;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:800;display:inline-block}.testimonials__modal-label h4{color:#fff;letter-spacing:-.03em;margin:7px 0 0;font-size:24px;font-weight:800}.testimonials__close{color:#dff9ff;cursor:pointer;background:#ffffff05;border:1px solid #62d8f429;border-radius:12px;flex:none;place-items:center;width:42px;height:42px;padding:0;transition:color .2s,border-color .2s,background .2s;display:grid}.testimonials__close:hover{color:#67ddf8;background:#ffffff08;border-color:#67ddf86b}.testimonials__modal-body{overscroll-behavior:contain;max-height:calc(100dvh - 165px);padding:22px 20px 24px;overflow-y:auto}.testimonials__modal-body::-webkit-scrollbar{width:7px}.testimonials__modal-body::-webkit-scrollbar-thumb{background:#67ddf833;border-radius:999px}.testimonials__modal-intro{background:#091e2bc2;border:1px solid #64dbf61f;border-radius:15px;align-items:center;gap:14px;margin-bottom:20px;padding:16px;display:flex}.testimonials__modal-icon{color:#7ce1fb;background:radial-gradient(circle at 30% 20%,#67ddf829,#0000 46%),linear-gradient(#071c29f2,#04121cfa);border:1px solid #65dcf733;border-radius:14px;flex:none;place-items:center;width:52px;height:52px;display:grid}.testimonials__modal-intro span{color:#87ddef;letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:800;display:inline-block}.testimonials__modal-intro h5{color:#fff;letter-spacing:-.03em;text-transform:uppercase;margin:6px 0 0;font-family:Montserrat,sans-serif;font-size:clamp(22px,2.5vw,30px);font-style:italic;font-weight:800;line-height:1.15}.testimonials__modal-text p{color:#bdd3dc;margin:0 0 14px;font-size:14px;line-height:1.8}.testimonials__highlights{background:#081d2aad;border:1px solid #61d8f41f;border-radius:15px;margin-top:24px;padding:18px}.testimonials__highlights h6{color:#6fe0fb;letter-spacing:.14em;text-transform:uppercase;margin:0 0 12px;font-size:11px;font-weight:800}.testimonials__highlights ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.testimonials__highlights li{color:#d4ecf5;padding-left:18px;font-size:13px;line-height:1.6;position:relative}.testimonials__highlights li:before{content:"";background:#66ddf8;border-radius:50%;width:8px;height:8px;position:absolute;top:9px;left:0;box-shadow:0 0 12px #66ddf866}.testimonials button:focus-visible{outline-offset:3px;outline:2px solid #86e9ff}@media (width>=821px) and (width<=1180px){.testimonials{margin-top:66px;padding-top:42px}.testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.testimonials__card{min-height:295px;padding:20px 18px 18px}.testimonials__copy h5{font-size:23px}.testimonials__copy p{font-size:11px}}@media (width>=651px) and (width<=820px){.testimonials{margin-top:58px;padding-top:38px}.testimonials__header{margin-bottom:26px}.testimonials__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.testimonials__card{border-radius:17px;min-height:300px;padding:18px 15px 16px}.testimonials__card-top{font-size:7px}.testimonials__avatar{width:46px;height:46px}.testimonials__identity h4{font-size:14px}.testimonials__identity p{font-size:8px}.testimonials__copy h5{font-size:19px}.testimonials__copy p{font-size:10px}.testimonials__modal{border-radius:18px}}@media (width<=650px){.testimonials{margin-top:44px;padding-top:34px}.testimonials__header{margin-bottom:24px}.testimonials__eyebrow{letter-spacing:.14em;gap:8px;font-size:8px}.testimonials__eyebrow span{width:22px}.testimonials__header h3{font-size:clamp(26px,7.5vw,34px)}.testimonials__header p{font-size:11px}.testimonials__grid{grid-template-columns:minmax(0,1fr);gap:13px}.testimonials__card{border-radius:16px;min-height:0;padding:17px 15px 16px}.testimonials__card-top{font-size:8px}.testimonials__profile{gap:12px;margin-top:16px}.testimonials__avatar{border-radius:14px;width:49px;height:49px}.testimonials__identity h4{font-size:16px}.testimonials__identity p{font-size:10px}.testimonials__copy{margin-top:16px}.testimonials__copy h5{font-size:21px}.testimonials__copy p{font-size:11px;line-height:1.65}.testimonials__button{width:100%;margin-top:18px;font-size:9px}.testimonials__note{font-size:9px}.testimonials__overlay{padding:10px}.testimonials__modal{border-radius:16px;max-height:calc(100dvh - 20px)}.testimonials__modal-head{padding:14px}.testimonials__modal-label span{font-size:8px}.testimonials__modal-label h4{font-size:20px}.testimonials__close{border-radius:11px;width:38px;height:38px}.testimonials__modal-body{max-height:calc(100dvh - 132px);padding:14px 14px 18px}.testimonials__modal-intro{align-items:flex-start;padding:14px}.testimonials__modal-icon{border-radius:12px;width:46px;height:46px}.testimonials__modal-intro span{font-size:8px}.testimonials__modal-intro h5{font-size:20px}.testimonials__modal-text p{font-size:13px;line-height:1.7}.testimonials__highlights{padding:14px}.testimonials__highlights h6{font-size:10px}.testimonials__highlights li{font-size:12px}}@media (prefers-reduced-motion:reduce){.testimonials__button,.testimonials__close{transition:none}}.results{color:#f2fbff;background:radial-gradient(circle at 20% 0,#3eb5d814,#0000 32%),radial-gradient(circle at 100% 20%,#2e9abd14,#0000 28%),linear-gradient(#04111a 0%,#071826 45%,#05111a 100%);padding:84px 0 78px;position:relative;overflow:hidden}.results:before,.results:after{content:"";background:linear-gradient(90deg,#0000,#5ad4f052,#0000);height:1px;position:absolute;left:0;right:0}.results:before{top:0}.results:after{bottom:0}.results__container{z-index:1;position:relative}.results__header{text-align:center;max-width:780px;margin:0 auto 38px}.results__eyebrow{color:#7fdff7;letter-spacing:.18em;justify-content:center;align-items:center;gap:12px;margin-bottom:15px;font-size:10px;font-weight:800;display:flex}.results__eyebrow span{background:linear-gradient(90deg,#0000,#68daf4);width:42px;height:1px}.results__eyebrow span:last-child{background:linear-gradient(90deg,#68daf4,#0000)}.results__header h2{color:#fff;letter-spacing:-.045em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(34px,4.8vw,60px);font-weight:800;line-height:1.05}.results__header h2 strong{color:#67dbf7;font-weight:inherit}.results__header p{color:#a8c3d0;max-width:620px;margin:18px auto 0;font-size:13px;line-height:1.75}.results__board{grid-template-columns:295px minmax(0,1fr);align-items:start;gap:18px;max-width:1120px;margin:0 auto;display:grid}.results__summary{background:linear-gradient(#081c28eb,#05131df7),#ffffff05;border:1px solid #60c8e12e;border-radius:20px;flex-direction:column;gap:18px;height:fit-content;padding:22px;display:flex;position:sticky;top:110px;box-shadow:0 18px 42px #00000029,inset 0 1px #ffffff08}.results__summary-badge{color:#8ee4fa;letter-spacing:.13em;background:#66d9f30f;border:1px solid #66d9f32e;border-radius:999px;align-self:flex-start;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:9px;font-weight:800;display:inline-flex}.results__summary-head{gap:8px;display:grid}.results__summary-label{color:#7eaebe;letter-spacing:.16em;font-size:9px;font-weight:800}.results__summary h3{color:#fff;letter-spacing:-.04em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:33px;font-weight:800;line-height:1}.results__summary h3 strong{color:#66dbf8;font-weight:inherit}.results__summary-text{color:#abc5d2;margin:0;font-size:12px;line-height:1.8}.results__summary-points{gap:13px;display:grid}.results__summary-point{border-top:1px solid #59c5de1f;align-items:flex-start;gap:12px;padding:13px 0;display:flex}.results__summary-point:first-child{border-top:0;padding-top:0}.results__summary-point svg{color:#72dbf5;flex:none;margin-top:2px}.results__summary-point div{gap:4px;display:grid}.results__summary-point strong{color:#eefaff;font-size:12px;font-weight:700;line-height:1.45}.results__summary-point span{color:#89aab8;font-size:10px;line-height:1.55}.results__summary-progress{border-top:1px solid #59c5de1f;gap:10px;padding-top:16px;display:grid}.results__summary-progress-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.results__summary-progress-head span{color:#7ca9b9;letter-spacing:.15em;font-size:9px;font-weight:800}.results__summary-progress-head strong{color:#effbff;font-size:13px;font-weight:700}.results__summary-progress-bar{background:#ffffff0f;border-radius:999px;height:8px;position:relative;overflow:hidden}.results__summary-progress-bar span{border-radius:inherit;background:linear-gradient(90deg,#4fc9ec,#7de2f9);height:100%;display:block}.results__summary-note{background:linear-gradient(#ffffff08,#ffffff04);border:1px solid #66d9f31f;border-radius:16px;gap:12px;padding:14px;display:flex}.results__summary-note-icon{color:#77def8;background:#66d9f30d;border:1px solid #66d9f32e;border-radius:12px;flex:0 0 38px;place-items:center;width:38px;height:38px;display:grid}.results__summary-note-copy{gap:4px;display:grid}.results__summary-note-copy span{color:#7ca9b9;letter-spacing:.15em;font-size:8px;font-weight:800}.results__summary-note-copy strong{color:#effbff;font-size:11px;font-weight:700;line-height:1.45}.results__summary-note-copy p{color:#8baebb;margin:0;font-size:10px;line-height:1.55}.results__viewer{background:linear-gradient(#081c28eb,#05131df7),#ffffff05;border:1px solid #60c8e12e;border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 18px 42px #00000029,inset 0 1px #ffffff08}.results__viewer-top,.results__viewer-bottom{justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:14px 20px;display:flex}.results__viewer-top{border-bottom:1px solid #59c5de1f}.results__viewer-bottom{border-top:1px solid #59c5de1f}.results__viewer-top-group{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.results__viewer-tag{color:#8ce4fa;letter-spacing:.13em;background:#66d9f30d;border:1px solid #66d9f32e;border-radius:999px;align-items:center;min-height:30px;padding:0 12px;font-size:8px;font-weight:800;display:inline-flex}.results__viewer-top-group strong{color:#effaff;letter-spacing:.04em;font-size:12px;font-weight:700}.results__viewer-expand{color:#eafaff;letter-spacing:.13em;cursor:pointer;background:#ffffff05;border:1px solid #64d7f32e;border-radius:999px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:9px;font-weight:800;transition:background .2s,color .2s,border-color .2s,transform .2s;display:inline-flex}.results__viewer-expand:hover{color:#07131c;background:#6bdcf8;border-color:#6cddf880;transform:translateY(-1px)}.results__viewer-frame{background:linear-gradient(#06141ed9,#020c13eb);justify-content:center;align-items:center;min-height:560px;padding:28px 78px;display:flex;position:relative}.results__preview{cursor:zoom-in;background:#081722;border:1px solid #60c8e129;border-radius:18px;width:min(100%,760px);min-height:420px;padding:18px;display:block;position:relative;overflow:hidden}.results__preview-glow{object-fit:cover;opacity:.18;filter:blur(38px)saturate(.7);pointer-events:none;width:calc(100% - 36px);height:calc(100% - 36px);position:absolute;inset:18px;transform:scale(1.03)}.results__preview-image{z-index:1;object-fit:contain;background:#081722;border-radius:12px;width:100%;max-height:620px;display:block;position:relative}.results__preview-overlay{pointer-events:none;background:linear-gradient(#ffffff09,#0000 18%),linear-gradient(#0000 84%,#00000014);border-radius:12px;position:absolute;inset:18px}.results__preview-pill{z-index:2;color:#effbff;letter-spacing:.13em;-webkit-backdrop-filter:blur(10px);background:#06151fd1;border:1px solid #66d9f32e;border-radius:999px;align-items:center;gap:8px;min-height:36px;padding:0 14px;font-size:8px;font-weight:800;display:inline-flex;position:absolute;bottom:30px;right:30px}.results__nav{z-index:3;color:#9be9fd;cursor:pointer;background:#061621e0;border:1px solid #66d9f32e;border-radius:50%;place-items:center;width:52px;height:52px;transition:background .2s,color .2s,border-color .2s,transform .2s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 14px 30px #00000029}.results__nav:hover{color:#07131c;background:#6bdcf8;border-color:#6cddf880;transform:translateY(-50%)scale(1.03)}.results__nav--left{left:18px}.results__nav--right{right:18px}.results__viewer-meta{gap:4px;display:grid}.results__viewer-meta span{color:#7ca9b9;letter-spacing:.15em;font-size:9px;font-weight:800}.results__viewer-meta strong{color:#f0fbff;font-size:13px;font-weight:700}.results__viewer-bottom p{color:#8caebb;text-align:right;max-width:340px;margin:0;font-size:10px;line-height:1.6}.results__gallery-head{color:#81aebe;letter-spacing:.15em;justify-content:space-between;align-items:center;gap:14px;max-width:1120px;margin:24px auto 12px;font-size:9px;font-weight:800;display:flex}.results__gallery{grid-template-columns:repeat(7,minmax(0,1fr));gap:12px;max-width:1120px;margin:0 auto;display:grid}.results__thumb{cursor:pointer;opacity:.78;background:linear-gradient(#081b27e6,#05121bf2);border:1px solid #60c8e121;border-radius:16px;flex-direction:column;gap:10px;padding:10px;transition:transform .2s,border-color .2s,opacity .2s,box-shadow .2s;display:flex}.results__thumb:hover,.results__thumb--active{opacity:1;border-color:#67dcf76b;transform:translateY(-2px);box-shadow:0 14px 28px #00000024}.results__thumb-image-wrap{aspect-ratio:1;background:#081722;border-radius:12px;overflow:hidden}.results__thumb-image{object-fit:cover;width:100%;height:100%;display:block}.results__thumb-copy{text-align:left;gap:3px;display:grid}.results__thumb-copy span{color:#6fddf8;letter-spacing:.13em;font-size:8px;font-weight:800}.results__thumb-copy strong{color:#effbff;font-size:10px;font-weight:700;line-height:1.35}.results__note{color:#7898a6;text-align:center;max-width:760px;margin:22px auto 0;font-size:10px;line-height:1.65}.results__lightbox{z-index:10020;-webkit-backdrop-filter:blur(10px);background:#020a0feb;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.results__dialog{background:#06131d;border:1px solid #60c8e13d;border-radius:20px;outline:none;flex-direction:column;width:min(1060px,100%);max-height:calc(100dvh - 48px);display:flex;overflow:hidden;box-shadow:0 28px 90px #00000061}.results__dialog-top,.results__dialog-bottom{color:#8fdff7;letter-spacing:.13em;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 16px;font-size:10px;font-weight:800;display:flex}.results__dialog-top{border-bottom:1px solid #60c8e11f}.results__dialog-bottom{border-top:1px solid #60c8e11f}.results__dialog-top button,.results__dialog-bottom button{color:#effbff;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;min-height:36px;font-size:10px;font-weight:800;display:inline-flex}.results__dialog>img{object-fit:contain;background:#030d14;width:100%;max-height:calc(100dvh - 156px);display:block}.results button:focus-visible{outline-offset:3px;outline:2px solid #86e8ff}@media (width>=821px) and (width<=1180px){.results{padding:68px 0 62px}.results__board{grid-template-columns:265px minmax(0,1fr);gap:14px}.results__summary{padding:18px;top:96px}.results__summary h3{font-size:28px}.results__viewer-frame{min-height:500px;padding:20px 62px}.results__preview{width:min(100%,680px);min-height:360px;padding:14px}.results__preview-image{max-height:520px}.results__gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width>=651px) and (width<=820px){.results{padding:58px 0 52px}.results__header{margin-bottom:28px}.results__header h2{font-size:clamp(36px,5.5vw,46px)}.results__header p{font-size:12px}.results__board{grid-template-columns:1fr;gap:14px}.results__summary{border-radius:18px;padding:18px;position:static}.results__viewer{border-radius:18px}.results__viewer-top,.results__viewer-bottom{padding:12px 16px}.results__viewer-frame{min-height:430px;padding:16px 56px}.results__preview{width:100%;min-height:320px;padding:12px}.results__preview-image{max-height:440px}.results__preview-overlay,.results__preview-glow{inset:12px}.results__preview-glow{width:calc(100% - 24px);height:calc(100% - 24px)}.results__preview-pill{bottom:20px;right:20px}.results__nav{width:46px;height:46px}.results__nav--left{left:10px}.results__nav--right{right:10px}.results__viewer-bottom{flex-direction:column;align-items:flex-start}.results__viewer-bottom p{text-align:left;max-width:none}.results__gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}}@media (width<=650px){.results{padding:50px 0 44px}.results__header{margin-bottom:24px}.results__eyebrow{letter-spacing:.14em;gap:8px;margin-bottom:12px;font-size:8px}.results__eyebrow span{width:24px}.results__header h2{font-size:clamp(28px,8vw,38px);line-height:1.08}.results__header p{margin-top:14px;font-size:11px;line-height:1.68}.results__board{grid-template-columns:1fr;gap:12px}.results__summary{border-radius:16px;padding:16px;position:static}.results__summary-badge{min-height:32px;padding:0 12px;font-size:8px}.results__summary h3{font-size:25px}.results__summary-text,.results__summary-point strong{font-size:11px}.results__summary-point span{font-size:9px}.results__summary-note{padding:12px}.results__summary-note-copy strong{font-size:10px}.results__summary-note-copy p{font-size:9px}.results__viewer{border-radius:16px}.results__viewer-top,.results__viewer-bottom{flex-direction:column;align-items:flex-start;min-height:0;padding:12px}.results__viewer-top-group{justify-content:space-between;width:100%}.results__viewer-expand{min-height:34px;padding:0 12px;font-size:8px}.results__viewer-frame{min-height:auto;padding:12px 12px 64px}.results__preview{border-radius:14px;width:100%;min-height:240px;padding:10px}.results__preview-image{border-radius:10px;max-height:420px}.results__preview-overlay,.results__preview-glow{border-radius:10px;inset:10px}.results__preview-glow{width:calc(100% - 20px);height:calc(100% - 20px)}.results__preview-pill{min-height:32px;padding:0 12px;font-size:7px;bottom:14px;right:14px}.results__nav{width:40px;height:40px;top:auto;bottom:12px;transform:none}.results__nav:hover{transform:scale(1.03)}.results__nav--left{left:12px}.results__nav--right{right:12px}.results__viewer-meta strong{font-size:12px}.results__viewer-bottom p{text-align:left;max-width:none;font-size:9px}.results__gallery-head{margin-top:18px;font-size:8px}.results__gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.results__thumb{border-radius:14px;padding:8px}.results__thumb-copy span{font-size:7px}.results__thumb-copy strong{font-size:9px}.results__note{margin-top:18px;font-size:9px}.results__lightbox{padding:10px}.results__dialog{border-radius:16px;max-height:calc(100dvh - 20px)}.results__dialog-top,.results__dialog-bottom{min-height:48px;padding:8px 10px;font-size:8px}.results__dialog>img{max-height:calc(100dvh - 122px)}}@media (width<=360px){.results__gallery{grid-template-columns:1fr}.results__summary h3{font-size:22px}}@media (prefers-reduced-motion:reduce){.results__thumb,.results__viewer-expand,.results__nav{transition:none}}.tips{color:#fff;background:radial-gradient(circle at 14% 48%,#109ed113,#0000 27%),radial-gradient(circle at 86% 58%,#1ac3eb0f,#0000 28%),linear-gradient(132deg,#03111c 0%,#061a29 50%,#03131f 100%);padding:68px 0 48px;position:relative;overflow:hidden}.tips:before{z-index:4;content:"";background:linear-gradient(90deg,#0000,#46d8fa59,#0000);height:1px;position:absolute;top:0;left:0;right:0}.tips__grid{z-index:0;opacity:.02;pointer-events:none;background-image:linear-gradient(#49d9fa1a 1px,#0000 1px),linear-gradient(90deg,#49d9fa1a 1px,#0000 1px);background-size:88px 88px;position:absolute;inset:0}.tips__glow{z-index:0;filter:blur(125px);pointer-events:none;border-radius:50%;position:absolute}.tips__glow--left{background:#0b93c812;width:550px;height:550px;top:12%;left:-260px}.tips__glow--right{background:#1fbfe511;width:580px;height:580px;bottom:-270px;right:-260px}.tips__art{z-index:1;color:#48dafa;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.tips__art-group{transform-box:fill-box;transform-origin:50%;opacity:.055}.tips__art-group--apple{opacity:.065;animation:9s ease-in-out infinite tipsArtFloat}.tips__art-group--molecule{opacity:.075;animation:11s ease-in-out infinite tipsMoleculeFloat}.tips__art-group--dumbbell{opacity:.055;animation:10s ease-in-out infinite tipsDumbbellFloat}.tips__art-group--heartbeat{opacity:.085;animation:4.5s ease-in-out infinite tipsHeartbeatGlow}.tips__art-group--orbit{opacity:.022;animation:20s linear infinite tipsOrbitDrift}.tips__art-particles{opacity:.13;animation:7s ease-in-out infinite tipsParticles}.tips__container{z-index:3;position:relative}.tips__header{text-align:center;width:100%;max-width:840px;margin:0 auto 40px}.tips__eyebrow{justify-content:center;align-items:center;gap:10px;margin-bottom:14px;display:flex}.tips__eyebrow>span{background:linear-gradient(90deg,#0000,#4bdafcb8);width:43px;height:1px}.tips__eyebrow>span:last-child{background:linear-gradient(90deg,#4bdafcb8,#0000)}.tips__eyebrow strong{color:#52defc;letter-spacing:.2em;text-transform:uppercase;font-size:8px;font-weight:900}.tips__eyebrow i{background:#4fdcfb;border-radius:50%;width:5px;height:5px;box-shadow:0 0 9px #4fdcfb7a}.tips__eyebrow small{color:#ffffff61;letter-spacing:.14em;text-transform:uppercase;font-size:7px;font-weight:800}.tips__header h2{color:#fff;letter-spacing:-.055em;text-transform:uppercase;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(40px,4.2vw,62px);font-style:italic;font-weight:900;line-height:.92}.tips__header h2 strong{color:#49d9fa;margin-top:5px;font-weight:900;animation:5s ease-in-out infinite tipsTitleGlow;display:block}.tips__header>p{color:#ffffff75;max-width:620px;margin:17px auto 0;font-size:10px;line-height:1.65}.tips__knowledge{width:100%;position:relative}.tips__track-wrap{max-width:1150px;margin:0 auto;padding:0 30px;position:relative}.tips__rail{z-index:0;border-radius:999px;height:6px;position:absolute;top:58px;left:11%;right:11%;overflow:visible}.tips__rail-base{background:linear-gradient(90deg,#49dafa1a,#49dafa47 15% 85%,#49dafa1a);border-radius:999px;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);box-shadow:0 0 14px #4adafb14}.tips__rail-progress{background:linear-gradient(90deg,#57e0fd73,#54defc);border-radius:999px;height:2px;transition:width .4s cubic-bezier(.22,1,.36,1);position:absolute;top:50%;left:0;transform:translateY(-50%);box-shadow:0 0 9px #4fdcfb75,0 0 22px #4fdcfb24}.tips__rail-light{filter:blur(.2px);pointer-events:none;background:linear-gradient(90deg,#0000,#7debffcc,#0000);border-radius:999px;width:70px;height:2px;position:absolute;top:50%;transform:translateY(-50%)}.tips__rail-light--one{animation:6s linear infinite tipsRailMove}.tips__rail-light--two{opacity:.35;animation:6s linear 3s infinite tipsRailMove}.tips__track{z-index:3;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;position:relative}.tips__track-item{flex-direction:column;align-items:center;min-width:0;display:flex;position:relative}.tips__track-label{color:#ffffff57;letter-spacing:.18em;text-align:center;text-transform:uppercase;margin-bottom:12px;font-size:7px;font-weight:900;transition:color .25s,transform .25s,text-shadow .25s;display:block}.tips__track-item--active .tips__track-label{color:#7ce9ff;text-shadow:0 0 12px #4fdcfb38;transform:translateY(-2px)}.tips__node{color:#4fdcfb94;cursor:pointer;isolation:isolate;background:0 0;border:0;justify-content:center;align-items:center;width:52px;height:52px;padding:0;display:flex;position:relative}.tips__node-orbit{z-index:0;border:1px dashed #4bdafb1f;border-radius:50%;transition:border-color .25s,transform .35s;position:absolute;inset:0}.tips__node-halo{z-index:0;background:#041825f5;border:1px solid #4bdafb2e;border-radius:50%;transition:border-color .25s,background .25s,box-shadow .25s,transform .25s;position:absolute;inset:7px;box-shadow:0 0 0 4px #49dafa04}.tips__node-core{z-index:3;border-radius:50%;justify-content:center;align-items:center;width:29px;height:29px;transition:color .25s,transform .25s;display:flex;position:relative}.tips__node-pulse{z-index:1;opacity:0;pointer-events:none;border:1px solid #0000;border-radius:50%;position:absolute;inset:10px}.tips__node:hover .tips__node-halo{background:#083c4fd6;border-color:#4bdafbad;transform:scale(1.08);box-shadow:0 0 20px #4bdafb21}.tips__node:hover .tips__node-orbit{border-color:#4bdafb4d;transform:rotate(45deg)scale(1.08)}.tips__node:hover .tips__node-core{color:#9cefff;transform:scale(1.08)}.tips__track-item--active .tips__node{color:#9cefff}.tips__track-item--active .tips__node-orbit{border-color:#4bdafb80;animation:11s linear infinite tipsOrbitRotate}.tips__track-item--active .tips__node-halo{background:linear-gradient(145deg,#0c627deb,#052e40eb);border-color:#51ddfb;box-shadow:0 0 0 5px #4bdafb09,0 0 28px #4bdafb40}.tips__track-item--active .tips__node-core{transform:scale(1.08)}.tips__track-item--active .tips__node-pulse{opacity:1;animation:2.5s ease-out infinite tipsNodePulse}.tips__drop-line{opacity:0;transform-origin:top;background:linear-gradient(#55defc,#4fdcfb14);width:1px;height:27px;margin-top:7px;transition:opacity .25s,transform .3s;transform:scaleY(0)}.tips__track-item--active .tips__drop-line{opacity:1;transform:scaleY(1)}.tips__content{background:radial-gradient(circle at 50% 20%,#0e64801a,#0000 48%),linear-gradient(90deg,#0000,#0424352b 18% 82%,#0000);border-top:1px solid #4bdafb24;border-bottom:1px solid #4bdafb17;max-width:980px;min-height:205px;margin:3px auto 0;position:relative;overflow:hidden}.tips__content:before{content:"";background:linear-gradient(90deg,#0000,#50dcfb,#0000);width:210px;height:2px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.tips__content:after{content:"";pointer-events:none;border:1px solid #49dafa06;border-radius:50%;width:190px;height:190px;position:absolute;bottom:-95px;right:12%}.tips__content-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:205px;padding:24px 50px 22px;display:flex;position:relative}.tips__content-ambient{z-index:0;color:#45d8fa05;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-9deg)}.tips__content-icon{z-index:3;color:#5ce1fd;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:12px;display:flex;position:relative}.tips__content-icon-ring{border:1px solid #4adafb36;border-radius:50%;transition:transform .4s;position:absolute;inset:4px;transform:rotate(45deg)}.tips__content-icon:before,.tips__content-icon:after{content:"";background:#4bdafb61;width:15px;height:1px;position:absolute}.tips__content-icon:before{left:-13px}.tips__content-icon:after{right:-13px}.tips__content-kicker{z-index:3;justify-content:center;align-items:center;gap:8px;margin-bottom:9px;display:flex;position:relative}.tips__content-kicker>span{background:linear-gradient(90deg,#0000,#4bdafbad);width:25px;height:1px}.tips__content-kicker>span:last-child{background:linear-gradient(90deg,#4bdafbad,#0000)}.tips__content-kicker strong{color:#54defc;letter-spacing:.19em;text-transform:uppercase;font-size:7px;font-weight:900}.tips__content-kicker i{background:#50dcfb;border-radius:50%;width:4px;height:4px;box-shadow:0 0 7px #50dcfb61}.tips__content-kicker small{color:#ffffff45;letter-spacing:.13em;text-transform:uppercase;font-size:6px;font-weight:800}.tips__content-inner h3{z-index:3;color:#fff;letter-spacing:-.038em;text-align:center;text-transform:uppercase;text-shadow:0 4px 18px #010c1480;max-width:760px;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(23px,2.35vw,34px);font-style:italic;font-weight:900;line-height:1;position:relative}.tips__content-inner>p{z-index:3;color:#ffffff85;text-align:center;max-width:720px;margin:11px auto 0;font-size:10px;line-height:1.68;position:relative}.tips__clinical-note{z-index:3;justify-content:center;align-items:center;gap:9px;margin-top:14px;display:flex;position:relative}.tips__clinical-note>span{background:linear-gradient(90deg,#0000,#4bdafb5e);width:32px;height:1px}.tips__clinical-note>span:last-child{background:linear-gradient(90deg,#4bdafb5e,#0000)}.tips__clinical-note small{color:#ffffff45;letter-spacing:.12em;text-transform:uppercase;font-size:6px;font-weight:800}.tips__clinical-note i{background:#4bdafbb3;border-radius:50%;width:3px;height:3px}.tips__footer{color:#4bdafb6b;justify-content:center;align-items:center;gap:9px;margin-top:20px;display:flex}.tips__footer span{color:#ffffff38;letter-spacing:.14em;text-transform:uppercase;font-size:6px;font-weight:800}.tips__footer i{background:#4bdafb7a;border-radius:50%;width:3px;height:3px}@keyframes tipsTitleGlow{0%,to{text-shadow:0 0 #4bdafb00}50%{text-shadow:0 0 14px #4bdafb24}}@keyframes tipsRailMove{0%{opacity:0;left:-5%}10%{opacity:.8}90%{opacity:.8}to{opacity:0;left:95%}}@keyframes tipsOrbitRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tipsNodePulse{0%{opacity:.65;border-color:#4bdafb99;transform:scale(.75)}to{opacity:0;border-color:#4bdafb00;transform:scale(2.1)}}@keyframes tipsArtFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-12px)rotate(2deg)}}@keyframes tipsMoleculeFloat{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-8px,9px)rotate(-3deg)}}@keyframes tipsDumbbellFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes tipsHeartbeatGlow{0%,to{opacity:.055}50%{opacity:.13}}@keyframes tipsOrbitDrift{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tipsParticles{0%,to{opacity:.08}50%{opacity:.18}}@media (width<=900px){.tips{padding:64px 0 47px}.tips__header{margin-bottom:38px}.tips__header h2{font-size:clamp(39px,6.8vw,55px)}.tips__track-wrap{padding:0 10px}.tips__rail{left:10%;right:10%}.tips__track-label{font-size:6px}.tips__content{max-width:90%}.tips__content-inner{padding:24px 30px 22px}.tips__content-inner h3{max-width:650px}.tips__art-group--apple{opacity:.045}.tips__art-group--molecule{opacity:.05}.tips__art-group--dumbbell{opacity:.04}}@media (width<=650px){.tips{padding:56px 0 43px}.tips__header{margin-bottom:33px}.tips__eyebrow{flex-wrap:wrap}.tips__eyebrow>span{width:27px}.tips__eyebrow small{font-size:6px}.tips__header h2{font-size:clamp(34px,9.5vw,44px)}.tips__header>p{font-size:9px}.tips__art{opacity:.75;width:170%;left:-35%}.tips__art-group--apple,.tips__art-group--molecule{opacity:.035}.tips__art-group--dumbbell{opacity:.03}.tips__art-group--heartbeat{opacity:.055}.tips__art-group--orbit{opacity:.012}.tips__art-particles{opacity:.08}.tips__track-wrap{padding:0}.tips__rail{display:none}.tips__track{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 0}.tips__track-item:after{z-index:-1;content:"";background:linear-gradient(90deg,#0000,#4bdafb40,#0000);height:1px;position:absolute;top:60px;left:12%;right:12%}.tips__node{width:49px;height:49px}.tips__drop-line{height:17px}.tips__content{max-width:100%;min-height:0;margin-top:14px}.tips__content-inner{min-height:0;padding:23px 18px 21px}.tips__content-icon{width:52px;height:52px;margin-bottom:10px}.tips__content-kicker{flex-wrap:wrap;row-gap:5px}.tips__content-kicker>span{width:17px}.tips__content-inner h3{font-size:clamp(21px,6.4vw,27px)}.tips__content-inner>p{max-width:500px;font-size:9px}.tips__clinical-note{flex-wrap:wrap;row-gap:5px}.tips__clinical-note>span{width:18px}.tips__footer{flex-wrap:wrap;row-gap:6px;padding:0 18px}}@media (width<=430px){.tips__header h2{font-size:34px}.tips__track-label{letter-spacing:.13em}.tips__node{width:46px;height:46px}.tips__track-item:after{top:57px}.tips__content-inner h3{font-size:21px}.tips__content-inner>p{font-size:8px}.tips__content-kicker small,.tips__content-kicker i{display:none}.tips__clinical-note small,.tips__footer span{font-size:5px}}@media (prefers-reduced-motion:reduce){.tips__header h2 strong,.tips__rail-light,.tips__track-item--active .tips__node-orbit,.tips__track-item--active .tips__node-pulse,.tips__art-group,.tips__art-particles{animation:none}.tips__rail-progress,.tips__track-label,.tips__node-orbit,.tips__node-halo,.tips__node-core,.tips__drop-line{transition:none}}@media (width<=650px){.tips{padding:42px 0 34px}.tips__container{width:min(100% - 28px, var(--container))}.tips__header{max-width:350px;margin:0 auto 25px}.tips__eyebrow{flex-wrap:nowrap;gap:7px;margin-bottom:11px}.tips__eyebrow>span{flex:0 24px;width:24px}.tips__eyebrow strong{letter-spacing:.17em;font-size:6px}.tips__eyebrow small{letter-spacing:.1em;white-space:nowrap;font-size:5px}.tips__eyebrow i{width:4px;height:4px}.tips__header h2{letter-spacing:-.052em;max-width:330px;margin:0 auto;font-size:clamp(34px,9.4vw,41px);line-height:.9}.tips__header h2 strong{margin-top:4px}.tips__header>p{max-width:315px;margin-top:14px;font-size:9.2px;line-height:1.55}.tips__art{opacity:.56;width:160%;left:-30%}.tips__art-group--apple{opacity:.026}.tips__art-group--molecule{opacity:.03}.tips__art-group--dumbbell{opacity:.025}.tips__art-group--heartbeat{opacity:.045}.tips__art-group--orbit{opacity:.01}.tips__art-particles{opacity:.065}.tips__track-wrap{max-width:360px;margin:0 auto;padding:0 4px}.tips__rail{height:4px;display:block;top:48px;left:9.5%;right:9.5%}.tips__rail-base,.tips__rail-progress,.tips__rail-light{height:1px}.tips__rail-light{width:42px}.tips__track{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.tips__track-item{min-width:0}.tips__track-item:after{display:none}.tips__track-label{letter-spacing:.09em;white-space:nowrap;min-height:17px;margin-bottom:6px;padding:0 2px;font-size:5.2px;line-height:1.15}.tips__track-item--active .tips__track-label{transform:translateY(-1px)}.tips__node{width:42px;height:42px}.tips__node-halo{inset:6px}.tips__node-core{width:25px;height:25px}.tips__node-core svg{width:17px;height:17px}.tips__node-pulse{inset:8px}.tips__drop-line{height:14px;margin-top:5px}.tips__content{background:radial-gradient(circle at 50% 8%,#1889a81f,#0000 50%),linear-gradient(#062b3d29,#0319270f);border-top-color:#4bdafb2e;border-bottom-color:#4bdafb1a;max-width:350px;min-height:0;margin:5px auto 0}.tips__content:before{width:130px}.tips__content:after{width:150px;height:150px;bottom:-90px;right:-30px}.tips__content-inner{min-height:0;padding:18px 15px 17px}.tips__content-ambient{opacity:.75}.tips__content-ambient svg{width:135px;height:135px}.tips__content-icon{width:46px;height:46px;margin-bottom:8px}.tips__content-icon svg{width:31px;height:31px}.tips__content-icon:before,.tips__content-icon:after{width:12px}.tips__content-icon:before{left:-10px}.tips__content-icon:after{right:-10px}.tips__content-kicker{flex-wrap:nowrap;gap:6px;margin-bottom:8px}.tips__content-kicker>span{width:20px}.tips__content-kicker strong{letter-spacing:.15em;font-size:6px}.tips__content-kicker small{letter-spacing:.1em;font-size:5px}.tips__content-inner h3{letter-spacing:-.032em;max-width:315px;font-size:clamp(19px,5.6vw,23px);line-height:1.02}.tips__content-inner>p{max-width:310px;margin-top:10px;font-size:9.2px;line-height:1.58}.tips__clinical-note{flex-wrap:nowrap;gap:7px;margin-top:12px}.tips__clinical-note>span{width:18px}.tips__clinical-note small{letter-spacing:.09em;white-space:nowrap;font-size:4.8px}.tips__footer{gap:7px;max-width:330px;margin:14px auto 0;padding:0}.tips__footer svg{width:12px;height:12px}.tips__footer span{letter-spacing:.09em;white-space:nowrap;font-size:4.5px}.tips__footer i{width:2px;height:2px}}@media (width<=430px){.tips{padding:38px 0 31px}.tips__container{width:min(100% - 24px, var(--container))}.tips__header{margin-bottom:22px}.tips__header h2{max-width:315px;font-size:clamp(32px,9.2vw,38px)}.tips__header>p{max-width:300px;font-size:8.8px}.tips__track-wrap{max-width:338px}.tips__rail{top:46px}.tips__track-label{letter-spacing:.065em;font-size:4.8px}.tips__node{width:40px;height:40px}.tips__node-core svg{width:16px;height:16px}.tips__drop-line{height:12px}.tips__content{max-width:332px}.tips__content-inner{padding:17px 13px 16px}.tips__content-icon{width:44px;height:44px}.tips__content-inner h3{max-width:300px;font-size:20px}.tips__content-inner>p{max-width:296px;font-size:8.8px}.tips__clinical-note small{font-size:4.5px}.tips__footer{gap:6px;max-width:310px}.tips__footer span{font-size:4.2px}}@media (width<=370px){.tips__track-label{letter-spacing:.04em;font-size:4.3px}.tips__node{width:37px;height:37px}.tips__rail{top:44px}.tips__content-kicker small,.tips__content-kicker i,.tips__clinical-note i,.tips__clinical-note small:last-of-type,.tips__footer span:nth-of-type(n+3),.tips__footer i:nth-of-type(n+2){display:none}}@media (width>=651px) and (width<=820px){.tips{padding:46px 0 34px}.tips__container{width:min(100% - 48px,720px)}.tips__header{max-width:690px;margin:0 auto 28px}.tips__eyebrow{gap:9px;margin-bottom:12px}.tips__eyebrow>span{width:38px}.tips__eyebrow strong{letter-spacing:.18em;font-size:7.5px}.tips__eyebrow small{letter-spacing:.12em;font-size:6.5px}.tips__header h2{letter-spacing:-.05em;max-width:660px;margin:0 auto;font-size:clamp(44px,6.5vw,52px);line-height:.91}.tips__header h2 strong{margin-top:3px}.tips__header>p{max-width:590px;margin-top:14px;font-size:11.5px;line-height:1.55}.tips__art{opacity:.82;width:125%;left:-12.5%}.tips__art-group--apple{opacity:.05}.tips__art-group--molecule{opacity:.055}.tips__art-group--dumbbell{opacity:.045}.tips__art-group--heartbeat{opacity:.07}.tips__art-particles{opacity:.1}.tips__track-wrap{max-width:660px;margin:0 auto;padding:0 8px}.tips__rail{height:5px;top:49px;left:12.5%;right:12.5%}.tips__rail-base,.tips__rail-progress,.tips__rail-light{height:1.5px}.tips__rail-light{width:54px}.tips__track-label{letter-spacing:.13em;min-height:18px;margin-bottom:7px;font-size:7.4px;line-height:1.15}.tips__node{width:54px;height:54px}.tips__node-halo{inset:7px}.tips__node-core{width:31px;height:31px}.tips__node-core svg{width:21px;height:21px}.tips__drop-line{height:18px;margin-top:5px}.tips__content{background:radial-gradient(circle at 50% 12%,#147d9b24,#0000 46%),linear-gradient(90deg,#0000,#062d4038 12% 88%,#0000);border-top-color:#4bdafb30;border-bottom-color:#4bdafb1c;max-width:660px;min-height:185px;margin:0 auto;box-shadow:inset 0 1px #ffffff04,inset 0 -1px #4bdafb06}.tips__content:before{width:170px}.tips__content-inner{min-height:185px;padding:18px 36px 17px}.tips__content-ambient{opacity:.9}.tips__content-ambient svg{width:160px;height:160px}.tips__content-icon{width:52px;height:52px;margin-bottom:8px}.tips__content-icon svg{width:34px;height:34px}.tips__content-kicker{gap:7px;margin-bottom:7px}.tips__content-kicker>span{width:26px}.tips__content-kicker strong{letter-spacing:.17em;font-size:7.2px}.tips__content-kicker small{font-size:6px}.tips__content-inner h3{letter-spacing:-.035em;max-width:600px;font-size:clamp(27px,3.8vw,31px);line-height:.98}.tips__content-inner>p{max-width:570px;margin-top:9px;font-size:11.2px;line-height:1.58}.tips__clinical-note{gap:8px;margin-top:11px}.tips__clinical-note>span{width:28px}.tips__clinical-note small{letter-spacing:.1em;font-size:5.8px}.tips__footer{gap:8px;margin-top:13px}.tips__footer span{letter-spacing:.11em;font-size:5.5px}.tips__footer svg{width:13px;height:13px}}@media (width>=821px) and (width<=1180px){.tips{padding:58px 0 44px}.tips__container{width:min(100% - 72px,980px)}.tips__header{max-width:900px;margin:0 auto 34px}.tips__eyebrow{gap:10px;margin-bottom:14px}.tips__eyebrow>span{width:48px}.tips__eyebrow strong{letter-spacing:.2em;font-size:8.5px}.tips__eyebrow small{letter-spacing:.13em;font-size:7px}.tips__header h2{letter-spacing:-.052em;max-width:860px;margin:0 auto;font-size:clamp(54px,6vw,68px);line-height:.9}.tips__header h2 strong{margin-top:4px}.tips__header>p{color:#ffffff8a;max-width:700px;margin-top:17px;font-size:12.5px;line-height:1.6}.tips__art{opacity:.9;width:112%;left:-6%}.tips__art-group--apple{opacity:.055}.tips__art-group--molecule{opacity:.065}.tips__art-group--dumbbell{opacity:.05}.tips__art-group--heartbeat{opacity:.085}.tips__art-particles{opacity:.12}.tips__track-wrap{max-width:860px;margin:0 auto;padding:0 18px}.tips__rail{height:6px;top:61px;left:11.5%;right:11.5%}.tips__rail-base,.tips__rail-progress,.tips__rail-light{height:2px}.tips__rail-light{width:66px}.tips__track-label{letter-spacing:.15em;min-height:20px;margin-bottom:10px;font-size:8px;line-height:1.1}.tips__node{width:64px;height:64px}.tips__node-halo{inset:8px}.tips__node-core{width:36px;height:36px}.tips__node-core svg{width:24px;height:24px}.tips__drop-line{height:22px;margin-top:7px}.tips__content{background:radial-gradient(circle at 50% 10%,#127a9a29,#0000 48%),linear-gradient(90deg,#0000,#04283a38 10% 90%,#0000);border-top-color:#4bdafb33;border-bottom-color:#4bdafb1c;max-width:850px;min-height:230px;margin:1px auto 0;box-shadow:inset 0 1px #ffffff05,inset 0 -1px #4bdafb08}.tips__content:before{width:220px}.tips__content-inner{min-height:230px;padding:24px 54px 22px}.tips__content-ambient{opacity:1}.tips__content-ambient svg{width:190px;height:190px}.tips__content-icon{width:62px;height:62px;margin-bottom:10px}.tips__content-icon svg{width:40px;height:40px}.tips__content-kicker{gap:8px;margin-bottom:9px}.tips__content-kicker>span{width:30px}.tips__content-kicker strong{letter-spacing:.18em;font-size:8px}.tips__content-kicker small{font-size:6.5px}.tips__content-inner h3{letter-spacing:-.036em;max-width:760px;font-size:clamp(31px,3.5vw,38px);line-height:.98}.tips__content-inner>p{color:#ffffff94;max-width:690px;margin-top:12px;font-size:12.5px;line-height:1.65}.tips__clinical-note{gap:9px;margin-top:14px}.tips__clinical-note>span{width:34px}.tips__clinical-note small{letter-spacing:.11em;font-size:6.4px}.tips__footer{gap:9px;margin-top:16px}.tips__footer span{letter-spacing:.12em;font-size:6px}.tips__footer svg{width:14px;height:14px}}@media (width>=1000px) and (width<=1060px){.tips{padding-top:62px;padding-bottom:46px}.tips__header{margin-bottom:36px}.tips__header h2{font-size:62px}.tips__track-wrap,.tips__content{max-width:880px}.tips__content-inner h3{font-size:36px}}.faq{color:#fff;background:radial-gradient(circle at 10% 42%,#10a7d81a,#0000 27%),radial-gradient(circle at 92% 18%,#34caee11,#0000 25%),radial-gradient(circle at 72% 88%,#0b6c9d14,#0000 30%),linear-gradient(135deg,#061724 0%,#082131 48%,#061925 100%);padding:82px 0 76px;position:relative;overflow:hidden}.faq:before{z-index:5;content:"";background:linear-gradient(90deg,#0000,#4adafb66,#0000);height:1px;position:absolute;top:0;left:0;right:0}.faq__grid{z-index:0;opacity:.022;pointer-events:none;background-image:linear-gradient(#4adafb14 1px,#0000 1px),linear-gradient(90deg,#4adafb14 1px,#0000 1px);background-size:90px 90px;animation:20s linear infinite faqGridDrift;position:absolute;inset:0}.faq__glow{z-index:0;filter:blur(125px);pointer-events:none;border-radius:50%;position:absolute}.faq__glow--one{background:#14abdb18;width:560px;height:560px;animation:10s ease-in-out infinite faqGlowOne;top:10%;left:-250px}.faq__glow--two{background:#1188be14;width:600px;height:600px;animation:12s ease-in-out infinite faqGlowTwo;bottom:-250px;right:-290px}.faq__ambient-line{z-index:0;opacity:.08;pointer-events:none;background:linear-gradient(90deg,#0000,#4bdafb,#0000);width:150%;height:1px;animation:9s ease-in-out infinite faqAmbientLine;position:absolute;top:27%;left:-25%;transform:rotate(-7deg)}.faq__container{z-index:3;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:center;gap:clamp(60px,7vw,115px);display:grid;position:relative}.faq__intro{align-items:center;min-height:520px;display:flex;position:relative;overflow:hidden}.faq__intro:before{content:"";background:linear-gradient(#0000,#4bdafb70,#0000);width:2px;animation:4.5s ease-in-out infinite faqVerticalPulse;position:absolute;top:4%;bottom:4%;left:0}.faq__intro-content{z-index:3;text-align:center;width:100%;max-width:540px;margin:0 auto;padding:22px clamp(20px,2.5vw,40px);position:relative}.faq__art{z-index:0;color:#46d8f8;pointer-events:none;width:600px;max-width:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq__art-group{transform-box:fill-box;transform-origin:50%}.faq__art-group--clipboard{opacity:.05;animation:10s ease-in-out infinite faqClipboardFloat}.faq__art-group--heartbeat{opacity:.085;animation:4.5s ease-in-out infinite faqHeartbeat}.faq__art-group--measure{opacity:.065;animation:9s ease-in-out infinite faqMeasureFloat}.faq__art-group--cross{opacity:.055;animation:8s ease-in-out infinite faqCrossFloat}.faq__art-particles{opacity:.15;animation:7s ease-in-out infinite faqParticles}.faq__heartbeat-line{stroke-dasharray:500;stroke-dashoffset:500px;animation:5s ease-in-out infinite faqDrawHeartbeat}.faq__heartbeat-dot{transform-box:fill-box;transform-origin:50%;animation:2.2s ease-in-out infinite faqHeartDot}.faq__eyebrow{text-align:center;justify-content:center;align-items:center;gap:9px;margin-bottom:17px;display:flex}.faq__eyebrow>span{transform-origin:100%;background:linear-gradient(90deg,#0000,#4bdafb);width:41px;height:2px;animation:4s ease-in-out infinite faqEyebrowLine}.faq__eyebrow>span:last-child{transform-origin:0;background:linear-gradient(90deg,#4bdafb,#0000)}.faq__eyebrow strong{color:#52defc;letter-spacing:.2em;text-transform:uppercase;font-size:8px;font-weight:900}.faq__eyebrow i{background:#4fdcfb;border-radius:50%;width:5px;height:5px;animation:2.2s ease-in-out infinite faqDotPulse;box-shadow:0 0 10px #4fdcfb6b}.faq__eyebrow small{color:#ffffff57;letter-spacing:.14em;text-transform:uppercase;font-size:7px;font-weight:800}.faq__intro h2{color:#fff;letter-spacing:-.055em;text-align:center;text-transform:uppercase;max-width:570px;margin:0 auto;font-family:Montserrat,sans-serif;font-size:clamp(42px,4.3vw,65px);font-style:italic;font-weight:900;line-height:.93}.faq__intro h2 strong{color:#48dafa;text-align:center;text-shadow:0 0 25px #48dafa14;margin-top:6px;font-weight:900;animation:5s ease-in-out infinite faqTitleGlow;display:block}.faq__intro-content>p{color:#ffffff78;text-align:center;max-width:470px;margin:22px auto 0;font-size:11px;line-height:1.72}.faq__intro-detail{text-align:center;border-top:1px solid #4bdafb1a;border-bottom:1px solid #4bdafb1a;justify-content:center;align-items:center;gap:15px;max-width:440px;margin:32px auto 0;padding:17px 0;transition:border-color .3s,background .3s;display:flex}.faq__intro-detail:hover{background:linear-gradient(90deg,#0000,#4bdafb09,#0000);border-color:#4bdafb40}.faq__intro-icon{color:#53defb;isolation:isolate;background:linear-gradient(90deg,#4bdafb17,#0000);border-left:2px solid #4bdafb;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}.faq__intro-icon svg{z-index:3;animation:4s ease-in-out infinite faqStethoscope;position:relative}.faq__intro-icon-pulse{z-index:1;border:1px solid #4bdafb73;border-radius:50%;width:28px;height:28px;animation:2.8s ease-out infinite faqIconPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq__intro-detail>div:last-child{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.faq__intro-detail small{color:#4fdcfb;letter-spacing:.16em;text-align:center;text-transform:uppercase;font-size:6px;font-weight:900}.faq__intro-detail strong{color:#ffffffc4;letter-spacing:.03em;text-align:center;font-size:9px;font-weight:800}.faq__signature{color:#4edcfb94;text-align:center;justify-content:center;align-items:center;gap:8px;margin-top:21px;display:flex}.faq__signature svg{animation:3.2s ease-in-out infinite faqSignaturePulse}.faq__signature span{color:#ffffff40;letter-spacing:.14em;text-align:center;text-transform:uppercase;font-size:6px;font-weight:800}.faq__signature i{background:#4cdafb;border-radius:50%;width:3px;height:3px;animation:2.5s ease-in-out infinite faqDotPulse}.faq__questions{isolation:isolate;background:linear-gradient(135deg,#0d3d4f29,#041b2812);border-top:1px solid #4bdafb29;border-bottom:1px solid #4bdafb17;min-width:0;padding:26px 30px 24px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff04}.faq__questions:before{z-index:0;content:"";background:linear-gradient(90deg,#0000,#57e0fdb3,#0000);width:100%;height:1px;animation:7s ease-in-out infinite faqTopSweep;position:absolute;top:0;left:0;transform:translate(-100%)}.faq__panel-glow{z-index:-1;filter:blur(70px);pointer-events:none;background:#1db9e209;border-radius:50%;width:70%;height:70%;animation:7s ease-in-out infinite faqPanelGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.faq__panel-scan{z-index:0;opacity:0;pointer-events:none;background:linear-gradient(#0000,#4bdafb05,#4bdafb0b,#4bdafb05,#0000);height:70px;animation:8s ease-in-out infinite faqPanelScan;position:absolute;top:-30%;left:0;right:0}.faq__questions-top{z-index:2;color:#4fdcfb;text-align:center;border-bottom:2px solid #4bdafb21;justify-content:center;align-items:center;gap:25px;margin-bottom:10px;padding:4px 45px 17px;display:flex;position:relative}.faq__questions-top>div{text-align:center;flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.faq__questions-top span{color:#4bdafb;letter-spacing:.17em;text-transform:uppercase;font-size:6px;font-weight:900}.faq__questions-top strong{color:#ffffffd1;letter-spacing:-.02em;font-size:13px;font-weight:850}.faq__clipboard-icon{color:#4fdcfb;justify-content:center;align-items:center;animation:4.5s ease-in-out infinite faqClipboardIcon;display:flex;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.faq__list{z-index:2;position:relative}.faq__item{border-bottom:1px solid #ffffff0f;transition:border-color .25s,background .25s,transform .25s,box-shadow .25s;position:relative}.faq__item:hover{background:linear-gradient(90deg,#4bdafb06,#0000 75%)}.faq__item--active{background:linear-gradient(90deg,#4bdafb0e,#0000 78%);border-bottom-color:#4bdafb40;box-shadow:inset 15px 0 35px #4bdafb04}.faq__item:before{opacity:0;content:"";background:linear-gradient(#0000,#4bdafb,#0000);width:2px;transition:opacity .25s,transform .25s;position:absolute;top:0;bottom:0;left:0;transform:scaleY(.3)}.faq__item--active:before{opacity:1;animation:2.5s ease-in-out infinite faqActiveLine;transform:scaleY(1)}.faq__question{width:100%;min-height:61px;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:28px;padding:13px 5px 13px 0;display:flex;position:relative}.faq__question-main{align-items:center;gap:18px;min-width:0;display:flex}.faq__question-index{color:#4bdafb57;letter-spacing:.08em;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:8px;font-style:italic;font-weight:900;transition:color .25s,transform .25s}.faq__question-text{color:#ffffffc9;letter-spacing:-.025em;font-family:Montserrat,sans-serif;font-size:clamp(13px,1.08vw,16px);font-weight:800;line-height:1.25;transition:color .25s,transform .25s,text-shadow .25s}.faq__question:hover .faq__question-text{color:#70e5ff;text-shadow:0 0 14px #4bdafb14;transform:translate(4px)}.faq__question:hover .faq__question-index{transform:translate(2px)}.faq__item--active .faq__question-index{color:#58defb}.faq__item--active .faq__question-text{color:#fff}.faq__plus{color:#4edcfb;isolation:isolate;background:#03192538;border:1px solid #4bdafb2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:color .25s,border-color .25s,background .25s,transform .35s cubic-bezier(.22,1,.36,1),box-shadow .25s;display:flex;position:relative}.faq__plus>svg{z-index:3;position:relative}.faq__plus-pulse{z-index:0;opacity:0;border:1px solid #4bdafb40;border-radius:50%;position:absolute;inset:3px}.faq__question:hover .faq__plus{background:#4bdafb0e;border-color:#4bdafb8c;transform:scale(1.06);box-shadow:0 0 18px #4bdafb12}.faq__item--active .faq__plus{color:#04131e;background:#53ddfb;border-color:#53ddfb;transform:rotate(45deg);box-shadow:0 0 22px #4bdafb33}.faq__item--active .faq__plus-pulse{opacity:1;animation:2.3s ease-out infinite faqPlusPulse}.faq__answer{overflow:hidden}.faq__answer-inner{grid-template-columns:35px minmax(0,1fr);gap:18px;padding:0 55px 21px 27px;display:grid}.faq__answer-line{transform-origin:0;background:linear-gradient(90deg,#4bdafb,#0000);width:27px;height:1px;margin-top:8px;animation:.55s cubic-bezier(.22,1,.36,1) both faqAnswerLine}.faq__answer p{color:#ffffff73;max-width:650px;margin:0;font-size:10px;line-height:1.7}.faq__important{z-index:2;text-align:center;border-top:1px solid #4bdafb17;justify-content:center;align-items:center;gap:14px;margin-top:24px;padding:20px 20px 0;display:flex;position:relative}.faq__important:before{content:"";background:linear-gradient(90deg,#0000,#4bdafb85,#0000);width:120px;height:1px;animation:4s ease-in-out infinite faqImportantGlow;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.faq__important-mark{color:#4fdcfb;isolation:isolate;border:1px solid #4bdafb47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:31px;height:31px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:900;animation:4s ease-in-out infinite faqImportantMark;display:flex;position:relative}.faq__important-ring{z-index:-1;border:1px solid #4bdafb47;border-radius:50%;animation:3.4s ease-out infinite faqImportantRing;position:absolute;inset:-1px}.faq__important>div{text-align:center;flex-direction:column;align-items:center;gap:3px;max-width:560px;display:flex}.faq__important small{color:#4bdafb;letter-spacing:.16em;text-align:center;text-transform:uppercase;font-size:6px;font-weight:900}.faq__important p{color:#ffffff52;text-align:center;margin:0;font-size:8px;line-height:1.55}@keyframes faqGridDrift{0%{background-position:0 0}to{background-position:90px 90px}}@keyframes faqGlowOne{0%,to{opacity:.7;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(35px,-12px)scale(1.07)}}@keyframes faqGlowTwo{0%,to{opacity:.65;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(-30px,15px)scale(1.06)}}@keyframes faqAmbientLine{0%,to{opacity:.03;transform:translate(-3%)rotate(-7deg)}50%{opacity:.11;transform:translate(3%)rotate(-7deg)}}@keyframes faqVerticalPulse{0%,to{opacity:.4;box-shadow:0 0 #4bdafb00}50%{opacity:1;box-shadow:0 0 14px #4bdafb29}}@keyframes faqClipboardFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-9px)rotate(1deg)}}@keyframes faqHeartbeat{0%,to{opacity:.05}50%{opacity:.13}}@keyframes faqDrawHeartbeat{0%{stroke-dashoffset:500px;opacity:.3}35%{stroke-dashoffset:0;opacity:1}75%{stroke-dashoffset:0;opacity:.8}to{stroke-dashoffset:-500px;opacity:.2}}@keyframes faqHeartDot{0%,to{opacity:.4;transform:scale(.85)}50%{opacity:1;transform:scale(1.4)}}@keyframes faqMeasureFloat{0%,to{transform:translate(0)}50%{transform:translate(-7px,7px)}}@keyframes faqCrossFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-6px)rotate(4deg)}}@keyframes faqParticles{0%,to{opacity:.08;transform:translateY(0)}50%{opacity:.19;transform:translateY(-5px)}}@keyframes faqEyebrowLine{0%,to{opacity:.45;transform:scaleX(.75)}50%{opacity:1;transform:scaleX(1)}}@keyframes faqDotPulse{0%,to{opacity:.55;transform:scale(.8)}50%{opacity:1;transform:scale(1.25)}}@keyframes faqTitleGlow{0%,to{text-shadow:0 0 #48dafa00}50%{text-shadow:0 0 22px #48dafa21}}@keyframes faqStethoscope{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes faqIconPulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(.7)}to{opacity:0;transform:translate(-50%,-50%)scale(1.8)}}@keyframes faqSignaturePulse{0%,to{opacity:.45;transform:scale(.95)}50%{opacity:1;transform:scale(1.07)}}@keyframes faqTopSweep{0%,70%,to{transform:translate(-100%)}85%{transform:translate(100%)}}@keyframes faqPanelGlow{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(.95)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}@keyframes faqPanelScan{0%,55%{opacity:0;top:-20%}65%{opacity:1}85%{opacity:.65}to{opacity:0;top:110%}}@keyframes faqClipboardIcon{0%,to{opacity:.65;transform:translateY(-50%)rotate(0)}50%{opacity:1;transform:translateY(-54%)rotate(2deg)}}@keyframes faqActiveLine{0%,to{opacity:.55;box-shadow:0 0 #4bdafb00}50%{opacity:1;box-shadow:0 0 12px #4bdafb4d}}@keyframes faqPlusPulse{0%{opacity:.55;transform:scale(.85)}to{opacity:0;transform:scale(1.8)}}@keyframes faqAnswerLine{0%{opacity:0;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}@keyframes faqImportantGlow{0%,to{opacity:.25;width:80px}50%{opacity:1;width:180px}}@keyframes faqImportantMark{0%,to{transform:scale(1);box-shadow:0 0 #4bdafb00}50%{transform:scale(1.04);box-shadow:0 0 17px #4bdafb1c}}@keyframes faqImportantRing{0%{opacity:.5;transform:scale(.85)}to{opacity:0;transform:scale(1.65)}}@media (width<=1050px){.faq__container{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:48px}.faq__intro h2{font-size:clamp(38px,4.5vw,52px)}.faq__art{width:520px}.faq__questions{padding:24px 22px}}@media (width<=850px){.faq{padding:70px 0 62px}.faq__container{grid-template-columns:1fr;gap:52px}.faq__intro{min-height:380px}.faq__intro-content{text-align:center;max-width:670px;margin:0 auto;padding:10px 30px}.faq__intro:before{background:linear-gradient(90deg,#0000,#4bdafb66,#0000);width:auto;height:1px;inset:auto 15% 0}.faq__eyebrow{justify-content:center}.faq__intro h2{text-align:center;max-width:650px;margin:0 auto}.faq__intro-content>p{text-align:center;max-width:540px;margin:20px auto 0}.faq__intro-detail{text-align:center;justify-content:center;max-width:480px;margin:28px auto 0}.faq__intro-detail>div:last-child{text-align:center;align-items:center}.faq__signature{justify-content:center}.faq__art{opacity:.72;width:510px;left:50%}.faq__questions{width:100%;max-width:740px;margin:0 auto;padding:25px 28px}}@media (width<=650px){.faq{padding:58px 0 52px}.faq__container{gap:39px}.faq__intro{min-height:350px}.faq__intro-content{padding:5px 10px 30px}.faq__eyebrow{flex-wrap:wrap}.faq__eyebrow>span{width:26px}.faq__eyebrow small{font-size:6px}.faq__intro h2{font-size:clamp(34px,10vw,45px)}.faq__intro-content>p{font-size:10px}.faq__intro-detail{width:100%;padding:14px 0}.faq__art{opacity:.52;width:430px}.faq__questions{padding:20px 16px}.faq__questions-top{justify-content:center;padding-left:40px;padding-right:40px}.faq__questions-top>div{text-align:center;align-items:center}.faq__clipboard-icon{right:0}.faq__question{gap:12px;min-height:67px}.faq__question-main{gap:10px}.faq__question-index{font-size:7px}.faq__question-text{font-size:13px}.faq__plus{width:31px;height:31px}.faq__answer-inner{grid-template-columns:22px minmax(0,1fr);gap:9px;padding:0 39px 20px 17px}.faq__answer-line{width:18px}.faq__answer p{font-size:9px}.faq__important{text-align:center;justify-content:center}.faq__important>div{text-align:center;align-items:center}}@media (width<=430px){.faq__intro h2{font-size:34px}.faq__intro{min-height:335px}.faq__art{width:390px}.faq__questions{padding:18px 12px}.faq__questions-top{padding-left:34px;padding-right:34px}.faq__questions-top strong,.faq__question-text{font-size:12px}.faq__question-index{display:none}.faq__answer-inner{grid-template-columns:18px minmax(0,1fr);padding-right:30px}.faq__important{flex-direction:column;gap:9px}.faq__important p{max-width:300px;font-size:7px}}@media (prefers-reduced-motion:reduce){.faq__grid,.faq__glow,.faq__ambient-line,.faq__intro:before,.faq__art-group,.faq__art-particles,.faq__heartbeat-line,.faq__heartbeat-dot,.faq__eyebrow>span,.faq__eyebrow i,.faq__intro h2 strong,.faq__intro-icon svg,.faq__intro-icon-pulse,.faq__signature svg,.faq__signature i,.faq__questions:before,.faq__panel-glow,.faq__panel-scan,.faq__clipboard-icon,.faq__item--active:before,.faq__item--active .faq__plus-pulse,.faq__answer-line,.faq__important:before,.faq__important-mark,.faq__important-ring{animation:none}.faq__question-text,.faq__question-index,.faq__plus,.faq__item,.faq__item:before,.faq__intro-detail{transition:none}}@media (width<=650px){.faq{padding:40px 0 36px}.faq__container{gap:18px}.faq__intro{min-height:0;overflow:visible}.faq__intro:before{bottom:-1px;left:24%;right:24%}.faq__intro-content{max-width:360px;margin:0 auto;padding:0 10px 18px}.faq__art{opacity:.32;width:340px;top:49%}.faq__eyebrow{flex-wrap:nowrap;gap:7px;margin-bottom:12px}.faq__eyebrow>span{width:24px}.faq__eyebrow strong{font-size:6.5px}.faq__eyebrow small{letter-spacing:.1em;font-size:5px}.faq__intro h2{letter-spacing:-.045em;max-width:350px;font-size:clamp(30px,8vw,35px);line-height:.94}.faq__intro h2 strong{margin-top:5px}.faq__intro-content>p{max-width:325px;margin-top:14px;font-size:9.8px;line-height:1.55}.faq__intro-detail{-webkit-backdrop-filter:blur(6px);background:linear-gradient(135deg,#0a3b4e2e,#041c290f);border:1px solid #4bdafb1c;gap:10px;width:min(100%,325px);margin-top:18px;padding:10px 12px}.faq__intro-icon{border-left-width:1px;width:36px;height:36px}.faq__intro-icon svg{width:21px;height:21px}.faq__intro-icon-pulse{width:22px;height:22px}.faq__intro-detail>div:last-child{gap:3px}.faq__intro-detail small{font-size:5px}.faq__intro-detail strong{font-size:7.3px;line-height:1.25}.faq__signature{display:none}.faq__questions{background:linear-gradient(#0a3e5221,#041c2909);border-top-color:#4bdafb2e;border-bottom-color:#4bdafb14;width:100%;max-width:360px;margin:0 auto;padding:13px 10px 12px}.faq__panel-glow{opacity:.55;width:85%;height:55%}.faq__questions-top{gap:12px;margin-bottom:2px;padding:2px 34px 11px}.faq__questions-top span{font-size:5px}.faq__questions-top strong{font-size:10.5px}.faq__clipboard-icon{right:3px}.faq__clipboard-icon svg{width:20px;height:20px}.faq__item{border-bottom-color:#ffffff0e}.faq__item--active{background:linear-gradient(90deg,#4bdafb0e,#4bdafb03 62%,#0000)}.faq__question{gap:9px;min-height:54px;padding:9px 4px 9px 2px}.faq__question-main{gap:8px}.faq__question-index{font-size:5.8px}.faq__question-text{letter-spacing:-.018em;font-size:11px;line-height:1.25}.faq__question:hover .faq__question-text{transform:none}.faq__plus{width:27px;height:27px}.faq__plus svg{width:16px;height:16px}.faq__answer-inner{grid-template-columns:16px minmax(0,1fr);gap:7px;padding:0 31px 14px 13px}.faq__answer-line{width:14px;margin-top:6px}.faq__answer p{font-size:8.2px;line-height:1.55}.faq__important{gap:9px;margin-top:14px;padding:13px 5px 2px}.faq__important-mark{width:26px;height:26px;font-size:10px}.faq__important>div{max-width:275px}.faq__important small{font-size:5px}.faq__important p{max-width:250px;font-size:6.5px;line-height:1.45}}@media (width<=430px){.faq{padding-top:36px;padding-bottom:32px}.faq__container{gap:16px}.faq__intro-content{max-width:340px;padding-bottom:16px}.faq__art{opacity:.28;width:315px}.faq__eyebrow{gap:6px}.faq__eyebrow>span{width:20px}.faq__intro h2{max-width:330px;font-size:31px}.faq__intro-content>p{max-width:310px;font-size:9.2px}.faq__intro-detail{width:min(100%,310px);margin-top:16px;padding:9px 10px}.faq__questions{max-width:340px;padding:12px 9px 11px}.faq__questions-top{padding:2px 30px 10px}.faq__questions-top strong{font-size:10px}.faq__question{min-height:52px}.faq__question-index{font-size:5.3px;display:inline-block}.faq__question-text{font-size:10.5px}.faq__plus{width:26px;height:26px}.faq__answer-inner{grid-template-columns:14px minmax(0,1fr);padding:0 28px 13px 11px}.faq__answer-line{width:12px}.faq__answer p{font-size:7.9px}.faq__important{text-align:left;flex-direction:row;gap:8px}.faq__important>div{text-align:left;align-items:flex-start}.faq__important small,.faq__important p{text-align:left}}@media (width>=651px) and (width<=820px){.faq{padding:46px 0 42px}.faq__container{width:min(100% - 44px, var(--container));grid-template-columns:1fr;gap:22px}.faq__intro{min-height:0;padding:0;overflow:visible}.faq__intro:before{bottom:-8px;left:22%;right:22%}.faq__intro-content{max-width:650px;padding:0 20px 12px}.faq__eyebrow{gap:8px;margin-bottom:12px}.faq__eyebrow>span{width:38px}.faq__eyebrow strong{font-size:7px}.faq__eyebrow small{font-size:6px}.faq__intro h2{letter-spacing:-.05em;text-align:center;max-width:610px;margin:0 auto;font-size:43px;line-height:.92}.faq__intro h2 strong{margin-top:4px}.faq__intro-content>p{text-align:center;max-width:520px;margin:15px auto 0;font-size:11.5px;line-height:1.62}.faq__intro-detail{background:linear-gradient(90deg,#0000,#4bdafb09,#0000);gap:13px;max-width:500px;margin:19px auto 0;padding:12px 18px}.faq__intro-icon{width:43px;height:43px}.faq__intro-detail small{font-size:6.3px}.faq__intro-detail strong{font-size:10.5px}.faq__signature{gap:7px;margin-top:13px}.faq__signature span{font-size:5.6px}.faq__art{opacity:.55;width:500px;top:48%}.faq__art-group--clipboard{opacity:.036}.faq__art-group--heartbeat{opacity:.065}.faq__art-group--measure{opacity:.045}.faq__art-group--cross{opacity:.04}.faq__questions{background:radial-gradient(circle at 50% 0,#2dbfe30f,#0000 40%),linear-gradient(135deg,#0d3d4f2e,#041b2814);width:100%;max-width:700px;margin:0 auto;padding:20px 24px 18px}.faq__questions-top{gap:16px;margin-bottom:7px;padding:2px 34px 13px}.faq__questions-top>div{gap:3px}.faq__questions-top span{font-size:6.3px}.faq__questions-top strong{font-size:14px}.faq__questions-top svg{width:20px;height:20px}.faq__question{gap:18px;min-height:53px;padding:10px 4px 10px 0}.faq__question-main{gap:14px}.faq__question-index{font-size:7px}.faq__question-text{font-size:13.5px;line-height:1.22}.faq__plus{width:31px;height:31px}.faq__plus svg{width:16px;height:16px}.faq__answer-inner{grid-template-columns:28px minmax(0,1fr);gap:12px;padding:0 46px 17px 21px}.faq__answer-line{width:22px;margin-top:8px}.faq__answer p{max-width:570px;font-size:10.7px;line-height:1.62}.faq__important{gap:11px;margin-top:17px;padding:15px 12px 0}.faq__important-mark{width:29px;height:29px;font-size:11px}.faq__important>div{max-width:500px}.faq__important small{font-size:5.8px}.faq__important p{font-size:8.5px;line-height:1.45}}@media (width>=821px) and (width<=1180px){.faq{padding:54px 0 56px}.faq__container{width:min(100% - 58px, var(--container));grid-template-columns:minmax(0,.84fr) minmax(0,1.16fr);align-items:center;gap:34px}.faq__intro{min-height:505px;overflow:visible}.faq__intro:before{opacity:.78;top:8%;bottom:8%}.faq__intro-content{max-width:440px;padding:18px}.faq__eyebrow{justify-content:center;gap:8px;margin-bottom:14px}.faq__eyebrow>span{width:34px}.faq__eyebrow strong{letter-spacing:.18em;font-size:7.2px}.faq__eyebrow small{letter-spacing:.11em;font-size:6px}.faq__intro h2{letter-spacing:-.05em;text-align:center;max-width:430px;margin:0 auto;font-size:clamp(43px,4.7vw,52px);line-height:.92}.faq__intro h2 strong{margin-top:5px}.faq__intro-content>p{text-align:center;max-width:390px;margin:18px auto 0;font-size:11.5px;line-height:1.62}.faq__intro-detail{text-align:center;background:linear-gradient(90deg,#0000,#4bdafb0b,#0000);justify-content:center;gap:13px;max-width:390px;margin:24px auto 0;padding:13px 16px}.faq__intro-icon{width:46px;height:46px}.faq__intro-detail>div:last-child{text-align:center;align-items:center}.faq__intro-detail small{font-size:6.3px}.faq__intro-detail strong{font-size:11px}.faq__signature{justify-content:center;margin-top:15px}.faq__signature span{font-size:5.6px}.faq__art{opacity:.62;width:470px;top:50%;left:50%}.faq__art-group--clipboard{opacity:.032}.faq__art-group--heartbeat{opacity:.06}.faq__art-group--measure{opacity:.04}.faq__art-group--cross{opacity:.038}.faq__questions{background:radial-gradient(circle at 50% 0,#29b9de11,#0000 42%),linear-gradient(135deg,#0d3d4f33,#041b2817);width:100%;max-width:650px;margin:0 auto;padding:24px 26px 22px}.faq__questions-top{gap:18px;margin-bottom:6px;padding:3px 38px 15px}.faq__questions-top span{font-size:6.4px}.faq__questions-top strong{font-size:14.5px}.faq__clipboard-icon svg{width:21px;height:21px}.faq__question{gap:16px;min-height:55px;padding:11px 3px 11px 0}.faq__question-main{gap:13px}.faq__question-index{font-size:7px}.faq__question-text{font-size:13.2px;line-height:1.24}.faq__plus{width:31px;height:31px}.faq__plus svg{width:16px;height:16px}.faq__answer-inner{grid-template-columns:27px minmax(0,1fr);gap:12px;padding:0 45px 17px 20px}.faq__answer p{max-width:520px;font-size:10.6px;line-height:1.62}.faq__important{text-align:center;justify-content:center;gap:11px;margin-top:16px;padding:15px 10px 0}.faq__important-mark{width:30px;height:30px}.faq__important>div{text-align:center;align-items:center;max-width:470px}.faq__important small,.faq__important p{text-align:center}.faq__important small{font-size:5.8px}.faq__important p{font-size:8.3px;line-height:1.45}}@media (width>=1000px) and (width<=1060px){.faq{padding-top:58px;padding-bottom:58px}.faq__container{width:min(100% - 68px, var(--container));grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:38px}.faq__intro-content{max-width:455px}.faq__intro h2{max-width:445px;font-size:50px}.faq__intro-content>p{max-width:410px;font-size:12px}.faq__questions{max-width:670px;padding:25px 28px 23px}.faq__question-text{font-size:13.7px}.faq__answer p{font-size:10.9px}}.consultations{color:#fff;background:radial-gradient(circle at 16%,#15b2e017,#0000 27%),radial-gradient(circle at 88% 45%,#39d6f511,#0000 26%),linear-gradient(132deg,#04131e 0%,#071d2b 50%,#041520 100%);padding:68px 0 54px;position:relative;overflow:hidden}.consultations:before{z-index:5;content:"";background:linear-gradient(90deg,#0000,#4bdafb61,#0000);height:1px;position:absolute;top:0;left:0;right:0}.consultations__grid{opacity:.018;pointer-events:none;background-image:linear-gradient(#4bdafb1a 1px,#0000 1px),linear-gradient(90deg,#4bdafb1a 1px,#0000 1px);background-size:88px 88px;animation:22s linear infinite consultationsGrid;position:absolute;inset:0}.consultations__glow{filter:blur(125px);pointer-events:none;border-radius:50%;position:absolute}.consultations__glow--left{background:#12a8d814;width:530px;height:530px;animation:10s ease-in-out infinite consultationsGlowLeft;top:10%;left:-250px}.consultations__glow--right{background:#24c0e512;width:550px;height:550px;animation:12s ease-in-out infinite consultationsGlowRight;bottom:-260px;right:-250px}.consultations__ambient-beam{opacity:.08;pointer-events:none;background:linear-gradient(90deg,#0000,#4bdafbcc,#0000);width:130%;height:1px;animation:9s ease-in-out infinite consultationsBeam;position:absolute;top:47%;left:-15%;transform:rotate(-7deg)}.consultations__art{z-index:1;color:#48dafa;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.consultations__art-heart{opacity:.075}.consultations__heart-line{stroke-dasharray:540;stroke-dashoffset:540px;animation:5.5s ease-in-out infinite consultationsHeartDraw}.consultations__heart-dot{transform-box:fill-box;transform-origin:50%;animation:2.2s ease-in-out infinite consultationsHeartDot}.consultations__art-cross{opacity:.055;transform-box:fill-box;transform-origin:50%;animation:15s linear infinite consultationsCross}.consultations__art-dumbbell{opacity:.05;transform-box:fill-box;transform-origin:50%;animation:8s ease-in-out infinite consultationsFloat}.consultations__art-orbits{opacity:.018;transform-box:fill-box;transform-origin:50%;animation:28s linear infinite consultationsOrbit}.consultations__art-particles{opacity:.11;animation:6s ease-in-out infinite consultationsParticles}.consultations__container{z-index:3;position:relative}.consultations__header{text-align:center;max-width:900px;margin:0 auto 40px}.consultations__eyebrow{justify-content:center;align-items:center;gap:10px;margin-bottom:15px;display:flex}.consultations__eyebrow>span{transform-origin:100%;background:linear-gradient(90deg,#0000,#4bdafb);width:46px;height:1px;animation:4s ease-in-out infinite consultationsEyebrowLine}.consultations__eyebrow>span:last-child{transform-origin:0;background:linear-gradient(90deg,#4bdafb,#0000)}.consultations__eyebrow strong{color:#54defc;letter-spacing:.2em;text-transform:uppercase;font-size:8px;font-weight:900}.consultations__eyebrow i{background:#54defc;border-radius:50%;width:5px;height:5px;animation:2.5s ease-in-out infinite consultationsDot;box-shadow:0 0 9px #54defc73}.consultations__eyebrow small{color:#ffffff6e;letter-spacing:.14em;text-transform:uppercase;font-size:7px;font-weight:850}.consultations__header h2{color:#f7fbfd;letter-spacing:-.045em;text-align:center;text-transform:uppercase;flex-direction:column;align-items:center;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(41px,4.35vw,64px);font-style:normal;font-weight:800;line-height:.98;display:flex}.consultations__header h2>span{color:#fffffff5}.consultations__header h2 strong{color:#4ad9f9;letter-spacing:-.04em;text-shadow:0 0 24px #4bdafb14;margin-top:6px;padding-bottom:11px;font-weight:800;display:inline-block;position:relative}.consultations__header h2 strong:after{content:"";transform-origin:50%;background:linear-gradient(90deg,#0000,#4bdafbf2,#0000);width:58%;height:2px;animation:4s ease-in-out infinite consultationsTitleLine;position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(.72)}.consultations__header p{color:#ffffff91;text-align:center;max-width:620px;margin:17px auto 0;font-size:12px;line-height:1.68}.consultations__station{isolation:isolate;background:linear-gradient(135deg,#0f405233,#04192617);border-top:1px solid #4bdafb40;border-bottom:1px solid #4bdafb1c;max-width:1160px;margin:0 auto;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff04}.consultations__station:before{z-index:3;content:"";background:linear-gradient(#4bdafb,#0000);width:3px;height:96px;animation:3.5s ease-in-out infinite consultationsEdge;position:absolute;top:0;left:0}.consultations__station-glow{z-index:-1;filter:blur(80px);pointer-events:none;background:#27c8eb06;border-radius:50%;width:60%;height:85%;animation:7s ease-in-out infinite consultationsStationGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.consultations__modes{z-index:4;border-bottom:1px solid #4bdafb1a;grid-template-columns:repeat(2,1fr);display:grid;position:relative}.consultations__mode{color:#ffffff73;letter-spacing:.13em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:11px;min-height:59px;padding:0 20px;font-family:Montserrat,sans-serif;font-size:9px;font-weight:850;transition:color .25s,background .25s;display:flex;position:relative;overflow:hidden}.consultations__mode:first-child{border-right:1px solid #4bdafb14}.consultations__mode-icon{color:#4bdafb85;transition:color .25s,transform .25s;display:flex}.consultations__mode>i{opacity:0;background:linear-gradient(90deg,#0000,#4bdafb,#0000);height:2px;transition:opacity .25s,transform .3s;position:absolute;bottom:-1px;left:20%;right:20%;transform:scaleX(0)}.consultations__mode-pulse{pointer-events:none;border:1px solid #4bdafb14;border-radius:50%;width:90px;height:90px;animation:3s ease-out infinite consultationsModePulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.consultations__mode:hover{color:#ffffffe0;background:#4bdafb06}.consultations__mode:hover .consultations__mode-icon{color:#7ae8ff;transform:translateY(-2px)}.consultations__mode--active{color:#fff;background:linear-gradient(90deg,#0000,#4bdafb0b,#0000)}.consultations__mode--active .consultations__mode-icon{color:#58e0fd}.consultations__mode--active>i{opacity:1;transform:scaleX(1)}.consultations__content{z-index:3;grid-template-columns:90px minmax(0,650px) 300px;justify-content:center;align-items:center;gap:clamp(28px,3vw,46px);min-height:220px;padding:30px 42px;display:grid;position:relative}.consultations__content-icon{color:#55defc;isolation:isolate;justify-content:center;align-items:center;width:82px;height:82px;margin:0 auto;display:flex;position:relative}.consultations__content-icon:before{content:"";border:1px solid #4bdafb3d;border-radius:50%;animation:4s ease-in-out infinite consultationsIconRing;position:absolute;inset:5px}.consultations__content-icon>span:first-child{border:1px dashed #4bdafb26;border-radius:50%;animation:13s linear infinite consultationsIconOrbit;position:absolute;inset:0}.consultations__content-icon-pulse{z-index:-1;border:1px solid #4bdafb40;border-radius:50%;animation:2.6s ease-out infinite consultationsIconPulse;position:absolute;inset:13px}.consultations__content-icon>svg{z-index:3;animation:3.5s ease-in-out infinite consultationsMainIcon;position:relative}.consultations__copy{text-align:center;flex-direction:column;align-items:center;min-width:0;display:flex}.consultations__copy>span{color:#56e1fd;letter-spacing:.19em;text-align:center;text-transform:uppercase;margin-bottom:8px;font-size:8px;font-weight:900;display:block}.consultations__copy h3{color:#fff;letter-spacing:-.035em;text-align:center;text-transform:uppercase;max-width:650px;margin:0 auto;font-family:Montserrat,sans-serif;font-size:clamp(27px,2.35vw,37px);font-style:normal;font-weight:800;line-height:1.04}.consultations__copy p{color:#ffffff91;text-align:center;max-width:570px;margin:14px auto 0;font-size:11px;line-height:1.68}.consultations__meta{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.consultations__meta>div{color:#ffffff80;align-items:center;gap:7px;display:flex}.consultations__meta svg{color:#52defc}.consultations__meta span{letter-spacing:.09em;text-transform:uppercase;font-size:7px;font-weight:850}.consultations__meta>i{background:#4bdafbb3;border-radius:50%;width:4px;height:4px;animation:2.3s ease-in-out infinite consultationsDot}.consultations__action{text-align:center;border-left:1px solid #4bdafb24;flex-direction:column;align-items:center;width:100%;padding-left:28px;display:flex}.consultations__action-top{color:#4bdafbbf;justify-content:center;align-items:center;gap:8px;margin-bottom:13px;display:flex}.consultations__action-top svg{animation:3s ease-in-out infinite consultationsCalendar}.consultations__action-top span{letter-spacing:.17em;text-transform:uppercase;font-size:7px;font-weight:900}.consultations__button{color:#fff;text-align:left;isolation:isolate;background:#0422318a;border:1px solid #4bdafb85;justify-content:center;align-items:center;gap:13px;width:100%;max-width:285px;min-height:70px;padding:0 19px;text-decoration:none;transition:border-color .25s,background .25s,transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.consultations__button:before{content:"";background:#4bdafb;width:3px;position:absolute;top:0;bottom:0;left:0}.consultations__button>svg{z-index:3;color:#54defc;flex-shrink:0;animation:3s ease-in-out infinite consultationsWhatsapp;position:relative}.consultations__button>span:not(.consultations__button-pulse){z-index:3;letter-spacing:.055em;text-transform:uppercase;flex-direction:column;gap:4px;font-size:9px;font-weight:900;display:flex;position:relative}.consultations__button small{color:#fff6;letter-spacing:.11em;font-size:6px;font-weight:800}.consultations__button>i{z-index:1;background:linear-gradient(90deg,#0000,#6be7ff1f,#0000);width:28%;animation:5s ease-in-out infinite consultationsButtonSweep;position:absolute;top:0;bottom:0;left:-35%;transform:skew(-17deg)}.consultations__button-pulse{z-index:1;border:1px solid #4bdafb80;border-radius:50%;width:8px;height:8px;animation:2.7s ease-out infinite consultationsButtonPulse;position:absolute;right:16px}.consultations__button:hover{background:#0a4b5f6b;border-color:#4bdafb;transform:translateY(-2px);box-shadow:0 9px 28px #00000029,0 0 25px #4bdafb14}.consultations__schedule{z-index:3;border-top:1px solid #4bdafb17;grid-template-columns:minmax(150px,.75fr) minmax(420px,1.5fr) minmax(150px,.75fr);align-items:center;gap:20px;min-height:64px;padding:0 38px;display:grid;position:relative}.consultations__schedule:before{content:"";background:linear-gradient(90deg,#0000,#4bdafb80,#0000);width:160px;height:1px;animation:4s ease-in-out infinite consultationsScheduleLine;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.consultations__schedule-label,.consultations__schedule-signature{color:#4bdafba1;text-align:center;justify-content:center;align-items:center;gap:8px;display:flex}.consultations__schedule-label span,.consultations__schedule-signature span{color:#ffffff63;letter-spacing:.13em;text-transform:uppercase;font-size:6px;font-weight:850}.consultations__schedule-hours{text-align:center;justify-content:center;align-items:center;gap:28px;display:flex}.consultations__schedule-hours>div{justify-content:center;align-items:center;gap:10px;display:flex}.consultations__schedule-hours span{color:#4edcfb;letter-spacing:.13em;text-transform:uppercase;font-size:6px;font-weight:900}.consultations__schedule-hours strong{color:#ffffffa3;letter-spacing:.04em;font-size:7px;font-weight:850}.consultations__schedule-hours i,.consultations__schedule-signature i{background:#4bdafb9e;border-radius:50%;flex-shrink:0;width:4px;height:4px}.consultations__scan{z-index:2;opacity:0;pointer-events:none;background:linear-gradient(#0000,#4bdafb06,#4bdafb0e,#0000);height:55px;animation:8s ease-in-out infinite consultationsScan;position:absolute;top:-50px;left:0;right:0}.consultations__bottom{color:#4bdafb7a;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:22px;display:flex}.consultations__bottom svg{animation:3s ease-in-out infinite consultationsBottomPulse}.consultations__bottom span{color:#ffffff4f;letter-spacing:.14em;text-transform:uppercase;font-size:6px;font-weight:850}.consultations__bottom i{background:#4bdafb94;border-radius:50%;width:3px;height:3px}@keyframes consultationsGrid{0%{background-position:0 0}to{background-position:88px 88px}}@keyframes consultationsGlowLeft{0%,to{opacity:.65;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(30px,-12px)scale(1.06)}}@keyframes consultationsGlowRight{0%,to{opacity:.65;transform:translate(0)scale(1)}50%{opacity:1;transform:translate(-28px,12px)scale(1.07)}}@keyframes consultationsBeam{0%,to{opacity:.025;transform:translate(-4%)rotate(-7deg)}50%{opacity:.1;transform:translate(4%)rotate(-7deg)}}@keyframes consultationsHeartDraw{0%{stroke-dashoffset:540px;opacity:.2}35%{stroke-dashoffset:0;opacity:1}75%{stroke-dashoffset:0;opacity:.8}to{stroke-dashoffset:-540px;opacity:.15}}@keyframes consultationsHeartDot{0%,to{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1.45)}}@keyframes consultationsCross{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes consultationsFloat{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-9px)rotate(2deg)}}@keyframes consultationsOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes consultationsParticles{0%,to{opacity:.07;transform:translateY(0)}50%{opacity:.16;transform:translateY(-5px)}}@keyframes consultationsEyebrowLine{0%,to{opacity:.45;transform:scaleX(.75)}50%{opacity:1;transform:scaleX(1)}}@keyframes consultationsDot{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.3)}}@keyframes consultationsTitleLine{0%,to{opacity:.45;transform:translate(-50%)scaleX(.65)}50%{opacity:1;transform:translate(-50%)scaleX(1)}}@keyframes consultationsEdge{0%,to{opacity:.4;height:65px}50%{opacity:1;height:110px}}@keyframes consultationsStationGlow{0%,to{opacity:.45;transform:translate(-50%,-50%)scale(.95)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}@keyframes consultationsModePulse{0%{opacity:.22;transform:translate(-50%,-50%)scale(.65)}to{opacity:0;transform:translate(-50%,-50%)scale(1.5)}}@keyframes consultationsIconOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes consultationsIconRing{0%,to{box-shadow:0 0 #4bdafb00}50%{box-shadow:0 0 20px #4bdafb26}}@keyframes consultationsIconPulse{0%{opacity:.45;transform:scale(.75)}to{opacity:0;transform:scale(1.65)}}@keyframes consultationsMainIcon{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes consultationsCalendar{0%,to{opacity:.65;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}@keyframes consultationsWhatsapp{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes consultationsButtonSweep{0%,65%,to{left:-35%}82%{left:120%}}@keyframes consultationsButtonPulse{0%{opacity:.55;transform:scale(.65)}to{opacity:0;transform:scale(2.8)}}@keyframes consultationsScheduleLine{0%,to{opacity:.25;width:90px}50%{opacity:1;width:220px}}@keyframes consultationsScan{0%,60%{opacity:0;top:-55px}68%{opacity:.6}95%{opacity:.3}to{opacity:0;top:110%}}@keyframes consultationsBottomPulse{0%,to{opacity:.45;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}@media (width<=1150px){.consultations__content{grid-template-columns:80px minmax(0,1fr) 270px;gap:28px;padding:30px 28px}.consultations__copy h3{font-size:clamp(25px,2.3vw,33px)}.consultations__schedule{grid-template-columns:1fr;gap:13px;padding:17px 25px}.consultations__schedule-hours{gap:24px}}@media (width<=900px){.consultations{padding:62px 0 50px}.consultations__header h2{font-size:clamp(39px,7vw,57px)}.consultations__content{grid-template-columns:80px minmax(0,1fr);padding:28px 30px}.consultations__action{border-top:1px solid #4bdafb17;border-left:0;grid-column:1/-1;width:100%;max-width:420px;margin:0 auto;padding:21px 0 0}.consultations__button{max-width:360px}.consultations__schedule{grid-template-columns:1fr;gap:13px;padding:18px 28px}.consultations__schedule-hours{flex-wrap:wrap;gap:10px 28px}.consultations__schedule-label,.consultations__schedule-signature{justify-content:center}}@media (width<=650px){.consultations{padding:55px 0 43px}.consultations__header{margin-bottom:30px}.consultations__eyebrow{flex-wrap:wrap}.consultations__eyebrow>span{width:27px}.consultations__header h2{font-size:clamp(32px,9vw,43px);line-height:1}.consultations__header h2 strong{padding-bottom:9px}.consultations__header p{max-width:410px;font-size:10px}.consultations__modes{grid-template-columns:1fr 1fr}.consultations__mode{min-height:54px;padding:0 8px;font-size:7px}.consultations__content{flex-direction:column;align-items:center;gap:16px;min-height:0;padding:27px 18px;display:flex}.consultations__content-icon{width:68px;height:68px}.consultations__copy{text-align:center;width:100%}.consultations__copy>span{font-size:7px}.consultations__copy h3{max-width:480px;font-size:clamp(23px,6vw,30px);line-height:1.08}.consultations__copy p{max-width:470px;font-size:10px}.consultations__meta{justify-content:center}.consultations__meta span{font-size:6px}.consultations__action{border-top:1px solid #4bdafb17;border-left:0;width:100%;max-width:420px;padding:19px 0 0}.consultations__action-top{justify-content:center}.consultations__button{width:100%;max-width:none;min-height:67px}.consultations__schedule{padding:18px 15px}.consultations__schedule-hours{flex-direction:column;gap:11px}.consultations__schedule-hours>div{flex-wrap:wrap}.consultations__art{width:170%;left:-35%}.consultations__art-cross,.consultations__art-dumbbell{opacity:.025}}@media (width<=430px){.consultations__header h2{font-size:32px}.consultations__copy h3{font-size:23px}.consultations__copy p{font-size:9px}.consultations__schedule-hours>div{flex-direction:column;gap:5px}.consultations__schedule-hours i{display:none}.consultations__bottom{padding:0 20px}}@media (prefers-reduced-motion:reduce){.consultations__grid,.consultations__glow,.consultations__ambient-beam,.consultations__heart-line,.consultations__heart-dot,.consultations__art-cross,.consultations__art-dumbbell,.consultations__art-orbits,.consultations__art-particles,.consultations__eyebrow>span,.consultations__eyebrow i,.consultations__header h2 strong:after,.consultations__station:before,.consultations__station-glow,.consultations__mode-pulse,.consultations__content-icon:before,.consultations__content-icon>span,.consultations__content-icon-pulse,.consultations__content-icon>svg,.consultations__meta>i,.consultations__action-top svg,.consultations__button>svg,.consultations__button>i,.consultations__button-pulse,.consultations__schedule:before,.consultations__scan,.consultations__bottom svg{animation:none}.consultations__mode,.consultations__mode-icon,.consultations__mode>i,.consultations__button{transition:none}}@media (width>=821px) and (width<=1180px){.consultations{padding:58px 0 46px}.consultations__header{max-width:760px;margin:0 auto 34px}.consultations__header h2{font-size:clamp(44px,4.8vw,56px)}.consultations__header p{max-width:560px;font-size:11px}.consultations__station{max-width:100%}.consultations__modes{grid-template-columns:repeat(2,minmax(0,1fr))}.consultations__mode{letter-spacing:.12em;min-height:56px;font-size:8px}.consultations__mode-icon svg{width:19px;height:19px}.consultations__content{grid-template-columns:76px minmax(0,1fr) minmax(220px,250px);align-items:center;gap:22px;min-height:206px;padding:26px 26px 24px}.consultations__content-icon{width:72px;height:72px}.consultations__content-icon>svg{width:35px;height:35px}.consultations__copy{text-align:left;align-items:flex-start}.consultations__copy>span,.consultations__copy h3,.consultations__copy p{text-align:left}.consultations__copy h3{max-width:520px;font-size:clamp(23px,2.5vw,31px);line-height:1.03}.consultations__copy p{max-width:500px;margin-top:12px;font-size:10.5px;line-height:1.62}.consultations__meta{justify-content:flex-start;gap:11px;margin-top:14px}.consultations__meta span{font-size:6.5px}.consultations__action{text-align:left;justify-self:stretch;align-items:stretch;padding-left:22px}.consultations__action-top{justify-content:flex-start;margin-bottom:11px}.consultations__action-top span{font-size:6.8px}.consultations__button{max-width:none;min-height:64px;padding:0 15px}.consultations__button>span:not(.consultations__button-pulse){gap:3px}.consultations__button>span small{letter-spacing:.11em;font-size:5.5px}.consultations__schedule{grid-template-columns:minmax(135px,.9fr) minmax(360px,1.4fr) minmax(135px,.9fr);gap:14px;min-height:58px;padding:0 24px}.consultations__schedule-label,.consultations__schedule-signature{gap:7px}.consultations__schedule-label span,.consultations__schedule-signature span{font-size:5.6px}.consultations__schedule-hours{gap:18px}.consultations__schedule-hours>div{gap:8px}.consultations__schedule-hours span{font-size:5.8px}.consultations__schedule-hours strong{font-size:6.6px}.consultations__bottom{gap:9px;margin-top:18px}.consultations__bottom span{letter-spacing:.12em;font-size:5.5px}}.footer{color:#fff;background:linear-gradient(135deg,#020b12 0%,#03111a 50%,#020b12 100%);border-top:1px solid #4bdafb1a;position:relative;overflow:hidden}.footer__light{filter:blur(60px);pointer-events:none;background:#2cc8ec09;border-radius:50%;width:420px;height:100px;animation:6s ease-in-out infinite footerLight;position:absolute;top:-70px;left:50%;transform:translate(-50%)}.footer__main{z-index:2;justify-content:space-between;align-items:center;gap:60px;min-height:72px;padding-top:9px;padding-bottom:9px;display:flex;position:relative}.footer__brand{color:inherit;flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.footer__logo{flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.footer__logo:before{content:"";border:1px solid #4bdafb1a;border-radius:50%;animation:4s ease-in-out infinite footerLogoPulse;position:absolute;inset:1px}.footer__logo img{z-index:2;object-fit:contain;width:34px;height:34px;position:relative}.footer__brand-copy{flex-direction:column;gap:2px;line-height:1;display:flex}.footer__brand-copy small{color:#4bdafb80;letter-spacing:.13em;text-transform:uppercase;font-size:4.5px;font-weight:850}.footer__brand-copy strong{color:#ffffffed;letter-spacing:-.025em;text-transform:uppercase;font-family:Montserrat,sans-serif;font-size:13px;font-weight:800;line-height:1}.footer__brand-copy strong span{color:#4bdafb;margin-left:4px}.footer__brand-copy em{color:#ffffff3b;letter-spacing:.05em;font-size:5px;font-style:normal;font-weight:700}.footer__contact{justify-content:flex-end;align-items:center;gap:clamp(50px,5vw,90px);margin-left:auto;display:flex}.footer__contact-item{min-width:0;color:inherit;align-items:center;gap:11px;display:flex}.footer__contact-item--link{text-decoration:none;transition:transform .22s}.footer__contact-item--link:hover{transform:translateY(-2px)}.footer__contact-icon{color:#51dcfa;background:#4bdafb04;border:1px solid #4bdafb33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;position:relative}.footer__contact-icon:before{content:"";border:1px solid #4bdafb0e;border-radius:50%;position:absolute;inset:7px}.footer__contact-icon i{border:1px solid #4bdafb1f;border-radius:50%;animation:3.2s ease-out infinite footerContactPulse;position:absolute;inset:4px}.footer__contact-copy{flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.footer__contact-copy small{color:#4bdafb;letter-spacing:.15em;text-transform:uppercase;font-size:5px;font-weight:900;line-height:1}.footer__contact-copy strong{color:#ffffffc2;letter-spacing:.025em;text-transform:uppercase;white-space:nowrap;font-family:Montserrat,sans-serif;font-size:9px;font-weight:800;line-height:1.15}.footer__contact-copy em{color:#ffffff3b;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:4.5px;font-style:normal;font-weight:750;line-height:1.1}.footer__bottom{z-index:2;background:#00000012;border-top:1px solid #4bdafb0d;position:relative}.footer__bottom:before{content:"";background:linear-gradient(90deg,#0000,#4bdafb61,#0000);width:80px;height:1px;animation:4s ease-in-out infinite footerBottomLine;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.footer__bottom-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;min-height:21px;display:grid}.footer__bottom-inner>span{color:#ffffff21;letter-spacing:.11em;text-transform:uppercase;font-size:3.7px;font-weight:800}.footer__bottom-inner>span:last-child{text-align:right}.footer__signature{color:#4bdafb5c;justify-content:center;align-items:center;gap:5px;display:flex}.footer__signature svg{animation:3s ease-in-out infinite footerActivity}.footer__signature span{color:#ffffff26;letter-spacing:.11em;text-transform:uppercase;font-size:3.7px;font-weight:800}@keyframes footerLight{0%,to{opacity:.4;transform:translate(-50%)scale(.96)}50%{opacity:.8;transform:translate(-50%)scale(1.05)}}@keyframes footerLogoPulse{0%,to{border-color:#4bdafb12;box-shadow:0 0 #4bdafb00}50%{border-color:#4bdafb2e;box-shadow:0 0 12px #4bdafb0d}}@keyframes footerContactPulse{0%{opacity:.35;transform:scale(.8)}to{opacity:0;transform:scale(1.45)}}@keyframes footerBottomLine{0%,to{opacity:.2;width:55px}50%{opacity:.65;width:110px}}@keyframes footerActivity{0%,to{opacity:.35;transform:scale(.95)}50%{opacity:.8;transform:scale(1.06)}}@media (width<=1100px){.footer__main{gap:35px}.footer__contact{gap:42px}.footer__contact-copy strong{font-size:8px}}@media (width<=850px){.footer__main{gap:25px;min-height:68px;padding-top:9px;padding-bottom:9px}.footer__contact{gap:24px}.footer__contact-icon{width:37px;height:37px}.footer__contact-copy strong{font-size:7px}.footer__contact-copy em{font-size:4px}.footer__bottom-inner{grid-template-columns:1fr auto}.footer__bottom-inner>span:last-child{display:none}}@media (width<=650px){.footer__main{flex-direction:column;justify-content:center;gap:13px;padding-top:14px;padding-bottom:13px}.footer__brand{justify-content:center}.footer__contact{border-top:1px solid #4bdafb0d;justify-content:center;gap:32px;width:100%;margin-left:0;padding-top:11px}.footer__bottom-inner{justify-content:center;align-items:center;min-height:22px;display:flex}.footer__bottom-inner>span{display:none}}@media (width<=430px){.footer__main{gap:11px;padding-top:12px;padding-bottom:11px}.footer__logo{width:38px;height:38px}.footer__logo img{width:31px;height:31px}.footer__brand-copy strong{font-size:12px}.footer__contact{gap:19px}.footer__contact-icon{width:34px;height:34px}.footer__contact-copy strong{font-size:6.5px}.footer__contact-copy em{display:none}.footer__signature span{font-size:3.5px}}@media (width<=360px){.footer__contact{flex-direction:column;align-items:center;gap:10px}.footer__contact-item{width:155px}}@media (prefers-reduced-motion:reduce){.footer__light,.footer__logo:before,.footer__contact-icon i,.footer__bottom:before,.footer__signature svg{animation:none}.footer__contact-item--link{transition:none}}@media (width>=821px) and (width<=1180px){.footer__main{grid-template-columns:minmax(230px,.92fr) minmax(0,1.08fr);align-items:center;gap:26px;min-height:66px;padding-top:8px;padding-bottom:8px;display:grid}.footer__brand{gap:9px}.footer__logo{width:38px;height:38px}.footer__logo img{width:30px;height:30px}.footer__brand-copy small{font-size:4.2px}.footer__brand-copy strong{font-size:11px}.footer__brand-copy em{font-size:4.4px}.footer__contact{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;align-items:center;gap:20px;width:100%;margin-left:0;display:grid}.footer__contact-item{gap:8px}.footer__contact-icon{width:36px;height:36px}.footer__contact-icon svg{width:15px;height:15px}.footer__contact-copy small{font-size:4.1px}.footer__contact-copy strong{letter-spacing:.02em;font-size:7px}.footer__contact-copy em{font-size:3.9px;display:block}.footer__bottom-inner{grid-template-columns:1fr auto 1fr;gap:14px;min-height:18px}.footer__bottom-inner>span,.footer__signature span{letter-spacing:.1em;font-size:3.2px}.footer__bottom-inner>span:last-child{display:block}.footer__signature{gap:4px}.footer__signature svg{width:8px;height:8px}}.loader{z-index:99999;color:#fff;background:radial-gradient(circle at 50% 42%,#0d97cf21,#0000 31%),linear-gradient(145deg,#02080d 0%,#06141d 48%,#02090e 100%);place-items:center;display:grid;position:fixed;inset:0;overflow:hidden}.loader__background{pointer-events:none;position:absolute;inset:0;overflow:hidden}.loader__giant-text{color:#ffffff05;letter-spacing:-.09em;-webkit-user-select:none;user-select:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(250px,37vw,640px);font-weight:900;line-height:.7;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader__stripe{opacity:.55;background:linear-gradient(90deg,#0000,#40d7f747,#0000);width:55vw;height:2px;position:absolute;transform:rotate(-16deg)}.loader__stripe--one{top:21%;left:-14%}.loader__stripe--two{top:66%;right:-12%}.loader__stripe--three{opacity:.22;bottom:7%;left:10%}.loader__noise{opacity:.035;background-image:repeating-linear-gradient(115deg,#0000 0 89px,#ffffff0e 90px,#0000 91px);position:absolute;inset:0}.loader__glow{filter:blur(110px);background:#1ebde51a;border-radius:50%;width:460px;height:460px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader__content{z-index:5;flex-direction:column;align-items:center;width:min(460px,100% - 44px);display:flex;position:relative}.loader__kicker{color:#daeef66b;letter-spacing:.24em;justify-content:center;align-items:center;gap:11px;margin-bottom:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:5.5px;font-weight:700;display:flex}.loader__kicker span{background:#46daf8;border-radius:50%;width:3px;height:3px;box-shadow:0 0 8px #46daf899}.loader__logo-stage{place-items:center;width:340px;height:300px;display:grid;position:relative}.loader__logo-border{clip-path:polygon(9% 0,100% 0,91% 100%,0 100%);border:1px solid #46daf812;position:absolute;inset:15px 4px}.loader__logo-border:before,.loader__logo-border:after{content:"";background:#49daf8;position:absolute;box-shadow:0 0 14px #49daf88c}.loader__logo-border:before{width:70px;height:2px;top:-1px;left:9%}.loader__logo-border:after{width:48px;height:2px;bottom:-1px;right:8%}.loader__logo-wrap{z-index:3;place-items:center;width:280px;display:grid;position:relative;overflow:hidden}.loader__logo{object-fit:contain;filter:drop-shadow(0 17px 34px #00000073)drop-shadow(0 0 15px #109cdc21);width:100%;height:auto;display:block}.loader__logo-shine{filter:blur(3px);pointer-events:none;background:linear-gradient(90deg,#0000,#7fefff2e,#0000);width:22%;height:160%;position:absolute;top:-30%;left:0;transform:rotate(13deg)}.loader__impact{transform-origin:50%;background:linear-gradient(90deg,#0000,#4bdafb 20% 80%,#0000);height:1px;position:absolute;bottom:31px;left:32px;right:32px;box-shadow:0 0 16px #4bdafb73}.loader__loading{width:280px;margin-top:3px}.loader__loading-head{color:#dceff64f;letter-spacing:.17em;justify-content:space-between;align-items:center;margin-bottom:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:5.5px;font-weight:700;display:flex}.loader__loading-head span:last-child{color:#4bdafb}.loader__track{background:#ffffff12;width:100%;height:2px;overflow:hidden}.loader__progress{transform-origin:0;background:linear-gradient(90deg,#0576d4 0%,#22bde8 52%,#75ecfa 100%);width:100%;height:100%;box-shadow:0 0 12px #39d2f366}.loader__flash{z-index:7;filter:blur(6px);pointer-events:none;background:linear-gradient(90deg,#0000,#60e5ff0f,#0000);width:12vw;height:190%;position:absolute;top:-40%;left:0;transform:rotate(14deg)}@media (width<=520px){.loader__content{width:calc(100% - 34px)}.loader__kicker{gap:7px;margin-bottom:11px;font-size:4.7px}.loader__logo-stage{width:290px;height:255px}.loader__logo-wrap,.loader__loading{width:235px}.loader__loading-head{font-size:4.7px}.loader__giant-text{font-size:72vw}}@media (prefers-reduced-motion:reduce){.loader__logo-shine,.loader__flash{display:none}}
