:root{--blue:#0754f9;--dark-blue:#001a82;--orange:#ff4b00;--orange-dark:#e93400;--yellow:#fff200;--black:#090909;--text:#111;--muted:#4d4d4d;--border:#dfe4ef;--white:#fff;--radius:14px;--shadow:0 10px 25px rgba(0,0,0,.08)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--text);line-height:1.35}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.top-bar{background:linear-gradient(90deg,#ff5b00,#ff2300);color:#fff;text-align:center;font-size:18px;font-weight:800;letter-spacing:.4px;padding:10px 15px;text-transform:uppercase}
.page{max-width:1280px;margin:0 auto;background:#fff;overflow:hidden;position:relative}
.navbar{display:grid;grid-template-columns:290px minmax(0,1fr) auto;align-items:center;gap:28px;padding:35px 55px 15px;background:#fff;position:relative;z-index:5}
.logo{display:flex;align-items:center;gap:14px;font-size:27px;font-weight:800;line-height:.95;color:#111;min-width:0}
.logo-mark{width:70px;height:50px;position:relative;flex:0 0 auto}
.logo-mark svg{width:100%;height:100%}
.nav-links{display:flex;align-items:center;justify-content:center;gap:26px;font-size:14px;font-weight:600;min-width:0;flex-wrap:nowrap}
.nav-links a{white-space:normal;line-height:1.18;text-align:center;max-width:90px}
.nav-links a:hover{color:var(--blue)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:13px;background:linear-gradient(180deg,#ff5d09,#ef3300);color:#fff;border:0;border-radius:8px;padding:17px 28px;font-size:20px;font-weight:800;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 16px rgba(255,75,0,.25);transition:.2s ease;white-space:nowrap}
.btn:hover{transform:translateY(-2px);box-shadow:0 12px 20px rgba(255,75,0,.3)}
.btn.small{font-size:14px;padding:15px 22px;min-width:0;width:auto}
.arrow{width:30px;height:30px;border-radius:999px;background:#fff;color:var(--orange);display:inline-flex;align-items:center;justify-content:center;font-size:26px;line-height:1;font-weight:800}
.hero{display:grid;grid-template-columns:1.02fr .98fr;padding:20px 55px 0;min-height:500px;position:relative}
.hero-content{padding-top:18px;position:relative;z-index:4}
.hero h1{font-size:53px;line-height:1.08;letter-spacing:-1.4px;text-transform:uppercase;font-weight:900;margin-bottom:22px}
.hero h1 span{display:block;color:var(--blue)}
.hero p{max-width:470px;font-size:25px;line-height:1.32;margin-bottom:24px;color:#111}
.hero-visual{min-height:500px;position:relative;display:flex;align-items:flex-end;justify-content:center}
.blue-shape{position:absolute;right:-115px;bottom:0;width:500px;height:430px;background:linear-gradient(135deg,#0c61ff 0%,#001b8d 80%);clip-path:polygon(37% 0,100% 0,100% 100%,0 100%);z-index:1}
.dots{position:absolute;width:205px;height:205px;background-image:radial-gradient(var(--blue) 2.2px,transparent 2.2px);background-size:14px 14px;opacity:.85;z-index:1}
.hero-dots{right:-20px;top:-10px}
.hero-uploaded-wrap{position:relative;z-index:3;width:100%;max-width:560px;min-height:500px;display:flex;align-items:flex-end;justify-content:center}
.hero-uploaded-image{width:100%;max-height:500px;object-fit:contain;object-position:bottom center;display:block;position:relative;z-index:4}
.nurse-photo{position:relative;z-index:3;display:flex;align-items:flex-end;gap:0;height:500px;margin-right:-5px}
.nurse-person{width:245px;height:445px;border-radius:125px 125px 0 0;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 21%,#f3b989 0 14%,transparent 14.5%),radial-gradient(circle at 50% 15%,#23130f 0 18%,transparent 18.5%),linear-gradient(120deg,transparent 0 25%,#0553e1 25% 100%);box-shadow:0 8px 20px rgba(0,0,0,.08)}
.nurse-person.two{width:250px;height:465px;margin-left:-22px;background:radial-gradient(circle at 50% 21%,#ad6846 0 14%,transparent 14.5%),radial-gradient(circle at 50% 14%,#20100c 0 18%,transparent 18.5%),linear-gradient(120deg,transparent 0 25%,#0648cf 25% 100%)}
.nurse-person:before{content:"";position:absolute;left:50%;top:190px;transform:translateX(-50%);width:190px;height:230px;background:#0755df;clip-path:polygon(15% 0,85% 0,100% 100%,0 100%)}
.nurse-person.two:before{background:#0646c4}
.nurse-person:after{content:"";position:absolute;left:70px;top:235px;width:115px;height:65px;border-top:6px solid #dce8ff;border-radius:50%;transform:rotate(7deg);opacity:.9}
.feature-strip{margin:0 55px 28px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.04);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;position:relative;z-index:10}
.feature-card{display:grid;grid-template-columns:95px 1fr;gap:20px;padding:31px 42px;border-right:2px solid #aec2fa;align-items:start}
.feature-card:last-child{border-right:none}
.icon{color:var(--blue)}
.icon svg{width:75px;height:75px;stroke-width:2.6}
.feature-card h3{font-size:27px;line-height:1.08;font-weight:800;margin-bottom:14px}
.feature-card p{font-size:19px;line-height:1.35}
section{padding-left:55px;padding-right:55px;position:relative}
.strategy{text-align:center;padding-top:22px;padding-bottom:25px}
.dots-left{left:-30px;top:40px}.dots-right{right:-30px;top:40px}
h2{font-size:40px;line-height:1.08;font-weight:800;text-transform:uppercase;letter-spacing:-.8px;text-align:center}
h2 span{color:var(--blue)}
.strategy p{max-width:650px;margin:8px auto 22px;font-size:23px;line-height:1.28}
.section-title{display:flex;align-items:center;gap:24px;margin:7px 0 30px}
.section-title:before,.section-title:after{content:"";height:2px;background:var(--blue);flex:1;opacity:.85}
.section-title h2{white-space:nowrap;font-size:38px}
.why-section{padding-top:0;padding-bottom:34px}
.why-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}
.why-image{min-height:365px;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.why-list{display:flex;flex-direction:column;gap:19px}
.why-item{display:grid;grid-template-columns:31px 1fr;gap:17px;align-items:start;font-size:22px;line-height:1.33}
.check{width:22px;height:22px;background:var(--blue);color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;margin-top:4px}
.steps-section{padding-bottom:28px}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:52px}
.step-card{border:1px solid var(--border);border-radius:13px;overflow:hidden;background:#fff;position:relative;box-shadow:0 5px 14px rgba(0,0,0,.04)}
.step-number{position:absolute;top:-8px;left:-8px;width:54px;height:54px;background:var(--blue);color:#fff;border-radius:50%;z-index:2;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:800}
.step-img{height:185px;background-size:cover;background-position:center}
.step-body{text-align:center;padding:18px 20px 25px}
.step-body h3{font-size:20px;font-weight:800;margin-bottom:8px}
.step-body p{font-size:16px;line-height:1.35}
.get-section{padding-bottom:25px}
.get-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:27px}
.small-card{border:1px solid var(--border);border-radius:13px;background:#fff;padding:25px 22px 28px;min-height:174px;text-align:center;box-shadow:0 5px 14px rgba(0,0,0,.03)}
.small-card .icon svg{width:68px;height:68px}
.small-card h3{font-size:19px;line-height:1.15;font-weight:800;margin:12px 0 10px}
.small-card p{font-size:15px;line-height:1.35}
.for-section{padding-bottom:28px}
.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.audience-card{display:grid;grid-template-columns:82px 1fr;gap:15px;text-align:left;align-items:start;min-height:155px}
.audience-card h3{margin-top:0;font-size:20px}
.offer-section{padding-bottom:25px}
.offer-box{background:linear-gradient(90deg,#001987,#034bff 62%,#00146d);color:#fff;border-radius:18px;padding:28px 45px;display:grid;grid-template-columns:190px 1fr 340px;gap:20px;align-items:center;box-shadow:var(--shadow)}
.alarm{width:145px;height:145px;border-radius:50%;background:#fff;border:8px solid #ff3d00;position:relative;margin:auto;box-shadow:inset 0 0 0 4px #eee}
.alarm:before,.alarm:after{content:"";position:absolute;top:-36px;width:58px;height:36px;border-radius:45px 45px 5px 5px;background:#ff3d00}
.alarm:before{left:-2px;transform:rotate(-25deg)}.alarm:after{right:-2px;transform:rotate(25deg)}
.hand{position:absolute;left:50%;top:50%;width:5px;height:48px;background:#111;border-radius:8px;transform-origin:bottom;transform:translate(-50%,-100%) rotate(0deg)}
.hand.minute{height:62px;background:#333;transform:translate(-50%,-100%) rotate(90deg)}
.alarm-dot{position:absolute;left:50%;top:50%;width:12px;height:12px;background:#111;border-radius:50%;transform:translate(-50%,-50%)}
.offer-copy h3{font-size:31px;text-transform:uppercase;font-weight:800;margin-bottom:5px}
.offer-copy h4{color:var(--yellow);font-size:36px;line-height:1.15;font-weight:800;margin-bottom:12px}
.offer-copy p{font-size:16px}
.courses-section{padding-bottom:12px}
.courses-section h2{color:var(--dark-blue);font-size:31px;margin-bottom:6px}
.courses-intro{max-width:700px;margin:0 auto 22px;text-align:center;font-size:18px;line-height:1.35}
.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:8px}
.course-card{border:1px solid var(--border);border-radius:13px;display:grid;grid-template-columns:80px 1fr;gap:15px;align-items:center;padding:22px 28px;background:#fff}
.course-card h3{font-size:20px;line-height:1.15;font-weight:800;margin-bottom:7px}
.course-card p{font-size:15px;line-height:1.35}
.center{text-align:center}
.footer{background:linear-gradient(90deg,#00156f,#003dbd);color:#fff;padding:18px 55px;display:flex;align-items:center;justify-content:space-between;font-weight:700;margin-top:5px}
.footer-brand{display:flex;align-items:center;gap:14px;font-size:18px}
.footer-mark{width:45px;height:35px}.footer-mark svg{width:100%;height:100%}
.footer-note{text-align:center;font-size:14px;line-height:1.25}
.sticky-mobile{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:999}.sticky-mobile .btn{width:100%}
@media(max-width:1100px){.navbar,.hero,section,.footer{padding-left:35px;padding-right:35px}.feature-strip{margin-left:35px;margin-right:35px}.navbar{grid-template-columns:230px minmax(0,1fr);gap:20px}.navbar .btn.small{grid-column:1/-1;justify-self:center}.hero h1{font-size:45px}.hero p{font-size:21px}.feature-card{padding:26px}.feature-card h3{font-size:23px}.why-grid{gap:35px}}
@media(max-width:900px){.navbar{display:flex;flex-wrap:wrap;justify-content:center;gap:18px}.nav-links{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:22px}.hero{grid-template-columns:1fr;text-align:left}.hero-visual{min-height:430px}.feature-strip{grid-template-columns:1fr}.feature-card{border-right:0;border-bottom:1px solid var(--border)}.feature-card:last-child{border-bottom:0}.why-grid,.steps-grid,.get-grid,.audience-grid,.course-grid{grid-template-columns:1fr}.offer-box{grid-template-columns:1fr;text-align:center}.section-title:before,.section-title:after{display:none}.section-title{justify-content:center}.section-title h2{white-space:normal;font-size:32px}}
@media(max-width:600px){body{padding-bottom:88px}.top-bar{font-size:12px;padding:8px 10px}.navbar,.hero,section,.footer{padding-left:20px;padding-right:20px}.feature-strip{margin-left:20px;margin-right:20px}.logo{font-size:20px}.logo-mark{width:55px}.navbar .btn.small{width:100%}.hero h1{font-size:34px}.hero p{font-size:18px}.btn{width:100%;font-size:15px;padding:15px 14px}.hero-visual{min-height:330px}.hero-uploaded-wrap{min-height:330px}.hero-uploaded-image{max-height:330px}.nurse-photo{height:330px}.nurse-person{width:165px;height:300px}.nurse-person.two{width:170px;height:315px}.nurse-person:before{top:130px;width:130px;height:160px}.nurse-person:after{left:45px;top:165px;width:80px}.blue-shape{width:390px;height:300px;right:-190px}h2,.strategy h2{font-size:30px}.strategy p{font-size:18px}.feature-card{grid-template-columns:70px 1fr;gap:14px;padding:22px}.feature-card h3{font-size:22px}.feature-card p{font-size:16px}.icon svg{width:60px;height:60px}.why-image{min-height:270px}.why-item{font-size:17px}.offer-copy h3{font-size:23px}.offer-copy h4{font-size:27px}.footer{flex-direction:column;gap:12px;text-align:center}.sticky-mobile{display:block}}
