:root {
  --ink: #16212f;
  --muted: #65758d;
  --paper: #fbfbfa;
  --surface: #ffffff;
  --cream: #fff0bf;
  --sky: #9be4ff;
  --teal: #32c7b5;
  --blue: #4c6fff;
  --orange: #ff9c4a;
  --pink: #ff7fb2;
  --green: #70d878;
  --purple: #9b7bff;
  --line: rgba(22, 33, 47, 0.12);
  --shadow: 0 12px 30px rgba(20, 20, 28, 0.08);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

body.modal-open {
  overflow: hidden;
}

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

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  padding: 10px 12px 10px 16px;
  border: none;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateX(-50%);
}

.site-header.is-scrolled {
  background: rgba(251, 251, 250, 0.9);
  box-shadow: none;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--blue) 52%, var(--teal));
  box-shadow: 0 10px 24px rgba(55, 92, 246, 0.24);
}

.nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: #425064;
  font-size: 15px;
  font-weight: 800;
}

.nav a {
  padding: 8px 0;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.nav-cta {
  color: #fff;
  background: var(--ink);
  border: 1.5px solid var(--ink);
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
}

.button.primary {
  min-width: 288px;
  min-height: 64px;
  color: var(--ink);
  background: #f6d5f5;
  border: 1.5px solid var(--ink);
  box-shadow: none;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.button.full {
  width: 100%;
}

.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: 96px;
}

.hero-bg {
  display: none;
}

.hero-shade {
  display: none;
}

.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
  display: grid;
  justify-items: center;
}

.maker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #24242c;
  font-size: 18px;
  font-weight: 800;
}

.maker-avatar {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #ffd270;
  font-size: 16px;
  font-weight: 950;
}

.pill,
.kicker,
.label,
.price-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #285165;
  background: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 1120px;
  margin-top: 36px;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

.mark-text {
  display: inline-block;
  width: fit-content;
  margin-inline: auto;
  background: linear-gradient(transparent 58%, #f3c4f3 58%);
}

h2 {
  max-width: 860px;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.15;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 760px;
  margin-top: 34px;
  color: #405064;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.48;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
}

.trust-row,
.proof-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.trust-row span {
  padding: 10px 14px;
  border-radius: 999px;
  color: #26364b;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 850;
}

.proof-row {
  display: grid;
  gap: 12px;
}

.proof-row p {
  color: #3c3c44;
  font-size: 17px;
}

.avatar-stack {
  display: flex;
  justify-content: center;
}

.avatar-stack span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.avatar-stack span:nth-child(2) { background: var(--orange); }
.avatar-stack span:nth-child(3) { background: var(--teal); }
.avatar-stack span:nth-child(4) { background: var(--pink); }
.avatar-stack span:nth-child(5) { background: #222; }
.avatar-stack span:nth-child(6) { background: var(--green); }

.logo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(1280px, calc(100% - 40px));
  margin: 20px auto 0;
  position: relative;
  z-index: 2;
}

.timeline-strip::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 92px;
  height: 1.5px;
  background: var(--ink);
}

.logo-strip span {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-height: 150px;
  padding-top: 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 18px;
  font-weight: 950;
  text-align: center;
}

.logo-strip b {
  display: grid;
  place-items: center;
  height: 80px;
  font-size: 56px;
  font-style: normal;
  filter: drop-shadow(0 8px 12px rgba(20, 20, 28, 0.12));
}

.logo-strip strong {
  position: relative;
  margin-top: 16px;
  font-size: 18px;
}

.logo-strip strong::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -27px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ink);
  transform: translateX(-50%);
}

.logo-strip small {
  max-width: 220px;
  color: #4c4c55;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

.section,
.contrast-section,
.outcomes {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 120px) 0;
}

.section-head {
  display: grid;
  gap: 22px;
  max-width: 880px;
  margin-bottom: 58px;
}

.section-head.center {
  margin-inline: auto;
  text-align: center;
  justify-items: center;
}

.section-head p:not(.kicker) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.68;
}

.project-grid,
.contrast-grid,
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.project-card,
.contrast,
.wheel article,
.timeline article,
.fit-card,
.delivery-grid article,
.outcome-grid article,
blockquote,
.faq-item {
  border: 1.5px solid rgba(22, 33, 47, 0.16);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 10px 0 rgba(22, 33, 47, 0.035);
}

.project-card {
  min-height: 430px;
  padding: 18px;
  overflow: hidden;
  background: #fff;
}

.project-card h3 {
  margin: 24px 6px 10px;
}

.project-card p {
  margin: 0 6px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.browser-bar {
  display: flex;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 7px 7px 0 0;
  background: #15151b;
}

.browser-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
}

.browser-bar span:nth-child(2) {
  background: var(--sky);
}

.browser-bar span:nth-child(3) {
  background: var(--green);
}

.game-scene,
.mini-site,
.chat-demo {
  min-height: 220px;
  border-radius: 0 0 8px 8px;
  border: 1px solid #ededed;
  border-top: 0;
  background: #fafafa;
}

.game-scene {
  position: relative;
  background:
    linear-gradient(#f6f6f3 0 58%, #e9f7de 58% 100%);
}

.player {
  position: absolute;
  left: 19%;
  bottom: 28%;
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: #15151b;
}

.coin {
  position: absolute;
  right: 22%;
  top: 28%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #f6d5f5;
  border: 2px solid #15151b;
  box-shadow: none;
}

.platform {
  position: absolute;
  right: 11%;
  bottom: 33%;
  width: 140px;
  height: 22px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid #15151b;
}

.mini-site {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  padding: 18px;
}

.mini-site div {
  border-radius: 6px;
  background: #f6d5f5;
  border: 1.5px solid #15151b;
}

.mini-site div:first-child {
  grid-row: span 2;
  background: #fff7dd;
}

.mini-site div:last-child {
  background: #dcf6e1;
}

.chat-demo {
  display: grid;
  align-content: center;
  gap: 16px;
  padding: 24px;
  background: #fafafa;
}

.chat-demo span,
.chat-demo strong {
  display: block;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1.5px solid #15151b;
  font-size: 17px;
  line-height: 1.35;
}

.chat-demo span {
  margin-right: 38px;
  background: #fff;
}

.chat-demo strong {
  margin-left: 38px;
  color: #15151b;
  background: #dcf6e1;
}

.contrast-section {
  width: 100%;
  max-width: none;
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
  border-radius: 0;
  background: #111;
  color: #fff;
}

.contrast-section .section-head {
  color: #fff;
}

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

.contrast {
  padding: 42px;
  color: var(--ink);
  box-shadow: none;
}

.contrast h3 {
  margin-top: 22px;
}

.contrast ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
}

.contrast.old {
  background: #fff;
}

.contrast.new {
  background: #f6d5f5;
  border-color: #15151b;
}

.method {
  overflow: hidden;
}

.wheel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.wheel article {
  min-height: 250px;
  padding: 30px;
  position: relative;
  border-color: #15151b;
  box-shadow: 0 8px 0 rgba(21, 21, 27, 0.08);
}

.wheel article:nth-child(1) {
  background: #fff0bf;
}

.wheel article:nth-child(2) {
  background: #dff5ff;
}

.wheel article:nth-child(3) {
  background: #dcf6e1;
}

.wheel article:nth-child(4) {
  background: #f6d5f5;
}

.wheel article:nth-child(5) {
  background: #ffe1c2;
}

.wheel article:nth-child(even) {
  transform: translateY(28px);
}

.wheel span,
.timeline span {
  color: #6d3ecf;
  font-weight: 950;
}

.wheel h3 {
  margin: 26px 0 12px;
}

.wheel p,
.timeline p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}

.curriculum {
  padding-top: 92px;
}

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

.timeline article {
  padding: 30px;
  min-height: 260px;
  border-color: #15151b;
  box-shadow: 0 8px 0 rgba(21, 21, 27, 0.08);
}

.timeline article:nth-child(1) {
  background: #fff0bf;
}

.timeline article:nth-child(2) {
  background: #dff5ff;
}

.timeline article:nth-child(3) {
  background: #dcf6e1;
}

.timeline article:nth-child(4) {
  background: #f6d5f5;
}

.timeline h3 {
  margin: 24px 0 14px;
}

.fit-section {
  padding-top: 64px;
}

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

.fit-card {
  padding: 44px;
}

.fit-card.good {
  grid-column: 1 / -1;
  background: #dcf6e1;
  border-color: rgba(22, 33, 47, 0.16);
}

.fit-card h3 {
  margin-bottom: 22px;
}

.fit-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding-left: 22px;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.68;
}

.outcomes {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
  padding: 82px;
  border-radius: 8px;
  color: var(--ink);
  background: #f6d5f5;
  border: 1.5px solid var(--ink);
}

.outcome-copy {
  display: grid;
  gap: 18px;
}

.outcome-copy p:not(.kicker) {
  color: var(--muted);
  font-size: 20px;
  line-height: 1.68;
}

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

.outcome-grid article {
  padding: 26px;
  color: var(--ink);
  background: #fff;
  box-shadow: none;
}

.outcome-grid strong,
.outcome-grid span {
  display: block;
}

.outcome-grid strong {
  margin-bottom: 10px;
  font-size: 26px;
}

.outcome-grid span {
  color: var(--muted);
  font-size: 18px;
}

.delivery {
  padding-top: 34px;
}

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

.delivery-grid article {
  min-height: 260px;
  padding: 34px;
  border-color: #15151b;
  box-shadow: 0 8px 0 rgba(21, 21, 27, 0.08);
}

.delivery-grid article:nth-child(1) {
  background: #fff0bf;
}

.delivery-grid article:nth-child(2) {
  background: #dff5ff;
}

.delivery-grid article:nth-child(3) {
  background: #dcf6e1;
}

.delivery-grid span {
  color: #6d3ecf;
  font-weight: 950;
}

.delivery-grid h3 {
  margin: 26px 0 12px;
}

.delivery-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

blockquote {
  position: relative;
  margin: 0;
  padding: 34px;
  overflow: hidden;
  border-color: #15151b;
  box-shadow: 0 8px 0 rgba(21, 21, 27, 0.08);
}

blockquote:nth-child(1) {
  background: #ffe1c2;
}

blockquote:nth-child(2) {
  background: #f6d5f5;
}

blockquote:nth-child(3) {
  background: #dff5ff;
}

blockquote::before {
  content: "“";
  position: absolute;
  top: -30px;
  right: 22px;
  color: rgba(109, 62, 207, 0.12);
  font-size: 132px;
  font-weight: 950;
  line-height: 1;
}

blockquote p {
  position: relative;
  font-size: 21px;
  line-height: 1.65;
}

cite {
  position: relative;
  display: inline-block;
  margin-top: 22px;
  padding: 7px 12px;
  border: 1px solid rgba(22, 33, 47, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-style: normal;
  font-weight: 850;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 68px;
  border-radius: 8px;
  color: #fff;
  background: #111;
  box-shadow: var(--shadow);
}

.final-cta > div {
  display: grid;
  gap: 16px;
}

.final-cta p:not(.kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.68;
}

.final-cta .button {
  min-width: 180px;
  background: #fff;
  color: var(--ink);
  box-shadow: none;
}

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

.faq-item {
  min-height: 240px;
  padding: 30px;
  border-color: #15151b;
  box-shadow: 0 8px 0 rgba(21, 21, 27, 0.08);
}

.faq-item:nth-child(1) {
  background: #fff0bf;
}

.faq-item:nth-child(2) {
  background: #dff5ff;
}

.faq-item:nth-child(3) {
  background: #dcf6e1;
}

.faq-item:nth-child(4) {
  background: #f6d5f5;
}

.faq-item span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1.5px solid rgba(22, 33, 47, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #6d3ecf;
  font-size: 14px;
  font-weight: 950;
}

.faq-item h3 {
  margin: 24px 0 12px;
  font-size: 24px;
}

.faq-item p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer .brand {
  color: var(--ink);
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(17, 17, 17, 0.56);
}

.modal-backdrop[hidden] {
  display: none;
}

.consult-modal {
  position: relative;
  width: min(560px, 100%);
  padding: 34px;
  border: 1.5px solid var(--ink);
  border-radius: 10px;
  background: #fbfbfa;
  box-shadow: 0 18px 0 rgba(246, 213, 245, 0.95);
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.consult-modal h2 {
  margin-top: 18px;
  font-size: clamp(32px, 4vw, 48px);
}

.modal-copy {
  margin-top: 14px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.consult-form {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.consult-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.consult-form input,
.consult-form textarea {
  width: 100%;
  border: 1.5px solid rgba(22, 33, 47, 0.22);
  border-radius: 8px;
  padding: 14px 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.consult-form input:focus,
.consult-form textarea:focus {
  outline: 3px solid #f6d5f5;
  border-color: var(--ink);
}

.form-message {
  min-height: 24px;
  color: #6d3ecf;
  font-size: 15px;
  font-weight: 900;
}

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

.admin-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 48px 0 80px;
}

.admin-hero {
  display: grid;
  gap: 20px;
  padding: 36px 0 44px;
}

.admin-hero h1 {
  max-width: 760px;
  margin-top: 18px;
  font-size: clamp(48px, 6vw, 84px);
}

.admin-hero p {
  color: var(--muted);
  font-size: 22px;
}

.admin-panel {
  padding: 28px;
  border: 1.5px solid rgba(22, 33, 47, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 0 #f6d5f5;
}

.admin-login {
  display: grid;
  grid-template-columns: minmax(240px, 420px) auto;
  gap: 14px;
  align-items: end;
}

.admin-login label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.admin-login input {
  min-height: 48px;
  border: 1.5px solid rgba(22, 33, 47, 0.22);
  border-radius: 8px;
  padding: 0 14px;
  font: inherit;
}

.leads-table-wrap {
  margin-top: 24px;
  overflow-x: auto;
}

.leads-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

.leads-table th,
.leads-table td {
  border-bottom: 1px solid #ecece8;
  padding: 14px 12px;
  text-align: left;
  vertical-align: top;
}

.leads-table th {
  color: var(--ink);
  font-size: 14px;
}

.leads-table td {
  color: #3f4a59;
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 640px;
  }

  .hero-bg {
    display: none;
  }

  .hero-shade {
    display: none;
  }

  .logo-strip,
  .project-grid,
  .quote-grid,
  .faq-list,
  .timeline,
  .wheel,
  .fit-grid,
  .delivery-grid,
  .outcomes,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    margin-top: 18px;
  }

  .contrast-grid,
  .outcome-grid {
    grid-template-columns: 1fr;
  }

  .wheel article:nth-child(even) {
    transform: none;
  }

  .outcomes {
    padding: 36px 24px;
  }

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

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
  }

  .brand {
    font-size: 14px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .hero {
    min-height: auto;
    align-items: flex-start;
    padding: 116px 0 38px;
  }

  .hero-bg {
    opacity: 0.42;
    background-position: 62% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(255, 250, 241, 0.99), rgba(255, 250, 241, 0.82));
  }

  .hero-content,
  .section,
  .outcomes,
  .logo-strip,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .hero-content {
    padding-top: 0;
  }

  h1 {
    max-width: 360px;
    font-size: 48px;
    line-height: 1;
  }

  .hero-copy {
    font-size: 20px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .logo-strip {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .timeline-strip::before {
    display: none;
  }

  .logo-strip span {
    min-height: auto;
    padding: 18px 0;
  }

  .logo-strip strong::before {
    display: none;
  }

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

  .consult-modal {
    padding: 26px;
  }

  .admin-login {
    grid-template-columns: 1fr;
  }

}
