:root{--navy:#173a5f;--teal:#2db39b;--mint:#e9f7f3;--cream:#fffaf0;--coral:#ff9b86;--yellow:#ffc94d;--ink:#26384b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fffdf8;color:var(--ink);font-family:Nunito,sans-serif}.site-head{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.94);border-bottom:1px solid #e8efe9;backdrop-filter:blur(12px)}.nav{max-width:1120px;margin:auto;padding:15px 24px;display:flex;align-items:center;justify-content:space-between}.nav img{height:38px}.nav-links{display:flex;gap:14px;align-items:center;font-weight:800}.nav a,.card a,.cta a{text-decoration:none;color:inherit}.pill{border:2px solid var(--teal);border-radius:999px;padding:7px 14px}.blog-hero{position:relative;overflow:hidden;padding:78px 24px 68px;text-align:center;background:linear-gradient(135deg,#eefaf7,#fff5dd)}.blog-hero:before,.blog-hero:after{content:"";position:absolute;border-radius:50%;opacity:.55}.blog-hero:before{width:240px;height:240px;background:#ffd9cf;left:-90px;top:-100px}.blog-hero:after{width:300px;height:300px;background:#cdeee8;right:-120px;bottom:-180px}.eyebrow{color:#218d7d;text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:900}.blog-hero h1,.article-copy h1{color:var(--navy);font-size:clamp(2.3rem,5vw,4.25rem);line-height:1.04;margin:12px auto 18px;max-width:850px}.blog-hero p{font-size:1.15rem;line-height:1.7;max-width:680px;margin:auto}.cards{max-width:1120px;margin:0 auto;padding:56px 24px 80px;display:grid;grid-template-columns:repeat(12,1fr);gap:28px}.card{grid-column:span 6;background:white;border:1px solid #e5eee9;border-radius:30px;overflow:hidden;box-shadow:0 18px 50px rgba(23,58,95,.08);transition:.2s transform,.2s box-shadow}.card:first-child{grid-column:span 12;display:grid;grid-template-columns:1.15fr 1fr}.card:hover{transform:translateY(-4px);box-shadow:0 22px 60px rgba(23,58,95,.13)}.card img{width:100%;height:260px;object-fit:cover}.card:first-child img{height:100%;min-height:380px}.card-body{padding:30px}.card h2{font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.16;color:var(--navy);margin:11px 0}.card p{line-height:1.65}.read{display:inline-flex;margin-top:12px;background:var(--teal);color:white!important;padding:12px 20px;border-radius:999px;font-weight:900}.article-top{background:linear-gradient(135deg,#effaf7,#fff6df);padding:54px 24px 46px}.article-copy{max-width:840px;margin:auto}.back{color:#218d7d;font-weight:900;text-decoration:none}.article-copy .dek{font-size:1.22rem;line-height:1.7;margin-bottom:0}.hero-image{display:block;width:min(1120px,calc(100% - 32px));max-height:610px;object-fit:cover;margin:34px auto;border-radius:32px;box-shadow:0 20px 55px rgba(23,58,95,.13)}.prose{max-width:760px;margin:auto;padding:20px 24px 80px;font-size:1.08rem;line-height:1.82}.prose h2{color:var(--navy);font-size:1.85rem;line-height:1.22;margin:42px 0 12px}.prose ul,.prose ol{padding-left:24px}.note{background:var(--cream);border-left:5px solid var(--yellow);border-radius:18px;padding:20px 22px}.cta{margin-top:48px;background:var(--mint);border-radius:28px;padding:30px}.cta h2{margin-top:0}.cta a{display:inline-flex;background:var(--teal);color:#fff;padding:12px 20px;border-radius:999px;font-weight:900}.footer{text-align:center;border-top:1px solid #e8efe9;padding:28px 20px;color:#637083}@media(max-width:760px){.card,.card:first-child{grid-column:span 12;display:block}.card:first-child img,.card img{height:230px;min-height:0}.blog-hero{padding:58px 22px}.article-top{padding-top:42px}.hero-image{border-radius:22px}.nav{padding-inline:18px}}
