:root{
  --navy:#0B1F3B;
  --paper:#F7F4EF;
  --ink:#0b1020;
  --muted:#566172;

  --action:#FF4D2E;
  --action2:#FFB020;

  --card: rgba(255,255,255,.72);
  --line: rgba(11,31,59,.12);
  --shadow: 0 22px 70px rgba(11,31,59,.16);
  --radius: 22px;
  --max: 1120px;
  --focus: 0 0 0 3px rgba(255,77,46,.22);

  --footerBg: #05070c;
  --footerInk: rgba(255,255,255,.92);
  --footerMuted: rgba(255,255,255,.72);
  --footerLine: rgba(255,255,255,.12);
}

*{
  box-sizing:border-box;
}

html{
  max-width:100%;
  scroll-behavior:smooth;
}

body{
  margin:0;
  max-width:100%;
  color:var(--ink);
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(1100px 560px at 10% 6%, rgba(255,77,46,.14), transparent 60%),
    radial-gradient(900px 520px at 86% 14%, rgba(255,176,32,.12), transparent 58%),
    radial-gradient(900px 520px at 50% 110%, rgba(11,31,59,.12), transparent 60%),
    repeating-linear-gradient(0deg, rgba(11,31,59,.03) 0 1px, transparent 1px 9px),
    var(--paper);
}

a{
  color:inherit;
  text-decoration:none;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

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

.skip-link{
  position:absolute;
  left:-999px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

.skip-link:focus{
  left:16px;
  top:16px;
  width:auto;
  height:auto;
  z-index:999;
  padding:10px 12px;
  border-radius:12px;
  background:#fff;
  box-shadow:var(--focus);
}

/* Topbar */
.topbar{
  position:-webkit-sticky;
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  background:rgba(247,244,239,.76);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 24px rgba(11,31,59,.06);
}

.topbar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:12px;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-family:Sora, system-ui, sans-serif;
  letter-spacing:.2px;
  min-width:max-content;
}

.brand-mark{
  width:34px;
  height:34px;
  border-radius:14px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:#fff;
  font-family:Sora, system-ui, sans-serif;
  font-weight:900;
  background:
    radial-gradient(circle at 30% 20%, rgba(255,255,255,.24), transparent 35%),
    linear-gradient(135deg, var(--action), var(--action2));
  box-shadow:0 12px 30px rgba(255,77,46,.18);
}

.brand b{
  font-weight:800;
  color:var(--navy);
}

.brand small{
  display:block;
  color:rgba(11,16,32,.65);
  font-weight:700;
  margin-top:2px;
  white-space:nowrap;
}

nav{
  display:flex;
  gap:16px;
  font-size:14px;
  font-weight:700;
  color:rgba(11,16,32,.72);
}

nav a{
  padding:10px 8px;
  border-radius:12px;
}

nav a:hover,
nav a[aria-current="page"]{
  background:rgba(11,31,59,.06);
  color:rgba(11,31,59,.94);
}

.cta-row{
  display:flex;
  gap:12px;
  align-items:center;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(11,31,59,.16);
  background:rgba(255,255,255,.72);
  color:rgba(11,16,32,.82);
  font-weight:900;
  font-size:14px;
  letter-spacing:.15px;
  box-shadow:0 12px 30px rgba(11,31,59,.10);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
  white-space:nowrap;
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 44px rgba(11,31,59,.14);
}

.btn:focus{
  outline:none;
  box-shadow:var(--focus), 0 16px 44px rgba(11,31,59,.14);
}

.btn-primary{
  border:0;
  color:#fff;
  background:linear-gradient(135deg, var(--action), var(--action2));
  box-shadow:0 18px 60px rgba(255,77,46,.18), 0 12px 30px rgba(11,31,59,.10);
}

.btn-primary:hover{
  filter:saturate(1.02) brightness(1.02);
}

/* Pills */
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(11,31,59,.06);
  border:1px solid rgba(11,31,59,.10);
  color:rgba(11,31,59,.86);
  font-weight:800;
  font-size:12px;
  letter-spacing:.2px;
}

.pill.hot{
  background:rgba(255,77,46,.10);
  border-color:rgba(255,77,46,.25);
}

/* Shared text */
h1,
h2,
h3{
  font-family:Sora, system-ui, sans-serif;
  color:var(--navy);
}

h1{
  margin:14px 0 10px;
  font-weight:800;
  letter-spacing:-1.1px;
  font-size:clamp(34px, 4.6vw, 64px);
  line-height:1.02;
}

h2{
  letter-spacing:-.6px;
}

.lead{
  margin:0 0 18px;
  color:rgba(11,16,32,.74);
  font-size:16px;
  line-height:1.65;
  max-width:68ch;
  font-weight:650;
}

/* Blog index hero */
.blog-header{
  padding:62px 0 34px;
}

.blog-hero-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  align-items:stretch;
}

.blog-hero-copy,
.blog-hero-panel{
  min-width:0;
}

.blog-hero-copy{
  border-radius:28px;
  border:1px solid var(--line);
  background:
    radial-gradient(900px 260px at 10% 10%, rgba(255,77,46,.14), transparent 60%),
    radial-gradient(900px 260px at 90% 72%, rgba(255,176,32,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.74), rgba(255,255,255,.52));
  box-shadow:var(--shadow);
  padding:clamp(22px, 4vw, 44px);
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  align-items:center;
  margin-top:18px;
}

.blog-hero-panel{
  border-radius:28px;
  border:1px solid var(--line);
  background:
    radial-gradient(900px 300px at 20% 0%, rgba(255,77,46,.12), transparent 60%),
    linear-gradient(180deg, rgba(11,31,59,.92), rgba(5,7,12,.96));
  box-shadow:var(--shadow);
  padding:22px;
  color:#fff;
  display:grid;
  gap:12px;
}

.panel-stat{
  border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  padding:16px;
}

.panel-stat span{
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:12px;
  color:#fff;
  font-family:Sora, system-ui, sans-serif;
  font-weight:900;
  background:linear-gradient(135deg, var(--action), var(--action2));
  margin-bottom:12px;
}

.panel-stat strong{
  display:block;
  font-family:Sora, system-ui, sans-serif;
  font-size:16px;
  letter-spacing:-.2px;
}

.panel-stat p{
  margin:6px 0 0;
  color:rgba(255,255,255,.72);
  line-height:1.55;
  font-weight:650;
  font-size:14px;
}

/* Blog list */
.blog-list-section{
  padding:42px 0 78px;
}

.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.section-head h2{
  margin:12px 0 0;
  font-size:clamp(24px, 2.6vw, 36px);
}

.section-head p{
  margin:0;
  color:rgba(11,16,32,.70);
  max-width:50ch;
  line-height:1.55;
  font-size:14px;
  font-weight:650;
}

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

.blog-card{
  position:relative;
  min-height:260px;
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:
    radial-gradient(900px 240px at 12% 12%, rgba(255,77,46,.08), transparent 60%),
    var(--card);
  box-shadow:0 16px 44px rgba(11,31,59,.10);
  padding:22px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.blog-card::after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  right:-70px;
  bottom:-80px;
  border-radius:999px;
  background:rgba(255,176,32,.13);
  pointer-events:none;
}

.blog-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.blog-card h2{
  margin:0 0 10px;
  font-size:clamp(22px, 2.4vw, 30px);
  line-height:1.14;
  letter-spacing:-.6px;
}

.blog-card h2 a:hover{
  text-decoration:underline;
  text-underline-offset:4px;
}

.blog-card p{
  margin:0;
  color:rgba(11,16,32,.72);
  font-size:14px;
  line-height:1.65;
  font-weight:650;
}

.post-date{
  margin:0;
  color:rgba(11,16,32,.60);
  font-size:13px;
  font-weight:800;
}

.blog-read-link{
  margin-top:22px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  width:max-content;
  font-weight:900;
  color:rgba(11,31,59,.94);
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-color:rgba(255,77,46,.35);
}

.blog-read-link:hover{
  text-decoration-color:rgba(255,77,46,.72);
}

/* Blog post page */
.blog-post-page{
  padding-bottom:24px;
}

.blog-post-hero{
  padding:62px 0 24px;
}

.post-hero-card{
  border-radius:28px;
  border:1px solid var(--line);
  background:
    radial-gradient(900px 260px at 10% 10%, rgba(255,77,46,.14), transparent 60%),
    radial-gradient(900px 260px at 90% 72%, rgba(255,176,32,.12), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.56));
  box-shadow:var(--shadow);
  padding:clamp(22px, 4vw, 46px);
}

.post-hero-card h1{
  max-width:980px;
}

.post-meta-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.post-meta-row span{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(11,31,59,.06);
  border:1px solid rgba(11,31,59,.10);
  color:rgba(11,31,59,.78);
  font-size:12px;
  font-weight:850;
}

.blog-post-wrap{
  padding:28px 0 72px;
}

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

.blog-post-card{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:rgba(255,255,255,.76);
  box-shadow:0 16px 44px rgba(11,31,59,.10);
  padding:clamp(22px, 4vw, 44px);
  color:rgba(11,16,32,.80);
  font-size:16px;
  line-height:1.78;
  font-weight:600;
  overflow:hidden;
}

.blog-post-card > *:first-child{
  margin-top:0;
}

.blog-post-card > *:last-child{
  margin-bottom:0;
}

.blog-post-card h2,
.blog-post-card h3,
.blog-post-card h4{
  margin-top:34px;
  margin-bottom:10px;
  color:var(--navy);
  line-height:1.18;
}

.blog-post-card h2{
  font-size:clamp(24px, 2.4vw, 34px);
}

.blog-post-card h3{
  font-size:clamp(20px, 2vw, 26px);
}

.blog-post-card p{
  margin:0 0 18px;
}

.blog-post-card a{
  color:var(--navy);
  font-weight:900;
  text-decoration:underline;
  text-underline-offset:4px;
  text-decoration-color:rgba(255,77,46,.36);
}

.blog-post-card ul,
.blog-post-card ol{
  padding-left:22px;
  margin:0 0 22px;
}

.blog-post-card li{
  margin-bottom:10px;
}

.blog-post-card blockquote{
  margin:28px 0;
  padding:18px 20px;
  border-left:5px solid var(--action);
  border-radius:18px;
  background:rgba(255,77,46,.07);
  color:rgba(11,31,59,.88);
  font-weight:750;
}

.blog-sidebar{
  display:grid;
  gap:14px;
  position:sticky;
  top:88px;
}

.mini-card{
  border-radius:var(--radius);
  border:1px solid var(--line);
  background:var(--card);
  box-shadow:0 16px 44px rgba(11,31,59,.10);
  padding:18px;
}

.sidebar-card h2{
  margin:14px 0 8px;
  font-size:20px;
  letter-spacing:-.3px;
}

.sidebar-card p{
  margin:0;
  color:rgba(11,16,32,.72);
  font-size:14px;
  line-height:1.6;
  font-weight:650;
}

.sidebar-btn{
  margin-top:16px;
  width:100%;
}

.sidebar-links{
  list-style:none;
  padding:0;
  margin:12px 0 0;
  display:grid;
  gap:8px;
}

.sidebar-links a{
  display:block;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(11,31,59,.05);
  color:rgba(11,31,59,.88);
  font-weight:850;
  font-size:14px;
}

.sidebar-links a:hover{
  background:rgba(255,77,46,.10);
}

/* Footer */
footer{
  margin-top:54px;
  background:
    radial-gradient(900px 340px at 12% 0%, rgba(255,77,46,.18), transparent 60%),
    radial-gradient(900px 340px at 92% 40%, rgba(255,176,32,.14), transparent 60%),
    linear-gradient(180deg, rgba(5,7,12,1), rgba(2,3,6,1));
  border-top:1px solid var(--footerLine);
  color:var(--footerInk);
  padding:38px 0 28px;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:18px;
  align-items:start;
}

.footer-block{
  min-width:0;
}

.footer-brandline{
  display:flex;
  align-items:flex-start;
  gap:12px;
}

.footer-mark{
  margin-top:2px;
}

.footer-title{
  font-family:Sora, system-ui, sans-serif;
  font-weight:900;
  letter-spacing:.2px;
  margin:0;
  line-height:1.1;
}

.footer-sub{
  margin:6px 0 0;
  color:var(--footerMuted);
  font-weight:650;
  line-height:1.55;
  max-width:64ch;
  font-size:13px;
}

.footer-right{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  justify-items:end;
  align-items:start;
}

.footer-col{
  width:100%;
  max-width:220px;
}

.footer-col h4{
  margin:0 0 10px;
  font-family:Sora, system-ui, sans-serif;
  font-weight:800;
  letter-spacing:.15px;
  color:rgba(255,255,255,.92);
  font-size:13px;
}

.footer-list{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:8px;
}

.footer-list a{
  color:rgba(255,255,255,.78);
  font-weight:700;
  font-size:13px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.footer-list a:hover{
  color:rgba(255,255,255,.95);
  text-decoration:underline;
  text-underline-offset:3px;
}

.footer-bottom{
  margin-top:18px;
  padding-top:14px;
  border-top:1px solid var(--footerLine);
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  color:rgba(255,255,255,.70);
  font-size:12px;
  font-weight:650;
}

.footer-disclaimer{
  color:rgba(255,255,255,.50);
}

/* Responsive */
@media (max-width: 1080px){
  .desktop-ctas{
    display:none;
  }

  nav{
    gap:8px;
  }
}

@media (max-width: 980px){
  .desktop-nav{
    display:none;
  }

  .blog-hero-grid{
    grid-template-columns:1fr;
  }

  .blog-list{
    grid-template-columns:1fr;
  }

  .blog-post-grid{
    grid-template-columns:1fr;
  }

  .blog-sidebar{
    position:static;
  }

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

  .footer-right{
    grid-template-columns:1fr;
    justify-items:start;
  }

  .footer-col{
    max-width:none;
  }
}

@media (max-width: 680px){
  .container{
    width:min(var(--max), calc(100% - 28px));
  }

  .topbar-inner{
    align-items:flex-start;
  }

  .brand small{
    white-space:normal;
  }

  .blog-header,
  .blog-post-hero{
    padding-top:38px;
  }

  .blog-hero-copy,
  .blog-hero-panel,
  .post-hero-card,
  .blog-post-card,
  .mini-card{
    border-radius:20px;
  }

  h1{
    font-size:clamp(32px, 12vw, 46px);
  }

  .blog-card{
    min-height:auto;
  }

  .section-head{
    display:block;
  }

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

@media (max-width: 420px){
  .btn{
    width:100%;
  }

  .hero-actions{
    align-items:stretch;
  }
}

@media (prefers-reduced-motion: reduce){
  .btn{
    transition:none;
  }
}

/* Blog logo image support */
.brand-media{
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 14px;
  overflow: hidden;
  flex: 0 0 auto;
  display: block;
  box-shadow: 0 12px 30px rgba(11,31,59,.10);
}

.brand-logo{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-logo-greyscale{
  opacity: 0;
  transition: opacity .18s ease;
}

.brand:hover .brand-logo-greyscale,
.brand:focus-visible .brand-logo-greyscale{
  opacity: 1;
}

.brand-text{
  display: block;
}

.footer-brand-media{
  margin-top: 2px;
}

/* Branded blog tables */
.blog-table-wrap{
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border-radius: 22px;
  border: 1px solid rgba(11,31,59,.14);
  background:
    radial-gradient(900px 240px at 12% 12%, rgba(255,77,46,.08), transparent 60%),
    rgba(255,255,255,.78);
  box-shadow: 0 16px 44px rgba(11,31,59,.10);
}

.blog-post-card table{
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.55;
}

.blog-post-card table caption{
  padding: 16px 18px 0;
  color: rgba(11,16,32,.70);
  font-weight: 800;
  text-align: left;
}

.blog-post-card table thead th{
  background:
    radial-gradient(600px 180px at 10% 0%, rgba(255,77,46,.22), transparent 58%),
    linear-gradient(135deg, #0B1F3B, #071427);
  color: rgba(255,255,255,.96);
  font-family: Sora, system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: .15px;
  text-align: left;
  padding: 16px 18px;
  border-right: 1px solid rgba(255,255,255,.14);
  vertical-align: top;
}

.blog-post-card table thead th:last-child{
  border-right: 0;
}

.blog-post-card table tbody td{
  padding: 16px 18px;
  color: rgba(11,16,32,.78);
  font-weight: 650;
  border-top: 1px solid rgba(11,31,59,.10);
  border-right: 1px solid rgba(11,31,59,.08);
  vertical-align: top;
  background: rgba(255,255,255,.58);
}

.blog-post-card table tbody td:last-child{
  border-right: 0;
}

.blog-post-card table tbody tr:nth-child(even) td{
  background: rgba(247,244,239,.78);
}

.blog-post-card table tbody tr:hover td{
  background: rgba(255,77,46,.07);
}

.blog-post-card table tbody td:first-child{
  font-weight: 900;
  color: rgba(11,16,32,.86);
}

.blog-post-card table thead th,
.blog-post-card table thead th:first-child,
.blog-post-card table thead td,
.blog-post-card table thead td:first-child{
  color: #fff !important;
}

.blog-post-card table code{
  display: inline-flex;
  padding: 3px 7px;
  border-radius: 8px;
  background: rgba(11,31,59,.07);
  color: #0B1F3B;
  font-size: .92em;
  font-weight: 850;
}

@media (max-width: 680px){
  .blog-table-wrap{
    border-radius: 18px;
    margin: 22px 0;
  }

  .blog-post-card table{
    min-width: 560px;
    font-size: 13px;
  }

  .blog-post-card table thead th,
  .blog-post-card table tbody td{
    padding: 14px;
  }
}
.blog-demo-panel{
  display: grid;
  gap: 16px;
  align-content: start;
}

.blog-demo-media-frame{
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(900px 260px at 12% 0%, rgba(255,77,46,.16), transparent 60%),
    rgba(255,255,255,.08);
  box-shadow: 0 18px 50px rgba(0,0,0,.22);
}

.blog-demo-media-frame::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
  border-radius: inherit;
}

.blog-demo-panel .demo-media{
  width: 100%;
  height: auto;
  min-height: 280px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  background: #0B1F3B;
}

.blog-demo-copy{
  display: grid;
  gap: 8px;
}

.blog-demo-copy .pill{
  color: rgba(255,255,255,.94);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.14);
}

.blog-demo-copy h2{
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.12;
  letter-spacing: -.4px;
}

.blog-demo-copy p{
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 650;
}

.blog-demo-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4px;
}

.blog-demo-actions .btn{
  background: rgba(255,255,255,.94);
}

.blog-demo-actions .btn-primary{
  color: #fff;
  background: linear-gradient(135deg, var(--action), var(--action2));
}

@media (max-width: 980px){
  .blog-demo-panel .demo-media{
    min-height: 240px;
    max-height: none;
  }
}

@media (max-width: 520px){
  .blog-demo-panel .demo-media{
    min-height: 210px;
  }

  .blog-demo-actions .btn{
    width: 100%;
  }
}

.blog-next-steps-section{
  padding: 0 0 78px;
}

.blog-next-steps-banner{
  min-height: 260px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.16);
  background:
    radial-gradient(900px 340px at 12% 0%, rgba(255,77,46,.24), transparent 60%),
    radial-gradient(900px 340px at 92% 40%, rgba(255,176,32,.18), transparent 60%),
    linear-gradient(135deg, #0B1F3B, #05070c);
  box-shadow: 0 22px 70px rgba(11,31,59,.16);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  padding: clamp(24px, 4vw, 46px);
}

.blog-next-steps-inner{
  width: min(760px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
}

.blog-next-steps-banner .pill{
  color: rgba(255,255,255,.94);
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.16);
}

.blog-next-steps-banner h2{
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.08;
  letter-spacing: -.7px;
}

.blog-next-steps-banner p{
  margin: 0;
  max-width: 62ch;
  color: rgba(255,255,255,.76);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 650;
}

.blog-next-steps-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.blog-next-steps-actions .btn{
  background: rgba(255,255,255,.94);
  color: rgba(11,16,32,.88);
}

.blog-next-steps-actions .btn:hover{
  background: #fff;
}

@media (max-width: 520px){
  .blog-next-steps-actions{
    width: 100%;
  }

  .blog-next-steps-actions .btn{
    width: 100%;
  }
}