@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/eshop-geist-latin-ext-Dr5IBr7O.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/eshop-geist-latin-BGnTDqni.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --background: #f5f7fa;
  --foreground: #0a1c31;
  --card: #ffffff;
  --primary: #ce202f;
  --primary-dark: #ac1724;
  --muted: #edf2f6;
  --muted-foreground: #587086;
  --border: #d9e2ea;
  --navy: #07192e;
  --navy-soft: #0d2947;
  --cyan: #21b7dd;
  --success: #18794e;
  --warning: #b45309;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.shell {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 10;
  color: #fff;
}

.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
}

.brand {
  display: flex;
  align-items: center;
  width: fit-content;
  font-family: Geist, Arial, Helvetica, sans-serif;
  font-weight: 780;
  letter-spacing: .04em;
}

.brand-mark {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  margin-right: 10px;
  background: url('/eshop-cezar-logo-2478832c.png') center / contain no-repeat;
  font-size: 0;
}

.brand-name {
  font-size: 20px;
}

.brand-name sup {
  position: relative;
  top: -.28em;
  font-size: 8px;
  line-height: 0;
  vertical-align: baseline;
}

.brand-divider {
  width: 1px;
  height: 23px;
  margin: 0 12px;
  background: rgb(255 255 255 / 22%);
}

.brand-product {
  color: #a5c1d5;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 28px;
  color: #c7d7e4;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  position: relative;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: transparent;
  content: '';
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: #fff;
}

.site-nav a[aria-current="page"]::after {
  background: var(--cyan);
}

.header-cta {
  justify-self: end;
  border: 1px solid rgb(255 255 255 / 24%);
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 700;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.header-cta:hover {
  border-color: rgb(255 255 255 / 48%);
  background: rgb(255 255 255 / 7%);
}

.hero {
  position: relative;
  overflow: hidden;
  margin-top: -86px;
  padding: 111px 0 68px;
  background:
    radial-gradient(circle at 78% 30%, rgb(33 183 221 / 17%), transparent 29%),
    radial-gradient(circle at 15% 100%, rgb(206 32 47 / 15%), transparent 28%),
    var(--navy);
  color: #fff;
}

.hero::before {
  position: absolute;
  inset: 0;
  opacity: .25;
  background-image:
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px);
  background-size: 56px 56px;
  content: '';
  mask-image: radial-gradient(circle at 50% 42%, black, transparent 77%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: end;
  gap: 72px;
}

.hero-copy {
  position: relative;
  top: -10px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
  color: #87d8ec;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 2px;
  background: var(--primary);
  content: '';
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(40px, 5.4vw, 64px);
  font-weight: 710;
  letter-spacing: -.048em;
  line-height: 1;
}

h1 em {
  color: #89d8eb;
  font-style: normal;
}

.form-kind-dotaz h1,
.form-kind-namet h1,
.form-kind-kontakt h1 {
  font-size: clamp(34px, 4.4vw, 52px);
}

.hero-copy > p:last-child {
  max-width: 690px;
  margin: 6px 0 0;
  color: #c2d2df;
  font-size: 18px;
}

.form-kind-namet .hero-copy > p:last-child {
  max-width: none;
  font-size: 16px;
}

.hero-card {
  position: relative;
  top: -10px;
  border: 1px solid rgb(255 255 255 / 16%);
  padding: 14px 16px;
  background: rgb(255 255 255 / 5%);
  box-shadow: 16px 16px 0 rgb(0 0 0 / 10%);
}

.hero-card strong {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 15px;
}

.hero-card p {
  margin: 0;
  color: #a9c0d1;
  font-size: 13px;
  line-height: 1.45;
}

.page-main {
  position: relative;
  z-index: 2;
  margin-top: -54px;
  padding-bottom: 32px;
}

.content-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
}

.process-card,
.form-card,
.result-card {
  border: 1px solid var(--border);
  background: var(--card);
  box-shadow: 0 18px 50px rgb(10 28 49 / 8%);
}

.process-card {
  position: sticky;
  isolation: isolate;
  top: 24px;
  padding: 22px 20px;
  padding-left: 16px;
  box-shadow: 0 0 0 1px rgb(33 183 221 / 13%), 0 18px 50px rgb(10 28 49 / 11%);
}

@supports ((-webkit-mask-composite: xor) or (mask-composite: exclude)) {
  .process-card::after {
    position: absolute;
    z-index: 3;
    inset: -1px;
    padding: 1px;
    background: conic-gradient(from var(--contact-frame-angle), transparent 0deg 312deg, rgb(33 183 221 / 24%) 323deg, rgb(33 183 221 / 82%) 336deg, rgb(255 255 255 / 95%) 346deg, rgb(206 32 47 / 68%) 355deg, transparent 360deg);
    filter: drop-shadow(0 0 6px rgb(33 183 221 / 44%));
    opacity: .50;
    content: '';
    pointer-events: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
  }

  .js:not(.motion-paused) .process-card::after {
    animation: contact-frame-flash 7.2s linear infinite;
  }
}

.card-kicker {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.process-card h2,
.form-heading h2,
.result-card h2 {
  margin: 0;
  font-size: 25px;
  letter-spacing: -.025em;
  line-height: 1.14;
}

.process-card h2 {
  font-size: 22px;
}

.form-heading h2 {
  font-size: 21px;
}

.process-list {
  display: grid;
  gap: 13px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 9px;
  color: var(--muted-foreground);
  font-size: 13px;
}

.process-list span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #ce202f;
  box-shadow: 0 0 0 4px rgb(206 32 47 / 10%), 0 7px 16px rgb(206 32 47 / 18%);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.process-list strong {
  display: block;
  margin-bottom: 2px;
  color: var(--foreground);
}

.direct-contact {
  margin-top: 20px;
  border-top: 1px solid var(--border);
  padding-top: 18px;
  color: var(--muted-foreground);
  font-size: 12px;
}

.direct-contact a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
  color: var(--foreground);
  font-weight: 750;
}

.direct-contact a svg {
  flex: 0 0 auto;
}

.form-card {
  padding: 20px 26px 24px;
  font-size: 14px;
}

.form-heading {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 10px;
  padding-bottom: 4px;
}

.form-heading p {
  max-width: 270px;
  margin: 3px 0 0;
  color: var(--muted-foreground);
  font-size: 12px;
  text-align: right;
}

.form-section {
  margin: 0 0 12px;
  border: 0;
  padding: 0;
}

.form-section legend {
  width: 100%;
  margin-bottom: 6px;
  color: var(--foreground);
  font-size: 13px;
  font-weight: 800;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
}

.field {
  display: grid;
  gap: 3px;
}

.field-wide {
  grid-column: 1 / -1;
}

.field-label {
  color: #243c52;
  font-size: 12px;
  font-weight: 720;
}

.field-note,
.contact-requirement,
.attachment-limits,
.privacy-note {
  color: var(--muted-foreground);
  font-size: 12px;
}

.contact-requirement {
  margin: -6px 0 10px;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #aebdca;
  border-radius: 0;
  outline: none;
  background: #fbfcfd;
  color: var(--foreground);
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}

.field[for="Kontakt"] {
  align-content: start;
}

.field input {
  min-height: 34px;
  padding: 4px 9px;
  font-size: 14px;
}

.field textarea {
  height: 106px;
  min-height: 106px;
  resize: vertical;
  padding: 7px 9px;
  font-size: 14px;
  line-height: 1.45;
}

.field input:focus,
.field textarea:focus {
  border-color: #168eb6;
  background: #fff;
  box-shadow: 0 0 0 3px rgb(33 183 221 / 12%);
}

.attachment-box {
  border: 1px dashed #b8c7d3;
  padding: 14px;
  background: #f8fafc;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.attachment-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-button {
  flex: none;
  border: 1px solid #93a7b8;
  padding: 7px 11px;
  background: #fff;
  color: var(--foreground);
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
  transition: border-color 150ms ease, background-color 150ms ease;
}

.file-button:hover {
  border-color: var(--cyan);
  background: #eefaff;
}

.file-state {
  min-width: 0;
  overflow: hidden;
  color: var(--muted-foreground);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attachment-limits {
  margin: 7px 0 0;
}

.attachment-error,
.contact-error {
  margin: 7px 0 0;
  color: #a31320;
  font-size: 12px;
  font-weight: 700;
}

.captcha-field {
  max-width: 270px;
}

.submit-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 10px;
}

.privacy-note {
  max-width: 390px;
  margin: 0;
}

.button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  padding: 10px 18px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 7px 7px 0 #e7edf2;
}

.button-primary:hover {
  background: var(--primary-dark);
}

.button-secondary {
  border-color: #b9c7d2;
  background: #fff;
  color: var(--foreground);
}

.button-secondary:hover {
  border-color: #7392a9;
}

.submit-arrow {
  font-size: 18px;
  line-height: 1;
}

.site-footer {
  background: var(--navy);
  color: #acc0cf;
}

.result-top {
  min-height: 86px;
  background: var(--navy);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 112px;
}

.footer-brand-group {
  display: grid;
  gap: 4px;
}

.footer-brand-group small {
  color: #8da6b9;
  font-size: 13px;
  font-weight: 400;
}

.site-footer .brand {
  color: #fff;
}

.footer-links {
  display: flex;
  gap: 22px;
  font-size: 13px;
}

.footer-links a:hover {
  color: #fff;
}

.result-main {
  min-height: calc(100vh - 198px);
  background:
    radial-gradient(circle at 80% 10%, rgb(33 183 221 / 9%), transparent 25%),
    var(--background);
  padding: 62px 0 82px;
}

.result-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 46px;
}

.result-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 26px;
  background: var(--success);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.result-card.is-error .result-icon {
  background: var(--warning);
}

.result-card > p {
  margin: 19px 0 0;
  color: var(--muted-foreground);
  font-size: 17px;
}

.result-email {
  color: #126e93;
  font-weight: 760;
}

.result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.result-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 34px;
  border-top: 1px solid var(--border);
  padding-top: 22px;
  color: #48667d;
  font-size: 13px;
}

.result-links a:hover {
  color: var(--primary);
}

.technical-mail-output {
  display: none;
}

.contact-intro {
  display: none;
}

.js .contact-intro {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  visibility: visible;
  overflow: hidden;
  background: var(--navy);
  pointer-events: auto;
  place-items: center;
  animation: contact-intro-hide 1ms 1550ms both;
}

.contact-intro-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  background: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(145deg, #07192e, #0d2947);
  background-size: 34px 34px, 34px 34px, auto;
}

.contact-intro-panel-left {
  left: 0;
  animation: contact-intro-panel-left 720ms 700ms both cubic-bezier(.76, 0, .24, 1);
}

.contact-intro-panel-right {
  right: 0;
  animation: contact-intro-panel-right 720ms 700ms both cubic-bezier(.76, 0, .24, 1);
}

.contact-intro-brand {
  position: relative;
  z-index: 2;
  display: grid;
  min-width: 260px;
  color: #fff;
  font-family: Geist, Arial, Helvetica, sans-serif;
  text-align: center;
  place-items: center;
  animation: contact-intro-brand 1150ms 80ms both cubic-bezier(.22, 1, .36, 1);
}

.contact-intro-brand strong {
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 800;
  letter-spacing: .055em;
  line-height: 1.05;
}

.contact-intro-brand sup {
  position: relative;
  top: -.45em;
  font-size: 10px;
  line-height: 0;
  vertical-align: baseline;
}

.contact-intro-brand small {
  color: #8bdcf0;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .2em;
  line-height: 1.4;
}

.contact-intro-line {
  width: 100%;
  height: 2px;
  margin: 15px 0 13px;
  background: linear-gradient(90deg, transparent, var(--primary) 22%, #8bdcf0 78%, transparent);
  transform-origin: center;
  animation: contact-intro-line 900ms 170ms both cubic-bezier(.22, 1, .36, 1);
}

.motion-toggle {
  position: fixed;
  z-index: 150;
  right: 18px;
  bottom: 18px;
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 26%);
  border-radius: 50%;
  background: rgb(7 25 46 / 90%);
  box-shadow: 0 10px 28px rgb(7 25 46 / 24%);
  color: #8bdcf0;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}

.js .motion-toggle {
  display: grid;
}

.motion-toggle:hover,
.motion-toggle:focus-visible {
  border-color: #8bdcf0;
  color: #fff;
  outline: none;
}

.js.motion-ready .page-enter {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(18px);
}

.js.motion-ready .hero-card.page-enter {
  transform: translate3d(28px, 0, 0) scale(.985);
}

.js.motion-ready .page-enter.is-ready,
.motion-paused .page-enter {
  opacity: 1;
  filter: none;
  transform: none;
  transition: opacity 720ms cubic-bezier(.22, 1, .36, 1), transform 720ms cubic-bezier(.22, 1, .36, 1), filter 720ms ease;
}

.js.motion-ready .hero-card.page-enter.is-ready,
.motion-paused .hero-card.page-enter {
  transform: none;
}

.js.motion-ready .process-list li {
  opacity: .62;
  transform: translateY(5px);
}

.js.motion-ready .content-grid.is-ready .process-list li {
  animation: contact-step-arrive 620ms both cubic-bezier(.22, 1, .36, 1);
}

.js.motion-ready .content-grid.is-ready .process-list li:nth-child(2) { animation-delay: 180ms; }
.js.motion-ready .content-grid.is-ready .process-list li:nth-child(3) { animation-delay: 360ms; }

.js.motion-ready .site-footer {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.22, 1, .36, 1);
}

.js.motion-ready .site-footer.is-visible,
.motion-paused .site-footer {
  opacity: 1;
  transform: none;
}

html.cezar-page-exiting .contact-intro {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  visibility: visible;
  pointer-events: auto;
  animation: none;
}

html.cezar-page-exiting .contact-intro-panel-left { animation: contact-exit-panel-left 720ms both cubic-bezier(.76, 0, .24, 1); }
html.cezar-page-exiting .contact-intro-panel-right { animation: contact-exit-panel-right 720ms both cubic-bezier(.76, 0, .24, 1); }
html.cezar-page-exiting .contact-intro-brand { animation: contact-exit-brand 520ms 310ms both cubic-bezier(.22, 1, .36, 1); }
html.cezar-page-exiting .contact-intro-line { animation: contact-exit-line 500ms 230ms both cubic-bezier(.22, 1, .36, 1); }

html.cezar-page-exiting .motion-toggle {
  opacity: 0;
  pointer-events: none;
}

.motion-paused .contact-intro { display: none; }
.motion-paused .process-card::after,
.motion-paused .process-list li { animation: none !important; }
.motion-paused .process-list li { opacity: 1; transform: none; }

@property --contact-frame-angle {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}

@keyframes contact-frame-flash { to { --contact-frame-angle: 360deg; } }
@keyframes contact-intro-hide { to { visibility: hidden; } }
@keyframes contact-intro-panel-left { from { transform: translateX(0); } to { transform: translateX(-101%); } }
@keyframes contact-intro-panel-right { from { transform: translateX(0); } to { transform: translateX(101%); } }
@keyframes contact-intro-brand { 0% { opacity: 0; filter: blur(14px); transform: scale(1.18); } 34%, 72% { opacity: 1; filter: blur(0); transform: scale(1); } 100% { opacity: 0; filter: blur(5px); transform: scale(.94); } }
@keyframes contact-intro-line { 0% { opacity: 0; transform: scaleX(0); } 42%, 76% { opacity: 1; transform: scaleX(1); } 100% { opacity: 0; transform: scaleX(1); } }
@keyframes contact-step-arrive { 0% { opacity: .55; transform: translateY(5px); } 58% { opacity: 1; transform: translateY(-1px); } 100% { opacity: 1; transform: translateY(0); } }
@keyframes contact-exit-panel-left { from { transform: translateX(-101%); } to { transform: translateX(0); } }
@keyframes contact-exit-panel-right { from { transform: translateX(101%); } to { transform: translateX(0); } }
@keyframes contact-exit-brand { from { opacity: 0; filter: blur(10px); transform: scale(.88); } to { opacity: 1; filter: blur(0); transform: scale(1); } }
@keyframes contact-exit-line { from { opacity: 0; transform: scaleX(0); } to { opacity: 1; transform: scaleX(1); } }

@media (max-width: 920px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: center;
    order: 3;
    min-width: 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 13px 0 15px;
  }

  .header-cta {
    grid-column: 2;
  }

  .hero {
    margin-top: -130px;
    padding-top: 149px;
  }

  .hero-inner,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    gap: 32px;
  }

  .hero-copy {
    top: -6px;
  }

  .hero-card {
    top: 0;
    max-width: 520px;
  }

  .process-card {
    position: static;
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .shell {
    width: min(100% - 32px, 1200px);
  }

  .header-inner {
    min-height: 76px;
  }

  .result-top {
    min-height: 122px;
  }

  .brand-divider,
  .brand-product,
  .header-cta {
    display: none;
  }

  .site-nav {
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
    padding-right: 4px;
    padding-left: 4px;
    white-space: nowrap;
  }

  .site-nav a::after {
    bottom: -8px;
  }

  .hero {
    margin-top: -122px;
    padding: 135px 0 54px;
  }

  h1 {
    font-size: clamp(34px, 11.5vw, 50px);
  }

  .hero-copy > p:last-child {
    font-size: 16px;
  }

  .hero-card {
    padding: 16px;
  }

  .page-main {
    margin-top: -31px;
    padding-bottom: 22px;
  }

  .process-card,
  .form-card,
  .result-card {
    padding: 22px 18px;
  }

  .form-card {
    padding: 18px 16px 20px;
  }

  .process-card {
    padding-left: 16px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .form-heading,
  .submit-row,
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr;
  }

  .form-heading p {
    max-width: none;
    text-align: left;
  }

  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-wide {
    grid-column: auto;
  }

  .attachment-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .file-state {
    width: 100%;
    white-space: normal;
  }

  .button {
    width: 100%;
  }

  .footer-inner {
    padding: 28px 0;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 8px 18px;
  }

  .result-main {
    padding: 36px 0 54px;
  }

  .motion-toggle { right: 10px; bottom: 10px; }
  .contact-intro-brand { min-width: 230px; }
  .contact-intro-brand strong { font-size: 44px; }
}

