/* MicroArt CSS Architecture — Site shell: containers, header, navigation, footer, page scaffolding. */

.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}

.topbar{background:#fff;border-bottom:1px solid #e7eaf1;position:sticky;top:0;z-index:20;box-shadow:0 12px 35px rgba(30,42,62,.06)}

.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}

.brand{display:flex;align-items:center;gap:10px}

.brand__mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#3457ff,#13b8a6);color:#fff;display:grid;place-items:center;font-weight:900}

.brand small{display:block;color:#6b7280;font-size:12px}

.main-nav{display:flex;gap:18px;color:#344054}

.main-nav a:hover{color:#1d4ed8}

.menu-toggle{display:none}

.messages{padding:16px 0}

.message{background:#ecfdf3;color:#027a48;border-radius:14px;padding:12px 16px}

.hero h1,.page-head h1{font-size:clamp(30px,4vw,54px);line-height:1.35;margin:10px 0}

.hero p,.page-head p{color:#667085}

.section{padding:44px 0}

.section__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}

.section__head a{color:#1d4ed8}

.unavailable{color:#dc2626}

.split-section{display:grid;grid-template-columns:1fr 1fr;gap:20px}

.page-head{padding:48px 0 22px}

.layout-with-sidebar{display:grid;grid-template-columns:250px 1fr;gap:22px}

.footer{background:#101828;color:#eaecf0;margin-top:50px}

.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px;padding:44px 0}

.footer a{display:block;color:#d0d5dd;margin:6px 0}

.footer__bottom{text-align:center;border-top:1px solid #344054;padding:16px;color:#98a2b3}

.page-head__stats{background:#fff;border:1px solid #e6eaf2;border-radius:22px;padding:18px 24px;text-align:center;box-shadow:0 16px 40px rgba(22,34,51,.06)}

.page-head__stats strong{display:block;font-size:34px;color:#1d4ed8}

.page-head__stats span{color:#667085}

.section--compact{padding-top:10px}

.message--error{background:#fef2f2;color:#b91c1c}

.brand--with-logo{min-width:220px}

.brand__logo{width:156px;height:auto;display:block}

.brand__text{display:none}

.topbar{background:#fff}

.footer--branded{background:radial-gradient(circle at 15% 20%,rgba(31,56,229,.28),transparent 30%),#101828}

.footer__logo{width:190px;height:auto;background:#fff;border-radius:18px;padding:10px;margin-bottom:12px}

.topbar-notice{background:linear-gradient(90deg,#0b1b6f,#263ee8,#0ea5c6);color:#fff;font-size:13px}

.topbar-notice__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:7px 0}

.topbar-notice a{color:#fff;margin-inline-start:16px;font-weight:800;opacity:.9}

.topbar-notice a:hover{opacity:1}

.menu-toggle{border:1px solid #e2e8f0;background:#fff;border-radius:14px;padding:9px 12px;font:inherit;color:#0f172a}

.mobile-nav-backdrop{display:none}

.footer--branded{margin-top:44px}

.ma-container{width:min(1188px,calc(100% - 36px));margin-inline:auto}

.ma-site-header{background:#fff;border-bottom:1px solid #e8eef7;position:sticky;top:0;z-index:90;box-shadow:0 10px 35px rgba(5,30,71,.04)}

.ma-benefit-bar{background:linear-gradient(90deg,#0747d4,#0b5cff);color:#fff;font-size:13px}

.ma-benefit-bar__inner{min-height:34px;display:flex;justify-content:center;align-items:center;gap:58px}

.ma-header-row{height:74px;display:grid;grid-template-columns:170px minmax(330px,1fr) minmax(280px,420px) auto;gap:18px;align-items:center}

.ma-logo img{width:150px;display:block}

.ma-main-nav{display:flex;justify-content:center;gap:22px;font-weight:700;color:#233a5d}

.ma-main-nav a{padding:8px 2px;position:relative}

.ma-main-nav a:hover,.ma-main-nav a:first-child{color:var(--ma-blue)}

.ma-main-nav a:first-child:after{content:"";position:absolute;right:0;left:0;bottom:-8px;height:3px;border-radius:999px;background:var(--ma-blue)}

.ma-header-search{height:44px;border:1px solid #dbe5f3;border-radius:14px;background:#fff;display:flex;align-items:center;overflow:hidden}

.ma-header-search input{flex:1;min-width:0;border:0;outline:0;padding:0 14px;font:inherit;color:var(--ma-text)}

.ma-header-search button{width:48px;height:100%;border:0;background:#fff;color:#18375e;font-size:22px;cursor:pointer}

.ma-header-actions{display:flex;align-items:center;gap:12px;white-space:nowrap}

.ma-icon-link{position:relative;font-size:23px}

.ma-user-link{color:#1e293b;font-weight:700}

.ma-user-link--blue{background:#eaf2ff;color:#0b5cff;border-radius:999px;padding:8px 12px}

.ma-menu-toggle{display:none;background:#eef4ff;border:0;border-radius:12px;padding:8px 12px;color:#0b5cff}

.ma-page-main{min-height:60vh}

.ma-breadcrumb{font-size:13px;color:#7b8ca4;margin:14px 0}

.ma-trust-strip{margin-top:16px;background:#fff;border:1px solid var(--ma-border);border-radius:20px;padding:16px 22px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;box-shadow:0 14px 42px rgba(28,64,132,.05)}

.ma-trust-strip div{display:flex;align-items:center;justify-content:center;gap:8px;border-left:1px solid #edf2f8;min-height:52px}

.ma-trust-strip div:last-child{border-left:0}

.ma-trust-strip b{font-size:15px}

.ma-trust-strip span{font-size:12px;color:var(--ma-muted)}

.ma-section{margin-top:34px}

.ma-section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}

.ma-section-head h2{margin:0;font-size:24px}

.ma-section-head a{color:#0b5cff;font-weight:900}

.ma-benefit-list{list-style:none;padding:0;margin:14px 0;display:grid;gap:8px}

.ma-benefit-list li:before{content:'✓';color:#10b981;margin-left:8px}

.ma-footer{margin-top:36px;background:#061b3b;color:#dce8ff;padding-top:42px}

.ma-footer__grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1.2fr;gap:32px}

.ma-footer img{width:150px;background:#fff;border-radius:12px;padding:8px}

.ma-footer a{display:block;color:#dce8ff;margin:7px 0}

.ma-footer p{color:#9fb4d1}

.ma-socials{display:flex;gap:10px}

.ma-socials span{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center}

.ma-footer__bottom{border-top:1px solid rgba(255,255,255,.12);text-align:center;padding:16px;margin-top:28px;color:#9fb4d1}

.ma-trust-strip--footer{margin-top:36px}

.ma-container{width:min(1320px,calc(100% - 48px));margin-inline:auto}

.ma-page-main{overflow:hidden}

.ma-site-header{background:rgba(255,255,255,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:80;box-shadow:0 12px 42px rgba(15,23,42,.06)}

.ma-benefit-bar{background:linear-gradient(90deg,#083bb4,#0b5cff,#0aa7dd);color:#fff}

.ma-benefit-bar__inner{height:30px;justify-content:center;gap:42px;font-size:13px;font-weight:800}

.ma-header-row{height:72px;grid-template-columns:178px minmax(380px,1fr) minmax(260px,420px) auto;gap:22px}

.ma-logo img{width:166px}

.ma-main-nav{justify-content:center;gap:8px}

.ma-main-nav a{padding:9px 12px;border-radius:14px;font-weight:800;color:#1f3354}

.ma-main-nav a:hover{background:#eff6ff;color:var(--ma-home-blue)}

.ma-header-search{height:44px;border:1px solid #dbe6f4;background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(15,23,42,.04)}

.ma-header-search input{font-size:13px}

.ma-header-search button{color:var(--ma-home-blue)}

.ma-header-actions{gap:10px}

.ma-icon-link,.ma-user-link{background:#fff;border:1px solid #dce7f6;border-radius:14px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;font-weight:800}

.ma-icon-link:hover,.ma-user-link:hover{border-color:#b8d7ff;color:var(--ma-home-blue)}

.ma-homepage-section{margin-top:34px}

.ma-homepage-section-title{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}

.ma-homepage-section-title span{display:block;color:var(--ma-home-blue);font-weight:950;font-size:13px;margin-bottom:4px}

.ma-homepage-section-title h2{margin:0;font-size:29px;color:#0b1b35;line-height:1.4}

.ma-homepage-section-title a{color:var(--ma-home-blue);font-weight:950}

.ma-homepage-section-title--compact{align-items:center;margin-bottom:16px}

.ma-homepage-section-title--compact h2{font-size:22px}

.ma-trust-strip--footer{border-radius:24px;box-shadow:0 16px 44px rgba(15,23,42,.06)}

.ma-footer{background:linear-gradient(180deg,#061b3b,#04152e);margin-top:36px}

.ma-footer__grid{width:min(1320px,calc(100% - 48px))}
