:root {
  --paper: #f4f7fb;
  --white: #ffffff;
  --ink: #152033;
  --muted: #5f6b7a;
  --line: #e2e8f0;
  --blue: #1b6c9f;
  --blue-soft: #e8f3fb;
  --blue-deep: #155a86;
  --gold: #b8860b;
  --sun: #fac51e;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

body.is-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea {
  font: inherit;
}

.intro {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background: linear-gradient(165deg, #eef5fb 0%, #f8fafc 55%, #ffffff 100%);
  text-align: center;
}

.intro__frame {
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.intro__logo {
  width: min(360px, 84vw);
  margin: 0 auto 4px;
}

.intro__logo img,
.logo,
.form__logo,
.success__logo {
  width: 100%;
  height: auto;
}

.logo {
  width: min(280px, 88%);
  margin-bottom: 18px;
}

.form__logo {
  width: min(220px, 72%);
  margin-bottom: 16px;
}

.success__logo {
  width: min(200px, 70%);
  margin: 0 auto 12px;
}

.intro__presents {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(18px, 2.4vw, 24px);
  font-style: italic;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0.02em;
}

.brand-mark {
  display: none;
}

.intro__kicker {
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  color: var(--blue);
  margin-top: 2px;
}

.intro__title {
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  max-width: min(820px, 92vw);
  margin: 0 auto;
  color: var(--ink);
}

.intro__title .word,
.headline .word {
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.28em;
}

.intro__title .word:last-child,
.headline .word:last-child {
  margin-right: 0;
}

.intro__title .char,
.headline .char,
.intro__title .num,
.headline .num {
  display: inline-block;
  padding-bottom: 0.06em;
}

.intro__title .num,
.headline .num,
.pct {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  letter-spacing: 0;
}

.intro__line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 10px auto 0;
  background: linear-gradient(90deg, var(--blue), var(--sun));
  transform-origin: center;
  border-radius: 2px;
}

.page {
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  background: var(--white);
}

.showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--paper);
  min-height: 100%;
  overflow: visible;
}

.showcase__media {
  position: relative;
  flex: 0 0 clamp(280px, 44vh, 460px);
  overflow: hidden;
  background: #ffffff;
}

.logo-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px 24px 28px;
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.logo-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.logo-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.logo-slide--collage img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.showcase__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 72%, rgba(244, 247, 251, 0.55) 90%, var(--paper) 100%);
}

.showcase__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 40px 28px;
  background: var(--paper);
  overflow: visible;
}

.showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.partners {
  flex: 0 0 auto;
  padding: 14px 0 10px;
  background: linear-gradient(180deg, rgba(244, 247, 251, 0.2), var(--paper));
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.partners__label {
  padding: 0 40px 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--blue);
}

.partners__viewport {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.partners__track {
  display: flex;
  width: max-content;
  gap: 12px;
  padding: 0 20px;
  animation: partners-scroll 42s linear infinite;
}

.partners__track:hover {
  animation-play-state: paused;
}

.partners__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 38px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #dbe3ec;
  box-shadow: 0 4px 14px rgba(21, 32, 51, 0.05);
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

@keyframes partners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners__track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
    justify-content: center;
    row-gap: 8px;
  }

  .partners__viewport {
    mask-image: none;
    -webkit-mask-image: none;
  }
}

.tc-link {
  margin-top: 16px;
  width: fit-content;
  border: 0;
  background: transparent;
  color: var(--blue);
  padding: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s var(--ease);
}

.tc-link:hover {
  color: var(--blue-deep);
}

.form__note .tc-link {
  margin-top: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--blue);
}

.tc-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
}

.tc-modal[hidden] {
  display: none !important;
}

.tc-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(21, 32, 51, 0.45);
}

.tc-modal__card {
  position: relative;
  z-index: 1;
  width: min(640px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  padding: 28px 26px 24px;
  box-shadow: 0 24px 60px rgba(21, 32, 51, 0.22);
}

.tc-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.tc-modal__emoji {
  font-size: 34px;
  margin-bottom: 6px;
}

.tc-modal__card h2 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.tc-modal__status {
  color: #1b6c9f;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
}

.tc-modal__card h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--ink);
}

.tc-modal__card ul {
  padding-left: 18px;
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.tc-modal__card li {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.tc-modal__foot {
  color: #98a2b3;
  font-size: 12px;
}

.form__note {
  margin-top: 12px;
  text-align: center;
  color: #98a2b3;
  font-size: 12px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid rgba(27, 108, 159, 0.16);
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.headline {
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--ink);
  max-width: 12ch;
}

.headline__line {
  display: block;
  overflow: hidden;
  padding-bottom: 0.06em;
  margin-bottom: -0.02em;
}

.headline__line--accent {
  color: var(--blue);
  font-style: normal;
  font-weight: 800;
}

.zones {
  margin-top: 12px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lead {
  margin-top: 10px;
  max-width: 440px;
  color: var(--muted);
  line-height: 1.65;
  font-size: 15px;
}

.panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100%;
  background:
    radial-gradient(ellipse 80% 50% at 100% 0%, rgba(27, 108, 159, 0.07), transparent 55%),
    linear-gradient(180deg, #f7fafc 0%, #ffffff 42%, #ffffff 100%);
  border-left: 1px solid var(--line);
  overflow: visible;
}

.form,
.success {
  width: min(520px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 36px 40px;
  overflow: visible;
}

.form__head {
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.form__kicker {
  display: inline-block;
  color: var(--blue);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 6px;
  background: var(--blue-soft);
  margin-bottom: 10px;
}

.form h2,
.success h2 {
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.2;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum" 1;
}

.form h2 .pct {
  color: var(--blue);
}

.form__sub,
.success p {
  color: var(--muted);
  line-height: 1.55;
  font-size: 14px;
}

.form__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.field {
  position: relative;
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  z-index: 1;
  min-width: 0;
  max-width: 100%;
}

.field:has(.msel.is-open) {
  z-index: 30;
}

.form__grid:has(.msel.is-open) {
  position: relative;
  z-index: 30;
}

.field > span:first-child,
.field legend {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #152033;
  font-weight: 600;
}

.field em {
  font-style: normal;
  color: var(--blue);
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #dbe3ec;
  border-radius: 11px;
  background: #ffffff;
  color: var(--ink);
  padding: 12px 14px;
  outline: none;
  box-shadow: 0 1px 0 rgba(21, 32, 51, 0.03);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.field input::placeholder,
.field textarea::placeholder {
  color: #94a3b8;
}

.field input:hover,
.field textarea:hover {
  border-color: #c5d0dc;
}

.field input:focus,
.field textarea:focus {
  border-color: rgba(27, 108, 159, 0.55);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(27, 108, 159, 0.12);
}

.field textarea {
  resize: none;
  min-height: 72px;
}

.msel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.msel.is-open {
  z-index: 40;
}

.msel__trigger {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #dbe3ec;
  border-radius: 11px;
  background: #ffffff;
  color: var(--ink);
  padding: 12px 14px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 1px 0 rgba(21, 32, 51, 0.03);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
  overflow: hidden;
}

.msel__trigger:hover {
  border-color: #c5d0dc;
}

.msel__label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
  color: #98a2b3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.msel.has-value .msel__label {
  color: var(--ink);
  font-weight: 600;
}

.msel__caret {
  width: 8px;
  height: 8px;
  border-right: 2px solid #98a2b3;
  border-bottom: 2px solid #98a2b3;
  transform: rotate(45deg);
  flex: 0 0 auto;
  margin-top: -4px;
  transition: transform 0.2s ease;
}

.msel.is-open .msel__trigger {
  border-color: rgba(27, 108, 159, 0.55);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(27, 108, 159, 0.12);
}

.msel.is-open .msel__caret {
  transform: rotate(-135deg);
  margin-top: 4px;
}

.msel__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 50;
  width: 100%;
  max-width: 100%;
  max-height: 220px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(21, 32, 51, 0.18);
  padding: 8px;
  box-sizing: border-box;
}

.msel__option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--ink);
}

.msel__option:hover {
  background: var(--blue-soft);
}

.msel__option input {
  width: 16px;
  height: 16px;
  accent-color: var(--blue);
}

.form__error {
  color: #b42318;
  font-size: 13px;
  margin: 0 0 12px;
}

.submit {
  position: relative;
  width: 100%;
  margin-top: 6px;
  border: 0;
  border-radius: 12px;
  padding: 15px 18px;
  cursor: pointer;
  color: var(--white);
  background: linear-gradient(135deg, #1d79b0 0%, var(--blue-deep) 100%);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(27, 108, 159, 0.28);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), filter 0.25s var(--ease);
}

.submit:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
  box-shadow: 0 14px 30px rgba(27, 108, 159, 0.34);
}

.submit:active {
  transform: translateY(0);
}

.submit.is-loading .submit__label {
  opacity: 0;
}

.submit__spinner {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: var(--white);
  opacity: 0;
}

.submit.is-loading .submit__spinner {
  opacity: 1;
  animation: spin 0.8s linear infinite;
}

.success {
  display: none;
  flex: 1;
}

.success.is-visible {
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  min-height: 100%;
  padding: 40px 28px;
}

.success__emoji {
  font-size: 42px;
  margin-bottom: 8px;
}

.success__status {
  color: #1b6c9f !important;
  font-weight: 700;
  font-size: 16px !important;
  max-width: 360px !important;
  margin: 10px 0 8px !important;
  line-height: 1.5 !important;
}

.success__saved {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 18px;
}

.terms {
  width: min(420px, 100%);
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f8fafc;
  padding: 14px 16px;
  margin-top: 8px;
}

.terms summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
}

.terms summary::-webkit-details-marker {
  display: none;
}

.terms summary::after {
  content: "+";
  float: right;
  color: #1b6c9f;
}

.terms[open] summary::after {
  content: "–";
}

.terms ul {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.terms li {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.terms__foot {
  margin-top: 12px !important;
  font-size: 12px !important;
  color: #98a2b3 !important;
}

.again {
  margin-top: 24px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 999px;
  padding: 13px 26px;
  cursor: pointer;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.again:hover {
  border-color: var(--blue);
  color: var(--blue);
}

[hidden] {
  display: none !important;
}

.success__ring {
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
}

.success svg {
  width: 100%;
  height: 100%;
}

.success__circle,
.success__check {
  fill: none;
  stroke: var(--blue);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 981px) {
  html,
  body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .page {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    overflow: visible;
  }

  .showcase,
  .panel {
    min-height: 100vh;
    min-height: 100dvh;
    height: auto;
    overflow: visible;
  }

  .showcase__content {
    padding: 20px 36px 28px;
    overflow: visible;
  }

  .partners__label {
    padding-left: 36px;
    padding-right: 36px;
  }

  .logo {
    width: min(220px, 70%);
    margin-bottom: 12px;
  }

  .eyebrow {
    margin-bottom: 8px;
    padding: 6px 10px;
  }

  .headline {
    font-size: clamp(28px, 3.4vw, 42px);
  }

  .zones {
    margin-top: 8px;
  }

  .lead {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .tc-link {
    margin-top: 0;
  }

  .form,
  .success {
    width: min(480px, 100%);
    margin-top: auto;
    margin-bottom: auto;
    padding: 28px 32px 36px;
  }

  .form__head {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .form__logo {
    width: min(180px, 58%);
    margin-bottom: 8px;
  }

  .form__kicker {
    margin-bottom: 8px;
    padding: 4px 8px;
  }

  .form h2 {
    font-size: 26px;
    margin: 0 0 4px;
  }

  .form__sub {
    font-size: 13px;
  }

  .form__grid {
    gap: 10px;
  }

  .field {
    gap: 5px;
    margin-bottom: 10px;
  }

  .field input,
  .field textarea,
  .msel__trigger {
    padding: 10px 12px;
  }

  .field textarea {
    min-height: 56px;
  }

  .msel__panel {
    max-height: 160px;
  }

  .submit {
    padding: 13px 16px;
  }

  .form__note {
    margin-top: 8px;
    padding-bottom: 4px;
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .showcase__media {
    flex: 0 0 clamp(220px, 36vh, 320px);
  }

  .partners {
    padding: 10px 0 8px;
  }

  .partners__item {
    min-width: 118px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .showcase__content {
    padding: 14px 28px 20px;
    gap: 14px;
  }

  .logo {
    width: min(180px, 60%);
    margin-bottom: 8px;
  }

  .headline {
    font-size: clamp(24px, 3vw, 34px);
  }

  .lead {
    font-size: 13px;
  }

  .form,
  .success {
    padding-top: 20px;
    padding-bottom: 28px;
  }

  .form__logo {
    width: min(150px, 50%);
    margin-bottom: 6px;
  }

  .form h2 {
    font-size: 22px;
  }

  .field {
    margin-bottom: 8px;
  }

  .field textarea {
    min-height: 48px;
  }
}

@media (max-width: 980px) {
  html,
  body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .page {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    min-height: auto;
    height: auto;
  }

  .showcase {
    order: 0;
    width: 100%;
    min-height: auto;
    height: auto;
    overflow: visible;
  }

  .showcase__media {
    flex: 0 0 auto;
    height: min(58vw, 320px);
    min-height: 240px;
  }

  .partners {
    padding: 12px 0 10px;
  }

  .partners__label {
    padding: 0 16px 8px;
    font-size: 10px;
  }

  .partners__item {
    min-width: 120px;
    padding: 10px 14px;
    font-size: 12px;
  }

  .showcase__content {
    padding: 20px 16px 24px;
    gap: 16px;
    justify-content: flex-start;
    flex: none;
  }

  .logo {
    width: min(200px, 68%);
    margin-bottom: 12px;
  }

  .eyebrow {
    margin-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
    padding: 6px 10px;
  }

  .headline {
    font-size: clamp(28px, 8vw, 36px);
    max-width: none;
  }

  .zones {
    margin-top: 10px;
    font-size: 13px;
  }

  .lead {
    margin-top: 10px;
    font-size: 14px;
    max-width: none;
    line-height: 1.6;
  }

  .tc-link {
    margin-top: 4px;
  }

  .panel {
    order: 1;
    width: 100%;
    min-height: auto;
    height: auto;
    border-left: 0;
    border-top: 1px solid var(--line);
    background: #ffffff;
  }

  .form,
  .success {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    padding: 28px 16px 36px;
  }

  .form__head {
    margin-bottom: 18px;
    padding-bottom: 14px;
  }

  .form__logo {
    width: min(180px, 62%);
    margin-bottom: 12px;
  }

  .form h2 {
    font-size: clamp(24px, 7vw, 30px);
  }

  .form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .field {
    margin-bottom: 14px;
  }

  .field input,
  .field textarea,
  .msel__trigger {
    padding: 13px 14px;
    font-size: 16px; /* prevents iOS zoom */
  }

  .field textarea {
    min-height: 88px;
  }

  .msel__panel {
    max-height: 240px;
  }

  .submit {
    margin-top: 8px;
    padding: 15px 16px;
  }

  .form__note {
    margin-top: 12px;
    padding-bottom: 8px;
  }

  .intro__title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .showcase__media {
    height: 200px;
    min-height: 200px;
  }

  .partners__item {
    min-width: 108px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .showcase__content {
    padding: 18px 14px 22px;
  }

  .form,
  .success {
    padding: 24px 14px 32px;
  }

  .submit {
    padding: 14px 16px;
  }
}
