@import url('https://fonts.googleapis.com/css2?family=Google+Sans:wght@400;500;600;700&display=swap');
:root{--navy:#102b46;--blue:#146fd1;--green:#35a853;--gold:#f3c24b;--ink:#122033;--muted:#647284;--line:#e3e9ef;--bg:#f7f9fb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Google Sans",Arial,sans-serif;color:var(--ink);background:var(--bg);line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.utility{height:34px;background:var(--navy);color:#eaf1f8;padding:7px max(4vw,24px);font-size:12px;display:flex;justify-content:space-between}.site-header{height:76px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 max(4vw,24px);gap:28px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px}.brand strong{font-size:32px;line-height:1;color:var(--navy)}.brand strong span{color:var(--green)}.brand small{display:block;color:var(--muted);font-size:10px}.logo-mark{width:44px;height:44px;border:3px solid var(--blue);border-radius:12px;display:grid;place-items:center;color:var(--green);font-size:25px}.header-search{display:flex;max-width:430px;flex:1}.header-search input{width:100%;border:1px solid var(--line);padding:11px 14px;border-radius:12px 0 0 12px;outline:none}.header-search button{width:48px;border:0;background:var(--blue);color:#fff;border-radius:0 12px 12px 0}.social{font-size:13px;white-space:nowrap}.social button,.newsletter button,.ad button{border:0;background:var(--green);color:white;border-radius:8px;padding:10px 17px;margin-left:8px}.main-nav{height:48px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:27px;font-size:13px;font-weight:600;overflow:auto}.hero{position:relative;height:440px;overflow:hidden}.hero>img{width:100%;height:100%;object-fit:cover}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,27,43,.9),rgba(9,27,43,.35),rgba(9,27,43,.08))}.hero-overlay{position:absolute;z-index:1;left:7%;top:75px;max-width:700px;color:#fff}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.2px;color:var(--blue);text-transform:uppercase}.hero .eyebrow{color:#cde8ff}.hero h1{font-size:54px;line-height:1.06;margin:12px 0}.hero h1 em{color:#8be19a;font-style:normal}.hero p{font-size:19px;max-width:630px}.button{display:inline-block;background:var(--blue);color:#fff;padding:13px 22px;border-radius:8px;font-weight:700;margin-top:10px}.trustbar{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid var(--line);padding:20px 7%;gap:20px}.trustbar div{display:grid;grid-template-columns:35px 1fr;align-items:center;color:var(--blue)}.trustbar b{font-size:16px;color:var(--ink)}.trustbar small{grid-column:2;color:var(--muted)}.container{width:min(1260px,92%);margin:0 auto;padding:48px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section-head h1,.section-head h2{margin:5px 0;font-size:34px;line-height:1.2}.section-head>a{color:var(--green);font-weight:700}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(20,43,70,.05)}.card img{width:100%;height:205px;object-fit:cover}.card-body{padding:17px}.card h3{font-size:20px;line-height:1.25;margin:7px 0}.card p{color:var(--muted);font-size:14px}.card a{color:var(--green);font-weight:700;font-size:13px}.ad{background:linear-gradient(100deg,#e8f3ff,#f3f8f1);border:1px dashed #a8b8c7;border-radius:10px;padding:18px 22px;margin:30px 0;display:flex;align-items:center;gap:18px}.ad span{font-size:9px;color:var(--muted);letter-spacing:1px}.ad strong{flex:1}.content-layout,.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:30px}.article-list{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.list-link{display:grid;grid-template-columns:45px 1fr 130px;gap:12px;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);font-weight:600}.list-link span{color:var(--blue)}.list-link small{color:var(--muted);font-weight:400}.tall{display:block;min-height:290px;background:linear-gradient(145deg,#e8f4ff,#e8f7ec)}.tall h3{font-size:24px;margin:15px 0}.newsletter,.sidebox{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;margin-top:20px}.newsletter h3{margin:5px 0}.newsletter p{color:var(--muted);font-size:14px}.newsletter input{width:100%;padding:11px;border:1px solid var(--line);border-radius:7px;margin-bottom:8px}.newsletter button{width:100%;margin:0}.sidebox h3{margin-top:0}.sidebox a{display:block;padding:9px 0;border-bottom:1px solid var(--line);font-size:13px}.sidebox b{float:right;color:var(--muted)}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:24px}.breadcrumbs a{color:var(--blue)}.article-layout article{background:#fff;padding:40px;border-radius:14px;border:1px solid var(--line)}.article-layout article h1{font-size:48px;line-height:1.1;margin:8px 0 15px}.dek{font-size:19px;color:var(--muted)}.meta{font-size:12px;color:var(--muted);margin:18px 0}.article-hero{width:100%;max-height:530px;object-fit:cover;border-radius:10px}.caption{font-size:11px;color:var(--muted)}.article-layout article h2{font-size:27px;line-height:1.25;margin-top:36px}.article-layout article h3{font-size:20px;margin-top:27px}.article-layout article p,.article-layout article li{font-size:16px}.toc{background:#f1f6fb;border-left:4px solid var(--blue);padding:18px 22px;border-radius:8px;margin:25px 0}.compact img{height:155px}.all-grid{grid-template-columns:repeat(4,1fr)}.footer{background:var(--navy);color:#dce8f3;padding:50px 7%;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px}.footer-brand{font-size:25px;font-weight:700;color:#fff}.footer p{color:#aebfd0}.footer h4{color:#fff;margin-top:0}.footer a{display:block;color:#b9cad9;font-size:13px;margin:8px 0}.copyright{background:#091d31;color:#8da2b6;text-align:center;padding:13px;font-size:11px}@media(max-width:900px){.header-search{display:none}.main-nav{justify-content:flex-start;padding:0 20px}.hero{height:420px}.hero h1{font-size:42px}.trustbar{grid-template-columns:repeat(2,1fr)}.feature-grid,.all-grid{grid-template-columns:repeat(2,1fr)}.content-layout,.article-layout{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}}@media(max-width:600px){.utility span,.social{display:none}.brand strong{font-size:25px}.hero{height:500px}.hero-overlay{top:45px;left:5%;right:5%}.hero h1{font-size:37px}.trustbar{grid-template-columns:1fr}.feature-grid,.all-grid{grid-template-columns:1fr}.list-link{grid-template-columns:35px 1fr}.list-link small{display:none}.container{padding:30px 0}.article-layout article{padding:23px}.article-layout article h1{font-size:36px}.article-layout article p,.article-layout article li{font-size:15px}.footer{grid-template-columns:1fr}}
