:root {
  --navy: #102A43;
  --navy-dark: #0B2033;
  --blue: #35669B;
  --blue-soft: #DDE8F1;
  --red: #D94A38;
  --red-dark: #BE3D2F;
  --warm-white: #FAF8F3;
  --white: #FFFFFF;
  --soft-gray: #EEF1F3;
  --text: #102A43;
  --container: 1240px;
}


/* =========================================================
   RESET
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Helvetica,
    Arial,
    sans-serif;
  color: var(--text);
  background: var(--warm-white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

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


/* =========================================================
   HEADER
   ========================================================= */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--blue);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header-inner {
  min-height: 138px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

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

.nav {
  display: flex;
  align-items: center;
  gap: 42px;
  white-space: nowrap;
}

.nav a {
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
  font-weight: 750;
}

.nav a:not(.button):hover {
  color: rgba(255, 255, 255, 0.75);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 30px;
  border: 0;
  border-radius: 5px;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.15s ease;
}

.button:hover {
  background: var(--red-dark);
}

.button-small {
  min-height: 56px;
  padding: 0 30px;
  font-size: 15px;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

.eyebrow {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--blue);
}

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

h1 {
  max-width: 1080px;
  margin-bottom: 34px;
  font-size: clamp(60px, 6.1vw, 86px);
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 760;
}

h2 {
  max-width: 1000px;
  margin-bottom: 28px;
  font-size: clamp(42px, 4.5vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.04em;
  font-weight: 740;
}

.section-lead {
  max-width: 700px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1.55;
}


/* =========================================================
   HOME — HERO
   ========================================================= */

.hero {
  padding: 112px 0 128px;
  background: var(--warm-white);
}

.hero-copy {
  max-width: 1100px;
}

.hero-lead {
  max-width: 860px;
  margin-bottom: 42px;
  font-size: 28px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}


/* =========================================================
   HOME — SITE / APP
   ========================================================= */

.access {
  padding: 112px 0 120px;
  background: var(--blue-soft);
}

.access-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
}

.devices {
  min-height: 390px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.browser-device {
  width: min(520px, 80%);
  overflow: hidden;
  border: 4px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.12);
}

.browser-bar {
  height: 34px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  background: var(--soft-gray);
  border-bottom: 2px solid var(--navy);
}

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

.device-screen {
  min-height: 270px;
  padding: 26px;
}

.device-label {
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--blue);
}

.device-logo {
  display: block;
  width: 250px;
  max-width: 82%;
  height: auto;
}

.device-chat {
  margin-top: 30px;
  display: grid;
  gap: 12px;
}

.device-chat span,
.phone-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: var(--blue-soft);
}

.device-chat .short,
.phone-lines .short {
  width: 58%;
}

.phone-device {
  width: 150px;
  height: 300px;
  margin-left: -48px;
  overflow: hidden;
  z-index: 2;
  border: 4px solid var(--navy);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 18px 40px rgba(16, 42, 67, 0.18);
}

.phone-speaker {
  width: 50px;
  height: 5px;
  margin: 10px auto 4px;
  border-radius: 999px;
  background: var(--navy);
}

.phone-screen {
  padding: 16px;
}

.phone-logo {
  display: block;
  width: 76px;
  height: auto;
  margin: 12px auto 24px;
}

.phone-lines {
  display: grid;
  gap: 10px;
}


/* =========================================================
   HOME — LIVE IMPLEMENTATION
   ========================================================= */

.demo {
  padding: 116px 0 124px;
  background: var(--white);
}

.section-heading {
  margin-bottom: 54px;
}

.demo-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 72px;
  align-items: center;
}

.demo-live-card {
  min-height: 420px;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
}

.demo-logo {
  display: block;
  width: 100%;
  max-width: 480px;
  height: auto;
  margin-bottom: 38px;
}

.demo-live-kicker {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.demo-live-card h3 {
  max-width: 520px;
  margin: 0 0 34px;
  font-size: 38px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: var(--white);
}

.demo-copy {
  max-width: 530px;
  font-size: 20px;
  line-height: 1.65;
}

.demo-emphasis {
  margin: 30px 0 0;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 850;
}


/* =========================================================
   HOME — VALUE
   ========================================================= */

.value-strong {
  padding: 104px 0 112px;
  background: var(--blue);
  color: var(--white);
}

.value-strong .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.value-strong h2 {
  color: var(--white);
}

.value-heading {
  max-width: 930px;
  margin-bottom: 56px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.value-item {
  min-height: 240px;
  padding: 34px;
  background: var(--warm-white);
  color: var(--navy);
}

.value-kicker {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}

.value-item h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 760;
  color: var(--navy);
}


/* =========================================================
   CLOSING
   ========================================================= */

.closing {
  padding: 112px 0 122px;
  background: var(--navy);
  color: var(--white);
}

.closing h2 {
  max-width: 1060px;
  margin-bottom: 44px;
  color: var(--white);
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer {
  padding: 64px 0 42px;
  background: var(--navy-dark);
  color: var(--white);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 70px;
}

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

.footer-logo {
  display: block;
  width: 290px;
  height: auto;
}

.footer-made-by {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.62);
}
.footer-made-by a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-links {
  display: flex;
  gap: 84px;
}

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

.footer-column strong {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a {
  text-decoration: none;
}

.copyright {
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.menu-toggle {
  display: none;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  width: 30px;
  height: 3px;
  display: block;
  position: relative;
  margin: 0 auto;
  background: var(--white);
  content: "";
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  left: 0;
}

.menu-toggle span::before {
  top: -9px;
}

.menu-toggle span::after {
  top: 9px;
}


/* =========================================================
   TABLET
   Switch to mobile navigation BEFORE desktop nav wraps
   ========================================================= */

@media (max-width: 1050px) {

  .container {
    width: min(var(--container), calc(100% - 56px));
  }

  .header-inner {
    min-height: 110px;
  }

  .brand img {
    width: 310px;
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: -28px;
    right: -28px;
    padding: 24px 28px 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    white-space: normal;
    background: var(--blue);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 24px rgba(16, 42, 67, 0.12);
  }

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

  .nav a {
    font-size: 19px;
    line-height: 1.25;
  }

  .nav a:not(.button) {
    padding: 16px 0;
  }

  .nav .button {
    width: fit-content;
    margin-top: 16px;
  }

  .access-layout,
  .demo-layout {
    grid-template-columns: 1fr;
  }

  .access-layout {
    gap: 64px;
  }

  .devices {
    justify-content: flex-start;
    max-width: 720px;
  }

  .demo-layout {
    gap: 54px;
  }

  .demo-copy {
    max-width: 720px;
  }

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


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {

  .container {
    width: calc(100% - 40px);
  }

  .header-inner {
    min-height: 88px;
    gap: 20px;
  }

  .brand img {
    width: 230px;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
  }

  .menu-toggle span,
  .menu-toggle span::before,
  .menu-toggle span::after {
    width: 26px;
  }

  .nav {
    left: -20px;
    right: -20px;
    padding: 20px 20px 28px;
  }


  /* TYPE */

  .eyebrow {
    margin-bottom: 18px;
    font-size: 13px;
  }

  h1 {
    margin-bottom: 28px;
    font-size: 46px;
    line-height: 1.02;
  }

  h2 {
    font-size: 38px;
    line-height: 1.06;
  }

  .section-lead {
    font-size: 20px;
    line-height: 1.55;
  }


  /* HERO */

  .hero {
    padding: 76px 0 90px;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-lead {
    max-width: none;
    margin-bottom: 34px;
    font-size: 20px;
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
  }

  .button {
    min-height: 54px;
    padding: 0 26px;
  }


  /* ACCESS */

  .access {
    padding: 82px 0 92px;
  }

  .access-layout {
    gap: 54px;
  }

  .devices {
    min-height: 280px;
  }

  .browser-device {
    width: 92%;
  }

  .device-screen {
    min-height: 210px;
    padding: 20px;
  }

  .device-logo {
    width: 205px;
  }

  .phone-device {
    width: 108px;
    height: 228px;
    margin-left: -32px;
  }

  .phone-logo {
    width: 56px;
    margin-bottom: 18px;
  }


  /* DEMO */

  .demo {
    padding: 82px 0 92px;
  }

  .section-heading {
    margin-bottom: 42px;
  }

  .demo-live-card {
    min-height: 0;
    padding: 32px;
  }

  .demo-logo {
    max-width: 360px;
    margin-bottom: 30px;
  }

  .demo-live-card h3 {
    font-size: 30px;
  }

  .demo-copy {
    font-size: 19px;
  }

  .demo-emphasis {
    font-size: 23px;
  }


  /* VALUE */

  .value-strong {
    padding: 82px 0 92px;
  }

  .value-heading {
    margin-bottom: 42px;
  }

  .value-grid {
    width: calc(100% - 16px);
    margin: 0 auto;
    gap: 20px;
  }

  .value-item {
    min-height: 0;
    padding: 28px;
  }

  .value-item h3 {
    font-size: 25px;
  }


  /* CLOSING */

  .closing {
    padding: 84px 0 94px;
  }


  /* FOOTER */

  .site-footer {
    padding-top: 54px;
  }

  .footer-top {
    flex-direction: column;
    gap: 48px;
  }

  .footer-logo {
    width: 230px;
  }

  .footer-links {
    gap: 52px;
  }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 430px) {

  .brand img {
    width: 205px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 35px;
  }

  .hero-lead {
    font-size: 19px;
  }

  .section-lead {
    font-size: 19px;
  }

  .browser-device {
    width: 94%;
  }

  .phone-device {
    width: 100px;
    height: 216px;
    margin-left: -28px;
  }

  .demo-live-card {
    padding: 28px;
  }

  .footer-links {
    gap: 40px;
  }
}


/* =========================================================
   SHARED STYLES FOR HOW IT WORKS
   ========================================================= */

.nav .current {
  position: relative;
}

.nav .current::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  background: var(--red);
}

.how-hero {
  padding: 116px 0 122px;
  background: var(--warm-white);
}

.how-intro {
  max-width: 1040px;
  margin-bottom: 72px;
}

.how-lead {
  max-width: 900px;
  margin: 0;
  font-size: 23px;
  line-height: 1.55;
}

.how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
}

.how-step {
  min-width: 0;
}

.step-number {
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.step-image {
  width: 100%;
  max-width: 210px;
  margin-bottom: 28px;
}

.step-image img {
  display: block;
  width: 100%;
  height: auto;
}

.how-step h2 {
  margin-bottom: 12px;
  font-size: 27px;
  line-height: 1.15;
}

.how-step > p:last-child {
  max-width: 245px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.how-governed {
  padding: 108px 0 114px;
  background: var(--blue);
  color: var(--white);
}

.how-governed-layout {
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 100px;
  align-items: center;
}

.how-governed .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.how-governed h2 {
  color: var(--white);
}

.how-governed-emphasis {
  max-width: 820px;
  margin-bottom: 28px;
  font-size: 26px;
  line-height: 1.35;
  font-weight: 800;
}

.how-governed-body {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6;
}

.how-governed-image {
  display: flex;
  justify-content: center;
}

.how-governed-image img {
  display: block;
  width: min(100%, 270px);
  height: auto;
}

.how-closing {
  padding: 112px 0 122px;
  background: var(--warm-white);
}

.how-closing h2 {
  max-width: 970px;
  margin-bottom: 42px;
}


/* =========================================================
   SHARED STYLES FOR ABOUT
   ========================================================= */

.about-hero {
  padding: 116px 0 124px;
  background: var(--warm-white);
}

.about-hero-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 100px;
  align-items: center;
}

.about-hero-copy h1 {
  max-width: 900px;
  font-size: clamp(54px, 5.4vw, 76px);
}

.about-hero-lead {
  margin: 34px 0 12px;
  font-size: 25px;
  line-height: 1.4;
}

.about-hero-payoff {
  margin: 0;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--blue);
}

.about-hero-art,
.about-section-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-hero-art img {
  width: min(100%, 285px);
}

.about-why,
.about-idea {
  padding: 112px 0 118px;
}

.about-why {
  background: var(--white);
}

.about-idea {
  background: var(--blue-soft);
}

.about-split {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 110px;
  align-items: center;
}

.about-split-reverse {
  grid-template-columns: 0.75fr 1.25fr;
}

.about-section-copy {
  max-width: 760px;
}

.about-section-copy h2 {
  margin-bottom: 34px;
}

.about-section-copy > p:not(.eyebrow) {
  max-width: 700px;
  font-size: 21px;
  line-height: 1.65;
}

.about-emphasis {
  margin-top: 30px;
  font-size: 25px !important;
  line-height: 1.4 !important;
  font-weight: 800;
}

.about-section-art img {
  width: min(100%, 280px);
}

.about-jalana {
  padding: 106px 0 112px;
  background: var(--blue);
  color: var(--white);
}

.about-jalana-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}

.about-jalana .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.about-jalana h2 {
  color: var(--white);
}

.about-jalana-copy {
  max-width: 620px;
  font-size: 21px;
  line-height: 1.65;
}

.about-text-link {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-closing {
  padding: 112px 0 122px;
  background: var(--warm-white);
}

.about-closing h2 {
  max-width: 1000px;
  margin-bottom: 42px;
}


/* =========================================================
   SHARED STYLES FOR CONTACT
   ========================================================= */

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

.contact-page {
  padding: 108px 0 128px;
  min-height: 760px;
  background: var(--warm-white);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 110px;
  align-items: start;
}

.contact-intro {
  max-width: 610px;
  padding-top: 38px;
}

.contact-lead {
  max-width: 590px;
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}

.contact-form-wrap {
  width: 100%;
}

.contact-form {
  display: grid;
  gap: 26px;
}

.form-field {
  display: grid;
  gap: 9px;
}

.form-field label {
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid #A9B8C6;
  border-radius: 5px;
  background: var(--white);
  color: var(--navy);
  font: inherit;
  font-size: 17px;
  outline: none;
}

.form-field input,
.form-field select {
  min-height: 58px;
  padding: 0 17px;
}

.form-field textarea {
  min-height: 190px;
  padding: 16px 17px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(53, 102, 155, 0.12);
}

.contact-submit {
  justify-self: start;
}

.honeypot {
  display: none;
}

.contact-success {
  padding-top: 36px;
}

.form-error {
  margin: 0;
  color: #A72F25;
  font-weight: 700;
}


/* =========================================================
   INTERNAL PAGE RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {

  .how-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 56px;
  }

  .how-governed-layout,
  .about-hero-layout,
  .about-split,
  .about-split-reverse,
  .about-jalana-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .how-governed-layout,
  .about-hero-layout,
  .about-split,
  .about-split-reverse {
    gap: 60px;
  }

  .about-hero-art,
  .about-section-art,
  .how-governed-image {
    justify-content: flex-start;
  }

  .about-split-reverse .about-section-copy {
    order: 1;
  }

  .about-split-reverse .about-section-art {
    order: 2;
  }

  .contact-layout {
    gap: 64px;
  }

  .contact-intro {
    padding-top: 0;
  }
}


@media (max-width: 700px) {

  .nav .current::after {
    display: none;
  }

  .how-hero,
  .how-governed,
  .how-closing,
  .about-hero,
  .about-why,
  .about-idea,
  .about-jalana,
  .about-closing {
    padding-top: 78px;
    padding-bottom: 84px;
  }

  .how-lead {
    font-size: 19px;
  }

  .how-steps {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .step-image {
    max-width: 180px;
  }

  .how-governed-emphasis {
    font-size: 22px;
  }

  .how-governed-body {
    font-size: 18px;
  }

  .how-governed-image img {
    width: 190px;
  }

  .about-hero-copy h1 {
    font-size: 44px;
  }

  .about-hero-lead {
    font-size: 22px;
  }

  .about-section-copy > p:not(.eyebrow),
  .about-jalana-copy {
    font-size: 19px;
  }

  .about-emphasis {
    font-size: 22px !important;
  }

  .about-hero-art img,
  .about-section-art img {
    width: 185px;
  }

  .about-jalana-layout {
    gap: 28px;
  }

  .about-closing .eyebrow {
    font-size: 13px;
    letter-spacing: 0.08em;
  }

  .contact-page {
    padding-top: 76px;
    padding-bottom: 88px;
    min-height: 0;
  }

  .contact-layout {
    gap: 52px;
  }

  .contact-lead {
    font-size: 19px;
  }

  .contact-form {
    gap: 22px;
  }

  .form-field input,
  .form-field select {
    min-height: 56px;
  }

  .form-field textarea {
    min-height: 160px;
  }
}