* {
  box-sizing: border-box;
}

:root {
  --navy: #07142f;
  --navy-2: #0e2556;
  --blue: #286bd8;
  --blue-2: #164ca8;
  --yellow: #ffdf3c;
  --gold: #ffb82e;
  --red: #f43f3f;
  --white: #ffffff;
  --bg: #f6f7fa;
  --text: #111827;
  --muted: #667085;
  --shadow: 0 24px 70px rgba(7, 20, 47, 0.18);
  --soft-shadow: 0 14px 38px rgba(7, 20, 47, 0.10);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, 0.72), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(172, 184, 198, 0.34), transparent 30%),
    radial-gradient(circle at 12% 84%, rgba(185, 195, 207, 0.38), transparent 34%),
    radial-gradient(circle at 88% 82%, rgba(144, 156, 171, 0.30), transparent 34%),
    linear-gradient(135deg, #eef1f5 0%, #dfe4eb 42%, #d1d8e1 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255,255,255,0.40), transparent 38%),
    linear-gradient(295deg, rgba(72, 84, 101, 0.08), transparent 48%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(7,20,47,0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,20,47,0.024) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, black 75%, transparent 100%);
}

a {
  color: inherit;
}

/* HEADER */

.topbar {
  width: min(1240px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 14px 20px;
  position: sticky;
  top: 14px;
  z-index: 100;
  display: grid;
  grid-template-columns: 360px 1fr auto;
  align-items: center;
  gap: 24px;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(242,245,249,0.98));
  border: 1px solid rgba(116, 136, 170, 0.34);
  box-shadow:
    0 20px 54px rgba(7, 20, 47, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.92);
  backdrop-filter: blur(18px);
}

.logo-wrap {
  position: relative;
  width: 340px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,223,60,0.24), transparent 40%),
    linear-gradient(135deg, #ffffff 0%, #edf3fb 100%);
  border: 1.5px solid rgba(120, 146, 191, 0.42);
  box-shadow:
    0 14px 30px rgba(7, 20, 47, 0.12),
    inset 0 1px 0 rgba(255,255,255,0.94);
  overflow: hidden;
}

.logo-wrap::after {
  content: "";
  position: absolute;
  width: 148px;
  height: 148px;
  right: -58px;
  bottom: -72px;
  border-radius: 999px;
  background: rgba(40, 107, 216, 0.08);
}

.logo-wrap img {
  position: relative;
  z-index: 2;
  width: 285px;
  max-width: 94%;
  max-height: 108px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 12px rgba(7, 20, 47, 0.14));
}

.nav {
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px;
  border-radius: 24px;
  background: linear-gradient(135deg, #eef2f7, #e7edf5);
  border: 1.5px solid rgba(118, 142, 184, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.82),
    0 10px 24px rgba(7, 20, 47, 0.06);
}

.nav a {
  text-decoration: none;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -0.2px;
  color: #324465;
  padding: 15px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff, #f2f5fa);
  border: 1px solid rgba(129, 152, 193, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    0 8px 18px rgba(7, 20, 47, 0.04);
  transition:
    color 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.nav a:hover,
.nav a.active {
  color: var(--navy);
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--yellow), var(--gold));
  border-color: rgba(255, 184, 46, 0.78);
  box-shadow:
    0 14px 28px rgba(255, 184, 46, 0.26),
    inset 0 -4px 0 rgba(22, 76, 168, 0.88);
}

.topbar-button {
  justify-self: end;
  text-decoration: none;
  padding: 18px 28px;
  margin-right: 8px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--red), #df2c2c);
  color: white;
  font-family: "Outfit", "Inter", sans-serif;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: -0.15px;
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    0 16px 32px rgba(244, 63, 63, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.15);
  transition: 0.2s ease;
}

.topbar-button:hover {
  transform: translateY(-3px);
  box-shadow:
    0 20px 36px rgba(244, 63, 63, 0.30),
    inset 0 1px 0 rgba(255,255,255,0.18);
}

/* HERO */

.hero {
  width: min(1240px, calc(100% - 36px));
  margin: 34px auto 0;
  min-height: 700px;
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 40px;
  align-items: stretch;
  overflow: hidden;
  border-radius: 42px;
  background:
    radial-gradient(circle at 74% 20%, rgba(255, 223, 60, 0.26), transparent 28%),
    radial-gradient(circle at 92% 80%, rgba(244, 63, 63, 0.18), transparent 30%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 48%, #143c8f 100%);
  box-shadow: var(--shadow);
  color: white;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 34px 34px;
}

.hero::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -170px;
  top: -170px;
  border-radius: 999px;
  border: 42px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 34px rgba(255,255,255,0.035);
}

.hero-left {
  position: relative;
  z-index: 2;
  padding: 76px 0 76px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.label-pill {
  width: fit-content;
  padding: 9px 14px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: rgba(255, 223, 60, 0.14);
  border: 1px solid rgba(255, 223, 60, 0.36);
  color: #fff0a6;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero h1 {
  margin: 0;
  font-family: "Outfit", "Inter", sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  line-height: 0.82;
  letter-spacing: -5px;
  font-weight: 900;
}

.hero-left p {
  max-width: 560px;
  margin: 30px 0 0;
  color: #dce8ff;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-button,
.secondary-button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 18px;
  font-weight: 900;
  text-decoration: none;
  transition: 0.2s ease;
}

.primary-button {
  background: linear-gradient(135deg, var(--yellow), var(--gold));
  color: #172033;
  box-shadow: 0 16px 30px rgba(255, 184, 46, 0.26);
}

.secondary-button {
  background: rgba(255,255,255,0.10);
  color: white;
  border: 1px solid rgba(255,255,255,0.22);
}

.primary-button:hover,
.secondary-button:hover {
  transform: translateY(-3px);
}

.secondary-button:hover {
  background: rgba(255,255,255,0.16);
}

.hero-note {
  max-width: 550px;
  margin-top: 30px;
  padding: 15px 17px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border-radius: 18px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  color: #e6efff;
  line-height: 1.55;
  font-size: 14px;
}

.hero-note span {
  width: 11px;
  height: 11px;
  margin-top: 5px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(244, 63, 63, 0.18);
}

.hero-right {
  position: relative;
  z-index: 2;
  min-height: 700px;
}

.logo-display-card {
  position: absolute;
  width: 460px;
  height: 460px;
  right: 70px;
  top: 82px;
  display: grid;
  place-items: center;
  border-radius: 46px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(238,246,255,0.94));
  box-shadow: 0 30px 80px rgba(0,0,0,0.28);
  transform: rotate(2deg);
  overflow: hidden;
}

.logo-display-card::before {
  content: "";
  position: absolute;
  inset: -80px;
  background:
    conic-gradient(from 180deg,
      rgba(255,223,60,0.0),
      rgba(255,223,60,0.45),
      rgba(40,107,216,0.32),
      rgba(244,63,63,0.26),
      rgba(255,223,60,0.0));
  animation: rotateGlow 8s linear infinite;
}

.logo-display-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 38px;
  background: white;
}

.logo-display-card img {
  position: relative;
  z-index: 3;
  width: 96%;
  max-width: 96%;
  max-height: 96%;
  object-fit: contain;
  filter: drop-shadow(0 14px 18px rgba(0,0,0,0.24));
}
.logo-glow {
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: rgba(255, 223, 60, 0.28);
  filter: blur(18px);
  z-index: 2;
}

@keyframes rotateGlow {
  to {
    transform: rotate(360deg);
  }
}

/* STAT CARD LAYOUT */

.stat-dock {
  position: absolute;
  right: 38px;
  bottom: 54px;
  z-index: 6;
  width: min(600px, calc(100% - 58px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 54px rgba(0,0,0,0.22);
}

.stat-card {
  position: relative;
  width: auto;
  min-height: 132px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,248,255,0.94));
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 16px 36px rgba(0,0,0,0.17);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
}

.stat-card::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  right: -38px;
  bottom: -38px;
  border-radius: 999px;
  background: rgba(40, 107, 216, 0.08);
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 46px rgba(0,0,0,0.22);
}

.stat-card strong {
  position: relative;
  z-index: 2;
  display: block;
  color: var(--navy);
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 7px;
  letter-spacing: -0.3px;
}

.stat-card span {
  position: relative;
  z-index: 2;
  display: block;
  color: #5e6a80;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.stat-one {
  transform: translateY(8px) rotate(-1.5deg);
}

.stat-one::before {
  background: var(--yellow);
}

.stat-two {
  transform: translateY(-8px) rotate(1deg);
}

.stat-two::before {
  background: var(--blue);
}

.stat-three {
  transform: translateY(8px) rotate(1.5deg);
}

.stat-three::before {
  background: var(--red);
}

.stat-one:hover,
.stat-two:hover,
.stat-three:hover {
  transform: translateY(-7px) rotate(0deg);
}

/* QUICK PANEL */

.quick-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.quick-card {
  min-height: 220px;
  padding: 24px;
  background:
    radial-gradient(circle at 92% 92%, rgba(40, 107, 216, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(40, 107, 216, 0.26);
  border-radius: 30px;
  text-decoration: none;
  box-shadow:
    0 18px 46px rgba(7, 20, 47, 0.13),
    0 4px 14px rgba(40, 107, 216, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.85);
  transition: 0.2s ease;
  position: relative;
  overflow: hidden;
}

.quick-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -90px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(40, 107, 216, 0.08);
}

.quick-card:hover {
  transform: translateY(-7px);
  border-color: rgba(40, 107, 216, 0.36);
  box-shadow:
    0 26px 62px rgba(7, 20, 47, 0.18),
    0 8px 20px rgba(40, 107, 216, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.quick-card.highlighted {
  background:
    radial-gradient(circle at top right, rgba(255, 223, 60, 0.42), transparent 38%),
    radial-gradient(circle at 92% 92%, rgba(40, 107, 216, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fffdf1 100%);
}

.quick-number {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--navy);
  color: var(--yellow);
  font-weight: 900;
  margin-bottom: 18px;
}

.quick-card h2 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: "Outfit", "Inter", sans-serif;
  font-size: 27px;
  letter-spacing: -0.8px;
}

.quick-card p {
  margin: 0;
  max-width: 320px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 500;
}

/* ABOUT */

.about-strip {
  width: min(1180px, calc(100% - 36px));
  margin: 76px auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: center;
}

.section-kicker {
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.about-copy h2,
.cta-card h2 {
  margin: 9px 0 14px;
  font-family: "Outfit", "Inter", sans-serif;
  color: var(--navy);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
  letter-spacing: -1.7px;
}

.about-copy p,
.cta-card p {
  margin: 0;
  color: #59677e;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
}

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

.about-grid div {
  min-height: 150px;
  padding: 22px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 96% 8%, rgba(255, 223, 60, 0.26), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(40, 107, 216, 0.26);
  box-shadow:
    0 18px 46px rgba(7, 20, 47, 0.13),
    0 4px 14px rgba(40, 107, 216, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.85);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.about-grid div::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -48px;
  top: -48px;
  border-radius: 999px;
  background: rgba(255, 223, 60, 0.22);
}

.about-grid div:hover {
  transform: translateY(-7px);
  border-color: rgba(40, 107, 216, 0.36);
  box-shadow:
    0 26px 62px rgba(7, 20, 47, 0.18),
    0 8px 20px rgba(40, 107, 216, 0.11),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.about-grid strong {
  display: block;
  color: var(--navy);
  font-size: 19px;
  font-weight: 900;
  margin-bottom: 8px;
}

.about-grid span {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 500;
}

/* CTA */

.cta-section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 76px;
}

.cta-card {
  padding: 38px;
  border-radius: 38px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  background:
    radial-gradient(circle at 90% 15%, rgba(255,223,60,0.34), transparent 26%),
    linear-gradient(135deg, #ffffff, #edf4ff);
  border: 1px solid rgba(40, 107, 216, 0.30);
  box-shadow:
    0 28px 76px rgba(7, 20, 47, 0.20),
    0 8px 22px rgba(40, 107, 216, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
}

.cta-card p {
  max-width: 740px;
}

.yellow-button {
  flex: 0 0 auto;
}

/* FOOTER */

.footer {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto 28px;
  padding: 34px;
  border-radius: 38px;
  color: white;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 223, 60, 0.16), transparent 26%),
    linear-gradient(135deg, #07142f 0%, #0e2556 100%);
  box-shadow: 0 24px 70px rgba(7, 20, 47, 0.22);
  font-family: "Outfit", "Inter", sans-serif;
  overflow: hidden;
  position: relative;
}

.footer::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  right: -150px;
  bottom: -190px;
  border-radius: 999px;
  border: 34px solid rgba(255,255,255,0.06);
  pointer-events: none;
}

.footer-main {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 1.55fr;
  gap: 16px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.footer-brand {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-brand-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.footer-logo-card {
  flex: 0 0 auto;
  width: 170px;
  height: 120px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  padding: 12px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,223,60,0.24), transparent 40%),
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(237,245,255,0.92));
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    0 14px 28px rgba(0,0,0,0.14),
    inset 0 1px 0 rgba(255,255,255,0.85);
}

.footer-logo-card img {
  width: 145px;
  max-width: 100%;
  max-height: 96px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,0.28));
}

.footer-tag {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--yellow);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-brand-text h3 {
  margin: 0;
  color: white;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.8px;
}

.footer-brand p {
  max-width: 520px;
  margin: 0;
  color: #dbe8ff;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 600;
}

.footer-links {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 16px;
}

.footer-column {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.10);
}

.footer-column h3 {
  margin: 0 0 14px;
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-column a {
  display: block;
  margin-bottom: 10px;
  color: #dbe8ff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-column a:hover {
  color: var(--yellow);
  transform: translateX(3px);
}

.contact-social-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.footer-contact-block {
  margin-bottom: 12px;
}

.footer-social-block {
  margin-top: 8px;
}

.social-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.social-row a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  min-width: 140px;
  margin: 0 !important;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  color: white;
  text-align: left;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.12);
}

.social-row a:hover {
  background: var(--yellow);
  color: var(--navy);
  transform: translateY(-2px);
}

.footer-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 20px;
  color: rgba(255,255,255,0.66);
  font-size: 12px;
  line-height: 1.45;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: 300px 1fr auto;
    gap: 16px;
  }

  .logo-wrap {
    width: 300px;
    height: 102px;
  }

  .logo-wrap img {
    width: 245px;
  }

  .nav a {
    font-size: 16px;
    padding: 15px 18px;
  }

  .topbar-button {
    padding: 17px 20px;
    font-size: 15px;
  }
}

@media (max-width: 1050px) {
  .topbar {
    display: flex;
    flex-wrap: wrap;
  }

  .logo-wrap {
    width: 300px;
    height: 102px;
  }

  .logo-wrap img {
    width: 245px;
  }

  .nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .nav a {
    white-space: nowrap;
  }

  .topbar-button {
    margin-left: auto;
    margin-right: 0;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-left {
    padding: 58px 44px 20px;
  }

  .hero-right {
    min-height: 620px;
  }

  .logo-display-card {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(2deg);
  }

  .stat-dock {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: 44px;
  }

  .quick-panel {
    margin-top: 50px;
    grid-template-columns: 1fr;
  }

  .about-strip {
    grid-template-columns: 1fr;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

  .footer-brand-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  .stat-dock {
    grid-template-columns: 1fr;
    width: calc(100% - 44px);
  }

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

  .stat-one,
  .stat-two,
  .stat-three {
    transform: none;
  }

  .stat-one:hover,
  .stat-two:hover,
  .stat-three:hover {
    transform: translateY(-4px);
  }

  .hero-right {
    min-height: 760px;
  }
}

@media (max-width: 640px) {
  .topbar {
    width: calc(100% - 20px);
    margin-top: 10px;
    top: 8px;
    border-radius: 22px;
    padding: 12px 14px;
  }

  .logo-wrap {
    width: 220px;
    height: 84px;
  }

  .logo-wrap img {
    width: 182px;
    max-height: 74px;
  }

  .nav {
    gap: 7px;
  }

  .nav a {
    font-size: 15px;
    padding: 13px 16px;
    border-radius: 16px;
  }

  .topbar-button {
    padding: 12px 14px;
    font-size: 13px;
  }

  .hero {
    width: calc(100% - 24px);
    margin-top: 20px;
    border-radius: 30px;
  }

  .hero-left {
    padding: 42px 22px 8px;
  }

  .hero h1 {
    font-size: clamp(54px, 18vw, 82px);
    letter-spacing: -3px;
  }

  .hero-left p {
    font-size: 16px;
  }

  .hero-buttons {
    display: grid;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .hero-right {
    min-height: 720px;
  }

  .logo-display-card {
    width: 310px;
    height: 310px;
    top: 58px;
  }

  .stat-dock {
    top: 400px;
    bottom: auto;
    width: calc(100% - 36px);
    padding: 12px;
    border-radius: 24px;
  }

  .quick-panel,
  .about-strip,
  .cta-section,
  .footer {
    width: calc(100% - 24px);
  }

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

  .about-copy h2,
  .cta-card h2 {
    font-size: 36px;
  }
}
