*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#152238;background:#fff;line-height:1.6}a{text-decoration:none;color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.header{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.95);border-bottom:1px solid #e6ebf1}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:12px;font-weight:800}.brand img{width:46px;height:46px;border-radius:50%;object-fit:cover}nav{display:flex;gap:28px;font-weight:700}nav a:hover{color:#126bd7}.menu{display:none;border:0;background:none;font-size:1.5rem}.hero{padding:84px 0;background:radial-gradient(circle at 80% 15%,rgba(18,107,215,.13),transparent 30%),linear-gradient(135deg,#fff,#f7fbff)}.heroGrid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:800;color:#126bd7;margin-bottom:16px}.hero h1,.section h2{margin:0;color:#07111f;letter-spacing:-.04em}.hero h1{font-size:clamp(3rem,6vw,5.6rem);line-height:.98}.hero h1 span{color:#126bd7}.lead{font-size:1.12rem;color:#667085;max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 38px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border:1px solid #dfe6ee;border-radius:10px;font-weight:800;background:#fff}.primary{background:#126bd7;color:#fff;border-color:#126bd7}.stats{display:flex;gap:34px;flex-wrap:wrap}.stats div{display:grid}.stats small{color:#667085}.heroCard{background:#07111f;color:#fff;border-radius:26px;min-height:500px;padding:48px;display:flex;flex-direction:column;justify-content:space-between}.heroCard img{width:170px;height:170px;border-radius:50%;object-fit:cover}.heroCard span{color:#8fc3ff;font-weight:700}.heroCard h2{color:#fff;font-size:2.1rem;line-height:1.12}.heroCard p{color:#cbd5e1}.section{padding:92px 0}.soft{background:#f6f8fb}.twoCol{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px}.section h2{font-size:clamp(2.1rem,4vw,3.4rem);line-height:1.08}.copy p,.sectionHead p,.contact p{color:#667085}.sectionHead{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:36px}.sectionHead>p{max-width:460px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.grid article{background:#fff;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden}.grid img{width:100%;aspect-ratio:1.15/1;object-fit:cover}.grid h3,.grid p{margin-left:20px;margin-right:20px}.grid h3{margin-bottom:4px}.grid p{margin-top:0;margin-bottom:22px;color:#667085;font-size:.92rem}.shopPanel{background:linear-gradient(135deg,#07111f,#0d2849);color:#fff;border-radius:26px;padding:54px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px}.shopPanel h2{color:#fff}.shopPanel p{color:#c9d6e4}.light{color:#8fc3ff}.marketLinks{display:grid;gap:14px;align-content:center}.marketLinks a{display:flex;justify-content:space-between;gap:20px;padding:20px 22px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13)}.marketLinks strong{font-size:1.2rem}.contact{display:flex;justify-content:space-between;gap:40px;align-items:center}footer{border-top:1px solid #e5eaf0;padding:26px 0}.footer{display:flex;justify-content:space-between;align-items:center;color:#667085;font-size:.9rem}.footer .brand{color:#07111f}.footer .brand img{width:34px;height:34px}@media(max-width:900px){.heroGrid,.twoCol,.shopPanel{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.sectionHead{align-items:start;flex-direction:column}}@media(max-width:680px){.wrap{width:min(100% - 28px,1180px)}nav{display:none;position:absolute;left:0;right:0;top:76px;background:#fff;padding:20px;flex-direction:column;border-bottom:1px solid #e5eaf0}nav.open{display:flex}.menu{display:block}.hero{padding-top:58px}.hero h1{font-size:3.3rem}.heroCard{min-height:390px;padding:34px}.grid{grid-template-columns:1fr}.section{padding:68px 0}.shopPanel{padding:34px 24px}.contact,.footer{align-items:flex-start;flex-direction:column}}
.marketInfo{display:flex;flex-direction:column;gap:8px;padding:20px 22px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}
.marketInfo strong{font-size:1.2rem}
.marketInfo span{color:#c9d6e4;font-size:.92rem;line-height:1.5}

.categoryCard{display:block;background:#fff;border:1px solid #e5eaf0;border-radius:18px;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.categoryCard:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(7,17,31,.08);border-color:#cbd8e7}
.categoryCard img{width:100%;aspect-ratio:1.3/1;object-fit:cover}
.categoryCard h3,.categoryCard p,.categoryCard .cardCta{margin-left:20px;margin-right:20px}
.categoryCard h3{margin-bottom:4px}
.categoryCard p{margin-top:0;margin-bottom:10px;color:#667085;font-size:.92rem}
.cardCta{display:block;margin-bottom:20px;color:#126bd7;font-weight:800;font-size:.9rem}
.featuredGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.featuredGrid a{display:flex;min-height:145px;padding:26px;border:1px solid #e5eaf0;border-radius:18px;flex-direction:column;justify-content:space-between;background:#fff;transition:transform .18s ease,box-shadow .18s ease}
.featuredGrid a:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(7,17,31,.08)}
.featuredGrid strong{font-size:1.25rem;color:#07111f}
.featuredGrid span{color:#126bd7;font-weight:700}
@media(max-width:900px){.featuredGrid{grid-template-columns:1fr}}

.featuredGrid a strong{display:block;margin-bottom:12px}
.featuredGrid a span{display:block}
