
:root{--navy:#081f33;--navy2:#0b2a45;--teal:#0f9d8a;--teal2:#0b7f72;--ink:#11253a;--muted:#607080;--line:#dce5eb;--soft:#f3f7f8;--warm:#f4a340;--white:#fff;--shadow:0 12px 34px rgba(7,31,51,.08);--radius:18px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.65 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px;z-index:1000}.topbar{background:var(--navy);color:#dbe7ef;font-size:12.5px}.topbar .wrap{min-height:32px;display:flex;justify-content:space-between;align-items:center;gap:18px}.site-header{background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100;backdrop-filter:blur(10px)}.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:174px;height:auto}.navlinks{display:flex;align-items:center;gap:25px;font-weight:700;font-size:14px}.navlinks a{padding:27px 0 23px;border-bottom:3px solid transparent}.navlinks a:hover,.navlinks a[aria-current="page"]{color:var(--teal2);border-color:var(--teal)}.menu{display:none;background:transparent;border:0;font-size:25px}.hero{background:linear-gradient(90deg,rgba(4,27,45,.96),rgba(7,41,65,.74) 52%,rgba(6,58,66,.20)),var(--hero) center/cover no-repeat;color:#fff;min-height:540px;display:flex;align-items:center}.hero-inner{max-width:690px;padding:86px 0 94px}.eyebrow,.meta{font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:var(--teal)}.hero .eyebrow{color:#b6f4e9}.hero h1,.category-hero h1,.article-head h1,.tool-hero h1,.trust-page h1{font-family:Georgia,"Times New Roman",serif;line-height:1.02;letter-spacing:-.025em}.hero h1{font-size:64px;margin:14px 0 18px}.hero p{font-size:19px;max-width:650px;color:#e5eef2}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:10px;font-weight:800;border:1px solid transparent}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal2)}.btn-ghost{border-color:rgba(255,255,255,.45);color:#fff}.trustbar{margin-top:-42px;position:relative;z-index:3}.trust-grid{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.trust-item{padding:22px;display:flex;gap:12px;align-items:flex-start}.trust-item+.trust-item{border-left:1px solid var(--line)}.trust-icon{width:38px;height:38px;border-radius:12px;background:#e8f8f5;color:var(--teal2);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.trust-item strong{display:block}.trust-item span{font-size:13px;color:var(--muted)}.section{padding:72px 0}.section.soft{background:var(--soft)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:26px}.section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:38px;line-height:1.1;margin:6px 0}.section-head p{max-width:560px;color:var(--muted);margin:0}.grid{display:grid;gap:22px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 5px 20px rgba(8,31,51,.04);display:flex;flex-direction:column}.card-media{height:205px;overflow:hidden}.card-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.card:hover .card-media img{transform:scale(1.035)}.card-body{padding:18px 18px 8px}.card h3{margin:6px 0 7px;font-size:18px;line-height:1.25}.card p{margin:0;color:var(--muted);font-size:14px}.more{margin-top:auto;padding:8px 18px 19px;color:#096d94;font-weight:850;font-size:14px}.intent-grid{grid-template-columns:repeat(3,1fr)}.intent-card{display:grid;grid-template-columns:126px 1fr;background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden}.intent-card img{width:126px;height:130px;object-fit:cover}.intent-card div{padding:14px}.intent-card h3{font-size:16px;line-height:1.2;margin:5px 0}.path-grid{grid-template-columns:repeat(5,1fr)}.path-card{border:1px solid var(--line);border-radius:15px;padding:22px;background:#fff}.path-icon{width:38px;height:38px;border-radius:50%;background:#e7f8f5;display:grid;place-items:center;color:var(--teal2);font-weight:900}.path-card h3{margin:12px 0 7px}.path-card p{font-size:14px;color:var(--muted)}.stat-band{background:var(--navy);color:#fff;padding:38px 0}.stat-grid{display:grid;grid-template-columns:1.5fr repeat(3,.7fr);gap:26px;align-items:center}.stat-grid h2{font-family:Georgia,serif;margin:0}.stat strong{font-size:34px}.stat span{display:block;color:#c9d9e4;font-size:13px}.cta{display:grid;grid-template-columns:310px 1fr auto;align-items:center;background:linear-gradient(110deg,#08243b,#0c3857);color:#fff;border-radius:18px;overflow:hidden}.cta img{width:310px;height:190px;object-fit:cover}.cta-copy{padding:28px}.cta-copy h2{font-family:Georgia,serif;margin:0 0 8px}.cta-copy p{margin:0;color:#d7e5ee}.cta .btn{margin-right:24px;white-space:nowrap}.site-footer{background:#071d31;color:#d7e3eb;padding:54px 0 24px}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px}.footer-brand img{filter:brightness(0) invert(1);width:165px}.site-footer h4{color:#fff;margin:0 0 12px}.site-footer a{display:block;margin:7px 0;color:#d7e3eb}.site-footer p{color:#bdcbd4}.footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid #294055;display:flex;justify-content:space-between;gap:20px;font-size:12px}.breadcrumb{font-size:13px;color:#748391;margin-bottom:20px}.breadcrumb a{color:#35708d}.category-hero,.tool-hero,.trust-page{background:linear-gradient(180deg,#f3f8f8,#fff);padding:52px 0 34px}.category-hero-grid,.tool-hero-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:52px;align-items:center}.category-hero h1,.tool-hero h1,.trust-page h1{font-size:58px;margin:6px 0 14px}.category-hero p,.tool-hero p{font-size:18px;color:var(--muted);max-width:650px}.category-photo{height:300px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.category-photo img{width:100%;height:100%;object-fit:cover}.featured-band{margin:28px 0 12px;background:linear-gradient(110deg,var(--navy),#0b4660);color:#fff;border-radius:18px;display:grid;grid-template-columns:300px 1fr auto;align-items:center;overflow:hidden}.featured-band img{width:300px;height:150px;object-fit:cover}.featured-copy{padding:20px 26px}.featured-copy h2{font-family:Georgia,serif;margin:3px 0 6px;font-size:26px}.featured-band .btn{margin-right:20px}.chips{display:flex;gap:9px;flex-wrap:wrap;margin:20px 0 26px}.chip{font-size:12px;font-weight:750;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 11px;color:#496171}.category-grid{grid-template-columns:repeat(3,1fr)}.article-head{padding:48px 0 24px;background:linear-gradient(180deg,#f5f9f9,#fff)}.article-head .wrap{display:grid;grid-template-columns:minmax(0,760px) 310px;gap:54px}.article-head h1{font-size:49px;margin:8px 0 14px}.lead{font-size:19px;color:#516474}.article-meta-row{display:flex;flex-wrap:wrap;gap:16px;margin-top:18px;color:#617281;font-size:13px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:54px;padding:0 0 72px}.article-cover{margin:16px 0 28px;height:430px;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.article-cover img{width:100%;height:100%;object-fit:cover}.article-body{font-size:17px}.article-body h2{font-family:Georgia,serif;font-size:29px;line-height:1.15;margin-top:36px}.article-body h3{margin-top:28px}.article-body a{color:#087b8e;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.article-body ul,.article-body ol{padding-left:22px}.quick-answer,.editorial-note,.source-box,.disclaimer{border:1px solid var(--line);border-radius:15px;padding:20px 22px;margin:20px 0}.quick-answer{background:#f0faf8}.quick-answer h2{font-size:20px;margin:0 0 8px}.disclaimer{background:#fffaf2;border-color:#efdfbd;font-size:14px}.editorial-note{background:#f7fbfb}.source-box{background:#f6f8f9}.source-box h3{margin-top:0}.sidebar{padding-top:16px}.sidebox{border:1px solid var(--line);border-radius:15px;padding:19px;background:#fff;margin-bottom:16px;box-shadow:0 5px 18px rgba(8,31,51,.04)}.sidebox h4{margin:0 0 9px}.sidebox a{display:block;color:#0d7680;margin:8px 0}.sticky{position:sticky;top:100px}.tool-hero .category-photo{height:250px}.tool-grid{grid-template-columns:repeat(4,1fr)}.tool-card{border:1px solid var(--line);border-radius:16px;padding:22px;background:#fff}.tool-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:#e5f8f5;color:var(--teal2);font-weight:900;font-size:20px}.tool-card h3{font-family:Georgia,serif;font-size:22px}.calculator-panel{border:1px solid #bee2df;background:#f1faf9;border-radius:18px;padding:26px}.calc-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.field label{display:block;font-size:13px;font-weight:750;margin-bottom:5px}.field input,.field select{width:100%;height:44px;border:1px solid #cfdde3;border-radius:9px;padding:0 12px;background:#fff}.result-box{background:#fff;border-radius:12px;padding:20px}.result-big{font-size:32px;font-weight:900;color:var(--teal2)}.cookie-panel{position:fixed;left:20px;right:20px;bottom:20px;background:#fff;border:1px solid var(--line);box-shadow:0 15px 50px rgba(8,31,51,.2);border-radius:15px;padding:15px 18px;display:none;align-items:center;gap:20px;z-index:300}.cookie-panel.show{display:flex}.cookie-panel p{margin:0;flex:1;font-size:13px}.cookie-actions{display:flex;gap:8px}.cookie-actions button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 12px;font-weight:700}.cookie-actions .cookie-accept{background:var(--teal);color:#fff;border-color:var(--teal)}
@media(max-width:980px){.navlinks{position:absolute;left:0;right:0;top:76px;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:12px 24px;border-bottom:1px solid var(--line)}.navlinks.open{display:flex}.navlinks a{padding:9px;border-bottom:0}.menu{display:block}.hero h1{font-size:49px}.trust-grid,.stat-grid,.grid-4,.path-grid,.tool-grid{grid-template-columns:repeat(2,1fr)}.grid-3,.category-grid,.intent-grid{grid-template-columns:repeat(2,1fr)}.category-hero-grid,.tool-hero-grid,.article-head .wrap,.article-layout,.footer-grid{grid-template-columns:1fr}.article-head .wrap{gap:12px}.sidebar{order:2}.sticky{position:static}.featured-band{grid-template-columns:180px 1fr}.featured-band .btn{display:none}.cta{grid-template-columns:210px 1fr}.cta img{width:210px}.cta .btn{display:none}.calc-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.wrap{width:min(100% - 24px,1180px)}.topbar .wrap{justify-content:center}.topbar .wrap span:last-child{display:none}.hero{min-height:480px}.hero h1{font-size:43px}.hero-inner{padding:62px 0 80px}.trust-grid,.grid-3,.grid-4,.category-grid,.intent-grid,.path-grid,.tool-grid,.stat-grid,.calc-grid{grid-template-columns:1fr}.trust-item+.trust-item{border-left:0;border-top:1px solid var(--line)}.section{padding:52px 0}.section-head{display:block}.section-head h2{font-size:31px}.category-hero h1,.tool-hero h1,.trust-page h1{font-size:43px}.category-hero-grid,.tool-hero-grid{gap:20px}.category-photo{height:220px}.featured-band{display:block}.featured-band img{width:100%;height:170px}.article-head h1{font-size:37px}.article-cover{height:280px}.article-layout{padding-bottom:52px}.intent-card{grid-template-columns:110px 1fr}.intent-card img{width:110px;height:128px}.cta{display:block}.cta img{width:100%;height:160px}.footer-grid{gap:24px}.footer-bottom{display:block}.cookie-panel{display:none!important}}
