:root {
  --red: #ed1114;
  --red-dark: #d80008;
  --navy: #071629;
  --ink: #081225;
  --muted: #536072;
  --line: #e4e8ef;
  --soft: #f5f8fc;
  --white: #ffffff;
  --shadow: 0 12px 30px rgba(9, 24, 45, .12);
  --container: 766px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

body.modal-open {
  overflow: hidden;
}

.sprite {
  display: none;
}

.page {
  width: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 26%, rgba(229, 238, 250, .75), transparent 21%),
    linear-gradient(180deg, #fff 0 100%);
}

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

svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.topbar {
  height: 28px;
  color: #fff;
  background: var(--red);
  font-size: 8px;
  font-weight: 800;
}

.topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 28px;
}

.topbar__left,
.topbar__social,
.topbar__left span,
.topbar__left a,
.topbar__social a {
  display: flex;
  align-items: center;
}

.topbar__left {
  gap: 25px;
}

.topbar__left span,
.topbar__left a {
  gap: 4px;
  white-space: nowrap;
}

.topbar a,
.navlinks a,
.nav-login,
.footer a,
.section-link,
.service-card a,
.article-card a {
  transition: color .18s ease, opacity .18s ease, transform .18s ease;
}

.topbar a:hover,
.footer a:hover {
  opacity: .78;
}

.topbar svg {
  width: 11px;
  height: 11px;
  stroke-width: 2.7;
}

.topbar__social {
  gap: 7px;
}

.topbar__social a {
  justify-content: center;
  width: 14px;
  height: 14px;
  border: 1.4px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
}

.topbar__social a svg {
  width: 8px;
  height: 8px;
}

.site-header {
  position: relative;
  z-index: 5;
  background: #fff;
}

.navbar {
  display: flex;
  align-items: center;
  height: 66px;
}

.brand {
  flex: 0 0 auto;
  margin-top: 1px;
}

.brand img {
  width: auto;
  height: 54px;
}

.navlinks {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-left: 72px;
  font-size: 8px;
  font-weight: 900;
  color: #0a1424;
  white-space: nowrap;
}

.navlinks a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 66px;
}

.navlinks a:hover,
.navlinks a:focus-visible {
  color: var(--red);
}

.navlinks a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 2px;
  background: var(--red);
  border-radius: 999px;
}

.navlinks span {
  margin-left: 4px;
  color: var(--red);
  font-size: 14px;
  line-height: 1;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 29px;
  margin-left: auto;
  border-radius: 4px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 5px 12px rgba(237, 17, 20, .18);
  font-size: 8px;
  font-weight: 900;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  margin-left: 10px;
  padding: 0 12px;
  border: 1px solid rgba(8, 18, 37, .16);
  border-radius: 4px;
  color: #0a1424;
  background: #fff;
  font-size: 8px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgba(9, 24, 45, .06);
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.nav-login:hover,
.nav-login:focus-visible,
.btn-primary:hover,
.btn-primary:focus-visible {
  background: #cf0009;
  box-shadow: 0 10px 22px rgba(237, 17, 20, .24);
  transform: translateY(-2px);
}

.nav-login:hover,
.nav-login:focus-visible {
  border-color: var(--red);
  color: #fff;
}

.hero {
  position: relative;
  height: 342px;
  background: #fff;
}

.hero-media {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: calc(50% - 99px);
  width: calc(50% + 99px);
  max-width: 531px;
  height: 353px;
  overflow: hidden;
  border-top-left-radius: 250px 340px;
  pointer-events: none;
}

.hero-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 62% center;
}

.hero__inner {
  position: relative;
  z-index: 2;
  height: 100%;
}

.hero-copy {
  width: 360px;
  padding-top: 36px;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: 29px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
}

.hero h1 span {
  color: var(--red);
}

.hero p {
  width: 305px;
  margin: 15px 0 0;
  color: #111a2a;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 34px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.btn svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.3;
}

.btn-primary {
  width: 112px;
  color: #fff;
  background: var(--red);
  box-shadow: 0 7px 16px rgba(237, 17, 20, .18);
}

.btn-outline {
  width: 140px;
  color: var(--red);
  background: #fff;
  border-color: var(--red);
}

.btn-outline:hover,
.btn-outline:focus-visible {
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(237, 17, 20, .16);
  transform: translateY(-2px);
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 35px;
  color: #101927;
  font-size: 8px;
  font-weight: 900;
  white-space: nowrap;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-proof svg {
  width: 15px;
  height: 15px;
  color: var(--red);
  stroke-width: 2.4;
}

.feature-band {
  position: relative;
  z-index: 4;
  height: 126px;
  margin-top: -41px;
  background: #fff;
}

.feature-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 126px;
  border: 1px solid rgba(222, 227, 235, .9);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow);
}

.feature-card article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 18px;
  text-align: center;
  transition: background .18s ease, transform .18s ease;
}

.feature-card article:hover {
  background: #fff8f8;
}

.feature-card article + article::before {
  content: "";
  position: absolute;
  top: 58px;
  left: 0;
  width: 1px;
  height: 48px;
  background: #e7ebf1;
}

.feature-icon {
  width: 29px;
  height: 29px;
  color: var(--red);
  stroke-width: 2.25;
}

.feature-card h3 {
  margin: 11px 0 0;
  color: #101927;
  font-size: 9px;
  font-weight: 900;
}

.feature-card p {
  width: 118px;
  margin: 7px auto 0;
  color: #5e6879;
  font-size: 7px;
  font-weight: 700;
  line-height: 1.85;
}

.services {
  padding: 23px 0 16px;
  background: #fff;
}

.section-top {
  position: relative;
}

.section-label {
  margin: 0;
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.section-link {
  position: absolute;
  right: 1px;
  top: 23px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
}

.section-link:hover,
.service-card a:hover,
.article-card a:hover {
  color: #b80007;
  transform: translateX(2px);
}

.section-link svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.4;
}

.services h2,
.reviews h2,
.articles h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

.section-intro {
  margin: 6px 0 0;
  color: #5c6575;
  font-size: 8px;
  font-weight: 700;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 17px;
}

.service-card {
  position: relative;
  min-height: 238px;
  overflow: hidden;
  border: 1px solid #e3e7ee;
  border-radius: 6px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.service-card:hover,
.service-card:focus-within,
.article-card:hover,
.article-card:focus-within,
.review-card:hover {
  border-color: rgba(237, 17, 20, .24);
  box-shadow: 0 16px 34px rgba(9, 24, 45, .12);
  transform: translateY(-4px);
}

.service-card > img {
  width: calc(100% - 24px);
  height: 126px;
  margin: 7px 12px 0;
  border-radius: 4px;
  object-fit: cover;
  transition: transform .28s ease;
}

.service-card:hover > img,
.article-card:hover img {
  transform: scale(1.025);
}

.service-badge {
  position: absolute;
  top: 99px;
  left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  box-shadow: 0 8px 16px rgba(237, 17, 20, .2);
}

.service-badge svg {
  width: 18px;
  height: 18px;
  stroke-width: 2.1;
}

.service-card h3 {
  margin: 14px 13px 0;
  color: #0e1829;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.service-card p {
  margin: 8px 13px 0;
  color: #4e5b6c;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.6;
}

.service-card a,
.article-card a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 11px 13px 0;
  color: var(--red);
  font-size: 8px;
  font-weight: 900;
}

.service-card a svg,
.article-card a svg {
  width: 12px;
  height: 12px;
  stroke-width: 2.5;
}

.app-section {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 67% 5%, rgba(18, 59, 104, .35), transparent 34%),
    #061321;
}

.app-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42%;
  z-index: 1;
  width: 18%;
  background: linear-gradient(90deg, #061321 0%, rgba(6, 19, 33, .78) 42%, rgba(6, 19, 33, 0) 100%);
  pointer-events: none;
}

.app-art {
  position: absolute;
  top: 12px;
  bottom: 12px;
  right: calc((100% - 864px) / 2);
  z-index: 0;
  width: 540px;
  height: calc(100% - 24px);
  min-height: 0;
  max-width: none;
  object-fit: contain;
  object-position: center;
}

.app-copy {
  position: relative;
  z-index: 2;
  padding-top: 26px;
  padding-bottom: 28px;
}

.app-copy h2 {
  margin: 8px 0 0;
  width: 265px;
  color: #fff;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.14;
}

.app-copy > p:not(.section-label) {
  width: 230px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .96);
  font-size: 8px;
  font-weight: 800;
  line-height: 1.65;
}

.app-copy ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.app-copy li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 8.5px;
  font-weight: 800;
  line-height: 1;
}

.app-copy li svg {
  width: 12px;
  height: 12px;
  color: var(--red);
  stroke-width: 2.5;
}

.store-row {
  display: flex;
  gap: 13px;
  margin-top: 18px;
}

.store-row img {
  height: 31px;
  width: auto;
}

.store-row a,
.footer-app a {
  display: inline-flex;
  transition: transform .18s ease, opacity .18s ease;
}

.store-row a:hover,
.store-row a:focus-visible,
.footer-app a:hover,
.footer-app a:focus-visible {
  opacity: .9;
  transform: translateY(-2px);
}

.app-waitlist-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  transition: color .18s ease, transform .18s ease;
}

.app-waitlist-link:hover,
.app-waitlist-link:focus-visible {
  color: #ffb7b7;
  transform: translateX(2px);
}

.app-waitlist-link svg {
  width: 15px;
  height: 15px;
  stroke-width: 2.4;
}

.reviews {
  height: 214px;
  padding-top: 12px;
  background: #fff;
  text-align: center;
}

.centered {
  text-align: center;
}

.reviews h2 {
  margin-top: 5px;
  font-size: 20px;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 6px;
}

.review-card {
  height: 132px;
  padding: 13px 19px 12px;
  border: 1px solid #e3e7ef;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.stars {
  color: var(--red);
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
}

.review-card > p {
  margin: 8px 0 0;
  color: #495468;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.55;
}

.reviewer {
  display: flex;
  align-items: center;
  margin-top: 13px;
}

.reviewer span {
  color: #5a6475;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.reviewer strong {
  color: #121b2c;
  font-size: 8.5px;
  font-weight: 900;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d8dde5;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease;
}

.dots button:hover,
.dots button:focus-visible {
  transform: scale(1.25);
}

.dots button.active {
  background: var(--red);
}

.cta {
  height: 88px;
  background: #fff;
}

.cta-panel {
  display: flex;
  align-items: center;
  height: 83px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(90deg, #f01818 0%, #f61619 58%, #d60008 100%);
  box-shadow: 0 13px 28px rgba(237, 17, 20, .18);
}

.cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 59px;
  height: 59px;
  margin-left: 15px;
  border: 1.5px solid rgba(255, 255, 255, .88);
  border-radius: 50%;
}

.cta-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 1.6;
}

.cta-copy {
  margin-left: 24px;
}

.cta-copy h2 {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.cta-copy p {
  width: 230px;
  margin: 8px 0 0;
  font-size: 9px;
  font-weight: 900;
  line-height: 1.45;
}

.cta-actions {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: 70px;
}

.btn-light {
  width: 112px;
  color: var(--red);
  background: #fff;
}

.btn-light:hover,
.btn-light:focus-visible {
  color: #fff;
  background: #071629;
  transform: translateY(-2px);
}

.btn-outline-light {
  width: 97px;
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, .8);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  color: var(--red);
  background: #fff;
  transform: translateY(-2px);
}

.articles {
  height: 236px;
  padding-top: 8px;
  background: #fff;
}

.articles h2 {
  margin-top: 8px;
  font-size: 16px;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 9px;
}

.article-card {
  height: 194px;
  overflow: hidden;
  border: 1px solid #e3e7ee;
  border-radius: 5px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.article-card img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  transition: transform .28s ease;
}

.article-card div {
  padding-top: 9px;
}

.article-card p {
  margin: 0 13px;
  color: var(--red);
  font-size: 7px;
  font-weight: 900;
}

.article-card h3 {
  margin: 5px 13px 0;
  color: #111a2a;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.35;
}

.article-card a {
  margin-top: 8px;
}

.footer {
  height: 132px;
  color: rgba(255, 255, 255, .86);
  background: #061321;
}

.footer-main {
  display: grid;
  grid-template-columns: 123px 85px 112px 138px 1fr;
  gap: 17px;
  height: 108px;
  padding-top: 18px;
}

.footer h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 8px;
  font-weight: 900;
}

.footer a,
.footer p {
  color: rgba(255, 255, 255, .79);
  font-size: 7px;
  font-weight: 700;
  line-height: 1.55;
}

.footer-main > div:not(.footer-brand) > a {
  display: block;
  margin-top: 3px;
}

.footer-brand img {
  width: auto;
  height: 50px;
}

.footer-brand p {
  width: 105px;
  margin: 8px 0 0;
}

.footer-social {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .12);
}

.footer-social svg {
  width: 8px;
  height: 8px;
}

.contact-line {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 5px;
}

.contact-line svg {
  width: 11px;
  height: 11px;
  color: var(--red);
  stroke-width: 2.3;
}

.footer-app p {
  width: 110px;
  margin: 0 0 8px;
}

.footer-app div {
  display: flex;
  gap: 8px;
}

.footer-app img {
  height: 27px;
  width: auto;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 24px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.footer-bottom span {
  margin-right: auto;
  margin-left: 268px;
  color: rgba(255, 255, 255, .66);
  font-size: 7px;
  font-weight: 700;
}

.footer-bottom nav {
  display: flex;
  gap: 15px;
}

.footer-bottom a + a {
  position: relative;
}

.footer-bottom a + a::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 2px;
  width: 1px;
  height: 9px;
  background: rgba(255, 255, 255, .35);
}

.modal__close {
  border: 0;
  cursor: pointer;
  font-weight: 900;
}

.modal__close {
  color: var(--red);
  background: transparent;
  font-size: 10px;
}

.modal-backdrop {
  position: fixed;
  z-index: 90;
  inset: 0;
  background: rgba(6, 19, 33, .58);
  backdrop-filter: blur(4px);
}

.modal {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100% - 34px));
  max-height: min(760px, calc(100vh - 34px));
  overflow: auto;
  padding: 24px;
  border: 1px solid #e4e8ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(6, 19, 33, .28);
  transform: translate(-50%, -50%);
}

.modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.modal h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
}

.modal__close {
  flex: 0 0 auto;
  padding: 5px 0;
}

.modal-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.modal-form label {
  display: grid;
  gap: 7px;
  color: #18243a;
  font-size: 11px;
  font-weight: 900;
}

.modal-form input,
.modal-form select,
.modal-form textarea {
  width: 100%;
  border: 1px solid #d9e0eb;
  border-radius: 8px;
  color: #0b1628;
  background: #fff;
  font-size: 13px;
  font-weight: 650;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.modal-form input,
.modal-form select {
  height: 42px;
  padding: 0 12px;
}

.modal-form textarea {
  min-height: 96px;
  padding: 11px 12px;
  resize: vertical;
}

.modal-form input:focus,
.modal-form select:focus,
.modal-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(237, 17, 20, .12);
}

.modal-form__wide,
.modal-form__submit,
.form-status {
  grid-column: 1 / -1;
}

.modal-form__submit {
  width: 150px;
}

.form-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 8px;
  color: #0c5b2a;
  background: #eaf8ef;
  font-size: 12px;
  font-weight: 800;
}

.form-status--success {
  color: #0c5b2a;
  background: #eaf8ef;
}

.form-status--error {
  color: #8a1212;
  background: #fff0f0;
}

.form-status:focus-visible {
  outline: 3px solid rgba(237, 17, 20, .22);
  outline-offset: 2px;
}

.form-status__reference {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  color: #0c5b2a;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.form-status__link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 6px;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  transition: background .18s ease, transform .18s ease;
}

.form-status__link:hover,
.form-status__link:focus-visible {
  background: var(--red-dark);
  transform: translateY(-1px);
}

button[disabled] {
  cursor: wait;
  opacity: .68;
  transform: none !important;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.contact-actions a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 14px;
  border: 1px solid #e3e7ee;
  border-radius: 9px;
  color: #0b1628;
  font-size: 12px;
  font-weight: 900;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.contact-actions svg {
  width: 18px;
  height: 18px;
  color: var(--red);
}

.contact-actions a:hover,
.contact-actions a:focus-visible {
  border-color: rgba(237, 17, 20, .32);
  box-shadow: 0 12px 28px rgba(9, 24, 45, .1);
  transform: translateY(-2px);
}

.detail-intro {
  margin: 0 0 16px;
  color: #3b4657;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
}

.detail-list {
  display: grid;
  gap: 9px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.detail-list li {
  position: relative;
  padding-left: 18px;
  color: #18243a;
  font-size: 12px;
  font-weight: 800;
}

.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
}

.detail-actions {
  display: flex;
  gap: 12px;
}

.detail-actions .btn-primary {
  width: 142px;
}

.detail-actions .btn-outline {
  width: 126px;
}

.site-toast {
  position: fixed;
  z-index: 110;
  right: 18px;
  bottom: 18px;
  max-width: 310px;
  padding: 13px 15px;
  border-radius: 10px;
  color: #fff;
  background: #071629;
  box-shadow: 0 18px 44px rgba(6, 19, 33, .28);
  font-size: 12px;
  font-weight: 850;
}

.cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  max-width: 760px;
  padding: 18px;
  border: 1px solid #dfe7f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 22, 41, .22);
}

.cookie-banner strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.cookie-banner p {
  margin: 6px 0 0;
  color: #55657a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.cookie-banner a {
  display: inline-block;
  margin-top: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
}

.subpage {
  background: #fff;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 0;
  background:
    linear-gradient(90deg, rgba(245, 248, 252, .95) 0 46%, rgba(255, 255, 255, .92) 46% 100%);
}

.page-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, 1.05fr);
  align-items: center;
  gap: 42px;
}

.page-hero h1 {
  max-width: 520px;
  margin: 0;
  color: var(--ink);
  font-size: 42px;
  font-weight: 900;
  line-height: 1.08;
}

.page-hero h1 span {
  color: var(--red);
}

.page-hero p {
  max-width: 470px;
  margin: 18px 0 0;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
}

.page-hero__actions {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.page-hero__media {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(9, 24, 45, .14);
}

.page-hero__media img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
  gap: 28px;
  align-items: start;
}

.contact-help-panel h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
}

.contact-help-panel .faq-list {
  gap: 10px;
  margin-top: 22px;
}

.contact-help-panel .faq-list details {
  box-shadow: 0 12px 28px rgba(9, 24, 45, .06);
}

.page-section {
  padding: 56px 0;
}

.page-section--soft {
  background: #f5f8fc;
}

.page-section--dark {
  color: #fff;
  background: #061321;
}

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

.page-section__head h2,
.split-copy h2,
.form-panel h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.12;
}

.page-section--dark .page-section__head h2,
.page-section--dark .split-copy h2 {
  color: #fff;
}

.page-section__head p:not(.section-label),
.split-copy p {
  max-width: 520px;
  margin: 9px 0 0;
  color: #4f5b6e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.page-section--dark .page-section__head p:not(.section-label),
.page-section--dark .split-copy p {
  color: rgba(255, 255, 255, .84);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
  gap: 28px;
  align-items: start;
}

.content-panel,
.value-card,
.step-card,
.service-page-card,
.price-card,
.faq-list details,
.contact-card,
.form-panel,
.area-panel {
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 24, 45, .06);
}

.content-panel,
.form-panel,
.area-panel {
  padding: 26px;
}

.content-panel p,
.form-panel p,
.area-panel p {
  margin: 0;
  color: #425066;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.content-panel--lead h2 {
  max-width: 610px;
  margin: 10px 0 16px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.16;
}

.content-panel--lead .section-label {
  color: var(--red);
}

.content-panel--lead p + p {
  margin-top: 12px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #142033;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}

.page-section--dark .check-list li {
  color: #fff;
}

.check-list svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--red);
  stroke-width: 2.5;
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.stat-card {
  padding: 22px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #ed1114 0%, #c90008 100%);
}

.stat-card strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.4;
}

.rate-list {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.rate-row > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #132033;
  font-size: 12px;
  font-weight: 900;
}

.rate-row strong {
  color: var(--red);
  font-size: 13px;
}

.rate-track {
  overflow: hidden;
  height: 7px;
  margin-top: 8px;
  border-radius: 999px;
  background: #e6ebf2;
}

.rate-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ed1114 0%, #ff5a5a 100%);
}

.value-grid,
.step-grid,
.service-page-grid,
.price-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.value-card,
.step-card,
.service-page-card,
.price-card,
.contact-card {
  padding: 22px;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.value-card:hover,
.step-card:hover,
.service-page-card:hover,
.price-card:hover,
.contact-card:hover {
  border-color: rgba(237, 17, 20, .24);
  box-shadow: 0 16px 34px rgba(9, 24, 45, .12);
  transform: translateY(-4px);
}

.value-card svg,
.step-card svg,
.contact-card svg {
  width: 30px;
  height: 30px;
  color: var(--red);
  stroke-width: 2.2;
}

.value-card h3,
.step-card h3,
.service-page-card h3,
.price-card h3,
.contact-card h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.value-card p,
.step-card p,
.service-page-card p,
.price-card p,
.contact-card p {
  margin: 10px 0 0;
  color: #526073;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, 1.05fr);
  gap: 32px;
  align-items: center;
}

.split-media {
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(9, 24, 45, .12);
}

.split-media img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.service-page-card {
  overflow: hidden;
  padding: 0;
}

.service-page-card img {
  width: 100%;
  height: 174px;
  object-fit: cover;
}

.service-page-card__body {
  padding: 20px;
}

.service-page-card .btn {
  width: 142px;
  margin-top: 16px;
}

.service-support-band {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(237, 17, 20, .22), transparent 30%),
    radial-gradient(circle at 50% 120%, rgba(35, 106, 203, .22), transparent 38%),
    #061321;
}

.service-support-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 52px 52px;
  opacity: .28;
  pointer-events: none;
}

.service-support-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
}

.service-support-band .section-label {
  color: var(--red);
}

.service-support-band h2 {
  max-width: 430px;
  margin: 8px 0 0;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

.service-support-band__copy > p:not(.section-label) {
  max-width: 440px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.75;
}

.service-support-band__copy {
  min-width: 0;
}

.service-support-band__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.service-support-band__actions .btn {
  width: auto;
  min-width: 150px;
  padding: 0 18px;
}

.service-support-band__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.service-support-band__features article {
  min-height: 132px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
}

.service-support-band__features svg {
  width: 25px;
  height: 25px;
  color: var(--red);
  stroke-width: 2.3;
}

.service-support-band__features h3 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.service-support-band__features p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.55;
}

.price-card {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 28px;
}

.price-card strong {
  display: block;
  margin-top: 20px;
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.05;
}

.price-card .check-list {
  margin-top: 22px;
  margin-bottom: 28px;
}

.price-card .btn {
  width: 164px;
  margin-top: auto;
  align-self: flex-start;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  color: #4f5b6e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.7;
}

.contact-card a,
.contact-card span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #152033;
  font-size: 13px;
  font-weight: 850;
}

.inline-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 18px;
}

.inline-form label {
  display: grid;
  gap: 7px;
  color: #18243a;
  font-size: 11px;
  font-weight: 900;
}

.inline-form input,
.inline-form select,
.inline-form textarea {
  width: 100%;
  border: 1px solid #d9e0eb;
  border-radius: 8px;
  color: #0b1628;
  background: #fff;
  font-size: 13px;
  font-weight: 650;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.inline-form input,
.inline-form select {
  height: 42px;
  padding: 0 12px;
}

.inline-form textarea {
  min-height: 118px;
  padding: 11px 12px;
  resize: vertical;
}

.inline-form input:focus,
.inline-form select:focus,
.inline-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(237, 17, 20, .12);
}

.inline-form__wide,
.inline-form .form-status,
.inline-form .btn {
  grid-column: 1 / -1;
}

.inline-form .btn {
  width: 150px;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.area-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #e3e7ee;
  border-radius: 999px;
  color: #19253a;
  background: #fff;
  font-size: 11px;
  font-weight: 850;
}

.legacy-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.legacy-review-card {
  position: relative;
  padding: 26px 24px 22px;
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(9, 24, 45, .06);
}

.legacy-review-card::before {
  content: "\"";
  display: block;
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
  line-height: .7;
}

.legacy-review-card p {
  margin: 10px 0 20px;
  color: #4b586b;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.75;
}

.legacy-review-card strong {
  display: block;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.about-page .page-section {
  padding: 50px 0;
}

.about-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: #fff;
  background: #061321;
}

.about-hero__image,
.about-hero__shade {
  position: absolute;
  inset: 0;
}

.about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% 39%;
}

.about-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 15, 27, .96) 0%, rgba(5, 15, 27, .9) 35%, rgba(5, 15, 27, .42) 63%, rgba(5, 15, 27, .05) 100%);
}

.about-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 430px;
}

.about-hero__copy {
  max-width: 520px;
}

.about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.02;
}

.about-hero h1 span {
  color: var(--red);
}

.about-hero p {
  max-width: 430px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .92);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.6;
}

.about-hero .btn-outline {
  color: #fff;
  border-color: rgba(255, 255, 255, .54);
  background: rgba(255, 255, 255, .04);
}

.about-hero .btn-outline:hover {
  color: var(--red);
  background: #fff;
}

.about-trust-strip {
  position: relative;
  z-index: 2;
  color: #fff;
  background: #061321;
}

.about-trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: 78px;
  border: 0;
  border-radius: 0;
  background: #061321;
  box-shadow: none;
}

.about-trust-strip__inner > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 22px;
  border-right: 1px solid rgba(255, 255, 255, .18);
}

.about-trust-strip__inner > div:last-child {
  border-right: 0;
}

.about-trust-strip svg {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: #fff;
  stroke-width: 2.1;
}

.about-trust-strip span {
  display: block;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.about-trust-strip strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.about-story-section {
  padding: 70px 0 74px;
  background:
    radial-gradient(circle at 3% 18%, rgba(237, 17, 20, .035), transparent 20%),
    radial-gradient(circle at 95% 80%, rgba(7, 22, 41, .035), transparent 20%),
    #fff;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, .78fr);
  gap: 90px;
  align-items: center;
}

.about-story__copy h2,
.about-area h2 {
  max-width: 680px;
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.12;
}

.about-story__copy p:not(.section-label),
.about-area p {
  max-width: 720px;
  margin: 18px 0 0;
  color: #344054;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.78;
}

.about-signoff {
  display: grid;
  gap: 2px;
  margin-top: 22px;
}

.about-signoff span {
  color: #344054;
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 34px;
  line-height: 1;
}

.about-signoff strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.about-signoff small {
  color: #536072;
  font-size: 11px;
  font-weight: 750;
}

.about-story__media {
  position: relative;
  justify-self: end;
  width: min(100%, 390px);
  aspect-ratio: 1;
  overflow: visible;
  border-radius: 50%;
  background: transparent;
}

.about-story__media::before {
  content: "";
  position: absolute;
  inset: -28px -24px -24px -28px;
  border: 2px solid rgba(237, 17, 20, .28);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(18deg);
}

.about-story__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 47% center;
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(9, 24, 45, .16);
}

.about-story__badge {
  position: absolute;
  z-index: 2;
  left: -58px;
  bottom: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 126px;
  height: 126px;
  padding: 18px;
  border: 2px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  color: #fff;
  background: #061321;
  backdrop-filter: blur(8px);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
  box-shadow: 0 18px 38px rgba(9, 24, 45, .22);
}

.about-story__badge svg {
  width: 26px;
  height: 26px;
  color: var(--red);
  stroke-width: 2.4;
}

.about-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e5eaf2;
}

.about-proof-strip span {
  color: #2d3a4f;
  font-size: 12px;
  font-weight: 850;
}

.about-proof-strip strong {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.about-promise-area-section {
  padding: 62px 0;
  background:
    linear-gradient(90deg, #f5f8fc 0%, #f5f8fc 58%, #fff 58%, #fff 100%);
}

.about-promise-area {
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 58px;
  align-items: stretch;
}

.about-promise-card {
  padding: 26px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #061321;
  box-shadow: 0 20px 48px rgba(9, 24, 45, .18);
}

.about-promise-card h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.16;
}

.about-promise-card ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 24px;
  padding: 0;
  list-style: none;
}

.about-promise-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.5;
}

.about-promise-card svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--red);
  stroke-width: 2.5;
}

.about-promise-card .btn {
  width: 158px;
}

.about-page .value-grid {
  gap: 16px;
}

.about-page .value-card,
.about-page .step-card,
.about-page .legacy-review-card {
  box-shadow: 0 10px 24px rgba(9, 24, 45, .045);
}

.about-page .value-card {
  min-height: 174px;
}

.about-area {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 28px;
  align-items: center;
}

.about-area-tags {
  max-width: 650px;
}

.coverage-map {
  position: relative;
  overflow: hidden;
  min-height: 286px;
  padding: 10px 10px 12px;
  border: 1px solid #e3e7ee;
  border-radius: 16px;
  background:
    radial-gradient(circle at 38% 54%, rgba(237, 17, 20, .08), transparent 39%),
    #fff;
  box-shadow: 0 18px 42px rgba(9, 24, 45, .07);
}

.coverage-map svg {
  width: 100%;
  height: auto;
}

.coverage-map__halo {
  fill: rgba(237, 17, 20, .06);
}

.coverage-map__halo--inner {
  fill: rgba(237, 17, 20, .08);
}

.coverage-map__land {
  fill: #d62a2a;
  stroke: #fff;
  stroke-width: 2.3;
  vector-effect: non-scaling-stroke;
}

.coverage-map__focus {
  fill: rgba(255, 255, 255, .36);
  stroke: rgba(255, 255, 255, .95);
  stroke-width: 2.2;
}

.coverage-map__connector {
  fill: none;
  stroke: #061321;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 3 4;
}

.coverage-map__pin path {
  fill: #061321;
  stroke: #fff;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.coverage-map__pin circle {
  fill: var(--red);
  stroke: none;
}

.coverage-map__callout rect {
  fill: #fff;
  stroke: #e3e7ee;
  stroke-width: 1.2;
  filter: drop-shadow(0 8px 14px rgba(9, 24, 45, .12));
}

.coverage-map__callout text {
  fill: #061321;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0;
}

.coverage-map p {
  width: min(100%, 230px);
  margin: -10px auto 0;
  color: #4f5d70;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.about-steps-section {
  padding: 48px 0 52px;
}

.about-reviews-section {
  padding: 52px 0 58px;
}

.about-reviews-section .page-section__head {
  align-items: flex-start;
}

.legacy-review-card {
  min-height: 240px;
}

.page-cta {
  padding: 42px 0;
  color: #fff;
  background: linear-gradient(90deg, #f01818 0%, #d60008 100%);
}

.page-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-cta h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}

.page-cta p {
  max-width: 520px;
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.6;
}

.about-refresh {
  background: #fff;
}

.about-refresh-hero {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  color: #fff;
  background: #061321;
}

.about-refresh-hero__image,
.about-refresh-hero__shade {
  position: absolute;
  inset: 0;
}

.about-refresh-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}

.about-refresh-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 15, 27, .98) 0%, rgba(5, 15, 27, .96) 36%, rgba(5, 15, 27, .64) 52%, rgba(5, 15, 27, .14) 100%);
}

.about-refresh-hero__shade::before {
  content: "";
  position: absolute;
  left: -9vw;
  top: 0;
  width: min(680px, 55vw);
  height: 100%;
  background: #061321;
  clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
}

.about-refresh-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 430px) 220px;
  align-items: center;
  justify-content: space-between;
  min-height: 380px;
  gap: 60px;
}

.about-refresh-hero__copy {
  padding: 38px 0 34px;
}

.about-refresh-hero .section-label {
  color: #ff5d43;
}

.about-refresh-hero h1 {
  margin: 12px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.04;
}

.about-refresh-hero h1 span {
  color: #ff6b55;
}

.about-refresh-hero__copy > p:not(.section-label) {
  max-width: 360px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .94);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.62;
}

.about-refresh-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 22px;
}

.about-refresh-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  transition: color .18s ease, transform .18s ease;
}

.about-refresh-link:hover,
.about-refresh-link:focus-visible {
  color: #ff6b55;
  transform: translateX(2px);
}

.about-refresh-link svg {
  width: 14px;
  height: 14px;
}

.about-refresh-hero__facts {
  display: grid;
  width: 220px;
  border-radius: 8px;
  background: rgba(6, 19, 33, .88);
  box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
  backdrop-filter: blur(8px);
}

.about-refresh-hero__facts div {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 70px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.about-refresh-hero__facts div:last-child {
  border-bottom: 0;
}

.about-refresh-hero__facts svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--red);
  stroke-width: 1.9;
}

.about-refresh-hero__facts span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  font-weight: 750;
  line-height: 1.35;
}

.about-refresh-hero__facts strong {
  display: block;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.about-refresh-intro {
  padding: 34px 0 30px;
  background: #fff;
}

.about-refresh-intro__grid {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 66px;
}

.about-refresh-intro h2,
.about-refresh-card h2,
.about-refresh-journey h2,
.about-refresh-dean h2,
.about-refresh-reviews h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
}

.about-refresh-intro p:not(.section-label),
.about-refresh-card p,
.about-refresh-dean p,
.about-refresh-reviews__head p {
  margin: 13px 0 0;
  color: #18243a;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.62;
}

.about-refresh-mission {
  position: relative;
  padding-left: 72px;
  border-left: 1px solid rgba(237, 17, 20, .45);
}

.about-refresh-mission h2 {
  max-width: 500px;
  font-size: 24px;
}

.about-refresh-quote {
  position: absolute;
  left: -26px;
  top: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: #061321;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}

.about-refresh-cards {
  padding: 0 0 22px;
  background: #fff;
}

.about-refresh-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(9, 24, 45, .08);
}

.about-refresh-card {
  min-height: 286px;
  padding: 24px 28px;
  background: #f7f8fa;
}

.about-refresh-card:first-child {
  border-radius: 8px 0 0 8px;
}

.about-refresh-card:last-child {
  border-radius: 0 8px 8px 0;
}

.about-refresh-card--dark {
  color: #fff;
  background:
    radial-gradient(circle at 80% 20%, rgba(28, 72, 120, .3), transparent 36%),
    #061321;
}

.about-refresh-card--dark h2,
.about-refresh-card--dark p,
.about-refresh-card--dark li {
  color: #fff;
}

.about-refresh-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.about-refresh-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #172235;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
}

.about-refresh-card--dark li {
  color: rgba(255, 255, 255, .95);
}

.about-refresh-card li svg {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  color: var(--red);
  stroke-width: 2.4;
}

.about-refresh-journey {
  padding: 14px 0 28px;
  background: #fff;
}

.about-refresh-journey h2 {
  font-size: 22px;
}

.about-refresh-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 30px;
}

.about-refresh-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 20px;
  height: 1px;
  background: repeating-linear-gradient(90deg, rgba(237, 17, 20, .45) 0 5px, transparent 5px 9px);
}

.about-refresh-timeline article {
  position: relative;
  text-align: center;
}

.about-refresh-timeline article > span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.about-refresh-timeline article > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 6px auto 10px;
  border-radius: 50%;
  color: #fff;
  background: #061321;
  box-shadow: 0 10px 24px rgba(9, 24, 45, .1);
}

.about-refresh-timeline svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
}

.about-refresh-timeline h3 {
  margin: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.about-refresh-timeline p {
  max-width: 150px;
  margin: 7px auto 0;
  color: #344054;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
}

.about-refresh-dean {
  padding: 0;
  background: #fff;
}

.about-refresh-dean__grid {
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr) 210px;
  gap: 28px;
  align-items: stretch;
  padding: 0;
  background: #f7f8fa;
}

.about-refresh-dean__media {
  min-height: 190px;
  overflow: hidden;
}

.about-refresh-dean__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 43% center;
}

.about-refresh-dean__copy {
  align-self: center;
  padding: 24px 0;
}

.about-refresh-dean__quote {
  align-self: center;
  min-height: 170px;
  padding: 24px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 24, 45, .08);
}

.about-refresh-dean__quote span {
  display: block;
  color: var(--red);
  font-size: 34px;
  font-weight: 900;
  line-height: .7;
}

.about-refresh-dean__quote p {
  margin-top: 12px;
  color: #18243a;
}

.about-refresh-dean__quote strong {
  display: block;
  margin-top: 12px;
  color: var(--red);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 24px;
  line-height: 1;
}

.about-refresh-dean__quote small {
  display: block;
  color: #172235;
  font-size: 10px;
  font-weight: 800;
}

.about-refresh-reviews {
  padding: 12px 0 26px;
  background: #fff;
}

.about-refresh-reviews__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.about-refresh-reviews__head h2 {
  font-size: 22px;
}

.about-refresh-reviews__head > p {
  margin-bottom: 4px;
  color: #172235;
  font-size: 11px;
  font-weight: 850;
}

.about-refresh-reviews__head span,
.about-refresh-review-grid span {
  color: var(--red);
  letter-spacing: 1px;
}

.about-refresh-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 16px;
}

.about-refresh-review-grid article {
  min-height: 112px;
  padding: 16px 20px;
  border: 1px solid #e3e7ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 24, 45, .055);
}

.about-refresh-review-grid p {
  margin: 8px 0 0;
  color: #344054;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.5;
}

.about-refresh-review-grid strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 900;
}

.about-refresh-cta {
  padding: 22px 0;
}

.about-refresh-cta__actions {
  display: flex;
  gap: 18px;
  margin-left: auto;
}

.waitlist-hero .page-hero__media {
  background: #061321;
}

.waitlist-hero__media img {
  object-position: 54% center;
}

.waitlist-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 30px;
  align-items: start;
}

.waitlist-form-panel,
.waitlist-side > div {
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 24, 45, .06);
}

.waitlist-form-panel {
  padding: 30px;
}

.waitlist-form-panel h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
}

.waitlist-form-panel > p:not(.section-label) {
  max-width: 580px;
  margin: 10px 0 22px;
  color: #4d5a6d;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.65;
}

.waitlist-form {
  align-items: start;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 14px;
  margin: 0;
  padding: 16px;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  background: #fbfcfe;
}

.checkbox-group legend {
  padding: 0 7px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
}

.inline-form .checkbox-row,
.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-height: 0;
  color: #243147;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.inline-form .checkbox-row input,
.checkbox-row input {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.checkbox-row--consent {
  padding: 13px 14px;
  border: 1px solid rgba(237, 17, 20, .22);
  border-radius: 8px;
  background: #fff7f7;
}

.waitlist-side {
  display: grid;
  gap: 16px;
}

.waitlist-status,
.waitlist-note {
  padding: 22px;
}

.waitlist-side > .waitlist-status {
  color: #fff;
  background:
    radial-gradient(circle at 86% 0%, rgba(237, 17, 20, .28), transparent 35%),
    #061321;
}

.waitlist-status svg {
  width: 34px;
  height: 34px;
  color: var(--red);
  stroke-width: 2.2;
}

.waitlist-status h3,
.waitlist-note p,
.waitlist-steps h3 {
  margin: 12px 0 0;
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.15;
}

.waitlist-status p,
.waitlist-steps p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.65;
}

.waitlist-steps {
  display: grid;
  overflow: hidden;
}

.waitlist-steps article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  padding: 18px 20px;
}

.waitlist-steps article + article {
  border-top: 1px solid #e4e8ef;
}

.waitlist-steps span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.waitlist-steps h3 {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
}

.waitlist-steps p {
  color: #526074;
}

.waitlist-note {
  background: #f7f9fc;
}

.waitlist-note p {
  margin: 0 0 10px;
  color: var(--ink);
}

.waitlist-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.waitlist-note svg {
  width: 16px;
  height: 16px;
}

.waitlist-app-grid .value-card {
  min-height: 190px;
}

.admin-page {
  min-height: 100vh;
  background: #f5f8fc;
}

.admin-header {
  background: #fff;
  box-shadow: 0 1px 0 #e4e8ef;
}

.admin-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 20px;
}

.admin-header__inner > div {
  display: flex;
  gap: 12px;
}

.admin-hero {
  padding: 46px 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 0%, rgba(237, 17, 20, .28), transparent 38%),
    #061321;
}

.admin-hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
}

.admin-hero h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.08;
}

.admin-hero p:not(.section-label) {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.7;
}

.admin-stat-row {
  display: grid;
  grid-template-columns: repeat(3, 130px);
  gap: 12px;
}

.admin-stat-row article {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
}

.admin-stat-row strong {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.admin-stat-row span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, .82);
  font-size: 10px;
  font-weight: 850;
}

.admin-login-card,
.admin-empty {
  max-width: 560px;
  padding: 30px;
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 24, 45, .06);
}

.admin-login-card h2,
.admin-empty h2 {
  margin: 8px 0 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
}

.admin-login-card p:not(.section-label),
.admin-empty p {
  margin: 10px 0 0;
  color: #526074;
  font-size: 13px;
  font-weight: 750;
}

.admin-login-form {
  margin-top: 22px;
}

.admin-tools {
  padding: 0;
}

.admin-type-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.admin-type-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  box-shadow: 0 12px 28px rgba(9, 24, 45, .05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.admin-type-tab:hover,
.admin-type-tab:focus-visible,
.admin-type-tab.active {
  transform: translateY(-2px);
  border-color: rgba(237, 17, 20, .42);
  box-shadow: 0 18px 34px rgba(9, 24, 45, .09);
}

.admin-type-tab span {
  font-size: 13px;
  font-weight: 900;
}

.admin-type-tab strong {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--red);
  background: #fff1f2;
  font-size: 13px;
  font-weight: 950;
}

.admin-filter-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 24, 45, .06);
}

.admin-filter-bar label {
  display: grid;
  gap: 7px;
  color: #0f1b2d;
  font-size: 11px;
  font-weight: 900;
}

.admin-filter-bar input,
.admin-filter-bar select {
  width: 100%;
  min-width: 0;
  height: 43px;
  padding: 0 12px;
  border: 1px solid #d6dce7;
  border-radius: 7px;
  color: var(--ink);
  background: #fff;
  font-size: 13px;
  font-weight: 750;
}

.admin-filter-bar .btn {
  width: 100%;
}

.admin-results-section {
  padding-top: 34px;
}

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

.admin-results-head h2 {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 950;
}

.admin-results-head p:not(.section-label) {
  max-width: 360px;
  margin: 0;
  color: #526074;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}

.admin-entry-grid {
  display: grid;
  gap: 18px;
}

.admin-entry-card {
  padding: 22px;
  border: 1px solid #e3e7ee;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(9, 24, 45, .06);
}

.admin-entry-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e4e8ef;
}

.admin-entry-card__top span {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.admin-entry-card h2 {
  margin: 5px 0 0;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.admin-entry-card time {
  color: #526074;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.admin-entry-card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 16px 0 0;
}

.admin-entry-card dt {
  color: #526074;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-entry-card dd {
  margin: 4px 0 0;
  color: #101c2e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.admin-entry-card dd a {
  color: var(--red);
}

.admin-entry-card__wide {
  grid-column: span 2;
}

.legal-hero-card {
  display: grid;
  place-items: center;
  min-height: 350px;
  padding: 42px;
  background: #fff;
}

.legal-hero-card img {
  width: min(240px, 76%);
  height: auto;
  object-fit: contain;
}

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

.legal-panel {
  scroll-margin-top: 90px;
}

.legal-panel h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.12;
}

.legal-panel p + p {
  margin-top: 14px;
}

.legal-panel a {
  color: var(--red);
  font-weight: 900;
}

/* Online learning and course builder */
.course-app-page {
  min-height: 540px;
  background: #f3f6fb;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
}

.text-link svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.5;
}

.text-link:hover,
.text-link:focus-visible {
  color: #b80007;
  transform: translateX(2px);
}

.btn-wide {
  width: auto;
  min-width: 140px;
  padding: 0 22px;
}

.muted {
  color: var(--muted);
}

.dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #9ba7b8;
}

.dot--red {
  background: var(--red);
}

.dot--blue {
  background: #2388ee;
}

.dot--green {
  background: #18b66a;
}

.learning-hero {
  padding: 58px 0 24px;
  background: #f3f6fb;
}

.learning-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: 44px;
  align-items: center;
  padding: 38px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(8, 18, 37, .08);
}

.learning-hero h1,
.dashboard-hero h1,
.course-detail-hero h1,
.lesson-titlebar h1,
.quiz-titlebar h1,
.builder-heading h1 {
  margin: 13px 0 0;
  color: var(--ink);
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.03;
}

.learning-hero h1 span {
  display: block;
}

.learning-hero__copy > p:not(.section-label),
.dashboard-hero p,
.course-detail-hero p,
.lesson-titlebar p,
.quiz-titlebar p,
.builder-heading p {
  max-width: 560px;
  margin: 14px 0 0;
  color: #59677b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.learning-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.course-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.course-pill-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 18px;
  border: 1px solid #dde5ef;
  border-radius: 999px;
  background: #fff;
  color: #142033;
  font-size: 13px;
  font-weight: 900;
}

.learning-hero__visual {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  border-radius: 18px;
  background:
    radial-gradient(circle at 80% 50%, rgba(237, 17, 20, .28), transparent 30%),
    linear-gradient(135deg, #071629 0%, #101827 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
}

.mock-device {
  position: absolute;
  left: 78px;
  top: 46px;
  width: 250px;
  padding: 18px;
  border: 8px solid #dbe2ec;
  border-radius: 22px;
  background: #fff;
  transform: rotate(-1deg);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .2);
}

.mock-video,
.video-mini,
.video-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #102d49;
}

.mock-video {
  height: 92px;
  border-radius: 12px;
}

.mock-video svg,
.video-mini svg,
.video-placeholder button svg {
  width: 30px;
  height: 30px;
}

.mock-video svg,
.video-placeholder button {
  color: #fff;
  background: var(--red);
  border-radius: 50%;
}

.mock-video svg {
  padding: 10px;
  width: 52px;
  height: 52px;
}

.mock-device h2 {
  margin: 16px 0 8px;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
  line-height: 1.05;
}

.mock-progress,
.mini-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #eaf0f7;
}

.mock-progress i,
.mini-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--red);
}

.mock-device > span {
  display: block;
  margin-top: 6px;
  color: #677389;
  font-size: 11px;
  font-weight: 800;
}

.mock-card {
  position: absolute;
  right: 52px;
  top: 96px;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  width: 190px;
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 35px rgba(0, 0, 0, .2);
}

.mock-card > svg {
  width: 38px;
  height: 38px;
  padding: 8px;
  border-radius: 50%;
  color: var(--red);
  background: #fff0f1;
}

.mock-card strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.mock-card span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.mock-card a {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px;
  color: #fff;
  background: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.learning-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 24px;
  padding: 26px 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(8, 18, 37, .08);
}

.learning-stats article {
  padding: 0 38px;
  text-align: center;
}

.learning-stats article + article {
  border-left: 1px solid #e1e7f0;
}

.learning-stats strong {
  display: block;
  color: var(--red);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.learning-stats span {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.learning-catalogue {
  background: #f3f6fb;
}

.course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 28px;
}

.course-card,
.dashboard-progress-card,
.dashboard-card,
.course-detail-progress,
.course-module,
.course-side-card,
.lesson-sidebar,
.video-card,
.lesson-tabs-card,
.lesson-actions-card,
.quiz-card,
.quiz-side-card,
.builder-panel,
.builder-sidebar,
.builder-course-tabs button,
.builder-module-item,
.builder-question {
  border: 1px solid #dfe6ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(8, 18, 37, .08);
}

.course-card {
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.course-card:hover,
.course-card:focus-within,
.dashboard-progress-card:hover,
.dashboard-card:hover {
  border-color: rgba(237, 17, 20, .24);
  box-shadow: 0 20px 42px rgba(8, 18, 37, .12);
  transform: translateY(-4px);
}

.course-thumb {
  position: relative;
  height: 148px;
  overflow: hidden;
  background: #dff3ff;
}

.course-road {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -40px;
  height: 92px;
  background: #4a5568;
  transform: rotate(-7deg);
}

.course-road::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 34px;
  height: 4px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.course-sign {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
}

.course-sign--stop {
  top: 38px;
  left: 54px;
  width: 54px;
  height: 54px;
  background: var(--red);
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  font-size: 14px;
}

.course-sign--speed {
  top: 34px;
  left: 118px;
  width: 50px;
  height: 50px;
  border: 5px solid var(--red);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 17px;
}

.course-warning {
  position: absolute;
  right: 66px;
  top: 49px;
  width: 58px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  color: var(--red);
  background: #fff;
  border: 4px solid var(--red);
  font-size: 24px;
  font-weight: 900;
}

.course-thumb > span {
  position: absolute;
  left: 16px;
  bottom: 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.course-thumb--hazard {
  background: #eaf7ff;
}

.course-thumb--hazard .course-road {
  transform: rotate(7deg);
}

.course-thumb--prep {
  background: #e9f7e9;
}

.course-thumb--mock {
  background: #f7e8e8;
}

.course-card__body {
  padding: 18px;
}

.course-card__topline,
.course-card__actions,
.course-progress-row,
.builder-panel__head,
.builder-heading,
.builder-heading__actions,
.builder-form__actions,
.dashboard-actions,
.quiz-nav {
  display: flex;
  align-items: center;
}

.course-card__topline,
.builder-panel__head,
.builder-heading,
.dashboard-actions {
  justify-content: space-between;
  gap: 18px;
}

.course-card__topline span,
.course-card__topline strong {
  color: var(--red);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-card h3 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.08;
}

.course-card p,
.course-side-card p,
.lesson-actions-card p,
.quiz-side-card p,
.builder-panel p,
.builder-empty {
  margin: 9px 0 0;
  color: #5b687b;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.course-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0 0;
}

.course-meta dt {
  color: #778498;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.course-meta dd {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.course-progress-row {
  gap: 12px;
  margin-top: 17px;
}

.course-progress-row span {
  flex: 0 0 auto;
  color: #46546a;
  font-size: 12px;
  font-weight: 900;
}

.course-progress-row .mini-progress {
  flex: 1;
}

.course-card__actions {
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
}

.course-card__btn {
  min-width: 86px;
  height: 36px;
}

.dashboard-hero {
  display: grid;
  grid-template-columns: 1fr 200px auto;
  gap: 44px;
  align-items: center;
  margin-top: 8px;
  padding: 40px;
  border-radius: 22px;
  color: #fff;
  background: #071629;
  box-shadow: 0 22px 50px rgba(8, 18, 37, .14);
}

.dashboard-hero h1,
.dashboard-hero p {
  color: #fff;
}

.dashboard-hero p {
  color: rgba(255, 255, 255, .78);
}

.dashboard-hero article {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .06);
}

.dashboard-hero article strong,
.dashboard-hero article span {
  display: block;
}

.dashboard-hero article strong {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
}

.dashboard-hero article span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .75);
  font-size: 14px;
  font-weight: 700;
}

.dashboard-progress-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.dashboard-progress-card {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  align-items: center;
  padding: 30px;
}

.ring {
  --value: 0;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 57%, transparent 58%),
    conic-gradient(var(--red) calc(var(--value) * 1%), #e8eef6 0);
}

.ring--large {
  width: 150px;
  height: 150px;
}

.ring strong,
.ring span {
  grid-area: 1 / 1;
  display: block;
  text-align: center;
}

.ring strong {
  color: var(--ink);
  font-size: 27px;
  font-weight: 900;
  transform: translateY(-7px);
}

.ring span {
  color: #68758a;
  font-size: 10px;
  font-weight: 800;
  transform: translateY(17px);
}

.dashboard-progress-card:nth-child(2) .ring,
.quiz-side-card .ring {
  background:
    radial-gradient(circle at center, #fff 0 57%, transparent 58%),
    conic-gradient(#2388ee calc(var(--value) * 1%), #e8eef6 0);
}

.dashboard-progress-card:nth-child(3) .ring {
  background:
    radial-gradient(circle at center, #fff 0 57%, transparent 58%),
    conic-gradient(#18b66a calc(var(--value) * 1%), #e8eef6 0);
}

.dashboard-progress-card h2,
.dashboard-card h2,
.course-side-card h2,
.lesson-sidebar h2,
.lesson-actions-card h2,
.quiz-side-card h2,
.builder-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.08;
}

.dashboard-progress-card p,
.dashboard-card p {
  margin: 8px 0 18px;
  color: #5c687c;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.dashboard-main-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  margin-top: 34px;
}

.dashboard-card {
  padding: 28px;
}

.dashboard-card--wide {
  grid-row: span 2;
}

.module-checklist {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.module-checklist div {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 16px;
  align-items: center;
  min-height: 48px;
  padding: 8px 14px;
  border-radius: 12px;
}

.module-checklist div.active {
  background: #fff0f1;
}

.module-checklist svg,
.tick-list li::before {
  color: #18b66a;
}

.module-checklist .active svg {
  color: var(--red);
}

.module-checklist strong,
.module-checklist span {
  font-size: 14px;
  font-weight: 900;
}

.module-checklist span {
  color: #18a762;
  font-size: 11px;
}

.dashboard-actions,
.quiz-nav {
  flex-wrap: wrap;
  margin-top: 20px;
}

.video-mini {
  height: 132px;
  margin: 14px 0 18px;
  border: 13px solid #071629;
  border-radius: 14px;
}

.video-mini svg {
  width: 54px;
  height: 54px;
  padding: 16px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
}

.score-list,
.badge-row {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.score-list div,
.badge-row span {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 12px;
  border: 1px solid #e2e8f1;
  border-radius: 10px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

.badge-row span {
  justify-content: flex-start;
  align-items: center;
}

.badge-row svg {
  width: 18px;
  height: 18px;
  color: var(--red);
}

.course-detail-hero {
  padding: 58px 0;
  color: #fff;
  background: #071629;
}

.course-detail-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 52px;
  align-items: center;
}

.course-detail-hero h1,
.course-detail-hero p,
.course-detail-hero .section-label {
  color: #fff;
}

.course-detail-hero p {
  color: rgba(255, 255, 255, .78);
}

.course-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.course-detail-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.course-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.course-detail-progress {
  padding: 28px;
  text-align: center;
}

.course-detail-progress p {
  color: #536072;
  font-size: 13px;
  font-weight: 900;
}

.course-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 32px;
}

.course-module {
  margin-top: 14px;
  overflow: hidden;
}

.course-module summary {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
}

.course-module summary span,
.course-module summary em {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.course-module summary strong {
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
}

.course-lesson-list {
  display: grid;
  gap: 10px;
  padding: 0 20px 20px;
}

.course-lesson-row {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 12px;
  border: 1px solid #e5ebf3;
  border-radius: 12px;
  background: #fff;
}

.course-lesson-row > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--red);
  background: #fff0f1;
}

.course-lesson-row.is-complete > span {
  color: #18a762;
  background: #eafaf2;
}

.course-lesson-row.is-current {
  border-color: rgba(237, 17, 20, .4);
  background: #fff7f7;
}

.course-lesson-row.is-locked {
  opacity: .62;
}

.course-lesson-row strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.course-lesson-row small,
.course-lesson-row em,
.course-lesson-row a {
  color: #66758b;
  font-size: 11px;
  font-weight: 850;
  font-style: normal;
}

.course-lesson-row a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--red);
}

.course-side-card {
  align-self: start;
  padding: 28px;
}

.course-side-card .check-list {
  margin-top: 18px;
}

.lesson-page,
.quiz-page {
  background: #f3f6fb;
}

.lesson-titlebar,
.quiz-titlebar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.lesson-progress-bar {
  display: grid;
  grid-template-columns: 280px auto;
  gap: 16px;
  align-items: center;
  color: #68758a;
  font-size: 13px;
  font-weight: 900;
}

.lesson-progress-bar i {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 120px 0 0 #e9eef5;
}

.lesson-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 270px;
  gap: 32px;
}

.lesson-sidebar,
.lesson-actions-card {
  align-self: start;
  padding: 26px;
}

.lesson-module-block {
  margin-top: 22px;
}

.lesson-module-block h3 {
  margin: 0 0 8px;
  color: #6a778c;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.lesson-module-block a {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 50px;
  padding: 9px;
  border-radius: 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.lesson-module-block a.active {
  background: #fff0f1;
}

.lesson-module-block a.locked {
  pointer-events: none;
  opacity: .55;
}

.lesson-module-block svg {
  color: var(--red);
}

.lesson-module-block small {
  display: block;
  margin-top: 1px;
  color: #6c7a90;
  font-size: 10px;
  font-weight: 750;
}

.lesson-main {
  display: grid;
  gap: 30px;
}

.video-card {
  padding: 22px;
}

.video-card iframe,
.video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 16px;
}

.video-placeholder {
  position: relative;
  overflow: hidden;
  border: 24px solid #061321;
}

.video-road {
  position: absolute;
  inset: auto -12% 4% -12%;
  height: 38%;
  background: #465163;
  transform: skewY(-10deg);
}

.video-road::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 8%;
  top: 34%;
  height: 5px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #f6bd1b;
}

.video-placeholder button {
  position: relative;
  z-index: 2;
  width: 74px;
  height: 74px;
  border: 0;
}

.video-placeholder .course-sign--stop {
  left: auto;
  right: 12%;
  top: 12%;
}

.lesson-tabs-card {
  padding: 28px;
}

.lesson-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #e5ebf3;
}

.lesson-tabs button {
  position: relative;
  padding: 0 0 14px;
  border: 0;
  color: #6a778c;
  background: transparent;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.lesson-tabs button.active {
  color: var(--red);
}

.lesson-tabs button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  border-radius: 999px;
  background: var(--red);
}

.lesson-tab-panel {
  padding-top: 24px;
}

.lesson-tab-panel h2 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.tick-list,
.resource-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tick-list li {
  position: relative;
  padding-left: 34px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.tick-list li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 17px;
  height: 9px;
  border-left: 4px solid currentColor;
  border-bottom: 4px solid currentColor;
  transform: rotate(-45deg);
}

.notes-box {
  width: 100%;
  min-height: 160px;
  padding: 16px;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  color: var(--ink);
  background: #f8fafc;
  font-size: 14px;
  font-weight: 650;
}

.quiz-unlock-card {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid rgba(237, 17, 20, .25);
  border-radius: 14px;
  background: #fff2f3;
}

.quiz-unlock-card svg {
  width: 40px;
  height: 40px;
  padding: 9px;
  border-radius: 50%;
  color: var(--red);
  background: #fff;
}

.quiz-unlock-card h3 {
  margin: 16px 0 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
}

.lesson-actions-card > .btn + .btn {
  margin-top: 12px;
}

.download-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.download-list a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #dde5ef;
  border-radius: 10px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

.download-list svg {
  color: var(--red);
}

.quiz-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 34px;
}

.quiz-card,
.quiz-side-card {
  padding: 36px;
}

.quiz-question-progress {
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: #eaf0f7;
}

.quiz-question-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--red);
}

.quiz-card h2 {
  margin: 30px 0 0;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.08;
}

.quiz-card > p {
  margin: 8px 0 0;
  color: #5f6d82;
  font-size: 15px;
  font-weight: 650;
}

.quiz-question-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: center;
  margin-top: 32px;
}

.question-image {
  display: grid;
  place-items: center;
  width: 260px;
  height: 260px;
  border: 1px solid #dfe6ef;
  border-radius: 20px;
  background: #f7fafc;
}

.question-image span {
  display: grid;
  place-items: center;
  font-weight: 900;
}

.question-image--stop span {
  width: 150px;
  height: 150px;
  clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
  color: #fff;
  background: var(--red);
  font-size: 38px;
}

.question-image--speed30 span {
  width: 138px;
  height: 138px;
  border: 12px solid var(--red);
  border-radius: 50%;
  color: var(--ink);
  background: #fff;
  font-size: 48px;
}

.question-image--warning span {
  width: 152px;
  height: 132px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  color: var(--red);
  background: #fff;
  font-size: 52px;
}

.question-image:not(.question-image--stop):not(.question-image--speed30):not(.question-image--warning) span {
  width: 150px;
  height: 96px;
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(135deg, #102d49, #485568);
  font-size: 30px;
}

.quiz-options {
  display: grid;
  gap: 12px;
}

.quiz-options button {
  display: grid;
  grid-template-columns: 34px 1fr 22px;
  gap: 14px;
  align-items: center;
  min-height: 58px;
  padding: 10px 16px;
  border: 2px solid #dde5ef;
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.quiz-options button span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #7b8798;
  background: #edf2f8;
  font-size: 13px;
}

.quiz-options button.selected {
  border-color: var(--red);
  background: #fff1f2;
}

.quiz-options button.correct {
  border-color: #19b66b;
}

.quiz-options button.selected span {
  color: #fff;
  background: var(--red);
}

.quiz-options button svg {
  color: #19a962;
}

.quiz-feedback {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  margin-top: 28px;
  padding: 22px;
  border-radius: 16px;
}

.quiz-feedback.is-correct {
  border: 1px solid #95ecc1;
  background: #eafbf3;
}

.quiz-feedback.is-wrong {
  border: 1px solid #ffc1c5;
  background: #fff1f2;
}

.quiz-feedback > svg {
  width: 34px;
  height: 34px;
  color: #18a762;
}

.quiz-feedback.is-wrong > svg {
  color: var(--red);
}

.quiz-feedback strong {
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.quiz-feedback p {
  margin: 4px 0 0;
  color: #20304a;
  font-size: 14px;
  font-weight: 600;
}

.quiz-nav {
  justify-content: flex-end;
  gap: 14px;
}

.quiz-side-card {
  align-self: start;
}

.quiz-side-card .ring {
  margin: 24px auto 32px;
}

.quiz-side-card h3 {
  margin: 24px 0 12px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
}

.quiz-stat-list {
  display: grid;
  gap: 12px;
}

.quiz-stat-list div {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid #dfe6ef;
  border-radius: 12px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.quiz-result {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 18px;
  background: #f6f9fc;
}

.quiz-result.passed {
  background: #eafbf3;
}

.quiz-result.failed {
  background: #fff1f2;
}

.quiz-review-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.quiz-review-list article {
  padding: 16px;
  border: 1px solid #e1e7f0;
  border-radius: 12px;
  background: #fff;
}

.quiz-review-list strong,
.quiz-review-list span,
.quiz-review-list p,
.quiz-review-list em {
  display: block;
  font-size: 13px;
}

.quiz-review-list strong {
  color: var(--ink);
  font-weight: 900;
}

.quiz-review-list span {
  margin-top: 6px;
  font-weight: 900;
}

.quiz-review-list .good {
  color: #18a762;
}

.quiz-review-list .bad {
  color: var(--red);
}

.quiz-review-list p,
.quiz-review-list em {
  margin: 5px 0 0;
  color: #5b687b;
  font-weight: 650;
  font-style: normal;
}

.builder-topbar {
  color: #fff;
  background: #071629;
}

.builder-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}

.builder-brand,
.builder-topbar nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.builder-brand img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  background: #fff;
}

.builder-brand strong {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.builder-topbar nav a {
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
  font-weight: 900;
}

.builder-main {
  padding: 36px 0 56px;
  background: #f3f6fb;
}

.course-builder-root {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 34px;
}

.course-loading-card {
  max-width: 760px;
  padding: 34px;
  border: 1px solid #dfe7f1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(7, 22, 41, .08);
}

.course-loading-card h1 {
  margin: 8px 0;
  color: var(--ink);
}

.builder-sidebar {
  align-self: start;
  padding: 28px 22px;
}

.builder-sidebar h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 25px;
  font-weight: 900;
}

.builder-sidebar button,
.builder-sidebar a {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 14px 16px;
  border: 0;
  border-radius: 12px;
  color: #64728a;
  background: transparent;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
}

.builder-sidebar button.active,
.builder-sidebar a:hover {
  color: var(--red);
  background: #fff0f1;
}

.builder-sidebar__note {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #dde5ef;
}

.builder-sidebar__note strong,
.builder-sidebar__note span {
  display: block;
}

.builder-sidebar__note strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.builder-sidebar__note span {
  margin-top: 8px;
  color: #64728a;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

.builder-workspace {
  min-width: 0;
}

.builder-workspace--single {
  grid-column: 1 / -1;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.builder-workspace--single h1 {
  margin: 8px 0;
  color: var(--ink);
  font-size: 34px;
}

.builder-heading {
  margin-bottom: 24px;
}

.builder-heading h1 {
  font-size: 38px;
}

.builder-course-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.builder-course-tabs button {
  min-height: 74px;
  padding: 16px;
  text-align: left;
  cursor: pointer;
}

.builder-course-tabs button.active {
  border-color: var(--red);
  background: #fff0f1;
}

.builder-course-tabs strong,
.builder-course-tabs span {
  display: block;
}

.builder-course-tabs strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.builder-course-tabs span {
  margin-top: 5px;
  color: #657389;
  font-size: 11px;
  font-weight: 800;
}

.builder-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 28px;
}

.builder-panel {
  padding: 26px;
}

.builder-panel--json {
  grid-column: 1 / -1;
}

.builder-panel--structure {
  grid-row: span 2;
}

.builder-panel--quiz {
  grid-column: 2;
}

.builder-panel--course {
  grid-column: 1 / -1;
}

.builder-panel__head p {
  margin: 5px 0 0;
}

.builder-form,
.builder-module-list,
.builder-lesson-tabs,
.builder-question-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.builder-form__two,
.builder-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.builder-form label,
.builder-inline-label,
.builder-question label {
  display: grid;
  gap: 7px;
  color: #526176;
  font-size: 12px;
  font-weight: 900;
}

.builder-form input,
.builder-form select,
.builder-form textarea,
.builder-inline-label input,
.builder-module-item input,
.builder-question input,
.builder-question select,
.builder-question textarea,
.builder-panel--json textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  color: var(--ink);
  background: #f8fafc;
  font-size: 13px;
  font-weight: 750;
}

.builder-form input,
.builder-form select,
.builder-inline-label input,
.builder-module-item input,
.builder-question input,
.builder-question select {
  height: 44px;
  padding: 0 14px;
}

.builder-form textarea,
.builder-question textarea,
.builder-panel--json textarea {
  padding: 12px 14px;
  resize: vertical;
}

.builder-check {
  display: flex !important;
  align-items: center;
  grid-template-columns: auto 1fr;
}

.builder-check input {
  width: auto;
  height: auto;
}

.builder-module-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  padding: 14px;
  box-shadow: none;
}

.builder-module-item.active {
  border-color: var(--red);
  background: #fff6f6;
}

.builder-module-item > button:first-child {
  display: grid;
  gap: 3px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.builder-module-item span,
.builder-question summary em {
  color: #6a778c;
  font-size: 11px;
  font-weight: 900;
}

.builder-module-item strong,
.builder-question summary strong {
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
}

.builder-module-item em {
  color: #6a778c;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
}

.builder-module-item > button:last-child,
.builder-question > button {
  height: 34px;
  border: 1px solid rgba(237, 17, 20, .35);
  border-radius: 8px;
  color: var(--red);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

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

.builder-lesson-tabs button {
  min-height: 44px;
  border: 1px solid #dfe6ef;
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.builder-lesson-tabs button.active {
  border-color: var(--red);
  color: var(--red);
  background: #fff0f1;
}

.builder-question {
  overflow: hidden;
  padding: 0;
  box-shadow: none;
}

.builder-question summary {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px;
  cursor: pointer;
}

.builder-question summary span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.builder-question label,
.builder-question .builder-option-grid,
.builder-question > button {
  margin: 0 14px 14px;
}

@media (min-width: 1100px) {
  :root {
    --container: 1120px;
  }

  .topbar {
    height: 34px;
    font-size: 10px;
  }

  .topbar__inner {
    height: 34px;
  }

  .topbar__left {
    gap: 34px;
  }

  .topbar svg {
    width: 13px;
    height: 13px;
  }

  .topbar__social a {
    width: 17px;
    height: 17px;
  }

  .navbar {
    height: 88px;
  }

  .brand img {
    width: auto;
    height: 70px;
  }

  .navlinks {
    gap: 20px;
    margin-left: 64px;
    font-size: 10px;
  }

  .navlinks a {
    height: 88px;
  }

  .navlinks a.active::after {
    bottom: 24px;
    height: 2px;
  }

  .navlinks span {
    font-size: 17px;
  }

  .nav-cta {
    width: 116px;
    height: 38px;
    border-radius: 6px;
    font-size: 10px;
  }

  .nav-login {
    height: 38px;
    margin-left: 12px;
    padding: 0 17px;
    border-radius: 6px;
    font-size: 10px;
  }

  .hero {
    height: 445px;
  }

  .hero-media {
    top: -1px;
    left: calc(50% - 48px);
    width: calc(50% + 48px);
    max-width: 742px;
    height: 445px;
    border-top-left-radius: 340px 450px;
  }

  .hero-media img {
    object-position: 64% center;
  }

  .hero-copy {
    width: 455px;
    padding-top: 58px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 1.16;
  }

  .hero p {
    width: 405px;
    margin-top: 22px;
    font-size: 13px;
    line-height: 1.72;
  }

  .hero-actions {
    gap: 16px;
    margin-top: 22px;
  }

  .btn {
    height: 43px;
    border-radius: 6px;
    font-size: 10px;
    gap: 11px;
  }

  .btn svg {
    width: 17px;
    height: 17px;
  }

  .btn-primary {
    width: 142px;
  }

  .btn-outline {
    width: 178px;
  }

  .hero-proof {
    gap: 28px;
    margin-top: 41px;
    font-size: 10px;
  }

  .hero-proof svg {
    width: 18px;
    height: 18px;
  }

  .feature-band {
    height: 158px;
    margin-top: -52px;
  }

  .feature-card {
    height: 158px;
    border-radius: 13px;
  }

  .feature-card article {
    padding-top: 26px;
  }

  .feature-card article + article::before {
    top: 72px;
    height: 60px;
  }

  .feature-icon {
    width: 36px;
    height: 36px;
  }

  .feature-card h3 {
    margin-top: 14px;
    font-size: 11px;
  }

  .feature-card p {
    width: 150px;
    margin-top: 9px;
    font-size: 9px;
  }

  .services {
    padding: 34px 0 22px;
  }

  .section-label {
    font-size: 10px;
  }

  .section-link {
    top: 29px;
    gap: 11px;
    font-size: 10px;
  }

  .section-link svg {
    width: 17px;
    height: 17px;
  }

  .services h2,
  .reviews h2,
  .articles h2 {
    margin-top: 11px;
    font-size: 28px;
  }

  .section-intro {
    margin-top: 8px;
    font-size: 10px;
  }

  .service-grid {
    gap: 20px;
    margin-top: 24px;
  }

  .service-card {
    min-height: 306px;
    border-radius: 8px;
  }

  .service-card > img {
    width: calc(100% - 30px);
    height: 164px;
    margin: 9px 15px 0;
    border-radius: 6px;
  }

  .service-badge {
    top: 129px;
    left: 6px;
    width: 48px;
    height: 48px;
    border-width: 5px;
  }

  .service-badge svg {
    width: 22px;
    height: 22px;
  }

  .service-card h3 {
    margin: 20px 17px 0;
    font-size: 18px;
  }

  .service-card p {
    margin: 10px 17px 0;
    font-size: 10px;
    line-height: 1.65;
  }

  .service-card a,
  .article-card a {
    gap: 9px;
    margin: 15px 17px 0;
    font-size: 10px;
  }

  .service-card a svg,
  .article-card a svg {
    width: 15px;
    height: 15px;
  }

  .app-section {
    min-height: 420px;
  }

  .app-art {
    top: 18px;
    bottom: 18px;
    right: calc((100% - 1440px) / 2 + 86px);
    width: 780px;
    height: calc(100% - 36px);
    min-height: 0;
  }

  .app-copy {
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .app-copy h2 {
    margin-top: 11px;
    width: 345px;
    font-size: 29px;
  }

  .app-copy > p:not(.section-label) {
    width: 315px;
    margin-top: 14px;
    font-size: 10px;
    line-height: 1.75;
  }

  .app-copy ul {
    gap: 9px;
    margin-top: 18px;
  }

  .app-copy li {
    gap: 9px;
    font-size: 11px;
  }

  .app-copy li svg {
    width: 15px;
    height: 15px;
  }

  .store-row {
    gap: 16px;
    margin-top: 24px;
  }

  .store-row img {
    height: 40px;
  }

  .reviews {
    height: 276px;
    padding-top: 18px;
  }

  .reviews h2 {
    font-size: 28px;
  }

  .review-grid {
    gap: 20px;
    margin-top: 14px;
  }

  .review-card {
    height: 168px;
    padding: 18px 24px 15px;
    border-radius: 12px;
  }

  .stars {
    font-size: 17px;
  }

  .review-card > p {
    margin-top: 11px;
    font-size: 11px;
    line-height: 1.55;
  }

  .reviewer {
    margin-top: 16px;
  }

  .reviewer span,
  .reviewer strong {
    font-size: 10px;
  }

  .dots {
    gap: 8px;
    margin-top: 11px;
  }

  .dots button {
    width: 9px;
    height: 9px;
  }

  .cta {
    height: 118px;
  }

  .cta-panel {
    height: 104px;
    border-radius: 22px;
  }

  .cta-icon {
    width: 74px;
    height: 74px;
    margin-left: 20px;
  }

  .cta-icon svg {
    width: 39px;
    height: 39px;
  }

  .cta-copy {
    margin-left: 30px;
  }

  .cta-copy h2 {
    font-size: 26px;
  }

  .cta-copy p {
    width: 325px;
    margin-top: 10px;
    font-size: 11px;
  }

  .cta-actions {
    gap: 14px;
    margin-right: 90px;
  }

  .btn-light {
    width: 142px;
  }

  .btn-outline-light {
    width: 124px;
  }

  .articles {
    height: 348px;
    padding-top: 12px;
  }

  .articles h2 {
    font-size: 22px;
  }

  .article-grid {
    gap: 20px;
    margin-top: 15px;
  }

  .article-card {
    height: 250px;
    border-radius: 7px;
  }

  .article-card img {
    height: 146px;
  }

  .article-card div {
    padding-top: 11px;
  }

  .article-card p {
    margin: 0 17px;
    font-size: 9px;
  }

  .article-card h3 {
    margin: 7px 17px 0;
    font-size: 12px;
  }

  .article-card a {
    margin-top: 10px;
  }

  .footer {
    height: 174px;
  }

  .footer-main {
    grid-template-columns: 160px 108px 140px 170px 1fr;
    gap: 25px;
    height: 140px;
    padding-top: 23px;
  }

  .footer h3 {
    margin-bottom: 10px;
    font-size: 10px;
  }

  .footer a,
  .footer p {
    font-size: 9px;
  }

  .footer-brand img {
    width: auto;
    height: 58px;
  }

  .footer-brand p {
    width: 138px;
    margin-top: 10px;
  }

  .footer-social a {
    width: 18px;
    height: 18px;
  }

  .contact-line svg {
    width: 13px;
    height: 13px;
  }

  .footer-app p {
    width: 150px;
    margin-bottom: 10px;
  }

  .footer-app img {
    height: 33px;
  }

  .footer-bottom {
    height: 34px;
  }

  .footer-bottom span {
    margin-left: 350px;
    font-size: 8px;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .topbar {
    height: auto;
    min-height: 28px;
  }

  .topbar__inner {
    flex-wrap: wrap;
    gap: 5px 12px;
    height: auto;
    min-height: 28px;
    padding: 5px 0;
  }

  .topbar__left {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .navbar {
    height: auto;
    min-height: 66px;
    padding: 12px 0;
  }

  .navlinks {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
  }

  .hero {
    height: auto;
    min-height: 660px;
  }

  .hero-media {
    top: 350px;
    left: 0;
    width: 100%;
    max-width: none;
    height: 270px;
  }

  .hero-media img {
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-copy {
    width: 100%;
    padding-top: 28px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    width: min(100%, 330px);
  }

  .hero-proof {
    flex-wrap: wrap;
  }

  .feature-band {
    height: auto;
    margin-top: -70px;
  }

  .feature-card,
  .service-grid,
  .review-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }

  .article-card {
    height: auto;
    min-height: 292px;
  }

  .article-card img {
    height: 178px;
  }

  .article-card div {
    padding-bottom: 20px;
  }

  .feature-card {
    height: auto;
  }

  .feature-card article {
    padding: 22px 0;
  }

  .feature-card article + article::before {
    top: 0;
    left: 18px;
    right: 18px;
    width: auto;
    height: 1px;
  }

  .service-support-band {
    padding: 42px 0;
  }

  .service-support-band__inner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .service-support-band__copy,
  .service-support-band__features {
    grid-column: 1;
    grid-row: auto;
  }

  .service-support-band h2 {
    font-size: 30px;
  }

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

  .service-support-band__features article {
    min-height: 0;
    padding: 16px;
  }

  .service-support-band__features svg {
    width: 22px;
    height: 22px;
  }

  .service-support-band__features h3 {
    font-size: 13px;
  }

  .service-support-band__features p {
    font-size: 9px;
  }

  .app-section,
  .reviews,
  .cta,
  .articles,
  .footer {
    height: auto;
  }

  .app-section {
    min-height: 0;
    padding-bottom: 250px;
  }

  .app-section::after {
    display: none;
  }

  .app-art {
    right: 50%;
    bottom: 0;
    top: auto;
    width: min(590px, 135vw);
    height: 240px;
    min-height: 0;
    object-position: center bottom;
    transform: translateX(50%);
  }

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
    height: auto;
    gap: 14px;
    padding: 20px;
  }

  .cta-icon,
  .cta-copy,
  .cta-actions {
    margin: 0;
  }

  .cta-actions {
    flex-wrap: wrap;
  }

  .articles {
    padding-bottom: 22px;
  }

  .footer-main {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    padding-bottom: 18px;
  }

  .footer-bottom {
    justify-content: space-between;
    height: auto;
    padding: 12px 0;
  }

  .footer-bottom span {
    margin: 0;
  }

  .modal {
    padding: 20px;
  }

  .modal h2 {
    font-size: 22px;
  }

  .modal-form,
  .contact-actions {
    grid-template-columns: 1fr;
  }

  .form-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .form-status__link {
    width: 100%;
  }

  .modal-form__submit,
  .detail-actions .btn-primary,
  .detail-actions .btn-outline {
    width: 100%;
  }

  .detail-actions {
    flex-direction: column;
  }

  .site-toast {
    right: 14px;
    bottom: 14px;
    left: 14px;
    max-width: none;
  }

  .cookie-banner {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    flex-direction: column;
  }

  .page-hero {
    padding: 38px 0;
  }

  .page-hero__inner,
  .two-column,
  .contact-form-layout,
  .split-band,
  .about-story,
  .about-area,
  .about-promise-area {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: 390px;
    padding: 0;
    background: #061321;
  }

  .about-hero__content {
    min-height: 390px;
    padding: 40px 0 34px;
    align-items: flex-end;
  }

  .about-hero__image {
    object-position: 63% 38%;
  }

  .about-hero__shade {
    background:
      linear-gradient(180deg, rgba(5, 15, 27, .34) 0%, rgba(5, 15, 27, .72) 48%, rgba(5, 15, 27, .96) 100%);
  }

  .about-hero h1 {
    font-size: 36px;
  }

  .about-hero p {
    max-width: 340px;
    font-size: 13px;
  }

  .about-hero .page-hero__actions {
    flex-wrap: wrap;
  }

  .about-trust-strip {
    background: #061321;
  }

  .about-trust-strip__inner {
    grid-template-columns: repeat(2, 1fr);
    min-height: 0;
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    background: #061321;
  }

  .about-trust-strip__inner > div {
    gap: 9px;
    padding: 14px 12px;
    border-right: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .about-trust-strip__inner > div:nth-child(2n) {
    border-right: 0;
  }

  .about-trust-strip__inner > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .about-trust-strip svg {
    width: 24px;
    height: 24px;
  }

  .about-trust-strip span {
    font-size: 10px;
  }

  .about-trust-strip strong {
    font-size: 11px;
  }

  .page-hero h1 {
    font-size: 34px;
  }

  .page-hero__media img,
  .split-media img {
    height: 260px;
  }

  .page-section {
    padding: 42px 0;
  }

  .about-page .page-section {
    padding: 40px 0;
  }

  .about-story-section,
  .about-promise-area-section {
    padding: 46px 0;
  }

  .about-story,
  .about-area {
    gap: 26px;
  }

  .about-story__media {
    justify-self: center;
    width: min(330px, 82vw);
    margin-top: 8px;
  }

  .about-story__media::before {
    inset: -18px;
  }

  .about-story__media img {
    height: 100%;
  }

  .about-story__badge {
    left: -10px;
    bottom: -6px;
    width: 104px;
    height: 104px;
    padding: 15px;
    font-size: 10px;
  }

  .about-story__badge svg {
    width: 22px;
    height: 22px;
  }

  .about-story__copy h2,
  .about-area h2 {
    font-size: 30px;
  }

  .about-signoff span {
    font-size: 30px;
  }

  .about-proof-strip {
    gap: 16px;
  }

  .about-proof-strip span {
    flex: 1 1 120px;
  }

  .about-promise-card {
    padding: 22px;
  }

  .about-promise-card .btn {
    width: 100%;
  }

  .about-promise-area-section {
    background: #f5f8fc;
  }

  .about-promise-area {
    gap: 28px;
  }

  .coverage-map {
    width: min(100%, 330px);
    min-height: 0;
    margin: 0 auto;
    padding: 8px 8px 12px;
  }

  .coverage-map p {
    margin-top: -8px;
  }

  .about-page .value-card,
  .legacy-review-card {
    min-height: 0;
  }

  .about-refresh-hero {
    min-height: auto;
  }

  .about-refresh-hero__image {
    object-position: 64% center;
  }

  .about-refresh-hero__shade {
    background:
      linear-gradient(180deg, rgba(5, 15, 27, .7) 0%, rgba(5, 15, 27, .95) 100%);
  }

  .about-refresh-hero__shade::before {
    display: none;
  }

  .about-refresh-hero__inner {
    grid-template-columns: 1fr;
    min-height: 500px;
    gap: 18px;
    align-content: end;
    padding-top: 36px;
    padding-bottom: 24px;
  }

  .about-refresh-hero__copy {
    padding: 0;
  }

  .about-refresh-hero h1 {
    font-size: 36px;
  }

  .about-refresh-hero__copy > p:not(.section-label) {
    max-width: 340px;
    font-size: 12px;
  }

  .about-refresh-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .about-refresh-actions .btn {
    width: 100%;
  }

  .about-refresh-link {
    justify-content: center;
    min-height: 36px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 6px;
  }

  .about-refresh-hero__facts {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .about-refresh-hero__facts div {
    min-height: 66px;
    padding: 12px;
  }

  .about-refresh-hero__facts div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .18);
  }

  .about-refresh-hero__facts div:nth-child(3) {
    border-bottom: 0;
  }

  .about-refresh-hero__facts svg {
    width: 22px;
    height: 22px;
  }

  .about-refresh-hero__facts span {
    font-size: 8px;
  }

  .about-refresh-hero__facts strong {
    font-size: 9px;
  }

  .about-refresh-intro {
    padding: 32px 0 26px;
  }

  .about-refresh-intro__grid,
  .about-refresh-card-grid,
  .about-refresh-dean__grid,
  .about-refresh-review-grid {
    grid-template-columns: 1fr;
  }

  .about-refresh-intro__grid {
    gap: 26px;
  }

  .about-refresh-intro h2,
  .about-refresh-card h2,
  .about-refresh-journey h2,
  .about-refresh-dean h2,
  .about-refresh-reviews h2 {
    font-size: 24px;
  }

  .about-refresh-mission {
    padding: 24px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(237, 17, 20, .32);
  }

  .about-refresh-quote {
    left: auto;
    right: 0;
    top: -26px;
    width: 46px;
    height: 46px;
    font-size: 36px;
  }

  .about-refresh-card-grid {
    gap: 14px;
    box-shadow: none;
  }

  .about-refresh-card,
  .about-refresh-card:first-child,
  .about-refresh-card:last-child {
    min-height: 0;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(9, 24, 45, .06);
  }

  .about-refresh-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 20px;
  }

  .about-refresh-timeline::before {
    display: none;
  }

  .about-refresh-timeline article {
    display: grid;
    grid-template-columns: 34px 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    text-align: left;
  }

  .about-refresh-timeline article > span,
  .about-refresh-timeline article > div {
    margin: 0;
  }

  .about-refresh-timeline h3 {
    grid-column: 3;
  }

  .about-refresh-timeline p {
    grid-column: 3;
    max-width: none;
    margin: -4px 0 0;
  }

  .about-refresh-dean__grid {
    gap: 0;
    padding: 0 0 18px;
  }

  .about-refresh-dean__media {
    min-height: 210px;
  }

  .about-refresh-dean__copy,
  .about-refresh-dean__quote {
    margin: 0 16px;
  }

  .about-refresh-dean__copy {
    padding: 22px 0;
  }

  .about-refresh-dean__quote {
    min-height: 0;
  }

  .about-refresh-reviews__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .about-refresh-cta__actions {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
  }

  .about-refresh-cta__actions .btn {
    width: 100%;
  }

  .waitlist-layout {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .admin-header__inner,
  .admin-hero__inner,
  .admin-entry-card__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-header__inner > div {
    flex-direction: column;
    width: 100%;
  }

  .admin-header__inner .btn {
    width: 100%;
  }

  .admin-hero h1 {
    font-size: 32px;
  }

  .admin-type-tabs {
    grid-template-columns: 1fr;
  }

  .admin-results-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .admin-stat-row {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .admin-filter-bar,
  .admin-entry-card dl {
    grid-template-columns: 1fr;
  }

  .admin-filter-bar .btn {
    width: 100%;
  }

  .admin-entry-card__wide {
    grid-column: auto;
  }

  .admin-entry-card time {
    white-space: normal;
  }

  .legal-hero-card {
    min-height: 240px;
    padding: 28px;
  }

  .waitlist-form-panel {
    padding: 22px 16px;
  }

  .waitlist-form-panel h2 {
    font-size: 26px;
  }

  .checkbox-group {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .checkbox-row {
    font-size: 10px;
  }

  .waitlist-side {
    gap: 14px;
  }

  .page-section__head,
  .page-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .value-grid,
  .step-grid,
  .service-page-grid,
  .price-grid,
  .contact-grid,
  .stats-strip,
  .legacy-review-grid {
    grid-template-columns: 1fr;
  }

  .inline-form {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 0;
  }

  .price-card .btn {
    width: 100%;
  }

  .inline-form .btn {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .hero-actions,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn,
  .btn-primary,
  .btn-outline,
  .btn-light,
  .btn-outline-light {
    width: 100%;
  }

  .service-support-band__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .service-support-band__actions .btn {
    width: 100%;
  }

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

@media (max-width: 360px) {
  .service-support-band__features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1000px) {
  .learning-hero__inner,
  .course-detail-hero__inner,
  .course-detail-layout,
  .lesson-layout,
  .quiz-layout,
  .course-builder-root {
    grid-template-columns: 1fr;
  }

  .learning-hero__visual {
    min-height: 340px;
  }

  .mock-device {
    left: 32px;
  }

  .mock-card {
    right: 28px;
  }

  .learning-stats,
  .course-grid,
  .dashboard-progress-grid,
  .dashboard-main-grid,
  .builder-grid,
  .builder-course-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .dashboard-card--wide,
  .builder-panel--json {
    grid-column: 1 / -1;
  }

  .lesson-titlebar,
  .quiz-titlebar {
    align-items: flex-start;
    flex-direction: column;
  }

  .lesson-sidebar,
  .lesson-actions-card {
    order: 0;
  }

  .lesson-main {
    order: -1;
  }

  .builder-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 18px 0;
  }

  .builder-topbar nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .learning-hero {
    padding-top: 28px;
  }

  .learning-hero__inner {
    padding: 22px;
    border-radius: 16px;
  }

  .learning-hero h1,
  .dashboard-hero h1,
  .course-detail-hero h1,
  .lesson-titlebar h1,
  .quiz-titlebar h1,
  .builder-heading h1 {
    font-size: 34px;
  }

  .learning-hero__copy > p:not(.section-label),
  .dashboard-hero p,
  .course-detail-hero p,
  .lesson-titlebar p,
  .quiz-titlebar p,
  .builder-heading p {
    font-size: 14px;
  }

  .learning-hero__visual {
    min-height: 290px;
  }

  .mock-device {
    left: 18px;
    top: 34px;
    width: 210px;
  }

  .mock-card {
    right: 16px;
    top: 132px;
    width: 166px;
    padding: 14px;
  }

  .learning-stats,
  .course-grid,
  .dashboard-progress-grid,
  .dashboard-main-grid,
  .builder-grid,
  .builder-course-tabs,
  .builder-form__two,
  .builder-option-grid,
  .builder-lesson-tabs {
    grid-template-columns: 1fr;
  }

  .learning-stats article {
    padding: 18px 24px;
  }

  .learning-stats article + article {
    border-left: 0;
    border-top: 1px solid #e1e7f0;
  }

  .dashboard-hero,
  .dashboard-progress-card,
  .dashboard-card,
  .course-detail-progress,
  .course-side-card,
  .lesson-sidebar,
  .lesson-actions-card,
  .quiz-card,
  .quiz-side-card,
  .builder-panel,
  .builder-sidebar {
    padding: 22px;
  }

  .dashboard-progress-card {
    grid-template-columns: 86px 1fr;
  }

  .ring {
    width: 76px;
    height: 76px;
  }

  .ring--large {
    width: 118px;
    height: 118px;
  }

  .ring strong {
    font-size: 23px;
  }

  .course-module summary,
  .course-lesson-row,
  .module-checklist div {
    grid-template-columns: 1fr;
  }

  .course-lesson-row > span {
    width: 30px;
    height: 30px;
  }

  .lesson-progress-bar {
    width: 100%;
    grid-template-columns: 1fr auto;
  }

  .quiz-question-grid,
  .quiz-result {
    grid-template-columns: 1fr;
  }

  .question-image {
    width: 100%;
    height: 220px;
  }

  .quiz-options button {
    grid-template-columns: 30px 1fr;
  }

  .quiz-options button svg {
    grid-column: 2;
  }

  .builder-heading,
  .builder-panel__head,
  .builder-heading__actions,
  .builder-form__actions,
  .course-card__actions,
  .dashboard-actions,
  .quiz-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .builder-heading__actions .btn,
  .builder-form__actions .btn,
  .course-card__actions .btn,
  .dashboard-actions .btn,
  .quiz-nav .btn,
  .lesson-actions-card .btn {
    width: 100%;
  }

  .builder-panel--structure,
  .builder-panel--quiz,
  .builder-panel--course,
  .builder-panel--json {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 440px) {
  .course-pill-row,
  .learning-hero__actions,
  .course-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .course-pill-row span {
    justify-content: center;
  }

  .mock-device {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  .mock-card {
    position: relative;
    right: auto;
    top: auto;
    width: calc(100% - 28px);
    margin: -18px auto 20px;
  }

  .learning-hero__visual {
    min-height: 0;
    padding: 20px;
  }

  .course-card h3,
  .dashboard-progress-card h2,
  .dashboard-card h2,
  .course-side-card h2,
  .lesson-sidebar h2,
  .lesson-actions-card h2,
  .quiz-side-card h2,
  .builder-panel h2 {
    font-size: 22px;
  }

  .quiz-card h2 {
    font-size: 24px;
  }

  .lesson-tabs {
    gap: 18px;
    overflow-x: auto;
  }

  .lesson-tabs button {
    flex: 0 0 auto;
  }
}
