:root {
  color-scheme: light;
  --ink: #071a44;
  --navy: #071a44;
  --blue: #087ff5;
  --line: rgba(8, 127, 245, .12);
  --muted: #5c729a;
  --paper: rgba(255, 255, 255, .94);
  --soft: #f5faff;
  --max: 1160px;
  --radius: 24px;
  --display: "Space Grotesk", "Inter", "Segoe UI", sans-serif;
  --body: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  padding-bottom: 112px;
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  background:
    radial-gradient(760px 460px at 85% 0%, rgba(0, 183, 232, .12), transparent 58%),
    radial-gradient(620px 420px at 0% 18%, rgba(11, 114, 255, .12), transparent 52%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 48%, #ffffff 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(6, 31, 79, .03) 1px, transparent 1px),
    linear-gradient(rgba(6, 31, 79, .025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.92), rgba(0,0,0,.08));
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img, svg { display: block; max-width: 100%; }

.brand {
  flex: 0 0 172px;
  width: 172px;
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding-top: 18px;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(6, 31, 79, .06);
  box-shadow: 0 10px 30px rgba(17, 72, 149, .05);
}

.nav {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand img {
  width: 164px;
  height: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #0872dd;
  font-size: .94rem;
  font-weight: 820;
}

.landing-language {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #dce8f5;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  font-weight: 900;
  display: inline-flex;
  box-shadow: 0 12px 28px rgba(21, 75, 135, .07);
}

.landing-language span {
  opacity: .48;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}

.landing-language span.active {
  opacity: 1;
  color: var(--blue);
}

.landing-language img {
  width: 24px;
  height: 16px;
  border: 1px solid #d8e2ef;
  border-radius: 3px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 1px 3px rgba(6, 31, 79, .08);
}

.landing-language i {
  width: 1px;
  height: 18px;
  background: #d7e4f1;
  display: block;
}

.site-header .nav > .btn.btn-primary,
.hero-actions .btn.btn-primary[href="#contact"] {
  display: none;
}

.header-trust {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: min(100%, 460px);
  margin-left: auto;
}

.trust-pill {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #dce8f5;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 840;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 12px 28px rgba(21, 75, 135, .05);
  justify-content: center;
  min-width: 0;
}

.trust-pill b,
.trust-pill span,
.trust-pill em {
  font-style: normal;
}

.trust-pill-aat {
  gap: 10px;
}

.trust-pill-aat b {
  color: #16ad56;
  letter-spacing: -.08em;
  font: 900 1.45rem/1 Arial, sans-serif;
  text-transform: lowercase;
}

.trust-pill-aat span {
  color: var(--navy);
}

.trust-pill-icb span {
  color: var(--navy);
}

.trust-pill-icb {
  gap: 9px;
}

.trust-pill-icb img {
  width: 27px;
  height: 30px;
  object-fit: contain;
  flex: 0 0 auto;
}

.trust-pill-google {
  gap: 8px;
  grid-column: 1 / -1;
}

.trust-pill-google i,
.trust-pill-google b,
.trust-pill-google em {
  font-style: normal;
  font-weight: 900;
}

.trust-pill-google i {
  color: #4285f4;
}

.trust-pill-google b {
  background: linear-gradient(90deg,#ea4335 0 24%,#fbbc05 24% 48%,#34a853 48% 74%,#4285f4 74% 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.trust-pill-google em {
  color: #f5b400;
  letter-spacing: .06em;
  font-weight: 900;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: var(--paper);
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover { transform: translateY(-2px); }
.btn:disabled { opacity: .7; cursor: wait; transform: none; }
.btn svg { width: 18px; height: 18px; }

.btn-primary {
  background: linear-gradient(135deg, #0668d6, #0553a8);
  color: #fff;
  box-shadow: 0 18px 36px rgba(5, 91, 186, .24);
}

.btn-secondary {
  border-color: rgba(6, 31, 79, .11);
  background: rgba(255, 255, 255, .9);
}

.surface {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(17, 72, 149, .08);
}

.hero {
  padding: 82px 0 54px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, .9fr);
  gap: 40px;
  align-items: center;
}

.hero-copy {
  display: grid;
  gap: 18px;
}

.eyebrow {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .78rem;
  font-weight: 900;
}

h1, h2, h3 {
  margin: 0;
  color: var(--navy);
  font-family: var(--display);
  letter-spacing: 0;
}

h1 {
  max-width: 10ch;
  font-size: clamp(2.75rem, 6vw, 5rem);
  line-height: .96;
  font-weight: 880;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
  font-weight: 860;
}

h3 {
  font-size: 1.15rem;
  line-height: 1.15;
  font-weight: 850;
}

p {
  margin: 0;
  color: var(--muted);
}

.lead {
  max-width: 36ch;
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 4px;
}

.hero-price-inline {
  min-width: min(100%, 280px);
  gap: 6px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,247,255,.96));
  display: grid;
}

.hero-price-inline .price-value {
  color: var(--blue);
  font-size: clamp(1.55rem, 2.8vw, 2.25rem);
}

.hero-card {
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(244,249,255,.92));
  box-shadow: 0 26px 70px rgba(17, 72, 149, .12);
}

.hero-card img {
  width: 100%;
  aspect-ratio: 1 / .98;
  object-fit: cover;
  object-position: center 18%;
  background:
    radial-gradient(circle at 50% 46%, rgba(255,255,255,.98) 0 28%, rgba(238,248,255,.68) 54%, transparent 74%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.hero-card-body {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.hero-card-body strong {
  color: var(--navy);
  font-size: 2rem;
  font-family: var(--display);
  line-height: 1;
}

.hero-card-body small {
  color: var(--muted);
  font-size: .94rem;
}

.landing-google-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 8px;
  width: 100%;
  color: var(--navy);
  font-weight: 900;
  text-align: center;
}

.landing-google-proof .google-word {
  align-items: baseline;
  letter-spacing: -.05em;
  font: 900 1.22rem/1 Arial, sans-serif;
  display: inline-flex;
}

.landing-google-proof .google-word i {
  font-style: normal;
}

.landing-google-proof .google-word i:nth-child(1),
.landing-google-proof .google-word i:nth-child(4) {
  color: #4285f4;
}

.landing-google-proof .google-word i:nth-child(2),
.landing-google-proof .google-word i:nth-child(6) {
  color: #ea4335;
}

.landing-google-proof .google-word i:nth-child(3) {
  color: #fbbc05;
}

.landing-google-proof .google-word i:nth-child(5) {
  color: #34a853;
}

.landing-google-proof .stars {
  color: #f5b400;
  letter-spacing: .08em;
  font-size: 1.16rem;
  line-height: 1;
}

.landing-google-proof .rating-copy {
  color: #51647f;
  font-size: .96rem;
  font-weight: 780;
}

.landing-whatsapp-cta {
  width: min(100%, 520px);
  min-height: 58px;
  padding: 0 20px;
  border: 1px solid #18a94e;
  border-radius: 14px;
  background: linear-gradient(135deg, #16b654, #2ec962);
  color: #fff;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  display: inline-flex;
  box-shadow: 0 16px 34px rgba(17, 169, 86, .24);
}

.landing-whatsapp-cta .wa-mark {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
}

.landing-whatsapp-cta .wa-mark path:first-child {
  fill: none;
  stroke: #fff;
  stroke-width: 2.2px;
}

.landing-whatsapp-cta .wa-mark path:last-child {
  fill: #fff;
}

.landing-whatsapp-cta span {
  min-width: 0;
  flex: 1 1 auto;
  display: grid;
  line-height: 1.1;
}

.landing-whatsapp-cta b {
  color: #fff;
  font-size: 1.08rem;
}

.landing-whatsapp-cta small {
  color: rgba(255, 255, 255, .86);
  font-size: .86rem;
  font-weight: 760;
}

.landing-whatsapp-cta svg {
  width: 24px;
  height: 24px;
}

.hero-price-mobile {
  display: none;
  gap: 10px;
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,247,255,.96));
}

.hero-price-mobile .price-value {
  color: var(--blue);
}

section {
  padding: 38px 0 0;
}

#price {
  display: none !important;
}

.section-head {
  display: grid;
  gap: 10px;
  max-width: 760px;
  margin-bottom: 26px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.audience-card {
  min-height: 170px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 16px;
}

.audience-card .bullet {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(11, 114, 255, .09);
  position: relative;
}

.audience-card .bullet::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b72ff, #41b2ff);
}

.audience-card p {
  color: #334661;
  font-size: 1rem;
  line-height: 1.65;
}

.price-card {
  padding: 32px;
  display: grid;
  gap: 16px;
}

.price-label {
  color: #627798;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .78rem;
  font-weight: 900;
}

.price-value {
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(1.95rem, 3.6vw, 3rem);
  line-height: .95;
  font-weight: 880;
}

.price-note {
  max-width: 54ch;
  font-size: 1rem;
}

.contact {
  padding: 38px 0 86px;
}

.contact-panel {
  display: grid;
  gap: 24px;
}

.contact-form {
  order: 1;
}

.calendly-card {
  order: 2;
}

.contact-copy {
  order: 3;
}

.contact-copy,
.contact-form,
.calendly-card {
  padding: 30px;
}

.contact-copy {
  display: grid;
  gap: 18px;
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 102, 255, .08), transparent 26%),
    rgba(255,255,255,.92);
}

.contact-list {
  display: grid;
  gap: 12px;
}

.contact-list a,
.contact-list span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(6, 31, 79, .08);
  border-radius: 16px;
  background: rgba(247, 251, 255, .86);
  color: #283d5e;
  font-weight: 760;
}

.contact-list svg {
  width: 20px;
  height: 20px;
  color: var(--blue);
  flex: 0 0 auto;
}

form {
  display: grid;
  gap: 14px;
}

.contact-form [data-contact-form] > .btn,
.contact-form [data-contact-form] > .form-status {
  display: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  color: #263a59;
  font-size: .92rem;
  font-weight: 820;
}

input,
textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(6, 31, 79, .16);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(0, 102, 255, .32);
  box-shadow: 0 0 0 4px rgba(0, 102, 255, .08);
}

.consent {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: #40516d;
  font-size: .82rem;
  line-height: 1.35;
}

.consent input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.form-status {
  min-height: 24px;
  font-size: .92rem;
  font-weight: 760;
}

.form-status[data-state="success"] { color: #0c7a45; }
.form-status[data-state="error"] { color: #b53434; }
.form-status[data-state="info"] { color: #51647f; }

.calendly-card {
  display: grid;
  gap: 14px;
}

.calendly-card p {
  max-width: 56ch;
}

.calendly-frame {
  width: 100%;
  min-height: 720px;
  background: #fff;
  border: 1px solid #d7e4f0;
  border-radius: 18px;
}

.combined-submit-wrap {
  display: grid;
  gap: 12px;
  padding-top: 8px;
}

.booking-note {
  display: grid;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(6, 31, 79, .08);
  border-radius: 16px;
  background: rgba(247, 251, 255, .86);
}

.booking-note strong {
  color: var(--navy);
  font-size: .92rem;
  font-weight: 860;
}

.booking-note span {
  color: #51647f;
  font-size: .95rem;
  line-height: 1.5;
}

.combined-submit {
  width: 100%;
  min-height: 66px;
  border: 3px solid #043f86;
  background: linear-gradient(135deg, #044f9f, #043f86);
  font-size: 1.04rem;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(2, 40, 94, .34);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  background: rgba(255,255,255,.88);
  color: var(--muted);
}

.landing-sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 40;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.landing-sticky-cta .btn {
  width: min(100%, 520px);
  min-height: 58px;
  justify-content: center;
  border-color: #055fc0;
  background: linear-gradient(135deg, #0668d6, #0553a8);
  box-shadow: 0 18px 40px rgba(5, 91, 186, .3);
  pointer-events: auto;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  font-size: .92rem;
}

.site-footer a {
  color: var(--blue);
  font-weight: 850;
}

@media (max-width: 920px) {
  .nav-links { display: none; }
  .hero-grid,
  .audience-grid,
  .form-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 56px; }
  .nav {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    align-items: start;
    gap: 10px 12px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .landing-language {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    justify-self: start;
    min-height: 32px;
    padding: 0 8px;
    font-size: .72rem;
  }

  .landing-language img {
    width: 20px;
    height: 13px;
  }

  .header-trust {
    grid-column: 2;
    grid-row: 1 / span 2;
    gap: 8px;
    width: 100%;
    margin-left: 0;
    overflow-x: visible;
    padding-bottom: 0;
  }
  .trust-pill {
    min-height: 34px;
    padding: 0 10px;
    font-size: .72rem;
  }
  .trust-pill-aat b {
    font-size: 1.2rem;
  }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, var(--max)); }
  .nav {
    grid-template-columns: 122px minmax(0, 1fr);
    min-height: 118px;
  }

  .brand {
    flex-basis: 122px;
    width: 122px;
  }
  .brand img { width: 120px; }

  .trust-pill {
    min-height: 32px;
    padding: 0 7px;
    font-size: .66rem;
  }

  .trust-pill-aat b {
    font-size: 1.02rem;
  }

  .trust-pill-icb {
    gap: 5px;
  }

  .trust-pill-icb img {
    width: 22px;
    height: 24px;
  }

  .hero { padding: 46px 0 34px; }
  .hero-grid { gap: 24px; }
  h1 {
    max-width: 100%;
    font-size: clamp(2.15rem, 12vw, 3.25rem);
  }
  .lead,
  .section-head p,
  .price-note {
    max-width: none;
  }
  .hero-actions .btn {
    width: 100%;
  }
  .hero-price-inline {
    width: 100%;
    display: grid;
    order: -1;
  }
  .hero-price-mobile {
    display: none;
  }
  .hero-points span {
    width: 100%;
    justify-content: center;
  }
  .hero-card img {
    aspect-ratio: 1 / .92;
  }
  .audience-card,
  .price-card,
  .contact-copy,
  .contact-form,
  .calendly-card {
    padding: 22px;
  }
  .calendly-frame {
    min-height: 640px;
  }
  .landing-sticky-cta {
    right: 14px;
    bottom: 14px;
    left: 14px;
  }
  .landing-sticky-cta .btn {
    min-height: 56px;
  }
}

/* Shared launch refinements: homepage-like header, hero proof under Izabela, and stronger contact info */
.site-header {
  padding-top: 0;
  background: #ffffffeb;
  border-bottom: 1px solid #dce8f5e6;
  box-shadow: none;
}

.nav {
  min-height: 112px;
  height: 112px;
}

.brand {
  flex: 0 0 168px;
  width: 168px;
  height: 78px;
  overflow: visible;
}

.brand img {
  width: 168px;
  height: 92px;
  object-fit: contain;
}

.landing-nav-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.landing-language {
  width: 190px;
  min-width: 190px;
  height: 54px;
  min-height: 54px;
  border-radius: 16px;
  justify-content: center;
  padding: 0 10px;
}

.landing-language img {
  width: 39px;
  height: auto;
  aspect-ratio: 5 / 3;
}

.landing-whatsapp-icon,
.landing-menu-button {
  width: 68px;
  height: 68px;
  border: 1px solid #dce8f5;
  border-radius: 18px;
  background: #fff;
  color: var(--navy);
  place-items: center;
  display: grid;
  padding: 0;
  line-height: 0;
  box-shadow: 0 14px 34px rgba(21, 75, 135, .1);
}

.landing-whatsapp-icon {
  color: #11a956;
}

.landing-whatsapp-icon .wa-mark {
  width: 42px;
  height: 42px;
}

.landing-whatsapp-icon .wa-mark path:first-child {
  fill: #25d366;
}

.landing-whatsapp-icon .wa-mark path:last-child {
  fill: #fff;
}

.landing-menu-button {
  display: none;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.landing-menu-button svg {
  width: 38px;
  height: 38px;
  margin: auto;
  display: block;
  transform: translateX(-1px);
}

.landing-menu-button.is-open {
  border-color: rgba(8, 127, 245, .32);
  background: #f6fbff;
  box-shadow: 0 12px 28px rgba(8, 127, 245, .14), inset 0 0 0 1px rgba(8, 127, 245, .08);
}

.landing-menu-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 50;
  width: 190px;
  padding: 8px;
  border: 1px solid #dce8f5;
  border-radius: 16px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 52px rgba(7, 26, 68, .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px) scale(.98);
  transform-origin: top right;
  transition: opacity .18s ease, transform .18s ease;
}

.landing-menu-popover.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.landing-menu-popover a {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  color: var(--navy);
  display: flex;
  align-items: center;
  font-weight: 900;
}

.landing-menu-popover a:hover,
.landing-menu-popover a:focus {
  outline: none;
  background: #f3f8ff;
  color: var(--blue);
}

.hero-card-body {
  gap: 16px;
}

.hero-card-body > small {
  display: none;
}

.landing-photo-label {
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid #dce8f5;
  border-radius: 16px;
  background: #ffffffeb;
  box-shadow: 0 16px 34px rgba(21, 75, 135, .14);
}

.landing-photo-label strong {
  color: var(--navy);
  font: 900 1.28rem/1.08 var(--display);
}

.landing-photo-label span {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 760;
  line-height: 1.35;
}

.landing-cert-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.landing-cert-card {
  min-height: 94px;
  padding: 14px 12px;
  border: 1px solid #dce8f5;
  border-radius: 16px;
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  box-shadow: 0 12px 28px rgba(21, 75, 135, .07);
  font-weight: 900;
}

.landing-cert-aat b {
  color: #16ad56;
  letter-spacing: -.08em;
  font: 900 2.65rem/.9 Arial, sans-serif;
  text-transform: lowercase;
}

.landing-cert-icb img {
  width: 54px;
  height: 58px;
  object-fit: contain;
  flex: 0 0 auto;
}

.landing-cert-card span {
  min-width: 0;
  color: var(--navy);
  line-height: 1.2;
}

.calendly-card.surface {
  border: 4px solid #0b4f9a;
  box-shadow: 0 18px 42px rgba(7, 26, 68, .12);
}

.calendly-fallback-link {
  color: var(--blue);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-list a,
.contact-list span,
.footer-row {
  font-size: clamp(1.24rem, 1.7vw, 1.56rem);
  line-height: 1.55;
}

.contact-list svg {
  width: 26px;
  height: 26px;
}

@media (max-width: 920px) {
  .nav {
    width: min(100% - 36px, var(--max));
    height: 76px;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .brand {
    flex: 0 0 138px;
    width: 138px;
    height: 68px;
  }

  .brand img {
    width: 138px;
    height: 72px;
  }

  .landing-nav-actions {
    gap: 7px;
    margin-left: auto;
  }

  .landing-language {
    position: static;
    width: 134px;
    min-width: 134px;
    height: 48px;
    min-height: 48px;
    border-radius: 13px;
    font-size: .82rem;
  }

  .landing-language img {
    width: 27px;
    height: auto;
  }

  .landing-whatsapp-icon,
  .landing-menu-button {
    width: 48px;
    height: 48px;
    border-radius: 13px;
  }

  .landing-whatsapp-icon .wa-mark {
    width: 31px;
    height: 31px;
  }

  .landing-menu-button {
    display: grid;
  }

  .landing-menu-button svg {
    width: 33px;
    height: 33px;
    transform: translateX(-1px);
  }

  .landing-menu-popover {
    width: 178px;
  }
}

@media (max-width: 380px) {
  .nav {
    width: min(100% - 30px, var(--max));
  }

  .brand {
    flex-basis: 116px;
    width: 116px;
  }

  .brand img {
    width: 116px;
  }

  .landing-nav-actions {
    gap: 6px;
  }

  .landing-language {
    width: 112px;
    min-width: 112px;
    padding: 0 6px;
    font-size: .72rem;
  }

  .landing-language img {
    width: 22px;
  }

  .landing-whatsapp-icon,
  .landing-menu-button {
    width: 44px;
    height: 44px;
  }
}

/* Connected enquiry + Calendly module */
.landing-page,
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 480px) {
  .nav {
    width: calc(100% - 24px);
    min-width: 0;
  }

  .brand {
    flex: 0 0 112px;
    width: 112px;
  }

  .brand img {
    width: 112px;
  }

  .landing-nav-actions {
    min-width: 0;
    gap: 5px;
  }

  .landing-language {
    width: 84px;
    min-width: 84px;
    padding-inline: 5px;
    font-size: .7rem;
  }

  .landing-language img {
    width: 20px;
  }

  .landing-whatsapp-icon,
  .landing-menu-button {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .landing-whatsapp-icon .wa-mark,
  .landing-menu-button svg {
    width: 27px;
    height: 27px;
  }

  .landing-menu-popover {
    right: 0;
    max-width: calc(100vw - 24px);
  }
}

.contact-panel {
  gap: 0;
}

.contact-form.surface {
  border: 4px solid #0b4f9a;
  border-bottom: 0;
  border-radius: 24px 24px 0 0;
  box-shadow: 0 18px 42px rgba(7, 26, 68, .12);
}

.calendly-card.surface {
  border: 4px solid #0b4f9a;
  border-top: 1px solid #dce8f5;
  border-radius: 0 0 24px 24px;
  box-shadow: 0 18px 42px rgba(7, 26, 68, .12);
}

.contact-copy.surface {
  margin-top: 28px;
}
