:root{--color-bg:#fff;--color-bg-light:#f0f7fc;--color-bg-gradient:linear-gradient(180deg, #e8f4fd 0%, #fff 60%, #f0f7fc 100%);--color-primary:#2bbcc0;--color-primary-dark:#1a9ca0;--color-primary-light:#d4f2f3;--color-secondary:#1a3a5c;--color-accent:#4c85f6;--color-text-dark:#1a2a3a;--color-text-body:#4a5568;--color-text-light:#89a;--color-text-white:#fff;--color-border:#e2ecf4;--color-border-light:#f0f4f8;--color-card-bg:#fff;--color-card-shadow:#003c7814;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--font-display:"Montserrat", sans-serif;--font-body:"Montserrat", sans-serif;--shadow-sm:0 2px 8px #0028500f;--shadow-md:0 4px 20px #00285014;--shadow-lg:0 8px 40px #0028501f;--shadow-card:0 4px 24px #0028501a;--transition-fast:.15s ease;--transition-base:.3s ease;--transition-slow:.5s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:#fff;background:#0b1a2e;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--color-secondary);font-weight:700;line-height:1.15}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}ul{list-style:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0b1a2e}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:var(--radius-full)}::selection{background:var(--color-primary-light);color:var(--color-secondary)}@media (width<=768px){.container{padding:0 16px}}@keyframes pulse-ring{0%{box-shadow:0 0 #2bbcc0b3}60%{box-shadow:0 0 0 8px #2bbcc000}to{box-shadow:0 0 #2bbcc000}}@keyframes btn-breathe{0%,to{box-shadow:0 0 #2bbcc073,0 4px 18px #2bbcc040}50%{box-shadow:0 0 0 8px #2bbcc000,0 4px 28px #2bbcc066}}@keyframes gradient-sweep{0%{background-position:0%}to{background-position:200%}}@keyframes ambiance-drift{0%{transform:translate(0%)scale(1)}to{transform:translate(6%,-6%)scale(1.1)}}@keyframes stat-glow{0%,to{text-shadow:0 0 #2bbcc000}50%{text-shadow:0 0 20px #2bbcc099}}@keyframes link-underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes rotate-border{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer-sweep{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(350%)skew(-15deg)}}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.app{color:#fff;background:#0b1a2e;position:relative;overflow-x:hidden}.main-content{z-index:1;background-position:top;background-repeat:no-repeat;background-size:100% 100%;position:relative}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.navbar{z-index:100;background:#fff;padding:12px 0;position:relative}.navbar-inner{justify-content:space-between;align-items:center;max-width:1400px;padding-left:48px;padding-right:48px;display:flex}.nav-logo-link{align-items:center;text-decoration:none;display:inline-flex}.logo-img{transform-origin:0;width:auto;height:68px;transition:filter .3s;display:block;transform:scale(1.35)}.nav-logo-link:hover .logo-img{filter:drop-shadow(0 0 8px #2bbcc066)}.logo-img-footer{filter:brightness(0)invert();height:28px;transform:none}.nav-links{align-items:center;gap:48px;list-style:none;display:flex}.nav-link{color:#2c3e50;font-size:16px;font-weight:500;text-decoration:none;position:relative}.nav-link:after{content:"";transform-origin:0;background:#2bbcc0;width:100%;height:2px;transition:transform .25s;position:absolute;bottom:-3px;left:0;transform:scaleX(0)}.nav-link:hover:after,.nav-link.active:after{transform:scaleX(1)}.nav-link:hover,.nav-link.active{color:#0b1a2e}.hero{z-index:2;min-height:calc(100vh - 92px);padding:50px 0 0;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(at 72%,#2bbcc01a 0%,#0000 60%);animation:7s ease-in-out infinite alternate ambiance-drift;position:absolute;inset:0}.hero-inner{z-index:1;grid-template-rows:1fr auto;grid-template-columns:1fr 1fr;align-items:stretch;max-width:1400px;margin:0 auto;padding-left:48px;padding-right:0;display:grid;position:relative}.hero-left{flex-direction:column;gap:24px;padding-top:60px;padding-bottom:0;display:flex}.title-line-wrap{display:block;overflow:hidden}.hero-title{color:#fff;font-size:clamp(30px,3.4vw,48px);font-weight:300;line-height:1.25}.hero-title-bold{background:linear-gradient(90deg,#fff 0%,#2bbcc0 45%,#fff 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;animation:3.5s linear infinite gradient-sweep}.hero-desc{color:#ffffffb3;max-width:460px;font-size:15px;line-height:1.8}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;padding-bottom:50px;display:flex}.btn-hospitals{color:#fff;cursor:pointer;background:#2bbcc0;border:none;border-radius:12px;padding:16px 40px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;text-decoration:none;transition:background .25s,transform .25s;animation:2.8s ease-in-out infinite btn-breathe;display:inline-flex;position:relative;overflow:hidden}.btn-hospitals:after{content:"";background:linear-gradient(90deg,#0000,#ffffff47,#0000);width:60%;height:100%;transition:left .55s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.btn-hospitals:hover{background:#25a8ac;animation:none;transform:translateY(-2px)}.btn-hospitals:hover:after{left:160%}.btn-jobseekers{color:#1a2a3a;cursor:pointer;background:#ffffffe0;border:2px solid #ffffff4d;border-radius:12px;padding:16px 40px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:600;transition:background .25s,transform .25s;display:inline-flex;position:relative;overflow:hidden}.btn-jobseekers:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:60%;height:100%;transition:left .55s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.btn-jobseekers:hover{background:#fff;transform:translateY(-2px)}.btn-jobseekers:hover:after{left:160%}.hero-right{grid-row:span 2;align-self:stretch;position:relative}.hero-img{object-fit:contain;object-position:bottom right;width:100%;height:calc(100% - 110px);transition:transform .4s cubic-bezier(.22,1,.36,1),filter .4s;display:block;position:absolute;inset:60px 0 50px}.hero-right:hover .hero-img{filter:drop-shadow(0 24px 40px #2bbcc040);transform:scale(1.06)translateY(-8px)}.pitch-section{z-index:2;padding:90px 0 0;position:relative}.pitch-inner{grid-template-columns:auto 1fr;align-items:end;gap:48px;display:grid}.pitch-mascot-wrap{align-items:flex-end;display:flex}.pitch-mascot{width:260px;height:auto;transition:transform .4s cubic-bezier(.22,1,.36,1),filter .4s}.pitch-mascot-wrap:hover .pitch-mascot{filter:drop-shadow(0 20px 32px #2bbcc033);transform:scale(1.08)translateY(-10px)}.pitch-content{flex-direction:column;gap:24px;display:flex}.pitch-heading{color:#fff;font-size:clamp(22px,2.4vw,32px);font-style:italic;font-weight:800;line-height:1.3}.pitch-bullets{flex-direction:column;gap:12px;list-style:none;display:flex}.pitch-bullets li{color:#ffffffb8;align-items:flex-start;gap:14px;font-size:15px;line-height:1.65;display:flex}.pitch-bullet-dot{background:#ffffff80;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:8px}.mobile-diff-header,.mobile-swipe-dots{display:none}.connector-wrap{flex-direction:column;margin-top:40px;display:flex}.see-different-row{align-items:center;gap:0;display:flex;position:relative}.see-different-title{color:#fff;white-space:nowrap;margin-right:12px;font-size:clamp(22px,2.4vw,30px);font-weight:700}.heading-dot,.connector-dot{background:#2bbcc0;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2.2s ease-out infinite pulse-ring}.connector-drops .connector-drop:nth-child(3) .connector-dot{animation-delay:.35s}.connector-drops .connector-drop:nth-child(5) .connector-dot{animation-delay:.7s}.connector-h-right{background:#ffffff38;flex:1;height:1.5px;margin-right:16px}.connector-v-arc{width:16px;height:170px;position:absolute;top:calc(50% - 1px);right:0;overflow:visible}.connector-h-bar{background:#ffffff38;width:calc(89% - 16px);height:1.5px;margin-top:152px;margin-left:11%}.connector-drops{grid-template-columns:22fr 21fr 22fr 13fr 22fr;display:grid}.connector-gap{display:block}.connector-drop{flex-direction:column;align-items:center;display:flex}.connector-drop-line{background:#ffffff38;width:1.5px;height:50px}.cards-visual-wrap{perspective:1000px;grid-template-columns:22fr 21fr 22fr 13fr 22fr;align-items:start;gap:0;margin:0 0 48px;display:grid}.card-visual-item{cursor:crosshair;isolation:isolate;border:none;border-radius:20px;transition:box-shadow .6s cubic-bezier(.22,1,.36,1);position:relative;overflow:visible}.card-visual-item:first-child{grid-column:1}.card-visual-item:nth-child(2){grid-column:3}.card-visual-item:nth-child(3){grid-column:5}.card-visual-img{border-radius:20px;width:100%;height:auto;display:block}.card-visual-item:before{content:"";background: radial-gradient(circle 180px at var(--sx,200%) var(--sy,200%), #2bbcc02e 0%, transparent 65%),  linear-gradient(#2bbcc0d9, #2bbcc0d9) top 12px left 12px / 14px 1.5px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) top 12px left 12px / 1.5px 14px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) top 12px right 12px / 14px 1.5px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) top 12px right 12px / 1.5px 14px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) bottom 12px left 12px / 14px 1.5px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) bottom 12px left 12px / 1.5px 14px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) bottom 12px right 12px / 14px 1.5px no-repeat,  linear-gradient(#2bbcc0d9, #2bbcc0d9) bottom 12px right 12px / 1.5px 14px no-repeat;opacity:0;pointer-events:none;z-index:1;border-radius:20px;transition:opacity .3s,transform .3s;position:absolute;inset:0;transform:scale(.97)}.card-visual-item:after{content:"";background:radial-gradient(circle 110px at var(--sx,200%) var(--sy,200%), #2bbcc0f2, transparent 65%);-webkit-mask-composite:xor;opacity:0;pointer-events:none;z-index:1;border-radius:20px;padding:1.5px;transition:opacity .22s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.card-visual-item:hover{box-shadow:0 0 20px #2bbcc066,0 0 60px #2bbcc026,0 0 120px #2bbcc00f,0 30px 60px -15px #0000008c}.card-visual-item:hover:before{opacity:1;transform:scale(1)}.card-visual-item:hover:after{opacity:1}.card-glow-ring{z-index:-1;opacity:0;-webkit-mask-composite:xor;border-radius:22px;padding:2px;transition:opacity .5s cubic-bezier(.22,1,.36,1);position:absolute;inset:-2px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.card-glow-ring:before{content:"";background:conic-gradient(#2bbcc0 0deg,#4c85f6 60deg,#7c3aed 120deg,#2bbcc0 180deg,#5ba87c 240deg,#4c85f6 300deg,#2bbcc0 360deg);width:500%;height:500%;animation:2.5s linear infinite rotate-border;position:absolute;top:-200%;left:-200%}.card-visual-item:hover .card-glow-ring{opacity:1}.card-shimmer{z-index:3;pointer-events:none;opacity:0;border-radius:20px;transition:opacity .4s;position:absolute;inset:0;overflow:hidden}.card-shimmer:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff08 25%,#ffffff1f 50%,#ffffff08 75%,#0000 100%);width:35%;height:100%;position:absolute;top:0;left:-60%;transform:skew(-15deg)}.card-visual-item:hover .card-shimmer{opacity:1}.card-visual-item:hover .card-shimmer:before{animation:2s ease-in-out infinite shimmer-sweep}.features-grid{grid-template-columns:22fr 21fr 22fr 13fr 22fr;gap:0;padding-top:40px;padding-bottom:90px;display:grid}.features-gap{display:block}.feature-card{cursor:default;border:1px solid #0000;border-radius:18px;flex-direction:column;gap:10px;padding:22px 18px 18px;transition:border-color .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden}.feature-card:hover{border-color:#2bbcc047;box-shadow:0 8px 28px #00000047,inset 0 1px #ffffff0d}.feature-card-title{color:#fff;text-underline-offset:4px;font-size:18px;font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px}.feature-card-desc{color:#ffffffa6;font-size:13.5px;font-weight:600;line-height:1.7}.feature-card-bullets{flex-direction:column;gap:12px;margin-top:4px;list-style:none;display:flex}.feature-bullet-item{color:#ffffffb3;align-items:center;gap:10px;font-size:13.5px;display:flex}.feature-bullet-dot{background:#5ba87c;border-radius:50%;flex-shrink:0;width:8px;height:8px}.feature-card-stat{align-items:baseline;gap:4px;margin-top:8px;display:flex}.feature-stat-value{color:#fff;font-size:16px;font-weight:800;animation:3s ease-in-out infinite stat-glow}.feature-stat-label{color:#ffffff8c;font-size:14px}.trusted-section{z-index:2;justify-content:center;align-items:center;padding:80px 24px 100px;display:flex;position:relative}.trusted-card{z-index:3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-align:center;background:#e6f0f8e0;border-radius:24px;width:100%;max-width:900px;padding:40px 48px;position:relative;box-shadow:0 20px 60px #0003}.trusted-title{color:#2bbcc0;margin-bottom:32px;font-size:24px;font-weight:700}.trusted-marquee-wrap{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.trusted-marquee-track{gap:16px;width:max-content;animation:14s linear infinite marquee-scroll;display:flex}.trusted-marquee-track:hover{animation-play-state:paused}.trusted-logo-item{cursor:default;background:#fff;border:1.5px solid #2bbcc01f;border-radius:16px;flex-direction:column;flex:0 0 180px;justify-content:center;align-items:center;gap:14px;width:180px;padding:24px 16px 20px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 20px #00000012}.trusted-logo-item:hover{border-color:#2bbcc080;transform:translateY(-6px)scale(1.02);box-shadow:0 16px 40px #2bbcc02e}.trusted-logo-img{object-fit:contain;width:auto;max-width:130px;height:44px;transition:filter .25s;display:block}.trusted-logo-item:hover .trusted-logo-img{filter:drop-shadow(0 2px 6px #2bbcc04d)}.trusted-logo-name{color:#1a3a5c;letter-spacing:.02em;text-align:center;font-size:13px;font-weight:700}.mobile-pairs-track{display:none}.footer{z-index:2;background:#0a1520;border-top:1px solid #ffffff0f;position:relative}.footer-inner{grid-template-columns:1.8fr 1fr 1fr 1.3fr;gap:48px;padding:56px 0 44px;display:grid}.footer-brand{flex-direction:column;gap:16px;display:flex}.footer-tagline{color:#ffffff6b;max-width:240px;font-size:13px;line-height:1.8}.footer-socials{gap:10px;display:flex}.footer-social-link{color:#ffffff80;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:border-color .2s,color .2s,transform .2s;display:flex}.footer-social-link:hover{color:#2bbcc0;border-color:#2bbcc0;transform:translateY(-2px)}.footer-col-title{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:20px;font-size:11px;font-weight:700}.footer-links{flex-direction:column;gap:14px;list-style:none;display:flex}.footer-links li a,.footer-links li span{color:#fff9;font-size:14px;text-decoration:none;transition:color .2s}.footer-links li a:hover{color:#2bbcc0}.footer-contact li{align-items:flex-start;gap:10px;display:flex}.footer-contact-icon{opacity:.55;flex-shrink:0;margin-top:2px;font-size:13px}.footer-bottom{border-top:1px solid #ffffff12}.footer-bottom-inner{justify-content:space-between;align-items:center;padding:20px 0;display:flex}.footer-copy{color:#ffffff4d;font-size:12.5px}.footer-legal{gap:28px;display:flex}.footer-legal a{color:#ffffff4d;font-size:12.5px;text-decoration:none;transition:color .2s}.footer-legal a:hover{color:#2bbcc0}.nav-hamburger{cursor:pointer;z-index:200;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.nav-hamburger span{transform-origin:50%;background:#1a2a3a;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-nav{background:#fff;border-top:1px solid #0000000f}.mobile-nav-links{flex-direction:column;gap:4px;padding:12px 20px 20px;list-style:none;display:flex}.mobile-nav-links li a{color:#2c3e50;border-radius:10px;padding:12px 16px;font-size:16px;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav-links li a:hover{color:#2bbcc0;background:#2bbcc014}@media (width<=1200px){.navbar-inner{padding-left:32px;padding-right:32px}.hero-inner{padding-left:32px}}@media (width<=1024px){.navbar-inner{padding-left:24px;padding-right:24px}.hero-inner{gap:20px;padding-left:24px}.pitch-inner{gap:32px}.cards-visual-wrap{display:none}.features-grid{grid-template-columns:1fr 1fr 1fr;gap:20px;padding:48px 0 80px}.features-gap{display:none}.trusted-card{padding:32px 36px}.footer-inner{grid-template-columns:1.4fr 1fr 1fr;gap:36px}.footer-inner>.footer-col:last-child{grid-column:1/-1}}@media (width<=768px){.main-content{background-color:#0b1a2e;background-image:none!important}.nav-hamburger{display:none}.mobile-nav{display:none!important}.nav-links{gap:12px;display:flex}.nav-link{font-size:11.5px}.navbar-inner{flex-direction:row;justify-content:space-between;align-items:center;padding-left:16px;padding-right:16px}.logo-img{height:36px;transform:scale(1)}.hero{min-height:unset;flex-direction:column;padding:0;display:flex}.hero-inner{text-align:left;flex-direction:column;align-items:flex-start;gap:16px;padding:64px 24px 28px;display:flex}.hero-left{align-items:flex-start;gap:10px;width:100%;margin-top:8px;padding:0}.hero-desc{max-width:100%;font-size:14.5px;line-height:1.7}.hero-right{justify-content:center;width:100%;display:flex}.hero-img{object-fit:contain;width:auto;max-width:85%;height:auto;margin:0 auto;display:block;position:static;inset:auto}.hero-actions{flex-wrap:nowrap;justify-content:flex-start;gap:12px;width:100%;margin-top:0;padding-bottom:0}.pitch-section{padding:52px 0 0}.pitch-inner{text-align:center;background:#ffffff08;border:1px solid #ffffff12;border-radius:20px;grid-template-columns:1fr;gap:20px;padding:28px 20px 32px}.pitch-mascot{width:160px;margin:0 auto}.pitch-heading{font-size:21px}.pitch-bullets li{text-align:left}.mobile-diff-header{flex-direction:column;padding:44px 0 24px;display:flex}.mobile-diff-header .see-different-title{font-size:clamp(21px,5.5vw,27px)}.mobile-diff-rule{background:linear-gradient(90deg,#2bbcc0 0%,#2bbcc059 55%,#0000 100%);border-radius:1px;width:100%;height:2px;margin-top:14px}.connector-section-scroll,.cards-visual-wrap,.features-grid{display:none}.mobile-pairs-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;margin:0 -24px;padding:4px 24px 16px;display:flex;overflow-x:auto}.mobile-pairs-track::-webkit-scrollbar{display:none}.mobile-pair-slide{scroll-snap-align:start;background:#ffffff08;border:1px solid #2bbcc038;border-radius:20px;flex-direction:column;flex:0 0 calc(100vw - 72px);display:flex;overflow:hidden}.mobile-pair-img-wrap{width:100%}.mobile-pair-img-wrap .card-visual-img{border-radius:0;width:100%;height:auto;display:block}.mobile-pair-content{flex-direction:column;gap:10px;padding:18px 16px;display:flex}.mobile-pair-stat{align-items:baseline;gap:6px;display:flex}.mobile-stat-value{color:#fff;letter-spacing:-1px;font-size:34px;font-weight:800;line-height:1;animation:3s ease-in-out infinite stat-glow}.mobile-stat-label{text-transform:uppercase;letter-spacing:1px;color:#ffffff61;font-size:11px}.mobile-pair-content .feature-card-title{font-size:16px}.mobile-pair-content .feature-card-desc,.mobile-pair-content .feature-bullet-item{font-size:13px}.mobile-swipe-dots{justify-content:center;align-items:center;gap:7px;padding:18px 0 52px;display:flex}.mobile-swipe-dots span{background:#ffffff2e;border-radius:3px;height:6px;display:block}.mobile-swipe-dots span:first-child{background:#2bbcc0;width:22px}.mobile-swipe-dots span:not(:first-child){width:6px}.trusted-section{padding:32px 16px 64px}.trusted-card{max-width:100%;padding:28px 20px 24px}.trusted-title{margin-bottom:20px;font-size:20px}.trusted-logo-item{flex:0 0 120px;gap:10px;width:120px;padding:14px 10px 12px}.trusted-logo-img{max-width:90px;height:30px}.trusted-logo-name{font-size:11px}.footer-inner{grid-template-columns:1fr 1fr 1fr;gap:20px 8px;padding:36px 0 28px}.footer-brand{grid-column:1/-1}.footer-inner>.footer-col:last-child{grid-column:auto}.footer-tagline{max-width:100%;font-size:12px}.footer-col-title{margin-bottom:14px;font-size:10px}.footer-links li a,.footer-links li span{font-size:12px}.footer-bottom-inner{text-align:center;flex-direction:column;gap:10px}}@media (width<=480px){.logo-img{height:32px}.nav-link{font-size:10.5px}.nav-links{gap:10px}.hero-inner{padding:56px 16px 20px}.hero-img{max-width:300px}.hero-actions{flex-flow:row;width:100%}.btn-hospitals,.btn-jobseekers{flex:1;justify-content:center;padding:13px 16px;font-size:14px}.pitch-mascot{width:130px}.pitch-heading{font-size:19px}.mobile-pair-slide{flex:0 0 calc(100vw - 56px)}.mobile-stat-value{font-size:28px}.trusted-logo-item{flex:0 0 100px;width:100px}.trusted-logo-img{max-width:76px;height:26px}.footer-inner{grid-template-columns:1fr 1fr 1fr;gap:16px 6px;padding-top:28px}.footer-legal{gap:16px}}@media (width<=375px){.hero-img{max-width:260px}.mobile-pair-slide{flex:0 0 calc(100vw - 48px)}.trusted-logo-item{flex:0 0 95px;width:95px;padding:12px 8px 10px}}.js-hero{z-index:2;align-items:center;min-height:calc(100vh - 96px);display:flex;position:relative}.js-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px;width:100%;max-width:1400px;margin:0 auto;padding:44px 48px;display:grid}.js-mascot-wrap{justify-content:center;align-items:flex-end;display:flex;position:relative}.js-mascot-img{object-fit:contain;filter:drop-shadow(0 24px 48px #2bbcc02e);width:100%;max-width:380px;height:auto;transition:transform .4s cubic-bezier(.22,1,.36,1),filter .4s;display:block}.js-mascot-wrap:hover .js-mascot-img{filter:drop-shadow(0 32px 64px #2bbcc047);transform:scale(1.04)translateY(-8px)}.js-content{flex-direction:column;gap:20px;display:flex}.js-title{color:#fff;font-size:clamp(22px,2.4vw,36px);font-style:italic;font-weight:800;line-height:1.22}.js-features{flex-direction:column;gap:14px;list-style:none;display:flex}.js-feature-item{color:#fffc;align-items:flex-start;gap:12px;font-size:14px;line-height:1.65;display:flex}.js-check-icon{flex-shrink:0;width:20px;height:20px;margin-top:2px}.js-check-icon svg{width:100%;height:100%}.js-stat-text{color:#fff;margin-top:2px;font-size:clamp(18px,2vw,28px);font-weight:800;line-height:1.3}.js-stat-num{color:#2bbcc0;background:linear-gradient(90deg,#2bbcc0 0%,#5ba87c 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.js-store-btns{flex-wrap:wrap;gap:12px;margin-top:2px;display:flex}.js-store-btn{color:#fff;cursor:pointer;background:#0d0d0d;border:1.5px solid #ffffff24;border-radius:12px;align-items:center;gap:10px;min-width:148px;padding:11px 18px;text-decoration:none;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;display:inline-flex;position:relative;overflow:hidden}.js-store-btn:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0f,#0000);width:60%;height:100%;transition:left .5s;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.js-store-btn:hover{background:#161616;border-color:#2bbcc0;transform:translateY(-3px);box-shadow:0 12px 32px #2bbcc02e}.js-store-btn:hover:after{left:160%}.js-store-icon{opacity:.9;flex-shrink:0;width:22px;height:22px}.js-store-text{flex-direction:column;gap:1px;display:flex}.js-store-label{color:#fff9;letter-spacing:.04em;font-size:10px;font-weight:400}.js-store-name{color:#fff;letter-spacing:.01em;font-size:14px;font-weight:700}@media (width<=1024px){.js-hero-inner{gap:32px;padding:36px 24px}.js-mascot-img{max-width:320px}}@media (width<=768px){.js-hero-inner{text-align:center;grid-template-columns:1fr;gap:20px;padding:24px 20px 32px}.js-mascot-wrap{order:2}.js-content{order:1;align-items:center}.js-mascot-img{max-width:200px}.js-feature-item{text-align:left}.js-store-btns{justify-content:center}.js-title{font-size:clamp(19px,5vw,24px)}.js-stat-text{font-size:17px}}@media (width<=480px){.js-store-btns{flex-direction:column;align-items:stretch}.js-store-btn{min-width:unset;justify-content:center}.js-mascot-img{max-width:170px}}
