
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f3f6fa;color:#0d1a2d;line-height:1.6;}
a{color:#2274A5;text-decoration:none;}
a:hover{text-decoration:underline;}
header{background:#ffffffdd;border-bottom:1px solid #e2e8f0;position:sticky;top:0;backdrop-filter:blur(8px);z-index:50;}
.nav-inner{max-width:1100px;margin:0 auto;padding:0.6rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;}
.brand{display:flex;align-items:center;gap:.6rem;}
.brand img{width:32px;height:32px;}
.brand-text{display:flex;flex-direction:column;font-size:.8rem;color:#64748b;}
.brand-text strong{font-size:1.1rem;color:#0d1a2d;}
nav ul{display:flex;gap:.9rem;list-style:none;font-size:.85rem;color:#475569;}
nav ul li a.nav-contact{color:#2274A5;font-weight:600;}
main{max-width:1100px;margin:0 auto;padding:1.5rem 1.25rem 3rem;}
.hero{display:grid;grid-template-columns:minmax(0,3fr) minmax(0,2fr);gap:2rem;margin-top:1.5rem;align-items:center;}
.hero h1{font-size:2.3rem;line-height:1.2;margin-bottom:.75rem;}
.hero-highlight{color:#2274A5;}
.hero p{font-size:.95rem;color:#475569;}
.btn-row{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.75rem;}
.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1.3rem;border-radius:999px;font-size:.85rem;font-weight:600;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .18s.ease,transform .18s.ease,box-shadow .18s.ease;}
.btn-primary{background:#2274A5;color:#fff;border-color:#1e6791;box-shadow:0 10px 25px rgba(34,116,165,0.25);}
.btn-primary:hover{background:#1e6791;transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,0.28);}
.btn-secondary{background:#fff;color:#0f172a;border-color:#cbd5e1;box-shadow:0 4px 14px rgba(15,23,42,0.08);}
.btn-secondary:hover{transform:translateY(-1px);box-shadow:0 8px 22px rgba(15,23,42,0.16);}
.section{margin-top:2.2rem;}
.section h2{font-size:1.4rem;margin-bottom:.4rem;}
.section p.lead{font-size:.9rem;color:#475569;max-width:640px;}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1.1rem;}
.card{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:1rem;font-size:.9rem;color:#475569;box-shadow:0 8px 24px rgba(15,23,42,0.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;}
.card h3{font-size:1rem;color:#0f172a;margin-bottom:.25rem;}
.card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(15,23,42,0.12);border-color:#cbd5e1;}
small.label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.3rem;}
footer{border-top:1px solid #e2e8f0;background:#ffffff;margin-top:2rem;}
footer .foot-inner{max-width:1100px;margin:0 auto;padding:.9rem 1.25rem;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;font-size:.75rem;color:#64748b;}
form{font-size:.85rem;}
.field{margin-top:.7rem;}
label{display:block;font-size:.75rem;color:#475569;margin-bottom:.15rem;}
input[type=text],input[type=email],input[type=number],textarea,select{width:100%;border-radius:10px;border:1px solid #cbd5e1;padding:.45rem .6rem;font-size:.85rem;background:#ffffff;}
textarea{min-height:120px;resize:vertical;}
textarea:focus,input:focus,select:focus{outline:2px solid #2274A5;outline-offset:1px;}
.form-actions{margin-top:1rem;text-align:right;}
.badge-list{margin-top:.4rem;font-size:.8rem;color:#64748b;}
.badge{display:inline-block;border-radius:999px;border:1px solid #cbd5e1;padding:.1rem .5rem;margin-right:.2rem;margin-top:.15rem;}
.blog-list{margin-top:1.1rem;display:flex;flex-direction:column;gap:.7rem;font-size:.9rem;}
.blog-list a.title{font-weight:600;color:#0f172a;}
.blog-list p{color:#64748b;font-size:.85rem;}
.article{background:#fff;border-radius:18px;border:1px solid #e2e8f0;padding:1.4rem;font-size:.9rem;color:#1f2933;box-shadow:0 8px 24px rgba(15,23,42,0.06);}
.article h1{font-size:1.7rem;margin-bottom:.4rem;}
.article h2{font-size:1.1rem;margin-top:1.1rem;margin-bottom:.15rem;}
.article p{margin-top:.35rem;}
.article ul,.article ol{margin-left:1.1rem;margin-top:.35rem;}
.article li{margin-top:.2rem;}
.article .callout{margin-top:.9rem;padding:.7rem .8rem;border-radius:12px;background:#e8f1f6;font-size:.85rem;}
.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-top:1rem;}
/* Mobile menu button */
.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;font-size:1.8rem;color:#0d1a2d;}
/* Full-screen overlay */
.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(13,26,45,0.92) !important;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:200;opacity:0;pointer-events:none;transition:opacity .25s ease;}
.mobile-menu-overlay.active{opacity:1;pointer-events:auto;}
.mobile-menu-close{position:absolute;top:1rem;right:1.2rem;background:none;border:none;color:#ffffff;font-size:2rem;cursor:pointer;}
.mobile-menu-brand img{width:42px;opacity:0.9;margin-bottom:2rem;}
.mobile-menu-links{display:flex !important;flex-direction:column !important;align-items:center !important;gap:1.6rem !important;width:100%;text-align:center;padding:2rem 1rem 4rem;}
.mobile-menu-links a{display:block !important;font-size:1.6rem !important;font-weight:600 !important;letter-spacing:0.5px;color:#f8fafc !important;text-decoration:none !important;max-width:320px;line-height:1.4;opacity:0;transform:translateY(10px);animation:menuFadeUp .35s ease forwards;}
.mobile-menu-links a:nth-child(1){animation-delay:.05s;}
.mobile-menu-links a:nth-child(2){animation-delay:.10s;}
.mobile-menu-links a:nth-child(3){animation-delay:.15s;}
.mobile-menu-links a:nth-child(4){animation-delay:.20s;margin-bottom:2rem !important;padding-bottom:2rem !important;border-bottom:1px solid rgba(255,255,255,0.15);}
.mobile-menu-links a:nth-child(5){animation-delay:.25s;}
.mobile-menu-links a:nth-child(6){animation-delay:.30s;}
.mobile-menu-links a:nth-child(7){animation-delay:.35s;}
.mobile-menu-links a:nth-child(8){animation-delay:.40s;}
@keyframes menuFadeUp{to{opacity:1;transform:translateY(0);}}
.hidden{display:none !important;}
/* Start Here specific */
.start-hero{background:#f7f9fb;border-radius:24px;padding:1.5rem 1.6rem;box-shadow:0 10px 28px rgba(15,23,42,0.06);animation:fadeUp .35s ease-out;}
.start-hero h2{font-size:2rem;margin-bottom:.5rem;}
.start-hero p{font-size:.96rem;color:#475569;margin-top:.25rem;max-width:720px;}
.start-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem;margin-top:1.4rem;}
.start-card{position:relative;padding:1.2rem 1.2rem 1.3rem;}
.start-card h3{font-size:1.05rem;margin-bottom:.25rem;}
.start-card p{font-size:.9rem;color:#4b5563;margin-top:.25rem;}
.start-card-footer{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.5rem;}
.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.1rem;border-radius:999px;font-size:.8rem;font-weight:500;border:1px dashed #cbd5e1;background:transparent;color:#0f172a;cursor:pointer;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease;}
.btn-ghost:hover{background:#0f172a;color:#f9fafb;border-color:#0f172a;}
.start-next{margin-top:2rem;text-align:center;}
.start-next p{font-size:.95rem;color:#4b5563;margin-bottom:.9rem;}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}
@media(max-width:720px){
  .hero{grid-template-columns:1fr;}
  nav ul{display:none;}
  .mobile-menu-button{display:block;}
}
