@font-face {
  font-family: "SF Pro Display";
  src: url("./assets/SF-Pro-Display-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("./assets/SF-Pro-Display-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

:root {
  --body-bg: #9fc8ea;
  --shell: #ffffff;
  --blue: #3c74ff;
  --blue-deep: #031d60;
  --blue-soft: #ecf3ff;
  --text: #181d27;
  --muted: #717680;
  --line: #d6dfef;
  --card: #ffffff;
  --surface: #f7f9fc;
  --shadow: 0 18px 48px rgba(9, 31, 90, 0.12);
  --shadow-soft: 0 10px 26px rgba(15, 35, 95, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --content-width: min(1240px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  color: var(--text);
  background: #3c74ff;
}

body.nav-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: none;
  cursor: pointer;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 26px 0 0;
}

.topbar {
  width: var(--content-width);
  margin: 0 auto;
  min-height: 76px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 10px 18px;
  box-shadow: 0 14px 40px rgba(4, 15, 56, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  height: 32px;
  width: auto;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border-radius: 999px;
  background: #f3f6fb;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  margin: 0 auto;
  border-radius: 999px;
  background: #304156;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.topnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex: 1;
}

.topnav a,
.mobile-nav a {
  font-size: 14px;
  line-height: 20px;
  color: #535862;
  transition: color 0.2s ease;
}

.topnav a:hover,
.mobile-nav a:hover,
.locale-switch a:hover,
.mobile-locales a:hover {
  color: var(--blue);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.locale-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: #f4f7fc;
}

.locale-switch a {
  min-width: 40px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  color: #667085;
}

.locale-switch a.is-active {
  background: #fff;
  color: var(--text);
  box-shadow: inset 0 0 0 1px rgba(60, 116, 255, 0.18);
}

.assistant-button,
.submit-button,
.light-pill-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  border-radius: 999px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 500;
}

.assistant-button,
.submit-button {
  color: #fff;
  background: linear-gradient(180deg, #5e8cff 0%, #3c74ff 100%);
  box-shadow:
    0 0 0 1px #4171e8,
    inset 0 1px 1px rgba(255, 255, 255, 0.15),
    0 4px 10px rgba(0, 0, 0, 0.12);
}

.assistant-button {
  white-space: nowrap;
}

.mobile-nav {
  display: none;
}

.page-shell {
  width: 100%;
  margin: 0 auto;
  background: var(--shell);
}

.hero {
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.11), transparent 28%),
    linear-gradient(180deg, #3c74ff 0%, #021d5f 100%);
  padding: 26px 0 70px;
}

.hero-grid {
  width: var(--content-width);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 1fr;
  align-items: center;
  gap: 54px;
}

.request-card {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 28px;
  box-shadow: 0 22px 36px rgba(9, 31, 90, 0.15);
}

.request-form {
  padding: 28px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.big-field {
  grid-template-columns: minmax(0, 2fr) minmax(176px, 0.9fr);
}

.field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}
.date-span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.field span,
.time-selector legend {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text);
}

.field em,
.time-selector em {
  color: #ff5f5f;
  font-style: normal;
}

.field input,
.field textarea,
.phone-field,
.date-field {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  color: #293143;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.field input:focus,
.field textarea:focus,
.phone-field:focus-within,
.date-field:focus-visible {
  outline: none;
  border-color: #648bed;
  box-shadow: 0 0 0 2px rgba(63, 117, 250, 0.12);
  background: #fff;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #a5aec0;
}

.phone-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.country-code {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #33405a;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
}

.phone-field input {
  min-height: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.field textarea {
  min-height: 96px;
  padding-top: 14px;
  resize: vertical;
}

.field-small {
  max-width: none;
}

.date-field {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #a5aec0;
}

.date-field.has-value {
  color: #293143;
}

.date-field-label {
  display: inline-flex;
  align-items: center;
}

.time-selector {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.time-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.time-option {
  min-height: 74px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: var(--surface);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12px 14px;
  text-align: left;
}

.time-option.is-selected {
  border-color: #648bed;
  background: rgba(100, 139, 237, 0.1);
}

.time-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #181d27;
}

.time-range {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  color: #9aa5ba;
}

.submit-button {
  width: 100%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.headline-wrap {
  max-width: 520px;
}

.headline-wrap h1 {
  margin: 0;
  font-size: clamp(44px, 5vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  font-weight: 500;
}

.car-stage img {
  display: block;
  width: min(100%, 760px);
  margin-left: auto;
  filter: drop-shadow(0 24px 54px rgba(5, 11, 34, 0.28));
}

.proof {
  background: #fff;
  padding: 74px 24px 20px;
  text-align: center;
}

.proof h2,
.section-heading h3 {
  margin: 0 auto;
  font-size: clamp(34px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  width: max-content;
  max-width: 550px;
}

.proof h2 {
  color: var(--text);
}

.proof h2 div {
  color: var(--text);
}

.proof h2 span {
  color: #717680;
}

.proof .main-title {
  color: var(--blue);
  
}
.proof p {
  margin: 25px 0 !important;
}

.proof-underline {
  text-decoration: underline;
  text-decoration-style: wavy;
  text-decoration-color: var(--blue);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

.proof p,
.section-heading p,
.split-copy p,
.service-card p,
.mini-card p,
.review-card p,
.faq-answer p,
.footer-copy span {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--muted);
}

.section-block {
  padding: 0 24px 88px;
}

.services.section-block {
  padding-top: 26px;
}

.section-heading {
  width: min(1120px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h3 {
  font-size: clamp(30px, 3.2vw, 46px) !important;
  margin-bottom: 50px;
  margin-top: 73px;
}
.blog .section-heading h3 {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.blog .section-heading p {
  max-width: 50%;
  margin: 0 auto;
}

.section-heading--light h3,
.section-heading--light p {
  color: #fff;
}

.services,
.reviews,
.blog,
.faq {
  background: rgb(247, 250, 253);
}

.service-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.service-card,
.review-card,
.video-card,
.mini-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-soft);
  border: 1px solid lightblue;
}

.service-card {
  padding: 18px 18px 16px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  border-radius: 18px;
  display: flex;
  flex-direction: column-reverse;
  align-content: start;
}

  @media (min-width:980px) {
      .service-card:first-child {
    margin-top: 100px;
  }
  .service-card:nth-child(2) {
    margin-top: 30px;
  }
    
  }
  

.service-visual {
  aspect-ratio: 0.92;
  border-radius: 18px;
  margin-top: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}

.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-card h4,
.mini-card h4 {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.1;
  align-self: start;
}

.service-card p {
  font-size: 18px;
  line-height: 1.45;
  align-self: start;
}

.section-block--split {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 32px 44px;
  align-items: start;
}

.split-copy {
  padding-top: 16px;
}

.split-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.split-copy p + p {
  margin-top: 12px;
}

.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.split-visual {
  grid-column: 2;
  grid-row: 1;
}

.portrait-card {
  border-radius: 36px;
  overflow: hidden;
}

.portrait-card img {
  width: 100%;
  height: auto;
  display: block;
}

.benefit-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mini-card {
  padding: 24px;
}

.mini-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 24px;
  background: rgba(60, 116, 255, 0.12);
}

.mini-card h4 {
  font-size: 22px;
}

.mini-card p {
  font-size: 15px;
}

.use-cases {
  padding: 88px 24px;
  background: linear-gradient(180deg, #2f68f7 0%, #1b49c0 100%);
}

.use-cases__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.use-cases__stage {
  position: relative;
  margin-top: 32px;
}



.use-cases__stage img {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  filter: drop-shadow(0 28px 42px rgba(8, 21, 70, 0.3));
}

.use-cases__cards {
  position: relative;
  z-index: 3;
  width: min(600px, calc(100% - 32px));
  margin: -52px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 24px;
  justify-items: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.use-case-card span {
  text-align: center;
}
.use-case-card {
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.98);
  color: #21314b;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: var(--shadow-soft);
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 90%;
}

.use-case-icon {
  width: 32px !important;
  height: 32px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}

.light-pill-button {
  margin-top: 32px;
  background: #fff;
  color: var(--text);
  min-height: 52px;
  padding: 0 26px;
}

.reviews-grid,
.video-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

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

.review-card {
  padding: 24px;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.avatar-photo {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

.stars {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #f6b60a;
}

.review-card p {
  font-size: 15px;
}

.blog-logo {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  margin: 0 auto 20px;
}

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

.video-card {
  position: relative;
  min-height: 220px;
  padding: 22px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 16%, rgba(0, 0, 0, 0.38) 100%);
}

.video-card strong,
.play-icon {
  position: relative;
  z-index: 1;
}

.video-card strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.1;
  max-width: 80%;
}

.play-icon {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.92);
  color: #ed2324;
  font-size: 22px;
}

.video-card {
  background-size: cover;
  background-position: center;
}

.faq-list {
  width: min(940px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.faq-item {
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  min-height: 78px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  text-align: left;
  color: var(--text);
  font-size: 20px;
  font-weight: 500;
}

.faq-symbol {
  font-size: 28px;
  line-height: 1;
  color: var(--blue);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s ease;
}

.faq-answer > p {
  overflow: hidden;
  padding: 0 24px;
  padding-bottom: 0;
  transition: padding-bottom 0.32s ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.is-open .faq-answer > p {
  padding-bottom: 24px;
}

.site-footer {
  background: linear-gradient(160deg, #0b1d48 0%, #06112e 100%);
  padding: 64px 32px 0;
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 56px;
  align-items: start;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: none;
  border-radius: 0;
  min-height: auto;
}

.footer-logo {
  height: 36px;
  width: max-content;
  display: block;
  margin-bottom: 4px;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-copy span {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
  max-width: 280px;
}

.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #7aa8ff;
  transition: color 0.2s ease;
}

.footer-cta:hover {
  color: #fff;
}

.footer-stats {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-top: 4px;
}

.footer-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-number {
  font-size: 30px;
  font-weight: 700;
  background: linear-gradient(90deg, #7eb5ff 0%, #c2d9ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}

.stat-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 4px;
}

.footer-nav a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-bottom {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 28px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease;
}

.footer-social:hover {
  color: #fff;
}

.footer-locales {
  display: flex;
  gap: 16px;
}

.footer-locales a {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  transition: color 0.2s ease;
}

.footer-locales a:hover {
  color: #fff;
}

.date-modal-open {
  overflow: hidden;
}

.date-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
}

.date-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 47, 0.42);
}

.date-modal__dialog {
  position: relative;
  width: min(360px, calc(100% - 32px));
  margin: 72px auto 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(12, 29, 87, 0.28);
  padding: 20px 20px 18px;
}

.date-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.date-modal__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.date-modal__nav {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f8ff;
  color: #356cf8;
  font-size: 24px;
  line-height: 1;
}

.date-modal__weekdays,
.date-modal__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
}

.date-modal__weekdays {
  margin-bottom: 10px;
}

.date-modal__weekdays span {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #7f8ca7;
}

.date-modal__day,
.date-modal__filler {
  aspect-ratio: 1;
}

.date-modal__day {
  border-radius: 12px;
  background: #f7f9fc;
  color: #293143;
  font-size: 14px;
  font-weight: 500;
}

.date-modal__day.is-today {
  box-shadow: inset 0 0 0 1px #7fa8ff;
}

.date-modal__day.is-selected {
  background: #3c74ff;
  color: #fff;
}

.date-modal__footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.date-modal__action {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #3c74ff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.date-modal__action--ghost {
  background: #f2f5fb;
  color: #293143;
}

@media (max-width: 1180px) {
  .topnav {
    gap: 18px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hero-copy {
    order: -1;
  }

  .headline-wrap {
    max-width: 680px;
  }

  .car-stage img {
    width: min(100%, 620px);
    margin: 0 auto;
    display: none;
  }

  .section-block--split {
    grid-template-columns: 1fr;
  }

  .split-visual {
    grid-column: auto;
    grid-row: auto;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;

  }

  .benefit-grid,
  .service-grid,
  .reviews-grid,
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --content-width: calc(100% - 28px);
  }

  .site-header {
    padding-top: 14px;
  }

  .topbar {
    min-height: 68px;
    gap: 12px;
    padding: 10px 12px;
  }

  .topnav,
  .header-actions .assistant-button,
  .locale-switch {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-nav {
    width: var(--content-width);
    margin: 12px auto 0;
    display: none;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
  }

  .mobile-nav.is-open {
    display: flex;
  }

  .mobile-locales {
    display: flex;
    gap: 12px;
    padding-top: 10px;
    border-top: 1px solid #e9eff8;
  }

  .hero {
    padding-top: 50px;
  }

  .hero-grid,
  .service-grid,
  .benefit-grid,
  .reviews-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }

  .proof,
  .section-block,
  .use-cases,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .request-form {
    padding: 18px;
  }

  .field-row,
  .big-field,
  .time-grid,
  .use-cases__cards {
    grid-template-columns: 1fr;
  }

  .headline-wrap h1 {
    font-size: 42px;
    text-align: center;
  }

  .proof {
    padding-top: 58px;
  }

  .services.section-block {
    padding-top: 18px;
  }

  .proof p,
  .section-heading p,
  .split-copy p,
  .service-card p,
  .mini-card p,
  .review-card p,
  .faq-answer p,
  .footer-copy span {
    font-size: 16px;
  }

  .use-cases__cards {
    margin-top: 12px;
    width: 100%;
  }

  .faq-question {
    min-height: 70px;
    font-size: 18px;
    padding-inline: 18px;
  }

  .faq-answer {
    padding: 0;
  }

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

@media (max-width: 640px) {
  body {
    background: #11273f;
  }

  .page-shell {
    border-radius: 0;
  }

  .brand img {
    height: 30px;
  }

  .hero {
    padding-bottom: 44px;
  }

  .headline-wrap h1 {
    font-size: 34px;
  }

  .request-card {
    border-radius: 22px;
  }

  .field input,
  .field textarea,
  .phone-field,
  .date-field {
    min-height: 52px;
    border-radius: 14px;
  }

  .time-option {
    min-height: 68px;
  }

  .service-card,
  .review-card,
  .video-card,
  .mini-card {
    border-radius: 22px;
  }

  .proof {
    padding-top: 48px;
    padding-bottom: 14px;
  }

  .service-grid {
    gap: 14px;
  }

  .service-card {
    padding: 16px;
    grid-template-rows: auto auto auto;
  }

  .service-visual {
    margin-top: 18px;
  }

  .service-card h4,
  .mini-card h4 {
    font-size: 22px;
  }

  .video-card {
    min-height: 196px;
  }

  .video-card strong {
    font-size: 20px;
    max-width: 88%;
  }

  .portrait-card {
    min-height: 360px;
  }

  .date-modal__dialog {
    margin-top: 48px;
  }
}
