
:root{--bg:#f7fafc;--paper:#fff;--ink:#0b1522;--muted:#5f7184;--line:#dfe7ee;--brand:#0f766e;--brand2:#0ea5e9;--dark:#07111f;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.68}a{color:#0b6c72;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.container{max-width:var(--max);margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.95);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;gap:26px}.brand img{width:260px}.nav-links{margin-left:auto;display:flex;gap:22px;align-items:center;font-size:14px;font-weight:700}.nav-links a{color:#24364a}.menu-btn{display:none;margin-left:auto;border:1px solid var(--line);background:white;padding:10px 12px;border-radius:10px}.hero{padding:76px 0 54px;background:linear-gradient(145deg,#07111f,#0b2032 65%,#0b4e51);color:white}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.15em;font-weight:800;font-size:12px;color:#6ee7d8}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-.045em;margin:14px 0 22px;max-width:850px}.hero p{font-size:20px;color:#c8d6e2;max-width:720px}.hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:28px}.hero-card h3{margin-top:0;font-size:18px}.hero-card ul{padding-left:20px;color:#d8e4ec}.section{padding:64px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:34px;line-height:1.15;letter-spacing:-.025em;margin:0}.section-head p{margin:6px 0 0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--paper);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 32px rgba(11,21,34,.05)}.card img{width:100%;aspect-ratio:16/9;object-fit:cover}.card-body{padding:22px}.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--brand)}.card h3{font-size:22px;line-height:1.2;margin:9px 0 10px}.card h3 a{color:var(--ink)}.card p{color:var(--muted);margin:0 0 16px}.meta{font-size:13px;color:#788a9c;display:flex;gap:12px;flex-wrap:wrap}.category-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.cat-box{background:white;border:1px solid var(--line);border-radius:14px;padding:18px;min-height:128px}.cat-box strong{display:block;margin:8px 0 5px}.cat-box p{font-size:13px;color:var(--muted);margin:0}.archive-title{padding:56px 0 34px}.archive-title h1{font-size:50px;line-height:1.05;margin:0 0 12px}.archive-title p{max-width:740px;color:var(--muted);font-size:18px}.article-shell{max-width:820px;margin:0 auto}.article-header{padding:56px 0 28px}.article-header h1{font-size:clamp(40px,6vw,64px);line-height:1.06;letter-spacing:-.04em;margin:12px 0 18px}.article-header .dek{font-size:20px;color:var(--muted)}.article-hero{border-radius:22px;border:1px solid var(--line);overflow:hidden;box-shadow:0 18px 50px rgba(11,21,34,.08)}.article{background:white;margin:34px auto 70px;padding:54px 64px;border:1px solid var(--line);border-radius:22px;box-shadow:0 18px 60px rgba(11,21,34,.05)}.article p{margin:0 0 22px}.article .lead{font-size:21px;line-height:1.65;color:#30455b}.article h2{font-size:32px;line-height:1.2;margin:48px 0 18px;letter-spacing:-.02em}.article h3{font-size:21px}.key-takeaway{padding:20px 22px;border-left:4px solid var(--brand);background:#effaf8;border-radius:0 12px 12px 0;margin:24px 0 30px}.step-cards{list-style:none;padding:0;display:grid;gap:14px}.step-cards li{border:1px solid var(--line);border-radius:14px;padding:18px 20px;background:#fbfdff}.step-cards strong{display:block;margin-bottom:5px}.step-cards span{color:var(--muted)}.workflow-diagram{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;background:#07111f;color:white;padding:24px;border-radius:16px;margin:28px 0}.workflow-diagram span{background:#10263a;border:1px solid #24455f;border-radius:999px;padding:10px 16px;font-weight:700}.workflow-diagram b{color:#5eead4}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;margin:24px 0}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:15px 17px;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f4f8fb;font-size:13px;text-transform:uppercase;letter-spacing:.08em}tr:last-child td{border-bottom:0}.mistakes{padding-left:22px}.mistakes li{margin-bottom:12px}.callout-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.callout-grid>div{border:1px solid var(--line);border-radius:14px;padding:18px}.callout-grid span{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e7f7f5;color:#0f766e;font-weight:800}.callout-grid h3{margin:12px 0 7px}.callout-grid p{font-size:14px;color:var(--muted);margin:0}.checklist{list-style:none;padding:0}.checklist li{padding:10px 0 10px 32px;position:relative;border-bottom:1px dashed var(--line)}.checklist li:before{content:'✓';position:absolute;left:0;color:#0f766e;font-weight:900}.faq details{border-top:1px solid var(--line);padding:16px 0}.faq summary{cursor:pointer;font-weight:800}.faq details p{color:var(--muted);margin:10px 0 0}.editor-note{font-size:14px;color:var(--muted);background:#f6f8fa;padding:15px;border-radius:10px}.author-box{display:flex;gap:18px;border-top:1px solid var(--line);padding-top:26px;margin-top:40px}.author-mark{flex:0 0 52px;width:52px;height:52px;border-radius:15px;background:#0f766e;color:white;display:grid;place-items:center;font-weight:900}.author-box p{font-size:14px;color:var(--muted);margin:4px 0}.footer{background:#07111f;color:#cbd5df;padding:54px 0 28px}.footer-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr 1fr;gap:34px}.footer a{color:#dbe9ef}.footer h4{color:white;margin-top:0}.footer small{display:block;border-top:1px solid #203247;margin-top:36px;padding-top:22px;color:#8ea0b2}.content-page{max-width:850px;margin:0 auto;padding:58px 24px 80px}.content-page h1{font-size:48px;line-height:1.08}.content-page h2{margin-top:36px}.content-page p,.content-page li{color:#42566a}.search-box{display:flex;gap:10px;margin:26px 0}.search-box input{flex:1;padding:14px 16px;border:1px solid var(--line);border-radius:10px;font:inherit}.search-box button{padding:14px 18px;border:0;border-radius:10px;background:#0f766e;color:white;font-weight:800}.search-results{display:grid;gap:14px}.search-result{background:white;border:1px solid var(--line);border-radius:12px;padding:18px}.badge{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:5px 9px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.cta-panel{background:linear-gradient(135deg,#0b2032,#0f766e);color:white;border-radius:22px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:28px}.cta-panel p{color:#d9e7ea;margin:8px 0 0}.btn{display:inline-block;background:white;color:#0b2032!important;padding:12px 18px;border-radius:10px;font-weight:800}.pagination{display:flex;justify-content:center;gap:8px;margin-top:32px}.pagination a{border:1px solid var(--line);padding:8px 12px;border-radius:8px;background:white}
@media(max-width:950px){.grid{grid-template-columns:repeat(2,1fr)}.category-strip{grid-template-columns:repeat(2,1fr)}.hero-grid{grid-template-columns:1fr}.hero-card{display:none}.nav-links{display:none;position:absolute;left:0;right:0;top:76px;background:white;border-bottom:1px solid var(--line);padding:18px 24px;flex-direction:column;align-items:flex-start}.nav-links.open{display:flex}.menu-btn{display:block}.article{padding:40px 30px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.container{padding:0 18px}.grid,.category-strip,.callout-grid{grid-template-columns:1fr}.brand img{width:220px}.hero{padding:56px 0}.hero h1{font-size:46px}.article-header h1{font-size:42px}.article{border-left:0;border-right:0;border-radius:0;margin-bottom:40px;padding:34px 22px}.archive-title h1,.content-page h1{font-size:39px}.footer-grid{grid-template-columns:1fr}.cta-panel{display:block}.cta-panel .btn{margin-top:20px}}


/* Newsletter */
.newsletter-block{margin:38px 0 46px;padding:34px;background:linear-gradient(145deg,#07111f,#0b2032 62%,#0f766e);color:white;border-radius:22px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,430px);gap:34px;align-items:center;box-shadow:0 18px 55px rgba(7,17,31,.14)}
.newsletter-copy h2{font-size:clamp(28px,4vw,40px);line-height:1.12;letter-spacing:-.03em;margin:10px 0 14px}.newsletter-copy>p{color:#c9d9e2;margin:0 0 16px}.newsletter-benefits{padding-left:20px;color:#d8e7eb;margin:0}.newsletter-benefits li{margin:7px 0}.newsletter-form-wrap{background:#fff;border-radius:18px;padding:10px;box-shadow:0 12px 30px rgba(0,0,0,.14)}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper{background:#fff!important;border-radius:14px!important;display:block!important;width:100%!important;max-width:none!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper.embedForm{max-width:none!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{padding:20px!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;font-size:24px!important;line-height:1.15!important;font-weight:800!important;letter-spacing:-.02em!important;color:#0b1522!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:#5f7184!important;font-size:14px!important;line-height:1.55!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input{border-radius:10px!important;border-color:#d7e1e8!important;padding:13px 12px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description,.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;color:#42566a!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button{background:#0f766e!important;border-radius:10px!important;padding:13px!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important}
.newsletter-form-wrap #mlb2-44842031.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover{background:#0b5f59!important}
.newsletter-inline-cta{margin:38px 0 4px;padding:22px 24px;border:1px solid #cfe5e2;background:#f0faf8;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:18px}.newsletter-inline-cta strong{display:block;font-size:18px}.newsletter-inline-cta p{margin:4px 0 0!important;color:#5f7184;font-size:14px}.newsletter-inline-cta a{white-space:nowrap;font-weight:800}
.footer-newsletter-link{display:inline-block;margin-top:8px;font-weight:800;color:#7de3d7!important}.newsletter-page{max-width:1000px;margin:0 auto;padding:58px 24px 80px}.newsletter-page .page-intro{max-width:760px;margin-bottom:30px}.newsletter-page .page-intro h1{font-size:48px;line-height:1.08;margin:0 0 12px}.newsletter-page .page-intro p{font-size:18px;color:#5f7184}
@media(max-width:950px){.newsletter-block{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.newsletter-block{padding:24px 18px;border-radius:16px;margin:30px 0}.newsletter-inline-cta{display:block}.newsletter-inline-cta a{display:inline-block;margin-top:12px}.newsletter-page .page-intro h1{font-size:39px}}
