:root {
  --bg: #020305;
  --bg-soft: #06090f;
  --panel: #0e1424;
  --panel-strong: #18264d;
  --panel-soft: rgba(19, 30, 58, 0.86);
  --line: rgba(121, 145, 214, 0.28);
  --text: #f5f7fc;
  --muted: #b1b9cb;
  --muted-strong: #d7deee;
  --accent: #223563;
  --accent-strong: #32498f;
  --accent-soft: rgba(50, 73, 143, 0.2);
  --surface: #eef1f8;
  --white: #ffffff;
  --shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1160px, calc(100vw - 32px));
  --narrow: min(920px, calc(100vw - 32px));
  /* --font-regular: "Bruum FY", "BruumFY-Regular", sans-serif;
  --font-bold: "Bruum FY", "BruumFY-Bold", sans-serif; */
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;

  margin: 0;
  /* background:
    radial-gradient(
      circle at top right,
      rgba(50, 73, 143, 0.16),
      transparent 24%
    ),
    radial-gradient(
      circle at left 30%,
      rgba(50, 73, 143, 0.09),
      transparent 28%
    ),
    linear-gradient(180deg, #010102 0%, #020305 24%, #03060d 100%); */
  color: var(--text);
}
.event-header {
  background: #282828;
  font-family: "Montserrat", sans-serif;
}
.top-contact-bar a {
  color: #222;
  text-decoration: none;
}
.top-contact-bar {
  font-size: 14px;
  color: #222;
  display: flex;
  padding: 0.4rem 0;
  padding-left: 50px;
  margin: 0px;
  letter-spacing: 0.03rem;
  gap: 17px;
}

.gold-side-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: #b88a24;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.03rem;
}

.lang-switch {
  position: absolute;
  top: 58px;
  right: 24px;
  font-weight: 700;
  font-size: 14px;
  color: #111;
}

.lang-switch a {
  text-decoration: none;
  color: #111;
}

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

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

button,
input,
a {
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}
.datamatix-timer-wrap {
  max-width: 1200px;
  margin: 18px auto 28px;
  padding: 0 12px;
}

.datamatix-timer {
  margin: 0;
  padding: 12px 16px;
  background: #fff;
  border-left: 4px solid #32498f;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.timer-label {
  font-weight: 600;
  color: #2f2f2f;
}

.timer-date {
  color: #565962;
  font-weight: 500;
}

.timer-output {
  color: #565962;
  font-weight: 700;
}

/* .container {
  width: var(--container);
  margin: 0 auto;
}

.narrow-container {
  width: var(--narrow);
  margin: 0 auto;
} */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* .site-header {
  background: linear-gradient(180deg, #ffffff 0%, #f5f7fc 100%);
  color: #101527;
  box-shadow: 0 18px 46px rgba(2, 5, 13, 0.18);
} */

.brand-banner-shell {
  padding: 0;
}

.brand-banner {
  max-width: 100%;
}

.header-links-row {
  padding: 10px 0 10px;
}

.header-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-links a {
  color: #121521;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.01em;
}

.header-links a:hover,
.header-links a:focus-visible {
  color: var(--accent);
}

.site-nav {
  background: var(--accent);
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 24px;
  margin: 0;
  padding: 16px 0;
  list-style: none;
}
.main-img {
  height: 700px;
}
.key-themes {
  max-width: 1200px;
  margin: 60px auto;
}

.key-themes h3 {
  font-weight: 500;
  margin-bottom: 30px;
  color: #22262f;
}

.theme-item {
  background: #ebe8e8;
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #22262f;
}

.theme-item:hover {
  background: #dcdcdc;
}

.play-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fffefe;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
}

.theme-text {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.nav-links a {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.hero-section {
  padding: 18px 0 12px;
  background: #ffffff;
}

.hero-shell {
  /* width: min(1068px, 100%); */
  max-width: 1320px;
  margin: 0 auto;
  animation: fade-up 800ms ease both;
}

.hero-card {
  padding: 0 0 12px;
  background: #ffffff;
}

.hero-frame {
  background: transparent;
  line-height: 0;

  margin: 0 auto 40px;
  /* max-width: 1320px; */
  width: 100%;
  /* padding: 8px; */
}
.img-fluid {
  max-width: 100%;
  /* height: 800px; */
}
.btn {
  min-height: 0;
  margin-right: 16px;
  padding: 0px 20px;
  background-color: #223463;
  border-radius: 8px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.hero-frame img {
  width: 100%;
  object-fit: cover;
}

.hero-caption {
  padding: 14px 18px 4px;
  background: #ffffff;
}

.hero-title {
  margin: 0;
  color: #080c14;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(1.95rem, 3vw, 2.8rem);
  line-height: 1.05;
  text-align: center;
}

.legacy-strip {
  padding: 14px 0 8px;
  background: #ffffff;
  color: #565962;
}
.legacy-strip .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.legacy-strip p {
  margin: 0;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 24px;
}

.card-block {
  display: flex;
  margin: auto 0 auto auto;
  text-align: right;
  max-width: 440px;
  gap: 36px;
  align-items: center;
}
.left {
  display: flex;
  margin: auto auto auto 0 !important;
  text-align: left !important;
  max-width: 480px;
  gap: 36px;
}
.profile- {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.legacy-strip strong {
  color: #141823;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.stats-section {
  padding: 10px 0 24px;
  background: #ffffff;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.stat-card {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 14px 10px;
  text-align: center;
  border-right: 1px solid #e6e6ea;
}

.stat-card:last-child {
  border-right: none;
}

.stat-card i {
  font-size: 1.8rem;
  color: #696c72;
}

.stat-card strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #223463;
  font-size: 2rem;
  line-height: 1;
}

.stat-card span {
  color: #696b72;
  font-size: 0.97rem;
  line-height: 1.35;
}

.countdown-section {
  padding: 6px 0 48px;
  background: #ffffff;
}

.event-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  background: #000000;
}

.event-copy {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 18px;
}

.event-icon {
  display: grid;
  place-items: center;
  flex: 0 0 96px;
  width: 96px;
  height: 88px;
  background: var(--accent);
  color: var(--white);
  font-size: 2.5rem;
}

.event-title {
  margin: 0;
  color: var(--white);
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
}

.event-bullet {
  color: rgba(255, 255, 255, 0.86);
}

.event-highlight .btn {
  min-height: 0;
  margin-right: 16px;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: none;
}

.countdown-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
}

.timer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  flex: 1;
}

.timer-card {
  padding: 10px 22px;
  background: transparent;
  border-right: 1px solid #cfcfd6;
  text-align: center;
}

.timer-card span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-weight: 700;
  color: #223463;
  font-size: clamp(2.6rem, 4.8vw, 4rem);
  line-height: 1;
}

.timer-card small {
  display: block;
  margin-top: 2px;
  color: #494b52;
  font-family: var(--font-regular);
  font-size: 0.95rem;
  letter-spacing: 0;
  text-transform: none;
}

.timer-card:last-child {
  border-right: none;
}

.countdown-date {
  margin: 0;
  color: #0d1018;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  white-space: nowrap;
}

.profile-section,
.focus-section,
.insights-section {
  padding: 34px 0 50px;
}

.profile-block {
  padding-left: 0;
}

.profile-section {
  background: #ffffff;
  color: #131722;
}

.profile-heading {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
}

.profile-heading-line {
  display: block;
  width: 33px;
  height: 185px;
  background: var(--accent-strong);
  /* flex: 0 0 4px; */
}

.profile-title {
  margin: 0;
  color: #0b0f18;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.05;
}

.section-kicker {
  margin: 0 0 12px;
  color: #4b66bc;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.profile-copy,
.focus-card p,
.value-card p,
.insight-body p,
.footer-links li {
  margin: 0;
  color: var(--muted);
  font-size: 1.25rem;
  line-height: 1.7;
}

.profile-copy {
  color: #22262f;
  font-size: 1.1rem;
  line-height: 1.45;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}
.profile-copy ul li {
  color: #22262f;
  font-size: 1.2rem;
  line-height: 1.45;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}

.profile-link {
  color: #223463;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.profile-link:hover,
.profile-link:focus-visible {
  color: #1e2d5d;
}

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

.section-heading.centered {
  justify-content: center;
  text-align: center;
}

.section-heading.centered h2 {
  max-width: none;
}

.section-heading h2,
.footer-ribbon h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.7rem);
  max-width: 16ch;
}

.section-link {
  color: #4b66bc;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.section-link:hover,
.section-link:focus-visible {
  color: var(--white);
}

.focus-section {
  padding-top: 8px;
  background: #ffffff;
}

.focus-grid,
.insight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 24px;
}

.focus-card,
.insight-card {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.focus-card {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  padding-bottom: 0;
}

.focus-card img {
  aspect-ratio: 462 / 265;
  width: 100%;
  object-fit: cover;
}

.focus-card h3,
.value-card h3,
.insight-body h3 {
  margin: 18px 18px 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.08;
}

.focus-card p,
.insight-body p {
  margin: 0 18px;
}

.focus-card h3 {
  margin: 14px 0 10px;
  color: #11141d;
  font-size: 1.1rem;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
}

.focus-divider {
  display: block;
  width: 78px;
  height: 1px;
  margin: 0 auto;
  background: #7381af;
}

.value-section {
  padding: 56px 0 54px;
  background: var(--accent);
}

.value-section h2,
.value-section .value-card p,
.value-section .value-card h3 {
  color: var(--white);
}

.value-section h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 42px;
}

.value-card {
  padding: 8px 18px 0;
  text-align: center;
}

.value-icon {
  display: block;
  width: auto;
  height: 118px;
  margin: 0 auto 20px;
}

.value-card h3 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.05;
  text-transform: uppercase;
}

.value-card p {
  margin: 0 auto;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.1rem;
  line-height: 1.2;
  font-weight: 300;
  text-transform: capitalize;
}

.insight-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.97),
    rgba(244, 247, 252, 0.96)
  );
  color: #11162a;
}

.insight-card img {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
}

.insight-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 22px;
}

.insight-body h3 {
  color: #151c33;
}

.insight-body p {
  color: #4a5269;
}

.insight-body .btn {
  align-self: flex-start;
  margin: 8px 18px 0;
  color: #16203e;
  border-color: rgba(50, 73, 143, 0.2);
  background: rgba(36, 58, 119, 0.04);
}

.insight-body .btn:hover,
.insight-body .btn:focus-visible {
  color: #0d1323;
  border-color: rgba(50, 73, 143, 0.34);
  background: rgba(36, 58, 119, 0.08);
}

.insights-section {
  padding-top: 42px;
  /* background: #f3f4f8; */
}

.insight-grid {
  gap: 18px;
}

.insight-card {
  display: flex;
  flex-direction: column;
  background: #e9eaee;
  border: none;
  box-shadow: none;
  height: 100%;
}

.insight-card img {
  aspect-ratio: 1.4 / 0.8;
}

.insight-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-height: 320px;
  padding: 24px 20px 28px;
  text-align: center;
}

.insight-body h3 {
  color: #181d2d;
  font-size: 1.1rem;
  line-height: 1.05;
  font-weight: 700;
}

.insight-body p {
  margin: 0;
  max-width: 35ch;
  color: #404552;
  font-size: 1.19rem;
  line-height: 1.6;
  flex: 1;
  font-weight: 400;
}

.insight-body .btn {
  align-self: center;
  min-height: 0;
  margin: 14px 0 0;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  border-color: transparent;
  background: var(--accent);
  text-transform: none;
}

.insight-body .btn:hover,
.insight-body .btn:focus-visible {
  color: #ffffff;
  border-color: transparent;
  background: #243367;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: #223463;
  color: var(--white);
  box-shadow: 0 16px 30px rgba(36, 58, 119, 0.24);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 20px 36px rgba(36, 58, 119, 0.32);
}

.site-footer {
  padding-top: 0;
  background: #f3f4f8;
  color: #222736;
}

.footer-ribbon {
  padding: 14px 0;
  background: var(--accent);
}

.footer-ribbon-content {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-ribbon h2 {
  color: #ffffff;
  font-size: clamp(1.25rem, 2vw, 1.45rem);
  letter-spacing: 0;
}

.footer-ribbon-logo {
  width: 58px;
  height: auto;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 0;
  padding: 36px 0 18px;
  border-bottom: 1px solid #d8dbe3;
}

.footer-column {
  min-height: 124px;
  padding: 0 44px 0 16px;
  border-right: 1px solid #d9dce3;
}

.footer-column:nth-child(4n) {
  border-right: none;
}

.footer-title {
  margin: 0 0 12px;
  color: var(--accent);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.1;
}

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

.footer-links li {
  color: #2e3446;
  font-size: 1.1rem;
  line-height: 1.18;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.footer-links li::before {
  content: "> ";
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #223463;
}

.subscribe-row {
  display: grid;
  gap: 10px;
  padding: 18px 0 20px;
}

.subscribe-form {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(780px, 100%);
}

.subscribe-form .btn {
  min-height: 46px;
  padding: 0 24px;
  border-radius: 6px;
  box-shadow: none;
}

.subscribe-form input {
  flex: 1;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #cfd3db;
  border-radius: 6px;
  background: #c8ccd2;
  color: #1a1e27;
  font: inherit;
}

.subscribe-form input::placeholder {
  color: #6c717d;
}

.subscribe-form input:focus {
  outline: 2px solid rgba(47, 66, 127, 0.24);
  outline-offset: 2px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 18px;
  border-top: 1px solid #d8dbe3;
}

.footer-bottom p {
  margin: 0;
  color: #303646;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  color: #ffffff;
  font-size: 0.95rem;
}

.social-facebook {
  background: #4267b2;
}

.social-instagram {
  background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.social-twitter {
  background: #1da1f2;
}

.social-linkedin {
  background: #0a66c2;
}

.social-youtube {
  background: #ff0000;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-1px);
}
.call-to-action {
  background-color: #223463;
  padding: 5rem;
  color: white;
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .call-to-action {
    flex-direction: column;
    padding: 1rem;
  }
  .main-img {
    height: auto;
  }
  .lang-switch {
    top: 90px;
    right: 4px;
  }
  .top-contact-bar {
    flex-direction: column;
    padding-left: 10px;
  }
  .card-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .legacy-strip .container {
    flex-direction: column;
  }
  .stats-grid,
  .focus-grid,
  .value-grid,
  .insight-grid {
    grid-template-columns: 1fr 1fr;
  }

  .timer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    align-items: start;
    flex-direction: column;
  }

  .section-heading h2 {
    max-width: none;
  }

  .subscribe-row,
  .event-highlight,
  .event-copy,
  .countdown-row,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .subscribe-form {
    width: 100%;
  }

  .subscribe-form .btn {
    width: auto;
  }

  .countdown-date {
    white-space: normal;
  }

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

  .footer-column {
    min-height: auto;
    padding-right: 24px;
    border-right: 1px solid #d9dce3;
  }

  .footer-column:nth-child(4n) {
    border-right: 1px solid #d9dce3;
  }

  .footer-column:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 720px) {
  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stat-card:nth-child(3),
  .stat-card:nth-child(6) {
    border-right: none;
  }

  .timer-card:nth-child(2) {
    border-right: none;
  }

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

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

  .footer-column,
  .footer-column:nth-child(4n),
  .footer-column:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 560px) {
  :root {
    --container: min(100vw - 24px, 100%);
    --narrow: min(100vw - 24px, 100%);
  }

  .brand-banner-shell {
    padding: 0;
  }

  .header-links-row {
    padding-bottom: 16px;
  }

  .hero-section {
    padding-top: 20px;
  }

  .profile-heading {
    gap: 16px;
    margin-bottom: 22px;
  }

  .profile-heading-line {
    height: 34px;
  }

  .stats-grid,
  .focus-grid,
  .value-grid,
  .insight-grid,
  .timer-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stat-card,
  .footer-column {
    border-right: none;
  }

  .timer-card {
    border-right: none;
    border-bottom: 1px solid #cfcfd6;
  }

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

  .footer-column {
    padding-right: 0;
    border-bottom: 1px solid #d8dbe3;
  }

  .footer-column:last-child {
    border-bottom: 1px solid #d8dbe3;
  }

  .timer-card,
  .focus-card,
  .insight-card {
    border-radius: 18px;
  }

  .profile-block {
    padding-left: 16px;
  }

  .btn,
  .subscribe-form {
    width: 100%;
  }

  .subscribe-form {
    flex-direction: column;
  }
}
