*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--navy: #0f172a;--navy2: #1e293b;--blue: #2563eb;--blue2: #1d4ed8;--accent: #3b82f6;--light: #f1f5f9;--muted: #64748b;--white: #ffffff;--radius: 14px;--section-space: 68px;--section-space-sm: 52px}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:#f8fafc;color:var(--navy);line-height:1.6}.container{width:90%;max-width:1100px;margin:auto}.section{padding:var(--section-space) 20px}.section-sm{padding:var(--section-space-sm) 20px}.text-center{text-align:center}.section-label{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);background:#dbeafe;padding:4px 12px;border-radius:99px;margin-bottom:14px}.section-title{font-size:clamp(26px,4vw,38px);font-weight:800;line-height:1.2;margin-bottom:16px;color:var(--navy)}.section-sub{font-size:17px;color:var(--muted);max-width:640px;margin:0 auto 36px}.navbar{position:sticky;top:0;z-index:999;background:var(--white);border-bottom:1px solid #e2e8f0;padding:14px 20px}.navbar-inner{display:flex;align-items:center;justify-content:space-between;max-width:1100px;margin:auto;gap:20px}.navbar-brand{display:flex;flex-direction:column;line-height:1.2;text-decoration:none}.navbar-brand .brand-main{font-size:18px;font-weight:800;color:var(--navy)}.navbar-brand .brand-sub{font-size:11px;font-weight:500;color:var(--blue);letter-spacing:.06em;text-transform:uppercase}.navbar-links{display:flex;gap:28px;list-style:none}.navbar-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}.navbar-links a:hover{color:var(--blue)}.btn{display:inline-block;padding:12px 24px;background:var(--blue);color:var(--white);text-decoration:none;border-radius:8px;font-weight:700;font-size:14px;transition:background .25s,transform .15s;white-space:nowrap;border:none;cursor:pointer;font-family:inherit}.btn:hover{background:var(--blue2);transform:translateY(-1px)}.btn-outline{background:transparent;border:2px solid var(--white);color:var(--white)}.btn-outline:hover{background:var(--white);color:var(--blue2);transform:translateY(-1px)}.btn-lg{padding:16px 36px;font-size:16px;border-radius:10px}.hero{background:linear-gradient(135deg,#0a1628,#1e3a5f 60%,#0f172a);color:var(--white);text-align:center;padding:92px 20px 80px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(37,99,235,.25),transparent);pointer-events:none}.hero-badge{display:inline-block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#93c5fd;background:#3b82f626;border:1px solid rgba(59,130,246,.35);padding:5px 14px;border-radius:99px;margin-bottom:24px}.hero h1{font-size:clamp(34px,6vw,62px);font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.hero h1 span{color:#60a5fa}.hero-sub{font-size:clamp(16px,2.5vw,20px);color:#cbd5e1;max-width:620px;margin:0 auto 16px}.hero-note{font-size:13px;color:#94a3b8;margin-bottom:36px}.hero-cta-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.hero-stats{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-top:52px;padding-top:36px;border-top:1px solid rgba(255,255,255,.1)}.hero-stat{text-align:center}.hero-stat strong{display:block;font-size:30px;font-weight:800;color:var(--white)}.hero-stat span{font-size:14px;color:#94a3b8}.about-strip{background:var(--white);padding:var(--section-space) 20px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.about-text h2{margin-bottom:16px}.about-text p{color:var(--muted);margin-bottom:16px;font-size:16px}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.pill{font-size:13px;font-weight:600;background:#eff6ff;color:var(--blue);padding:6px 14px;border-radius:99px;border:1px solid #bfdbfe}.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-card{background:var(--light);border-radius:var(--radius);padding:22px}.about-card .icon{font-size:26px;margin-bottom:10px}.about-card h4{font-size:15px;font-weight:700;margin-bottom:6px}.about-card p{font-size:13px;color:var(--muted);margin:0}.products{background:#f8fafc}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.product-card{background:var(--white);border-radius:var(--radius);padding:30px 26px;box-shadow:0 4px 20px #00000012;transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--blue);opacity:0;transition:opacity .25s}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #2563eb24}.product-card:hover:before{opacity:1}.product-tag{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#dbeafe;color:var(--blue);padding:4px 10px;border-radius:6px;margin-bottom:14px;align-self:flex-start}.product-icon{font-size:32px;margin-bottom:12px}.product-card h3{font-size:18px;font-weight:700;margin-bottom:10px}.product-card p{font-size:14px;color:var(--muted);flex:1}.product-features{list-style:none;margin-top:18px;display:flex;flex-direction:column;gap:8px}.product-features li{font-size:13px;color:var(--navy2);display:flex;align-items:flex-start;gap:8px}.product-features li:before{content:"✓";color:var(--blue);font-weight:700;flex-shrink:0;margin-top:1px}.why{background:var(--white)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.why-card{border-radius:var(--radius);padding:28px 24px;background:var(--light);transition:background .2s}.why-card:hover{background:#e0f2fe}.why-icon{font-size:28px;margin-bottom:12px}.why-card h4{font-size:16px;font-weight:700;margin-bottom:8px}.why-card p{font-size:14px;color:var(--muted)}.process{background:#f8fafc}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:0}.step{text-align:center;padding:32px 20px}.step-num{width:48px;height:48px;background:var(--blue);color:var(--white);font-size:18px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.step h4{font-size:15px;font-weight:700;margin-bottom:8px}.step p{font-size:13px;color:var(--muted)}.counselor{background:var(--white)}.counselor-inner{display:grid;grid-template-columns:340px 1fr;gap:48px;align-items:center}.counselor-photo{width:100%;border-radius:var(--radius);background:linear-gradient(135deg,#dbeafe,#eff6ff);aspect-ratio:3/4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.counselor-avatar{width:110px;height:110px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:42px;color:var(--white);font-weight:800}.counselor-photo p{font-size:14px;font-weight:600;color:var(--navy)}.counselor-text .section-label{margin-bottom:8px}.counselor-text h3{font-size:28px;font-weight:800;margin-bottom:4px}.counselor-role{font-size:15px;color:var(--blue);font-weight:600;margin-bottom:20px}.counselor-text p{font-size:15px;color:var(--muted);margin-bottom:14px}.counselor-stats{display:flex;gap:32px;flex-wrap:wrap;margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.c-stat strong{font-size:26px;font-weight:800;color:var(--navy);display:block}.c-stat span{font-size:13px;color:var(--muted)}.cta-block{background:linear-gradient(135deg,#0f172a,#1e3a5f);color:var(--white);text-align:center;padding:76px 20px;position:relative;overflow:hidden}.cta-block:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 50% at 50% 100%,rgba(37,99,235,.3),transparent);pointer-events:none}.cta-block h2{font-size:clamp(26px,4vw,40px);font-weight:800;margin-bottom:14px}.cta-block p{font-size:17px;color:#cbd5e1;max-width:560px;margin:0 auto 36px}.contact{background:var(--light)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-info h3{font-size:22px;font-weight:800;margin-bottom:12px}.contact-info p{font-size:15px;color:var(--muted);margin-bottom:28px}.contact-item{display:flex;align-items:center;gap:14px;margin-bottom:20px}.contact-item-icon{width:44px;height:44px;background:var(--blue);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.contact-item-text a{color:var(--navy);text-decoration:none;font-weight:600;font-size:15px}.contact-item-text a:hover{color:var(--blue)}.contact-item-text span{display:block;font-size:12px;color:var(--muted);margin-bottom:2px}.contact-form{background:var(--white);border-radius:var(--radius);padding:36px;box-shadow:0 4px 20px #00000012}.contact-form h3{font-size:20px;font-weight:700;margin-bottom:22px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--navy2)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:11px 14px;border:1.5px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;color:var(--navy);background:#f8fafc;outline:none;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue);background:var(--white)}.form-group textarea{resize:vertical;min-height:100px}.form-submit{width:100%;padding:13px;background:var(--blue);color:var(--white);border:none;border-radius:8px;font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s}.form-submit:hover{background:var(--blue2)}.footer{background:#020617;color:#94a3b8;padding:40px 20px 28px}.footer-inner{max-width:1100px;margin:auto auto 40px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer-brand .brand-main{font-size:20px;font-weight:800;color:var(--white)}.footer-brand .brand-sub{font-size:12px;color:#60a5fa;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;display:block}.footer-brand p{font-size:14px;line-height:1.7;color:#64748b;max-width:280px}.footer-col h5{font-size:13px;font-weight:700;color:var(--white);letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col ul a{color:#64748b;text-decoration:none;font-size:14px;transition:color .2s}.footer-col ul a:hover{color:#93c5fd}.footer-bottom{max-width:1100px;margin:auto;padding-top:24px;border-top:1px solid #1e293b;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:13px}.footer-bottom a{color:#64748b;text-decoration:none}.footer-bottom a:hover{color:#93c5fd}.counselors-section{background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32%),linear-gradient(180deg,#f8fbff,#eef4ff)}.counselors-shell{position:relative;padding:32px 0 6px}.counselors-header{display:grid;grid-template-columns:minmax(0,1.2fr) 320px;gap:24px;align-items:end;margin-bottom:30px}.counselors-header-copy{text-align:left}.counselors-header .section-sub{margin-bottom:0;max-width:760px;margin-left:0}.counselors-intro-card{background:#ffffffb8;border:1px solid rgba(148,163,184,.2);border-radius:20px;padding:20px 20px 18px;box-shadow:0 18px 40px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.counselors-intro-eyebrow{font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--blue2);margin-bottom:10px}.counselors-intro-text{font-size:14px;line-height:1.65;color:var(--muted)}.counselors-intro-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(148,163,184,.18)}.counselors-intro-meta div{display:flex;flex-direction:column;gap:2px}.counselors-intro-meta strong{font-size:22px;font-weight:800;color:var(--navy)}.counselors-intro-meta span{font-size:12px;color:var(--muted)}.counselors-carousel-wrapper{overflow:hidden;width:100%;position:relative;padding:10px 0}.counselors-carousel-wrapper:before,.counselors-carousel-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:92px;z-index:2;pointer-events:none}.counselors-carousel-wrapper:before{left:0;background:linear-gradient(90deg,#eef4ff,#eef4ff00)}.counselors-carousel-wrapper:after{right:0;background:linear-gradient(270deg,#eef4ff,#eef4ff00)}.counselors-carousel{display:flex;gap:18px;animation:scroll-carousel 42s linear infinite;width:fit-content;padding:6px 0;will-change:transform}.counselors-carousel:hover{animation-play-state:paused}@keyframes scroll-carousel{0%{transform:translate(0)}to{transform:translate(calc(-50% - 9px))}}.counselor-card{flex:0 0 286px;background:#ffffffe0;border-radius:22px;overflow:hidden;border:1px solid rgba(148,163,184,.18);box-shadow:0 14px 36px #0f172a14;transition:transform .28s,box-shadow .28s,border-color .28s;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.counselor-card:hover{transform:translateY(-6px);box-shadow:0 20px 44px #2563eb24;border-color:#2563eb3d}.counselor-card-image{width:100%;height:220px;background:radial-gradient(circle at top,rgba(255,255,255,.45),transparent 40%),linear-gradient(135deg,#bfdbfe,#dbeafe 48%,#eff6ff);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.counselor-card-image:after{content:"";position:absolute;inset:auto 0 0 0;height:56px;background:linear-gradient(180deg,#0f172a00,#0f172a1f)}.counselor-card-image img{width:100%;height:100%;object-fit:cover;object-position:center top}.counselor-avatar-placeholder{width:94px;height:94px;background:linear-gradient(135deg,var(--blue),#60a5fa);color:var(--white);font-size:32px;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 14px 34px #2563eb47}.counselor-card-content{padding:18px 18px 16px;flex:1;display:flex;flex-direction:column;gap:16px}.counselor-card-copy{display:flex;flex-direction:column;gap:8px}.counselor-card-content h4{font-size:18px;font-weight:800;line-height:1.2;color:var(--navy)}.counselor-card-role{font-size:11px;font-weight:700;color:#1d4ed8;text-transform:uppercase;letter-spacing:.12em}.counselor-bio{font-size:13px;color:var(--muted);flex:1;line-height:1.65}.counselor-social{display:flex;gap:8px}.counselor-social a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:#eff6ff;border-radius:8px;font-size:16px;text-decoration:none;transition:background .2s,transform .2s}.counselor-social a:hover{background:#dbeafe;transform:translateY(-1px)}.social-newsletter-section{background:var(--white)}.social-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;max-width:600px;margin:0 auto}.social-link-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 20px;background:var(--light);border-radius:var(--radius);text-decoration:none;color:var(--navy);font-weight:600;font-size:14px;transition:all .2s;border:1px solid transparent}.social-link-btn:hover{background:var(--blue);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb33}.social-icon{font-size:20px}.social-label{text-transform:capitalize}.newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto}.newsletter-form input{flex:1;padding:13px 16px;border:1.5px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;color:var(--navy);background:#f8fafc;outline:none;transition:border-color .2s}.newsletter-form input:focus{border-color:var(--blue);background:var(--white)}.newsletter-form button{padding:13px 24px;background:var(--blue);color:var(--white);border:none;border-radius:8px;font-family:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap}.newsletter-form button:hover{background:var(--blue2)}@media (max-width: 900px){.about-grid{grid-template-columns:1fr;gap:36px}.counselor-inner{grid-template-columns:1fr}.counselor-photo{aspect-ratio:16/9;flex-direction:row}.contact-grid{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr;gap:32px}.counselors-header{grid-template-columns:1fr;align-items:start}.counselors-carousel-wrapper:before,.counselors-carousel-wrapper:after{width:54px}}@media (max-width: 640px){.section{padding:54px 16px}.navbar-links{display:none}.about-cards{grid-template-columns:1fr}.hero-stats{gap:28px}.counselor-stats{gap:20px}.about-strip{padding:54px 16px}.hero{padding:84px 16px 72px}.cta-block{padding:64px 16px}.counselors-shell{padding-top:18px}.counselors-intro-card{padding:18px 16px 16px}.counselors-carousel{gap:14px;animation-duration:34s}.counselor-card{flex-basis:248px}.counselor-card-image{height:192px}.newsletter-form{flex-direction:column}}
