.updates-page {
  background: #F3F6FA;
  color: #263244;
}

.updates-button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.updates-hero {
  position: relative;
  display: grid;
  min-height: 610px;
  align-items: end;
  overflow: hidden;
  padding: calc(var(--datadoc-header-height) + 80px) 0 76px;
  background: #123D7C url("/global/assets/images/news-1.jpg") center / cover no-repeat;
}

.updates-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(16, 43, 98, 0.94) 0%, rgba(21, 101, 192, 0.84) 48%, rgba(245, 168, 0, 0.58) 100%),
    linear-gradient(0deg, rgba(13, 23, 44, 0.52), rgba(13, 23, 44, 0.04));
}

.updates-hero__content {
  position: relative;
  z-index: 1;
}

.updates-eyebrow,
.updates-section-heading span,
.updates-feature span,
.updates-cta span {
  color: #F5A800;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.updates-hero h1 {
  max-width: 920px;
  margin: 0.65rem 0 0;
  color: #FFFFFF;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 1.02;
}

.updates-hero__lead {
  max-width: 780px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.72;
}

.updates-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.updates-hero__meta span {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #FFFFFF;
  font-weight: 700;
}

.updates-digest,
.updates-featured,
.updates-playbook,
.updates-cta {
  padding: clamp(4rem, 8vw, 6rem) 0;
}

.updates-section-heading {
  max-width: 740px;
}

.updates-section-heading h2 {
  margin: 0.5rem 0 0;
  color: #1F2A3B;
  font-size: clamp(1.8rem, 3.6vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
}

.updates-digest__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.updates-digest-card,
.updates-feature {
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 20px 52px rgba(31, 42, 68, 0.08);
}

.updates-digest-card {
  padding: 1.4rem;
}

.updates-digest-card i {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 1.1rem;
  place-items: center;
  border-radius: 8px;
  background: #EEF7FD;
  color: #1B8BD4;
  font-size: 1.5rem;
}

.updates-digest-card h3,
.updates-feature h3 {
  margin: 0;
  color: #1F2A3B;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.22;
}

.updates-digest-card p,
.updates-feature p,
.updates-featured__intro p,
.updates-playbook__steps p,
.updates-cta p {
  color: #596579;
  line-height: 1.68;
}

.updates-digest-card p {
  margin: 0.75rem 0 0;
}

.updates-release-list {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

.updates-release-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(27, 139, 212, 0.14);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 24px 60px rgba(31, 42, 68, 0.1);
}

.updates-release-card--featured {
  border-top: 5px solid #1B8BD4;
}

.updates-release-card__icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 8px;
  background: #EEF7FD;
  color: #1B8BD4;
  font-size: 2rem;
}

.updates-release-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.updates-release-card__meta,
.updates-release-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.updates-release-card__meta span,
.updates-release-card__tags span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 800;
}

.updates-release-card__meta span {
  padding: 0.32rem 0.6rem;
  background: #F3F6FA;
  color: #596579;
  font-size: 0.78rem;
}

.updates-release-card h3 {
  max-width: 880px;
  margin: 0.85rem 0 0.65rem;
  color: #1F2A3B;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
}

.updates-release-card p {
  max-width: 820px;
  margin: 0;
  color: #596579;
  font-size: 1.06rem;
  line-height: 1.7;
}

.updates-release-card__tags {
  margin-top: 1rem;
}

.updates-release-card__tags span {
  padding: 0.35rem 0.65rem;
  background: #EEF7ED;
  color: #477044;
  font-size: 0.82rem;
}

.updates-release-card a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-end;
  margin-top: 1.25rem;
  padding: 0.68rem 0.9rem;
  border: 1px solid rgba(27, 139, 212, 0.42);
  border-radius: 8px;
  background: transparent;
  color: #1B8BD4;
  font-weight: 800;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.updates-release-card a:hover,
.updates-release-card a:focus {
  border-color: #1B8BD4;
  background: #1B8BD4;
  color: #FFFFFF;
  transform: translateY(-1px);
}

.updates-featured {
  background: #FFFFFF;
}

.updates-featured__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.updates-featured__intro p {
  max-width: 420px;
  margin: 0;
  font-weight: 600;
}

.updates-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.2rem;
}

.updates-feature {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.updates-feature img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.updates-feature div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.2rem;
}

.updates-feature span {
  color: #1B8BD4;
}

.updates-feature h3 {
  margin-top: 0.55rem;
}

.updates-feature p {
  margin: 0.75rem 0 1.1rem;
}

.updates-feature a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  align-self: flex-start;
  margin-top: auto;
  color: #E84E1B;
  font-weight: 800;
  text-decoration: none;
}

.updates-playbook {
  background: #F3F6FA;
}

.updates-playbook__inner {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.updates-playbook__steps {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.updates-playbook__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.4rem 1rem;
  padding: 1rem;
  border-left: 4px solid #7DB800;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.07);
}

.updates-playbook__steps span {
  grid-row: span 2;
  color: #7DB800;
  font-weight: 800;
}

.updates-playbook__steps strong {
  color: #1F2A3B;
  font-size: 1rem;
}

.updates-playbook__steps p {
  margin: 0;
}

.updates-cta {
  position: relative;
  overflow: hidden;
  padding: 96px 1rem;
  background:
    linear-gradient(180deg, rgba(26, 46, 143, 0.9) 0%, rgba(27, 139, 212, 0.84) 100%),
    url("../../assets/images/background-5.jpg") center / cover no-repeat;
  color: #FFFFFF;
  text-align: center;
}

.updates-cta__inner {
  display: grid;
  max-width: 860px;
  justify-items: center;
  gap: 0;
}

.updates-cta--release {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 22%, rgba(245, 168, 0, 0.28), transparent 28%),
    linear-gradient(135deg, #123D7C 0%, #1B8BD4 58%, #1F2A3B 100%);
}

.updates-cta--release::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  opacity: 0.18;
  pointer-events: none;
}

.updates-cta--release .updates-cta__inner {
  position: relative;
  max-width: none;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  text-align: center;
}

.updates-cta--release h2,
.updates-cta--release p {
  margin-right: auto;
  margin-left: auto;
}

.updates-cta h2 {
  max-width: 760px;
  margin: 0.5rem 0 0;
  color: #FFFFFF;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
}

.updates-cta p {
  max-width: 620px;
  margin: 1rem auto 2.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  line-height: 1.6;
}

.updates-cta--release p {
  margin: 1rem 0 0;
  font-size: inherit;
}

.updates-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.updates-cta--release .updates-cta__actions {
  justify-content: center;
  margin-top: 2rem;
}

.updates-button {
  padding: 0.75rem 1rem;
}

.updates-button--primary {
  background: #F5A800;
  color: #1F2A3B;
}

.updates-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #FFFFFF;
}

.updates-button--light {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #FFFFFF;
}

.updates-footer {
  padding: 1.4rem 0;
  background: #172132;
  color: rgba(255, 255, 255, 0.72);
}

.updates-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.updates-footer img {
  width: 124px;
  height: auto;
}

.updates-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.updates-footer__links a {
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  text-decoration: none;
}

.release-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  padding: calc(var(--datadoc-header-height) + 104px) 0 96px;
  background:
    radial-gradient(circle at 78% 24%, rgba(245, 168, 0, 0.22), transparent 30%),
    linear-gradient(112deg, rgba(13, 35, 78, 0.86) 0%, rgba(21, 76, 165, 0.68) 46%, rgba(245, 168, 0, 0.24) 100%),
    linear-gradient(180deg, rgba(11, 22, 40, 0.18), rgba(11, 22, 40, 0.5)),
    url("/global/assets/images/audit-1.jpg") center / cover no-repeat;
  color: #FFFFFF;
}

.release-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 0.62fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  min-height: inherit;
}

.release-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.release-hero h1 {
  max-width: 900px;
  margin: 0.65rem 0 0;
  color: #FFFFFF;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.02;
}

.release-hero p {
  max-width: 720px;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.7;
}

.release-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.release-visual {
  position: relative;
  overflow: hidden;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 34px 80px rgba(10, 24, 54, 0.38),
    0 10px 24px rgba(10, 24, 54, 0.18);
  transform: translateY(-10px);
}

.release-visual::after {
  position: absolute;
  inset: 0.55rem;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(18, 61, 124, 0.1), rgba(245, 168, 0, 0.2)),
    linear-gradient(180deg, transparent 58%, rgba(10, 24, 54, 0.3));
  content: "";
  pointer-events: none;
}

.release-visual img {
  display: block;
  width: 100%;
  min-height: 390px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.release-hero--unsubscribe {
  background:
    radial-gradient(circle at 76% 22%, rgba(125, 184, 0, 0.22), transparent 28%),
    radial-gradient(circle at 18% 78%, rgba(41, 173, 234, 0.22), transparent 34%),
    linear-gradient(112deg, rgba(13, 35, 78, 0.9) 0%, rgba(18, 61, 124, 0.76) 48%, rgba(245, 168, 0, 0.22) 100%),
    url("/global/assets/images/audit-1.jpg") center / cover no-repeat;
}

.unsubscribe-visual {
  position: relative;
  padding: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 34px 80px rgba(10, 24, 54, 0.34),
    0 10px 24px rgba(10, 24, 54, 0.16);
  transform: translateY(-10px);
}

.unsubscribe-visual__mail {
  min-height: 390px;
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F3F8FC 100%);
}

.unsubscribe-visual__mail span {
  display: inline-flex;
  margin-bottom: 1.5rem;
  color: #1B8BD4;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.unsubscribe-visual__mail h2 {
  max-width: 360px;
  margin: 0;
  color: #1F2A3B;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  line-height: 1.1;
}

.unsubscribe-visual__mail p {
  max-width: 360px;
  margin: 1rem 0 2rem;
  color: #596579;
  font-size: 1rem;
}

.unsubscribe-visual__mail div {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(89, 101, 121, 0.18);
  border-radius: 8px;
  color: #596579;
  font-weight: 800;
}

.unsubscribe-visual__status {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(125, 184, 0, 0.24);
  border-radius: 10px;
  background: #F4FAEF;
  color: #36506E;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.12);
}

.unsubscribe-visual__status i {
  color: #7DB800;
  font-size: 1.5rem;
}

.release-story {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    linear-gradient(180deg, #FFFFFF 0%, #F3F6FA 100%);
}

.release-story__inner {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.release-story__intro span,
.release-story__problem span,
.release-story__use-cases > div:first-child span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #F5A800;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.release-story__intro h2,
.release-story__problem h3,
.release-story__use-cases h3 {
  margin: 0;
  color: #1F2A3B;
  font-weight: 800;
  line-height: 1.1;
}

.release-story__intro h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.release-story__intro p {
  margin: 1.35rem 0 0;
  color: #3F4B5F;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.75;
}

.release-story__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(27, 139, 212, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.06);
}

.release-story__access {
  display: grid;
  position: relative;
  gap: 1rem;
}

.release-story__access article {
  position: relative;
  display: flex;
  gap: 0.95rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.release-story__access i {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(41, 173, 234, 0.22);
  border-radius: 50%;
  background: rgba(41, 173, 234, 0.10);
  color: #1B8BD4;
  font-size: 1.25rem;
  box-shadow: 0 10px 24px rgba(27, 139, 212, 0.14);
}

.release-story__access article span {
  margin: 0;
  color: #3F4B5F;
  font-size: 0.96rem;
  font-weight: 750;
  letter-spacing: 0;
  line-height: 1.55;
  text-transform: none;
}

.release-story__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
}

.release-story__problem {
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-left: 4px solid #29ADEA;
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(41, 173, 234, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    #343941;
  color: #FFFFFF;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.release-story__problem span {
  color: #9EDBF6;
}

.release-story__problem h3 {
  color: #FFFFFF;
  font-size: clamp(1.55rem, 3vw, 2.3rem);
}

.release-story__problem p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}

.release-story__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.release-story__benefits article {
  display: flex;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.07);
}

.release-story__benefits i {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: #EEF7FD;
  color: #1B8BD4;
  font-size: 1.25rem;
}

.release-story__benefits span {
  color: #3F4B5F;
  font-weight: 700;
  line-height: 1.55;
}

.release-story__use-cases {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: start;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.06);
}

.release-story__use-cases h3 {
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.release-story__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.release-story__chips span {
  display: inline-flex;
  flex: 0 1 auto;
  min-height: 44px;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(95, 143, 114, 0.2);
  border-radius: 8px;
  background: #FFFFFF;
  color: #36506E;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(31, 42, 68, 0.06);
}

.release-story__chips i {
  flex: 0 0 auto;
  color: #A8B3C3;
  font-size: 1.1rem;
}

.release-story__chips span:nth-child(3),
.release-story__chips span:nth-child(6),
.release-story__chips span:nth-child(7) {
  min-width: 14rem;
}

.release-story__chips span:nth-child(2) {
  min-width: min(100%, 23rem);
}

.release-story__chips span:nth-child(4) {
  min-width: min(100%, 21rem);
}

.unsubscribe-story {
  padding: clamp(4.5rem, 8vw, 7rem) 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(41, 173, 234, 0.12), transparent 30%),
    linear-gradient(180deg, #FFFFFF 0%, #F3F6FA 100%);
}

.unsubscribe-story__inner {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
}

.unsubscribe-story__header {
  display: grid;
  gap: 0;
}

.unsubscribe-story__header span,
.unsubscribe-steps > span,
.unsubscribe-control span,
.unsubscribe-admin span,
.unsubscribe-close span {
  display: inline-flex;
  margin-bottom: 0.75rem;
  color: #F5A800;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.unsubscribe-story__header h2,
.unsubscribe-control h3,
.unsubscribe-admin h3,
.unsubscribe-close h2 {
  margin: 0;
  color: #1F2A3B;
  font-weight: 800;
  line-height: 1.1;
}

.unsubscribe-story__header h2 {
  max-width: 100%;
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.unsubscribe-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.55fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.unsubscribe-steps {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.06);
}

.unsubscribe-steps article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(27, 139, 212, 0.1);
}

.unsubscribe-steps article:first-of-type {
  border-top: 0;
}

.unsubscribe-steps strong {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #EEF7FD;
  color: #1B8BD4;
  font-size: 0.9rem;
}

.unsubscribe-steps h3 {
  margin: 0;
  color: #1F2A3B;
  font-size: 1.12rem;
  font-weight: 800;
}

.unsubscribe-steps p,
.unsubscribe-control p,
.unsubscribe-admin p {
  margin: 0.55rem 0 0;
  color: #596579;
  line-height: 1.68;
}

.unsubscribe-control {
  display: grid;
  align-content: start;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 14%, rgba(41, 173, 234, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    #343941;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
}

.unsubscribe-control span {
  color: #9EDBF6;
}

.unsubscribe-control h3,
.unsubscribe-control p {
  color: #FFFFFF;
}

.unsubscribe-control p {
  color: rgba(255, 255, 255, 0.76);
}

.unsubscribe-control ul {
  display: grid;
  gap: 0.75rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.unsubscribe-control li {
  display: flex;
  gap: 0.7rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
}

.unsubscribe-control li i {
  flex: 0 0 auto;
  margin-top: 0.15rem;
  color: #9EDBF6;
  font-size: 1rem;
}

.unsubscribe-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.unsubscribe-benefits article {
  display: flex;
  gap: 0.85rem;
  min-height: 118px;
  padding: 1rem;
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 18px 42px rgba(31, 42, 68, 0.07);
}

.unsubscribe-benefits i {
  flex: 0 0 auto;
  color: #1B8BD4;
  font-size: 1.35rem;
}

.unsubscribe-benefits span {
  color: #3F4B5F;
  font-weight: 750;
  line-height: 1.55;
}

.unsubscribe-admin {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.unsubscribe-admin article {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  border: 1px solid rgba(27, 139, 212, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.unsubscribe-admin i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  background: #EEF7FD;
  color: #1B8BD4;
  font-size: 1.55rem;
}

.unsubscribe-close {
  padding: clamp(4rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(circle at 84% 22%, rgba(245, 168, 0, 0.28), transparent 28%),
    linear-gradient(135deg, #123D7C 0%, #1B8BD4 58%, #1F2A3B 100%);
}

.unsubscribe-close__inner {
  display: grid;
  justify-items: center;
  gap: 2rem;
  text-align: center;
}

.unsubscribe-close h2 {
  max-width: 860px;
  color: #FFFFFF;
  font-size: clamp(1.65rem, 3vw, 2.55rem);
}

@media (max-width: 991px) {
  .updates-digest__grid,
  .updates-featured__grid,
  .updates-playbook__inner,
  .release-hero__inner,
  .unsubscribe-story__header,
  .unsubscribe-story__layout,
  .unsubscribe-benefits,
  .unsubscribe-admin,
  .release-story__intro,
  .release-story__grid,
  .release-story__benefits,
  .release-story__use-cases {
    grid-template-columns: 1fr;
  }

  .updates-featured__intro,
  .updates-cta__inner,
  .unsubscribe-close__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .updates-cta--release .updates-cta__inner {
    grid-template-columns: 1fr;
  }

  .updates-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .updates-hero {
    min-height: 560px;
    padding-top: 132px;
  }

  .updates-hero__meta {
    align-items: stretch;
    flex-direction: column;
  }

  .updates-release-card {
    grid-template-columns: 1fr;
  }

  .release-hero {
    min-height: 680px;
    padding-top: 132px;
  }

  .release-visual img {
    min-height: 260px;
  }

  .unsubscribe-visual__mail {
    min-height: 320px;
  }

  .updates-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
