:root {
  --red: #a61925;
  --red-dark: #87131e;
  --navy: #264061;
  --navy-dark: #1d3048;
  --ink: #1f2937;
  --muted: #5c6470;
  --line: #e3e7ec;
  --bg-soft: #f5f6f8;
  --white: #ffffff;
  --radius: 12px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 6px rgba(20, 30, 50, 0.06);
  --shadow-md: 0 8px 24px rgba(20, 30, 50, 0.10);
  --container: 1140px;
  --gap: 24px;
  --font-body: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-ui: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}
img, svg, iframe { max-width: 100%; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-dark); }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  font-variation-settings: "opsz" 36;
}
h1 {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 96;
}
h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-variation-settings: "opsz" 56;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  font-variation-settings: "opsz" 24;
}
h4 {
  font-size: 1.05rem;
  font-weight: 700;
  font-variation-settings: "opsz" 18;
}
p { margin: 0 0 16px; }
ul { margin: 0 0 16px; padding: 0 0 0 20px; }
ul.unstyled { list-style: none; padding: 0; margin: 0; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}
section { padding: 72px 0; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { margin: 0; }
.section-title p { color: var(--muted); margin-top: 8px; }

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--font-ui);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease, transform 0.05s ease;
}
.btn:active { transform: translateY(1px); }
.btn-red { background: var(--red); color: var(--white); }
.btn-red:hover { background: var(--red-dark); color: var(--white); }
.btn-navy { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-dark); color: var(--white); }
.btn-block { display: block; width: 100%; }
.btn-lg { padding: 16px 40px; font-size: 1rem; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  gap: 16px;
}
.site-header__logo { display: flex; flex-shrink: 1; min-width: 0; }
.site-header__logo img {
  width: auto;
  height: auto;
  max-height: 80px;
  max-width: none;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.site-header__phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
  color: var(--navy);
  white-space: nowrap;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.site-header__phone:hover {
  color: var(--red);
  background-color: rgba(166, 25, 37, 0.06);
}
.site-header__phone-icon {
  width: 18px;
  height: 18px;
  background: var(--red);
  flex-shrink: 0;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;
}
.lang-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-family: var(--font-ui);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lang-toggle a {
  color: var(--muted);
  white-space: nowrap;
  transition: color 0.15s ease;
}
.lang-toggle a:hover { color: var(--red); }
.lang-toggle a.is-active {
  color: var(--navy);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.lang-toggle__sep {
  color: var(--muted);
  opacity: 0.5;
  user-select: none;
  font-weight: 400;
}

@media (max-width: 600px) {
  .site-header .container { padding-left: 24px; padding-right: 24px; }
  .site-header__inner { gap: 12px; padding: 14px 0; }
  .site-header__logo img { max-height: 60px; }
  .site-header__actions { gap: 12px; }
  .site-header__phone {
    padding: 0;
    width: 44px;
    height: 44px;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(166, 25, 37, 0.08);
  }
  .site-header__phone-icon { width: 22px; height: 22px; }
  .site-header__phone-num { display: none; }
  .lang-toggle { font-size: 0.95rem; gap: 8px; }
}

/* Hero */
.hero {
  position: relative;
  background: var(--navy-dark);
  color: var(--white);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("../images/hero-keys.jpg");
  background-size: cover;
  background-position: center 25%;
  opacity: 0.55;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(22,48,78,0.45) 0%, rgba(22,48,78,0.85) 100%);
}
.hero__inner {
  position: relative;
  z-index: 1;
  padding: 96px 0 80px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
.hero h1 { color: var(--white); margin-bottom: 24px; }
.hero__deck {
  font-family: var(--font-ui);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto 32px;
  max-width: 640px;
}
.hero__regions {
  margin: 32px auto 0;
  max-width: 720px;
  text-align: center;
}
.hero__regions summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  padding: 8px 4px;
  user-select: none;
  transition: color 0.15s ease;
}
.hero__regions summary:hover { color: var(--white); }
.hero__regions summary::-webkit-details-marker { display: none; }
.hero__regions summary::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain;
  transition: transform 0.2s ease;
}
.hero__regions[open] summary::after { transform: rotate(180deg); }
.hero__regions p {
  margin: 16px auto 0;
  max-width: 720px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}
@media (prefers-reduced-motion: reduce) {
  .hero__regions summary::after { transition: none; }
}

/* Credentials strip */
.creds {
  background: var(--white);
  padding: 56px 0;
  border-bottom: 1px solid var(--line);
}
.creds__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  justify-items: center;
}
.creds__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
  max-width: 280px;
}
.creds__num {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(2.75rem, 7vw, 4.75rem);
  line-height: 1;
  color: var(--navy);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.025em;
}
.creds__label {
  font-family: var(--font-ui);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.4;
}

/* Value-prop */
.valueprop {
  background: var(--navy);
  color: var(--white);
}
.valueprop__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}
.valueprop h2 { color: var(--white); margin-bottom: 24px; }
.valueprop ul { list-style: none; padding: 0; margin: 0 0 28px; }
.valueprop li {
  position: relative;
  padding: 12px 0 12px 36px;
  border-bottom: 1px solid rgba(255,255,255,0.12);
  font-size: 1rem;
}
.valueprop li::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 22px; height: 22px;
  margin-top: -11px;
  border-radius: 50%;
  background: var(--navy-dark);
  border: 1.5px solid var(--white);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.valueprop__photo {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* Process timeline */
.process { background: var(--white); }
.process .section-title h2 { color: var(--navy); }
.process__steps {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.process__step {
  display: grid;
  grid-template-columns: minmax(64px, auto) 1fr;
  column-gap: 24px;
  row-gap: 6px;
  align-items: start;
}
.process__num {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 0.85;
  color: var(--navy);
  font-variation-settings: "opsz" 144;
  letter-spacing: -0.03em;
  grid-column: 1;
  grid-row: 1 / span 3;
  text-align: right;
  align-self: start;
  padding-top: 4px;
}
.process__step-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--navy);
  margin: 0 0 8px;
  font-variation-settings: "opsz" 28;
  letter-spacing: -0.005em;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.2;
}
.process__step-summary {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
  grid-column: 2;
  grid-row: 2;
  max-width: 56ch;
}
.process__details {
  margin: 0;
  grid-column: 2;
  grid-row: 3;
}
.process__details summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 6px 0;
  user-select: none;
  transition: color 0.15s ease;
}
.process__details summary:hover { color: var(--red); }
.process__details summary::-webkit-details-marker { display: none; }
.process__details summary::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain;
  transition: transform 0.2s ease;
}
.process__details[open] summary::after { transform: rotate(180deg); }
.process__details ul {
  margin: 12px 0 0;
  padding: 0 0 0 20px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.55;
}
.process__details li { padding: 3px 0; }
@media (prefers-reduced-motion: reduce) {
  .process__details summary::after { transition: none; }
}

/* Phone CTA banner */
.cta-phone {
  position: relative;
  background: var(--bg-soft);
  color: var(--ink);
  overflow: hidden;
  padding: 0;
}
.cta-phone__grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.cta-phone__photo {
  background-image: url("../images/suit-keys.jpg");
  background-size: cover;
  background-position: center;
  min-height: 220px;
}
.cta-phone__body {
  padding: 48px 32px;
  text-align: center;
}
.cta-phone__body h3 {
  color: var(--navy);
  font-size: 1.5rem;
  font-variation-settings: "opsz" 28;
  letter-spacing: -0.005em;
  margin: 0 0 4px;
}
.cta-phone__body p { margin: 0 0 20px; color: var(--muted); }
.cta-phone__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-ui);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--navy);
}
.cta-phone__phone:hover { color: var(--red); text-decoration: underline; }
.cta-phone__phone::before {
  content: "";
  width: 22px; height: 22px;
  background-color: var(--red);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;
}
.cta-phone__logo {
  background: var(--red);
  display: flex; align-items: center; justify-content: center;
  padding: 24px 16px;
}
.cta-phone__logo img { width: 100%; max-width: 200px; height: auto; }

/* Testimonials */
.testimonials { background: var(--bg-soft); }
.testimonials .section-title h2 { color: var(--navy); }
.testimonials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
}
.testimonial {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.testimonial::before {
  content: "\201C";
  position: absolute;
  top: 8px; left: 18px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 4rem;
  color: var(--red);
  opacity: 0.22;
  line-height: 1;
}
.testimonial p {
  font-style: italic;
  color: var(--ink);
  margin: 0 0 20px;
}
.testimonial cite {
  display: block;
  font-style: normal;
  font-weight: 700;
  color: var(--navy);
  text-align: right;
}

/* About Olivier */
.about { background: var(--white); }
.about .section-title h2 { color: var(--navy); }
.about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
.about__photo-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.about__photo {
  width: 100%;
  max-width: 240px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--navy);
  box-shadow: var(--shadow-md);
}
.about__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about__socials { display: flex; gap: 12px; }
.about__socials a {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  transition: background-color 0.15s ease, transform 0.05s ease;
}
.about__socials a:hover { background: var(--red); color: var(--white); }
.about__socials a:active { transform: translateY(1px); }
.about__socials svg { width: 20px; height: 20px; }
.about__name {
  color: var(--navy);
  font-size: 1.5rem;
  font-variation-settings: "opsz" 28;
  letter-spacing: -0.005em;
  margin-bottom: 4px;
}
.about__title { color: var(--muted); margin-bottom: 16px; font-size: 0.95rem; letter-spacing: 0.05em; text-transform: uppercase; }
.about ul { list-style: none; padding: 0; }
.about li {
  position: relative;
  padding: 8px 0 8px 28px;
}
.about li::before {
  content: "";
  position: absolute;
  left: 6px; top: 18px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--navy);
}

/* Contact section */
.contact { background: var(--bg-soft); }
.contact .section-title { margin-bottom: 16px; }
.contact .section-title h2 { color: var(--navy); }
.contact__lead { text-align: center; color: var(--muted); margin: 0 auto 32px; max-width: 640px; }
.contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px 14px;
  font: inherit;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form-control:focus {
  outline: 0;
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(28,58,95,0.15);
}
.form-control.is-invalid {
  border-color: var(--red);
}
.form-control.is-invalid:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(166, 25, 37, 0.18);
}
textarea.form-control { resize: vertical; min-height: 120px; }
.form-error {
  color: var(--red);
  font-size: 0.85rem;
  margin-top: 6px;
  min-height: 1.2em;
  display: block;
  line-height: 1.4;
}
.form-error:empty { min-height: 0; margin-top: 0; }
.form-result { margin-top: 16px; }
.form-result .alert {
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 0.95rem;
}
.form-result .alert-success { background: #e6f4ea; color: #1f6f3b; border: 1px solid #b6dfc2; }
.form-result .alert-error { background: #fdecea; color: #87131e; border: 1px solid #f3c5c0; }

.contact__expand { margin: 0 0 20px; }
.contact__expand summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-ui);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
  padding: 10px 0;
  margin-bottom: 4px;
  user-select: none;
  transition: color 0.15s ease;
}
.contact__expand summary:hover { color: var(--red); }
.contact__expand summary::-webkit-details-marker { display: none; }
.contact__expand summary::after {
  content: "";
  width: 12px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat center / contain;
  transition: transform 0.2s ease;
}
.contact__expand[open] summary::after { transform: rotate(180deg); }
.contact__expand > .form-group:first-of-type { margin-top: 12px; }
@media (prefers-reduced-motion: reduce) {
  .contact__expand summary::after { transition: none; }
}

.contact__info { display: flex; flex-direction: column; gap: 16px; }
.contact__box {
  display: flex;
  gap: 14px;
  padding: 16px;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.contact__box svg {
  width: 22px; height: 22px;
  color: var(--navy);
  flex-shrink: 0;
  margin-top: 2px;
}
.contact__box p { margin: 0; font-size: 0.95rem; color: var(--ink); }
.contact__box strong { color: var(--navy); }
.contact__box a { color: var(--ink); }
.contact__box a:hover { color: var(--red); }

/* Footer */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.8);
  padding: 48px 0 32px;
  text-align: center;
  font-size: 0.85rem;
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
.site-footer__logo img { height: 56px; width: auto; max-width: none; }
.site-footer p { margin: 4px 0; }
.site-footer a { color: rgba(255,255,255,0.9); }
.site-footer a:hover { color: var(--white); }
.site-footer__regions {
  max-width: 840px;
  margin: 0 auto 8px;
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer__regions strong {
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-right: 4px;
}
.site-footer__legal { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); }

/* Sticky mobile call-bar */
.stickycall {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 16px;
  padding-bottom: calc(14px + env(safe-area-inset-bottom, 0px));
  background: var(--navy);
  color: var(--white);
  font-family: var(--font-ui);
  text-decoration: none;
  box-shadow: 0 -6px 20px rgba(20, 30, 50, 0.18);
  transform: translateY(100%);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .stickycall { transition: none; }
}
.stickycall:hover { color: var(--white); }
.stickycall[data-visible] { transform: translateY(0); }
.stickycall__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: var(--red);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'><path d='M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.3 1.2.4 2.4.6 3.7.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1-9.4 0-17-7.6-17-17 0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.7.1.4 0 .8-.3 1.1L6.6 10.8z'/></svg>") no-repeat center / contain;
}
.stickycall__label {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.stickycall__num {
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
}

@media (max-width: 700px) {
  .stickycall { display: flex; }
  body { padding-bottom: 64px; }
}

/* Responsive */
@media (min-width: 700px) {
  .testimonials__grid { grid-template-columns: 1fr 1fr; }
  .creds__grid { grid-template-columns: 1fr 1fr; gap: 80px; }
}
@media (min-width: 900px) {
  section { padding: 96px 0; }
  .valueprop__grid { grid-template-columns: 1.2fr 1fr; gap: 64px; }
  .about__grid { grid-template-columns: 1fr 1.4fr; gap: 48px; }
  .contact__grid { grid-template-columns: 1.5fr 1fr; }
  .cta-phone__grid {
    grid-template-columns: 1fr 1.4fr 0.6fr;
  }
  .cta-phone__photo { min-height: 280px; }
  .cta-phone__body { padding: 64px 40px; }
}
