@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:wght@600;700&family=Inter:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#e7eef5;
  --bg-soft:#dde7f0;
  --paper:#edf3f8;
  --paper-2:#e8eff6;
  --paper-3:#f4f8fb;
  --text:#111827;
  --muted:#5b6472;
  --line:#cfd8e3;
  --line-strong:#b9c6d3;
  --primary:#114c7a;
  --primary-dark:#0c3657;
  --accent:#dce6f1;
  --tag-new:#1f6b46;
  --tag-trend:#8a4b10;
  --max:1240px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:'Inter',sans-serif;
  font-size:16px;
  line-height:1.58;
  color:var(--text);
  background:linear-gradient(180deg,var(--bg) 0%,var(--bg-soft) 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}

a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
p{margin:0 0 1rem;max-width:68ch}

h1,h2,h3,h4{
  margin:0 0 .65rem;
  line-height:1.06;
  letter-spacing:-0.02em;
}

h1,h2{
  font-family:'Source Serif 4',serif;
  font-weight:700;
}

h1{font-size:clamp(2.2rem,3.8vw,4.15rem)}
h2{font-size:clamp(1.35rem,2vw,2rem)}

h3{
  font-size:1rem;
  font-weight:700;
  letter-spacing:-0.01em;
}

.container{
  width:min(var(--max),calc(100% - 32px));
  margin:0 auto;
}

.homepage{padding-bottom:28px}
.home-top{padding:14px 0 8px}

.topline{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  padding-bottom:12px;
  border-bottom:1px solid var(--line-strong);
}

.topline-label,
.section-label,
.story-tag,
.story-row-label{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:0 9px;
  background:var(--primary);
  color:#fff;
  font-size:.68rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.topline p{
  margin:0;
  color:var(--muted);
  font-size:.92rem;
}

.hero-news{
  padding:18px 0 12px;
}

.hero-grid{
  display:grid;
  grid-template-columns:280px minmax(0,1fr) 280px;
  gap:16px;
  align-items:start;
}

.rail{
  min-width:0;
}

.rail-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-bottom:10px;
  margin-bottom:12px;
  border-bottom:2px solid var(--line);
}

.rail-head h2{
  margin:0;
  font-family:'Inter',sans-serif;
  font-size:.92rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.rail-head a{
  font-size:.82rem;
  color:var(--primary);
  font-weight:700;
}

.rail-story{
  display:block;
  padding:0 0 16px;
  margin-bottom:16px;
  border-bottom:1px solid var(--line);
}

.rail-story:last-child{
  margin-bottom:0;
}

.rail-story:hover .rail-story-body strong{
  color:var(--primary);
}

.rail-story-body strong{
  display:block;
  margin-bottom:6px;
  font-family:'Source Serif 4',serif;
  font-size:1.03rem;
  line-height:1.18;
}

.rail-story-body p{
  margin-bottom:0;
  color:var(--muted);
  font-size:.93rem;
}

.rail-thumb-wrap{
  margin-bottom:12px;
  border:1px solid var(--line);
  background:var(--paper-2);
  overflow:hidden;
}

.rail-thumb{
  width:100%;
  aspect-ratio:16 / 10;
  object-fit:cover;
}

.rail-kicker{
  display:inline-flex;
  align-items:center;
  margin-bottom:8px;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.rail-kicker.new{color:var(--tag-new)}
.rail-kicker.trend{color:var(--tag-trend)}

.lead-story{
  min-width:0;
}

.lead-story-overlay{
  position:relative;
  display:block;
  min-height:430px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#0d1620;
  color:#fff;
}

.lead-story-overlay .hero-main-image{
  position:absolute;
  inset:0;
  margin:0;
  border:0;
  background:#0d1620;
  overflow:hidden;
}

.lead-story-overlay .hero-main-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  filter:brightness(0.38) saturate(85%);
  transition:transform .28s ease, filter .28s ease;
}

.lead-story-overlay::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(8,15,24,.24) 0%, rgba(8,15,24,.42) 40%, rgba(8,15,24,.78) 100%);
  z-index:1;
}

.lead-overlay{
  position:relative;
  z-index:2;
  min-height:430px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  align-items:flex-start;
  padding:22px 22px 20px;
}

.lead-story-overlay .story-tag{
  margin-bottom:10px;
  min-height:24px;
  padding:0 8px;
  font-size:.64rem;
  letter-spacing:.08em;
}

.lead-story-overlay h1{
  margin:0 0 10px;
  max-width:12ch;
  color:#fff;
  font-size:clamp(2rem,3vw,3rem);
  line-height:.98;
  letter-spacing:-0.03em;
}

.lead-story-overlay .story-intro{
  max-width:54ch;
  color:rgba(255,255,255,.86);
  font-size:.95rem;
  line-height:1.42;
  margin-bottom:0;
}

.hero-meta,
.story-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:.84rem;
  margin-top:10px;
  padding-top:10px;
  border-top:1px solid var(--line);
}

.hero-meta-invert{
  color:rgba(255,255,255,.72);
  border-top:1px solid rgba(255,255,255,.16);
  font-size:.8rem;
}

.lead-story-overlay:hover .hero-main-image img{
  transform:scale(1.02);
  filter:brightness(0.33) saturate(88%);
}

.lead-story-overlay:hover h1{
  text-decoration:underline;
  text-decoration-thickness:2px;
  text-underline-offset:4px;
}

.lead-story-overlay:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}

.story-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.top-banner-wrap{
  padding:10px 0 18px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  margin-bottom:6px;
}

.editorial-strip{
  padding:10px 0 14px;
}

.editorial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.featured-card{
  padding:16px 0 18px;
  border-top:2px solid var(--primary);
}

.featured-card h2{
  font-size:1.45rem;
}

.featured-card p{color:var(--muted)}

.text-link{
  display:inline-block;
  margin-top:8px;
  font-weight:700;
  color:var(--primary);
}

.text-link:hover{color:var(--primary-dark)}

.content-band{
  padding:10px 0 12px;
}

.content-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:28px;
  align-items:start;
}

.main-column{min-width:0}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:16px;
  margin-bottom:14px;
  padding-bottom:10px;
  border-bottom:2px solid var(--line);
}

.section-head p{
  margin:0;
  color:var(--muted);
  max-width:56ch;
}

.story-list{
  display:grid;
  gap:0;
}

.story-row{
  padding:20px 0;
  border-bottom:1px solid var(--line);
}

.story-row-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:4px;
}

.story-rank{
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--muted);
}

.story-row:hover h3 a{
  color:var(--primary);
}

.story-row h3{
  margin:8px 0 8px;
  font-family:'Source Serif 4',serif;
  font-size:1.26rem;
}

.story-row-content p{
  margin-bottom:0;
  color:var(--muted);
}

.sidebar-column{min-width:0}

.sidebar-stack{
  display:grid;
  gap:22px;
}

.sticky{
  position:sticky;
  top:96px;
}

.sidebar-card{
  padding:0 0 18px;
  border-bottom:1px solid var(--line);
}

.sidebar-card:last-child{
  border-bottom:none;
}

.sidebar-card p{
  color:var(--muted);
}

.bottom-newsletter{
  padding-top:6px;
  border-top:1px solid var(--line);
}

.newsletter-panel{
  padding:22px 0 0;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:16px;
  align-items:center;
}

.newsletter-copy p{color:var(--muted)}

.newsletter-action{
  display:flex;
  align-items:center;
  justify-content:flex-end;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  font-size:.94rem;
  font-weight:700;
  transition:.18s ease;
}

.btn-primary{
  background:var(--primary);
  color:#fff;
}

.btn-primary:hover{
  background:var(--primary-dark);
}

.btn-secondary{
  background:transparent;
  border:1px solid var(--line-strong);
  color:var(--text);
}

.btn-secondary:hover{
  border-color:var(--primary);
  color:var(--primary);
}

.ad-slot{
  width:100%;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(237,243,248,.96), rgba(220,230,241,.96)),
    repeating-linear-gradient(45deg, transparent 0 12px, rgba(17,24,39,.015) 12px 24px);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:var(--muted);
}

.ad-demo-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:16px;
}

.ad-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:24px;
  padding:0 8px;
  background:var(--primary);
  color:#fff;
  font-size:.67rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.ad-demo-inner strong{
  font-size:.98rem;
  color:var(--text);
}

.ad-demo-inner small{
  font-size:.86rem;
  color:var(--muted);
}

.ad-leaderboard{min-height:90px}
.ad-sidebar{min-height:250px;max-width:300px}
.ad-halfpage{min-height:600px;max-width:300px}
.ad-inline{min-height:250px}

.affiliate-box,
.newsletter-box{
  padding:18px 0 0;
  border:none;
  border-top:2px solid var(--primary);
}

.newsletter-box h3,
.affiliate-box h3{
  margin-bottom:8px;
  font-family:'Source Serif 4',serif;
}

.newsletter-form{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.newsletter-form input{
  flex:1;
  min-width:220px;
  min-height:44px;
  padding:0 12px;
  border:1px solid var(--line-strong);
  background:#f4f8fb;
  font:inherit;
}

.newsletter-form input:focus{
  outline:none;
  border-color:var(--primary);
}

.small-note{
  color:var(--muted);
  font-size:.86rem;
}

.article-page{
  padding-bottom:30px;
}

.article-hero{
  padding:22px 0 18px;
}

.article-hero-wrap{
  display:grid;
  gap:18px;
}

.article-header{
  max-width:860px;
}

.article-subtitle{
  font-size:1.05rem;
  color:var(--muted);
  max-width:62ch;
}

.article-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
  padding-top:10px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:.88rem;
}

.article-hero-image{
  margin-top:6px;
  border:1px solid var(--line);
  overflow:hidden;
}

.article-hero-image img{
  width:100%;
  aspect-ratio:16 / 9;
  object-fit:cover;
}

.article-layout{
  padding:10px 0 18px;
}

.article-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:34px;
  align-items:start;
}

.article-content{
  min-width:0;
  max-width:760px;
}

.article-content .lead{
  font-size:1.08rem;
  color:var(--text);
}

.article-content h2{
  margin-top:34px;
  margin-bottom:10px;
  font-size:clamp(1.35rem,2vw,1.9rem);
}

.article-content p{
  margin-bottom:1rem;
}

.article-list{
  margin:0 0 1.2rem;
  padding-left:1.2rem;
}

.article-list li{
  margin-bottom:.7rem;
}

.article-list.compact li{
  margin-bottom:.45rem;
}

.article-list.ordered{
  padding-left:1.35rem;
}

.article-quote{
  margin:26px 0;
  padding:18px 20px;
  border-left:4px solid var(--primary);
  background:rgba(255,255,255,.28);
  color:var(--text);
  font-family:'Source Serif 4', serif;
  font-size:1.15rem;
  line-height:1.45;
}

.related-list{
  list-style:none;
  padding:0;
  margin:14px 0 0;
}

.related-list li{
  padding:0 0 12px;
  margin-bottom:12px;
  border-bottom:1px solid var(--line);
}

.related-list li:last-child{
  border-bottom:none;
  margin-bottom:0;
  padding-bottom:0;
}

.related-list a:hover{
  color:var(--primary);
}

@media (max-width:1180px){
  .hero-grid{
    grid-template-columns:240px minmax(0,1fr) 240px;
  }
}

@media (max-width:1100px){
  .hero-grid,
  .editorial-grid,
  .content-grid,
  .newsletter-panel,
  .article-grid{
    grid-template-columns:1fr;
  }

  .sticky{
    position:static;
  }

  .ad-sidebar,
  .ad-halfpage{
    max-width:100%;
  }

  .lead-story-overlay,
  .lead-overlay{
    min-height:390px;
  }

  .lead-story-overlay h1{
    max-width:13ch;
    font-size:clamp(1.9rem,4vw,2.6rem);
  }
}

@media (max-width:720px){
  body{
    font-size:15.5px;
  }

  h1{font-size:2.15rem}
  h2{font-size:1.4rem}

  .section-head,
  .newsletter-panel{
    display:block;
  }

  .section-head p{
    margin-top:8px;
  }

  .story-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .btn{
    width:100%;
  }

  .lead-story-overlay,
  .lead-overlay{
    min-height:340px;
  }

  .lead-overlay{
    padding:18px 16px 16px;
  }

  .lead-story-overlay h1{
    max-width:100%;
    font-size:1.95rem;
    line-height:1;
  }

  .lead-story-overlay .story-intro{
    font-size:.92rem;
    max-width:100%;
  }

  .hero-meta-invert{
    font-size:.76rem;
    gap:8px;
  }

  .rail-thumb,
  .article-hero-image img{
    aspect-ratio:auto;
  }
}

.hero-news {
  padding: 0 0 24px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.main-column {
  min-width: 0;
}

.lead-story {
  margin-bottom: 28px;
}

.lead-story-overlay {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hero-main-image {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
}

.hero-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.lead-overlay {
  padding-top: 18px;
}

.home-paths,
.home-tools,
.home-newsletter {
  margin-top: 0;
}

.home-paths {
  padding: 0 0 40px;
}

.home-tools {
  padding: 0 0 40px;
}

.home-newsletter {
  padding: 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 24px;
}

.section-head h2 {
  margin: 0 0 10px;
  font-size: 2rem;
  line-height: 1.1;
}

.section-head p {
  margin: 0;
  color: #5f6368;
  font-size: 1rem;
  line-height: 1.6;
}

.paths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.path-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.path-card:hover {
  transform: translateY(-4px);
  border-color: #cfd7e3;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.path-label {
  display: inline-flex;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.path-card h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.path-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
  font-size: 0.96rem;
}

.tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.tool-card {
  padding: 24px;
  border-radius: 20px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.tool-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #2563eb;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.tool-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  line-height: 1.35;
}

.tool-card p {
  margin: 0 0 16px;
  color: #4b5563;
  line-height: 1.7;
  font-size: 0.97rem;
}

.tool-card a {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.tool-card a:hover {
  color: #2563eb;
}

.newsletter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 30px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff;
}

.newsletter-copy {
  max-width: 720px;
}

.newsletter-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #93c5fd;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.newsletter-copy h2 {
  margin: 0 0 10px;
  font-size: 1.9rem;
  line-height: 1.1;
}

.newsletter-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  font-size: 1rem;
}

.newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.newsletter-button:hover {
  transform: translateY(-2px);
  opacity: 0.92;
}

@media (max-width: 1180px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .paths-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-box {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 700px) {
  .hero-news {
    padding-bottom: 18px;
  }

  .lead-story {
    margin-bottom: 22px;
  }

  .home-paths,
  .home-tools {
    padding-bottom: 32px;
  }

  .section-head h2,
  .newsletter-copy h2 {
    font-size: 1.55rem;
  }

  .newsletter-box {
    padding: 24px;
    border-radius: 20px;
  }

  .path-card,
  .tool-card {
    padding: 20px;
  }
}

.archive-page,
.tools-page {
  padding-bottom: 60px;
}

.archive-hero,
.tools-hero {
  padding: 56px 0 28px;
}

.archive-kicker,
.tools-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.archive-hero h1,
.tools-hero h1 {
  margin: 0 0 12px;
  font-size: 2.6rem;
  line-height: 1.05;
}

.archive-hero p,
.tools-hero p {
  max-width: 760px;
  margin: 0;
  color: #5b6470;
  font-size: 1.05rem;
  line-height: 1.7;
}

.archive-listing,
.tools-listing {
  padding: 18px 0 40px;
}

.archive-grid,
.recommended-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.archive-card,
.recommended-card {
  border: 1px solid #e5e7eb;
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.archive-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.archive-thumb-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f1f5f9;
}

.archive-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.archive-card-body,
.recommended-card {
  padding: 22px;
}

.archive-category,
.recommended-label {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.archive-card h2,
.recommended-card h2 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.archive-card p,
.recommended-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
  font-size: 0.97rem;
}

.archive-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  color: #6b7280;
  font-size: 0.92rem;
}

.recommended-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.recommended-actions a {
  color: #111827;
  font-weight: 700;
  text-decoration: none;
}

.recommended-actions a:hover {
  color: #2563eb;
}

.tools-note {
  padding-top: 8px;
}

.tools-note-box {
  padding: 28px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
}

.tools-note-box h2 {
  margin: 0 0 10px;
  font-size: 1.4rem;
}

.tools-note-box p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .archive-grid,
  .recommended-grid {
    grid-template-columns: 1fr;
  }

  .archive-hero h1,
  .tools-hero h1 {
    font-size: 2rem;
  }
}

.newsletter-page {
  padding-bottom: 60px;
}

.newsletter-hero {
  padding: 56px 0 24px;
}

.newsletter-page-kicker {
  display: inline-block;
  margin-bottom: 12px;
  color: #2563eb;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.newsletter-hero h1 {
  margin: 0 0 12px;
  font-size: 2.5rem;
  line-height: 1.05;
}

.newsletter-hero p {
  max-width: 760px;
  margin: 0;
  color: #5b6470;
  font-size: 1.05rem;
  line-height: 1.7;
}

.newsletter-content {
  padding: 18px 0 0;
}

.newsletter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: start;
}

.newsletter-main-card,
.newsletter-side-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}

.newsletter-main-card h2 {
  margin: 0 0 12px;
  font-size: 1.55rem;
  line-height: 1.2;
}

.newsletter-main-card p {
  margin: 0 0 18px;
  color: #4b5563;
  line-height: 1.7;
}

.newsletter-small-note {
  margin-top: 16px;
  color: #6b7280;
  font-size: 0.93rem;
  line-height: 1.6;
}

.newsletter-side-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.newsletter-benefits {
  margin: 0;
  padding-left: 18px;
  color: #374151;
}

.newsletter-benefits li {
  margin-bottom: 10px;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .newsletter-layout {
    grid-template-columns: 1fr;
  }

  .newsletter-hero h1 {
    font-size: 2rem;
  }
}