@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaLight.otf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaLightItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaRegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaRegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaRegularItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaBold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaBoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaBold.otf") format("opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaBoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaBold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Europa";
  src: url("assets/fonts/EuropaBoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}

:root {
  --hero: #00abbd;
  --serious: #002d3e;
  --calm: #aae3d4;
  --support: #808080;
  --energy: #fc7c71;
  --white: #ffffff;
  --teal: #00abbd;
  --teal-dark: #002d3e;
  --navy: #002d3e;
  --muted: #808080;
  --line: #aae3d4;
  --soft: #f4fbfd;
  --shadow: none;
  --max: 1180px;

  --surface-bg: var(--white);
  --surface-soft: var(--soft);
  --surface-card: var(--white);
  --surface-form: var(--white);
  --text-primary: var(--navy);
  --text-muted: var(--muted);
  --text-subtle: #56657a;
  --text-accent: var(--teal);
  --text-on-accent: var(--white);
  --outline-accent: var(--teal);
  --border-default: var(--line);
  --border-soft: #dceaf0;
  --gradient-soft-start: #f9fdfe;
  --gradient-soft-end: #eef8fa;
  --hero-shape: #eef6f8;
  --lang-current-bg: #e8f8fa;
  --outline-light: rgba(255, 255, 255, 0.9);
  --shadow-card: none;
  --shadow-trust: 0 16px 36px rgba(0, 45, 62, 0.14);
  --hero-overlay: rgba(255, 255, 255, 0.12);
  --section-bg: var(--white);
  --cta-bg: var(--text-accent);
  --cta-border: transparent;
  --cta-shadow: none;
  --cta-text: #eaffff;
  --contact-panel-bg: var(--hero-overlay);
  --contact-panel-border: var(--outline-light);
  --footer-contact: #2d3e55;
  --testimonial-meta: #56657a;
  --form-bg: #ffffff;
  --form-border: #dceaf0;
  --form-input-text: var(--navy);
  --form-control-text: #e8fbff;
  --form-placeholder: #6f7f92;
  --form-result: #eaffff;
  --form-error: #fff3f3;
}

@media (prefers-color-scheme: dark) {
  :root {
    --hero: #4ec7d6;
    --serious: #e7f3ff;
    --calm: #4e7e8c;
    --support: #95a8c3;
    --energy: #ff9a90;
    --white: #eff5ff;
    --teal: #4ec7d6;
    --teal-dark: #1f334a;
    --navy: #e7f3ff;
    --muted: #8ea1bb;
    --line: #2a425a;
    --soft: #101f30;

    --surface-bg: #0a1220;
    --surface-soft: #121f30;
    --surface-card: #111d2f;
    --surface-form: #0d1a2e;
    --text-primary: #e8f2fd;
    --text-muted: #8ea1bb;
    --text-subtle: #93a8c6;
    --text-accent: #53d0df;
    --text-on-accent: #ebf6ff;
    --outline-accent: #53d0df;
    --border-default: #2a425a;
    --border-soft: #2d4a66;
    --gradient-soft-start: #122338;
    --gradient-soft-end: #0e1b2d;
    --hero-shape: #16314e;
    --lang-current-bg: #173b55;
    --outline-light: rgba(255, 255, 255, 0.76);
    --shadow-card: none;
    --shadow-trust: 0 16px 36px rgba(0, 0, 0, 0.5);
    --hero-overlay: rgba(255, 255, 255, 0.08);
    --section-bg: #0d1a2c;
    --cta-bg: linear-gradient(135deg, #002d3e 0%, #073f4c 100%);
    --cta-border: rgba(0, 171, 189, 0.58);
    --cta-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    --cta-text: #aae3d4;
    --contact-panel-bg: rgba(255, 255, 255, 0.05);
    --contact-panel-border: rgba(170, 227, 212, 0.38);
    --footer-contact: #d2e2f5;
    --testimonial-meta: #98acc8;
    --form-bg: #071827;
    --form-border: rgba(170, 227, 212, 0.26);
    --form-input-text: #e9f4ff;
    --form-control-text: #aae3d4;
    --form-placeholder: #95abc7;
    --form-result: #d9f5ff;
    --form-error: #ffdfdf;
  }

  /* Keep meeting CTAs present but quieter than the primary hero message. */
  .button[data-koalendar-widget] {
    border: 1px solid var(--outline-accent);
    color: var(--text-accent);
    background: rgba(83, 208, 223, 0.09);
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 160ms ease, box-shadow 160ms ease;
  }

  .button[data-koalendar-widget] .button-icon-asset {
    filter: brightness(0) saturate(100%) invert(76%) sepia(42%) saturate(657%) hue-rotate(139deg) brightness(91%) contrast(92%);
  }

  .button[data-koalendar-widget]:hover {
    background: rgba(83, 208, 223, 0.16);
  }

  .button[data-koalendar-widget]:focus-visible {
    outline: none;
    background: rgba(83, 208, 223, 0.16);
    box-shadow: 0 0 0 3px rgba(83, 208, 223, 0.34);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--surface-bg);
  color: var(--text-primary);
  font-family: "Europa", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.page-shell {
  overflow: hidden;
  background: var(--surface-bg);
}

.site-header,
.section-inner,
.footer-inner,
.cta-card {
  width: min(var(--max), calc(100% - 80px));
  margin: 0 auto;
}

.site-header {
  position: relative;
  z-index: 2;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: var(--surface-bg);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%);
  border-bottom: 1px solid var(--border-default);
  pointer-events: none;
}

.brand-group {
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-decoration: none;
}

.brand-logo {
  width: 140px;
  height: auto;
}

.role {
  color: var(--text-primary);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  border-radius: 7px;
  border: 1px solid var(--outline-accent);
  background: var(--surface-bg);
  padding: 2px;
  gap: 2px;
}

.lang-switch-link {
  min-height: 28px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.lang-switch-link[aria-current='page'] {
  color: var(--text-accent);
  background: var(--lang-current-bg);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border-radius: 7px;
  padding: 0 25px;
  border: 2px solid var(--outline-accent);
  color: var(--text-accent);
  background: var(--section-bg);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.button *,
.button:visited,
.button:hover,
.button:focus {
  text-decoration: none !important;
}

.button-primary {
  color: var(--text-on-accent);
  background: var(--text-accent);
  box-shadow: none;
}

.button-secondary {
  font-weight: 500;
}

.button-invert {
  border-color: var(--text-on-accent);
  color: var(--text-on-accent);
  background: transparent;
  box-shadow: none;
}

.button-outline-light {
  border-color: var(--outline-light);
  color: var(--text-on-accent);
  background: transparent;
}

.button-icon {
  font-size: 22px;
  line-height: 0;
}

.button-icon-asset {
  width: 18px;
  height: 18px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.hero {
  position: relative;
  z-index: 1;
  background: var(--surface-bg);
  overflow: hidden;
}

.hero-content {
  width: min(var(--max), calc(100% - 80px));
  min-height: 570px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.88fr);
  align-items: center;
  gap: 60px;
  padding: 72px 0 56px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--text-accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.eyebrow-trust {
  max-width: 100%;
  margin: 0 0 18px;
  color: var(--text-accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 650px;
  margin-bottom: 25px;
  color: var(--text-primary);
  font-size: 52px;
  font-weight: 900;
  line-height: 1.16;
}

h2 {
  margin-bottom: 25px;
  color: var(--text-primary);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.22;
}

h3 {
  color: var(--text-primary);
  font-size: 19px;
  font-weight: 900;
}

.lead {
  max-width: 610px;
  margin-bottom: 36px;
  color: var(--text-muted);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions .button {
    width: 100%;
  }
}

.hero-disclosure {
  max-width: 680px;
  margin: 0 0 30px;
  padding: 14px 18px;
  border-left: 3px solid var(--border-default);
  border-radius: 0 7px 7px 0;
  color: var(--text-muted);
  background: var(--surface-soft);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-disclosure h2 {
  margin: 0 0 6px;
  color: var(--text-primary);
  font-size: 15px;
  line-height: 1.35;
}

.hero-disclosure p {
  margin: 0;
}

.hero-disclosure-provider {
  color: var(--text-primary);
}

.hero-disclosure-provider-row {
  display: block;
  overflow-wrap: break-word;
}

.hero-disclosure-provider-row + .hero-disclosure-provider-row {
  margin-top: 2px;
}

.hero-disclosure p + p {
  margin-top: 3px;
}

.proof-grid {
  max-width: 680px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 550;
  line-height: 1.35;
}

.proof-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: block;
  stroke: var(--text-accent);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.proof-icon-asset {
  object-fit: contain;
  stroke: none;
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 600px;
}

.hero-visual::before {
  content: "";
  display: none;
  position: absolute;
  inset: -80px -240px -56px 48px;
  background: var(--hero-shape);
  clip-path: polygon(24% 0, 100% 0, 100% 100%, 5% 100%);
}

.hero-image-panel {
  position: absolute;
  inset: 0 -70px 0 0;
  overflow: hidden;
  border-radius: 24px;
  clip-path: none;
}

.hero-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.section-soft,
.section-white {
  padding: 72px 0;
}

.section-soft {
  background: linear-gradient(180deg, var(--gradient-soft-start) 0%, var(--gradient-soft-end) 100%);
}

.section-white {
  background: var(--section-bg);
}

.section-center {
  text-align: center;
}

.section-center h2 {
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.service-card,
.testimonial-card {
  border: 1px solid var(--border-default);
  border-radius: 8px;
  background: var(--surface-card);
  box-shadow: var(--shadow-card);
}

.service-card {
  min-height: 198px;
  padding: 28px 20px 26px;
  text-align: center;
}

.service-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 6px;
  display: inline-block;
  object-fit: contain;
}

.service-card h3 {
  margin-bottom: 12px;
}

.service-card p,
.testimonial-card p,
.trust-copy p {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  color: var(--text-accent);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  align-items: center;
}

.trust-image {
  width: 100%;
  aspect-ratio: 1.18;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: var(--shadow-trust);
}

.trust-copy {
  padding-top: 10px;
}

.trust-copy p {
  max-width: 650px;
  font-size: 15px;
}

.trust-copy p.eyebrow-trust {
  max-width: none;
  margin: 0 0 18px;
  color: var(--text-accent);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.stat {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.stat-icon {
  display: block;
  margin-bottom: 8px;
  color: var(--text-accent);
  font-size: 34px;
  line-height: 1;
}

.stat-icon-asset {
  width: 34px;
  height: 34px;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}

.stat strong {
  display: block;
  margin-bottom: 2px;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 900;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.testimonial-card {
  min-height: 178px;
  padding: 22px 26px 24px;
  text-align: left;
}

.avatar {
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
  border-radius: 50%;
  object-fit: cover;
}

.stars {
  margin: -50px 0 16px 78px;
  color: var(--text-accent);
  font-size: 18px;
  letter-spacing: 2px;
}

.testimonial-card p {
  min-height: 66px;
  margin-bottom: 16px;
}

.testimonial-card strong {
  display: block;
  margin-bottom: 3px;
  color: var(--text-accent);
  font-size: 15px;
  font-weight: 900;
}

.testimonial-card span {
  color: var(--testimonial-meta);
  font-size: 13px;
}

.cta-section {
  padding: 58px 0 34px;
  background: var(--surface-bg);
}

.cta-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: center;
  gap: 32px;
  border-radius: 12px;
  border: 1px solid var(--cta-border);
  padding: 34px 42px;
  color: var(--text-on-accent);
  background: var(--cta-bg);
  box-shadow: var(--cta-shadow);
}

.cta-copy {
  grid-column: 1 / -1;
  max-width: 760px;
  text-align: center;
}

.cta-card h2 {
  margin-bottom: 9px;
  color: var(--text-on-accent);
  font-size: 31px;
  line-height: 1.08;
}

.cta-card p {
  margin-bottom: 0;
  color: var(--cta-text);
  font-size: 15px;
  font-weight: 800;
}

.contact-form {
  grid-column: 1 / -1;
  justify-self: center;
  width: 100%;
  display: grid;
  gap: 12px;
  max-width: 700px;
  margin-top: 4px;
  padding: 20px;
  border-radius: 10px;
  background: var(--contact-panel-bg);
  border: 1px solid var(--contact-panel-border);
}

.contact-form h2 {
  margin-bottom: 4px;
  color: var(--text-on-accent);
  font-size: 25px;
}

.form-field {
  color: var(--form-control-text);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}

.contact-input,
.contact-textarea {
  width: 100%;
  border: 1px solid var(--form-border);
  border-radius: 7px;
  padding: 12px 13px;
  font: inherit;
  font-size: 14px;
  color: var(--form-input-text);
  background: var(--form-bg);
}

.contact-textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-submit {
  justify-self: center;
  margin-top: 4px;
}

.form-privacy-notice {
  max-width: 560px;
  justify-self: center;
  margin: -2px 0 0;
  color: var(--cta-text);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.form-privacy-notice a {
  color: inherit;
  text-underline-offset: 3px;
}

.form-privacy-notice a:hover,
.form-privacy-notice a:focus-visible {
  color: var(--text-on-accent);
}

.contact-result {
  min-height: 22px;
  margin: 0;
  color: var(--form-result);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.contact-result:empty {
  display: none;
}

.contact-result.is-error {
  color: var(--form-error);
}

.botcheck {
  display: none;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.privacy-page {
  width: min(920px, calc(100% - 80px));
  margin: 0 auto;
  padding: 72px 0 84px;
}

.privacy-hero {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--border-default);
}

.privacy-hero h1 {
  max-width: 780px;
  margin: 12px 0 18px;
}

.privacy-hero .lead {
  max-width: 760px;
  margin-bottom: 24px;
}

.privacy-document-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border-radius: 7px;
  padding: 0 16px;
  border: 1px solid var(--outline-accent);
  color: var(--text-accent);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.privacy-document-link:hover,
.privacy-document-link:focus-visible {
  color: var(--text-on-accent);
  background: var(--outline-accent);
}

.privacy-content {
  display: grid;
  gap: 38px;
  padding-top: 44px;
}

.privacy-content section {
  max-width: 800px;
}

.privacy-content h2 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1.18;
}

.privacy-content p,
.privacy-content li {
  color: var(--text-subtle);
  font-size: 16px;
  line-height: 1.7;
}

.privacy-content p {
  margin: 0 0 14px;
}

.privacy-content ul {
  margin: 0 0 14px;
  padding-left: 24px;
}

.privacy-content li + li {
  margin-top: 7px;
}

.privacy-content a {
  color: var(--text-accent);
  text-underline-offset: 3px;
}

.privacy-updated {
  font-weight: 800;
}

.site-footer {
  padding: 38px 0;
  background: var(--surface-bg);
}

.footer-inner {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--footer-contact);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.footer-contact span {
  color: var(--text-accent);
  font-size: 25px;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: var(--form-placeholder);
}

.footer-icon-asset {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-phone {
  grid-column: 3;
  justify-self: end;
  padding-right: 6px;
}

.footer-email {
  position: absolute;
  left: 50%;
  justify-self: center;
  transform: translateX(-50%);
}

.footer-legal {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 4px;
  margin-top: 8px;
  color: var(--text-subtle);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
}

.footer-legal strong {
  color: var(--footer-contact);
}

.footer-consultation-label {
  white-space: nowrap;
}

.footer-consultation {
  max-width: 100%;
}

.footer-consultation-city {
  white-space: nowrap;
}

.footer-legal a {
  color: inherit;
}

.footer-legal a:hover,
.footer-legal a:focus-visible {
  color: var(--text-accent);
}

.footer-map-link {
  display: inline-flex;
  margin-left: 4px;
  vertical-align: text-bottom;
}

.footer-map-link img {
  width: 16px;
  height: 16px;
}

@media (max-width: 980px) {
  .site-header,
  .section-inner,
  .footer-inner,
  .cta-card,
  .hero-content,
  .privacy-page {
    width: min(var(--max), calc(100% - 40px));
  }

  .hero {
    background: var(--surface-bg);
  }

  .hero-content,
  .trust-grid,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 560px;
  }

  .hero-visual::before {
    display: none;
    inset: 0 -40px;
    clip-path: none;
  }

  .hero-image-panel {
    inset: 0;
    border-radius: 24px;
    clip-path: none;
  }

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

  .proof-grid,
  .stats-grid,
  .testimonial-grid,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-email {
    position: static;
    transform: none;
  }

  .eyebrow-hero,
  .eyebrow-trust {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .footer-inner {
    grid-template-columns: auto 1fr auto;
    gap: 18px;
  }

  .footer-contact {
    font-size: 15px;
  }

  .footer-inner > .brand-group {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
  }

  .footer-email {
    position: static;
    left: auto;
    transform: none;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
  }

  .footer-phone {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .footer-legal {
    grid-row: 2;
  }
}

@media (min-width: 768px) and (max-width: 799px) {
  .footer-inner > .brand-group {
    gap: 14px;
  }
}

@media (max-width: 767px) {
  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-inner > .brand-group,
  .footer-phone,
  .footer-email,
  .footer-legal {
    grid-column: 1;
    justify-self: center;
  }

  .footer-contact {
    justify-content: center;
  }

  .footer-phone {
    padding-right: 0;
    white-space: nowrap;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    column-gap: 14px;
    padding: 20px 0;
  }

  .lang-switch {
    margin-left: auto;
  }

  .header-button {
    order: 3;
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 640px) {
  .site-header {
    flex-direction: column;
    row-gap: 14px;
  }

  .site-header .brand-group {
    justify-content: center;
  }

  .site-header .lang-switch {
    margin-left: 0;
  }

  .site-header .header-button {
    margin-top: 0;
  }

  .brand-group {
    gap: 18px;
  }

  .brand {
    width: 118px;
  }

  .brand-logo {
    width: 118px;
  }

  .header-button,
  .button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .hero-content {
    padding: 52px 0;
  }

  h1 {
    font-size: 34px;
  }

  h2,
  .cta-card h2 {
    font-size: 27px;
  }

  .privacy-page {
    padding: 52px 0 60px;
  }

  .privacy-hero {
    padding-bottom: 30px;
  }

  .privacy-content {
    gap: 32px;
    padding-top: 36px;
  }

  .privacy-content h2 {
    font-size: 24px;
  }

  .privacy-content p,
  .privacy-content li {
    font-size: 15px;
  }

  .privacy-document-link {
    width: 100%;
    justify-content: center;
    padding: 11px 14px;
    text-align: center;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
  }

  .hero-disclosure {
    padding: 13px 15px;
  }

  .proof-grid,
  .service-grid,
  .stats-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .proof-item {
    justify-content: center;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-image-panel {
    border-radius: 24px;
    clip-path: none;
  }

  .section-soft,
  .section-white {
    padding: 52px 0;
  }

  .cta-section {
    padding-top: 40px;
  }

  .cta-card {
    padding: 28px 22px;
  }

  .contact-form {
    padding: 16px;
  }

  .contact-form h2 {
    font-size: 22px;
  }
}
