:root {
  --brand: #bf1e2d;
  --brand-dark: #8f1220;
  --ink: #1e2430;
  --muted: #5f6a7d;
  --line: #d9dee7;
  --soft: #f4f1ed;
  --soft-strong: #ebe4db;
  --white: #ffffff;
  --footer: #202630;
  --shadow: 0 22px 50px rgba(28, 33, 43, 0.12);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(191, 30, 45, 0.08), transparent 22rem),
    linear-gradient(180deg, #fffdfb 0%, #ffffff 28%, #f8f6f2 100%);
}

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

a {
  color: inherit;
  text-decoration: none;
}

.service-link:hover,
.service-link:focus-visible,
.footer-list a:hover,
.footer-list a:focus-visible,
.contact-card a:hover,
.contact-card a:focus-visible,
.legal-card a:hover,
.legal-card a:focus-visible,
.content-card a:hover,
.content-card a:focus-visible,
.highlight-card a:hover,
.highlight-card a:focus-visible,
.testimonial-card a:hover,
.testimonial-card a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 252, 248, 0.92);
  border-bottom: 1px solid rgba(32, 38, 48, 0.08);
}

.header-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 92px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

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

.menu-toggle {
  display: none;
  margin-left: auto;
  border: 1px solid rgba(32, 38, 48, 0.12);
  background: var(--white);
  color: var(--ink);
  border-radius: 14px;
  padding: 0.8rem 0.9rem;
  font: inherit;
}

.menu-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  background: currentColor;
  margin: 0.24rem 0;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-left: auto;
}

.site-nav a {
  padding: 0.72rem 0.9rem;
  border-radius: 999px;
  font-size: 0.95rem;
  color: var(--muted);
  transition: background-color 0.18s ease, color 0.18s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.active {
  background: rgba(191, 30, 45, 0.1);
  color: var(--brand-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-left: 0.35rem;
  padding: 0.32rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(191, 30, 45, 0.16);
  background: rgba(191, 30, 45, 0.03);
  color: var(--brand-dark);
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  box-shadow: none;
}

.page-hero,
.home-hero {
  padding: 4.5rem 0 3.5rem;
}

.home-hero {
  overflow: hidden;
}

.hero-stage {
  position: relative;
  min-height: 28.5rem;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(191, 30, 45, 0.08);
  background: #f6f1ea;
  box-shadow: 0 18px 40px rgba(28, 33, 43, 0.08);
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 252, 248, 0.88) 0%, rgba(255, 252, 248, 0.7) 26%, rgba(255, 252, 248, 0.18) 48%, rgba(255, 252, 248, 0.02) 66%, rgba(255, 252, 248, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

.hero-media picture {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}

.hero-media img {
  width: auto;
  max-width: none;
  height: 132%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(1.2rem) translateY(0.8rem);
  mix-blend-mode: normal;
  filter: contrast(0.99) brightness(1.01);
}

.hero-overlay {
  position: relative;
  z-index: 2;
  min-height: 28.5rem;
  display: flex;
  align-items: flex-start;
  padding: 2.6rem 3rem;
}

.hero-grid {
  width: 100%;
  display: block;
}

.home-hero .hero-copy {
  max-width: min(36rem, 54%);
  padding-top: 0.15rem;
}

.hero-copy,
.page-hero-copy {
  position: relative;
}

.home-hero .hero-copy {
  padding: 0;
  border-radius: 0;
  background: none;
  backdrop-filter: none;
  box-shadow: none;
  text-align: left;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.7rem;
  color: #b44a44;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.92rem;
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 3.75rem;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.hero-title {
  font-size: clamp(2.7rem, 5.2vw, 4.4rem);
  line-height: 0.96;
  max-width: 9.8ch;
  color: var(--brand-dark);
  text-transform: uppercase;
  text-shadow: none;
  margin-right: 0;
  letter-spacing: -0.04em;
}

.hero-title-first {
  color: #1f1f1f;
}

.hero-title .accent,
.page-hero-title .accent {
  color: var(--brand);
}

.hero-lead,
.page-lead,
.section-lead {
  margin-top: 1.35rem;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.8;
}

.hero-lead {
  max-width: 26ch;
  color: #9e312e;
  font-size: clamp(0.98rem, 1.3vw, 1.14rem);
  line-height: 1.65;
  font-weight: 600;
  text-shadow: none;
}

.hero-actions,
.cta-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--brand);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(191, 30, 45, 0.2);
}

.btn-secondary {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.home-hero .btn-primary {
  background: var(--brand);
  color: var(--white);
  border: 0;
  box-shadow: 0 8px 18px rgba(191, 30, 45, 0.14);
}

.home-hero .btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.85);
}

.intro-band {
  padding: 1.8rem 0 0;
}

.intro-card,
.cta-card,
.content-card,
.contact-card,
.highlight-card,
.timeline-card,
.legal-card {
  border: 1px solid rgba(32, 38, 48, 0.08);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.intro-card {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(230px, 0.8fr);
  gap: 1.4rem;
  padding: 1.8rem;
}

.intro-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.85;
}

.intro-facts {
  display: grid;
  gap: 0.9rem;
}

.fact-pill {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.9rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9f1f2, #f4e7e2);
  color: var(--ink);
  align-items: center;
}

.fact-pill strong {
  display: block;
  font-size: 1.4rem;
  color: var(--brand-dark);
}

.fact-pill .icon-badge {
  grid-row: 1 / span 2;
}

.section {
  padding: 5rem 0;
}

.section-header {
  display: grid;
  gap: 0.7rem;
  margin-bottom: 2rem;
  max-width: 48rem;
}

.section-title {
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.06;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.feature-card,
.service-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  border: 1px solid rgba(32, 38, 48, 0.08);
  background: rgba(255, 255, 255, 0.92);
  min-height: 100%;
  box-shadow: var(--shadow);
}

.icon-badge {
  --icon: none;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
  border: 1.5px solid rgba(191, 30, 45, 0.28);
  border-radius: 18px;
  background: rgba(191, 30, 45, 0.04);
}

.icon-badge::before {
  content: "";
  width: 1.45rem;
  height: 1.45rem;
  background: var(--brand);
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-law {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M7 7h10'/%3E%3Cpath d='M5 7L2.5 12a2.5 2.5 0 0 0 5 0L5 7Z'/%3E%3Cpath d='M19 7l-2.5 5a2.5 2.5 0 0 0 5 0L19 7Z'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
}

.icon-training {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M12 16v4'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='M7 9h6'/%3E%3Cpath d='M16 8l2 2-2 2'/%3E%3C/svg%3E");
}

.icon-mediation {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 7h4a3 3 0 0 1 3 3v6H7a3 3 0 0 1-3-3v-3a3 3 0 0 1 3-3Z'/%3E%3Cpath d='M17 7h-4a3 3 0 0 0-3 3v6h7a3 3 0 0 0 3-3v-3a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M9.5 11h.01'/%3E%3Cpath d='M14.5 11h.01'/%3E%3Cpath d='M10 14c.6.5 1.3.8 2 .8s1.4-.3 2-.8'/%3E%3C/svg%3E");
}

.icon-clarity {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M12 8v4l3 3'/%3E%3C/svg%3E");
}

.icon-understandable {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h16'/%3E%3Cpath d='M4 12h10'/%3E%3Cpath d='M4 17h7'/%3E%3Cpath d='M17 11l3 3-3 3'/%3E%3C/svg%3E");
}

.icon-question {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9.2 9a2.8 2.8 0 1 1 5 1.8c-.8.5-1.4 1-1.8 1.5-.3.4-.4.8-.4 1.7'/%3E%3Cpath d='M12 18h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}

.icon-structured {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='5' width='6' height='6' rx='1.2'/%3E%3Crect x='14' y='5' width='6' height='6' rx='1.2'/%3E%3Crect x='9' y='13' width='6' height='6' rx='1.2'/%3E%3Cpath d='M12 11v2'/%3E%3C/svg%3E");
}

.icon-agreement {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 7h8'/%3E%3Cpath d='M8 11h8'/%3E%3Cpath d='M8 15h5'/%3E%3Crect x='5' y='4' width='14' height='16' rx='2'/%3E%3Cpath d='m14 16 1.2 1.2L18 14.4'/%3E%3C/svg%3E");
}

.icon-membership {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.5' r='2.3'/%3E%3Ccircle cx='6.5' cy='10' r='2.1'/%3E%3Ccircle cx='17.5' cy='10' r='2.1'/%3E%3Cpath d='M8.8 18a3.2 3.2 0 0 1 6.4 0'/%3E%3Cpath d='M2.8 18a3 3 0 0 1 4.8-2.4'/%3E%3Cpath d='M21.2 18a3 3 0 0 0-4.8-2.4'/%3E%3C/svg%3E");
}

.icon-cooperation {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='7' height='10' rx='1.5'/%3E%3Crect x='14' y='5' width='7' height='10' rx='1.5'/%3E%3Cpath d='M7 9h.01'/%3E%3Cpath d='M17 9h.01'/%3E%3Cpath d='M10 10h4'/%3E%3Cpath d='M8 19h8'/%3E%3C/svg%3E");
}

.icon-updates {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6h10'/%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M4 18h9'/%3E%3Cpath d='M17 4v4'/%3E%3Cpath d='M15 6h4'/%3E%3C/svg%3E");
}

.icon-advocacy {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 6a4 4 0 1 0-4 4h4a4 4 0 1 1-4 4'/%3E%3Cpath d='M12 4v16'/%3E%3C/svg%3E");
}

.icon-confidential {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 5 6v5c0 5 3 8 7 10 4-2 7-5 7-10V6l-7-3Z'/%3E%3Cpath d='m9.5 12 1.7 1.7L15 10'/%3E%3C/svg%3E");
}

.icon-phone {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 16.5v3a2 2 0 0 1-2.2 2A17 17 0 0 1 3.5 6.2 2 2 0 0 1 5.5 4h3a2 2 0 0 1 2 1.7l.4 2.4a2 2 0 0 1-.6 1.8l-1.3 1.3a14 14 0 0 0 4.7 4.7l1.3-1.3a2 2 0 0 1 1.8-.6l2.4.4A2 2 0 0 1 21 16.5Z'/%3E%3C/svg%3E");
}

.icon-fax {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9V4h12v5'/%3E%3Crect x='4' y='9' width='16' height='7' rx='2'/%3E%3Cpath d='M7 16h10v4H7z'/%3E%3Cpath d='M8 12h.01'/%3E%3Cpath d='M16 12h.01'/%3E%3C/svg%3E");
}

.icon-mail {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m5 7 7 6 7-6'/%3E%3C/svg%3E");
}

.icon-linkedin {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 9v8'/%3E%3Cpath d='M11 17V9'/%3E%3Cpath d='M11 12a3 3 0 0 1 6 0v5'/%3E%3Cpath d='M7 6h.01'/%3E%3Crect x='3' y='3' width='18' height='18' rx='3'/%3E%3C/svg%3E");
}

.icon-location {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s6-5.5 6-11a6 6 0 1 0-12 0c0 5.5 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.icon-cost {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M14.8 9.5c0-1.1-1.2-2-2.8-2s-2.8.9-2.8 2 1 1.7 2.8 2c1.8.3 2.8.9 2.8 2 0 1.1-1.2 2-2.8 2s-2.8-.9-2.8-2'/%3E%3Cpath d='M12 6.5v11'/%3E%3C/svg%3E");
}

.icon-references {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 6h10a3 3 0 0 1 3 3v5a3 3 0 0 1-3 3h-5l-4 3v-3H7a3 3 0 0 1-3-3V9a3 3 0 0 1 3-3Z'/%3E%3Cpath d='M9 11h6'/%3E%3Cpath d='M9 14h4'/%3E%3C/svg%3E");
}

.icon-volunteer {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-6.5-3.9-8.3-7.7C2.5 9.6 4 6.8 6.9 6.3c1.8-.3 3.2.4 4.1 1.8.9-1.4 2.3-2.1 4.1-1.8 2.9.5 4.4 3.3 3.2 6-1.8 3.8-8.3 7.7-8.3 7.7Z'/%3E%3C/svg%3E");
}

.icon-language {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h10'/%3E%3Cpath d='M9 5c0 5-2.2 9-5 11'/%3E%3Cpath d='M6 11c1.1 1.7 2.5 3.1 4 4.2'/%3E%3Cpath d='M14 19l3.5-9 3.5 9'/%3E%3Cpath d='M15.2 16h4.6'/%3E%3C/svg%3E");
}

.icon-formats {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='7' height='6' rx='1.5'/%3E%3Crect x='14' y='5' width='7' height='6' rx='1.5'/%3E%3Crect x='3' y='14' width='18' height='5' rx='1.5'/%3E%3C/svg%3E");
}

.icon-qualification {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4 4 8l8 4 8-4-8-4Z'/%3E%3Cpath d='M7 10.5V14c0 1.7 2.2 3 5 3s5-1.3 5-3v-3.5'/%3E%3Cpath d='M20 9v5'/%3E%3C/svg%3E");
}

.icon-classification {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='M5 12h9'/%3E%3Cpath d='M5 17h6'/%3E%3Ccircle cx='17.5' cy='12' r='1.5'/%3E%3C/svg%3E");
}

.icon-transparency {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M5 8h14'/%3E%3Cpath d='M7 8l-2.5 5a2.5 2.5 0 0 0 5 0L7 8Z'/%3E%3Cpath d='M17 8l-2.5 5a2.5 2.5 0 0 0 5 0L17 8Z'/%3E%3C/svg%3E");
}

.icon-values {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 20s-5.8-3.4-7.6-6.8C3.1 10.6 4.4 7.8 7.1 7.3c1.7-.3 3 .4 3.9 1.7.9-1.3 2.2-2 3.9-1.7 2.7.5 4 3.3 2.7 5.9C17.8 16.6 12 20 12 20Z'/%3E%3Cpath d='M9.5 13 11 14.5 14.5 11'/%3E%3C/svg%3E");
}

.icon-transit {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='6' y='4' width='12' height='12' rx='3'/%3E%3Cpath d='M9 16l-1.5 3'/%3E%3Cpath d='M15 16l1.5 3'/%3E%3Cpath d='M8 10h8'/%3E%3Cpath d='M9 7.5h.01'/%3E%3Cpath d='M15 7.5h.01'/%3E%3C/svg%3E");
}

.service-card h3,
.feature-card h3,
.highlight-card h3,
.timeline-card h3,
.contact-card h3,
.content-card h3,
.legal-card h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.service-card p,
.feature-card p,
.highlight-card p,
.timeline-card p,
.contact-card p,
.content-card p,
.legal-card p,
.content-card li,
.legal-card li {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--brand-dark);
  font-weight: 700;
}

.muted-band {
  background:
    linear-gradient(180deg, rgba(235, 228, 219, 0.35), rgba(255, 255, 255, 0.85)),
    var(--soft);
  border-top: 1px solid rgba(32, 38, 48, 0.06);
  border-bottom: 1px solid rgba(32, 38, 48, 0.06);
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  padding: 1.6rem;
  border-radius: var(--radius);
  border: 1px solid rgba(191, 30, 45, 0.14);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow);
}

.testimonial-card-featured {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(191, 30, 45, 0.08), rgba(255, 255, 255, 0.96));
}

.testimonial-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.9;
  font-size: 1rem;
}

.testimonial-meta {
  display: grid;
  gap: 0.2rem;
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(191, 30, 45, 0.14);
}

.testimonial-meta strong {
  color: var(--ink);
  font-size: 1rem;
}

.testimonial-author-line {
  color: var(--muted);
  line-height: 1.6;
}

.testimonial-author-line strong {
  color: var(--ink);
}

.testimonial-meta span {
  color: var(--muted);
  line-height: 1.6;
}

.check-list,
.topic-list,
.legal-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.topic-list li,
.legal-list li {
  position: relative;
  padding-left: 1.45rem;
  margin-top: 0.8rem;
  color: var(--muted);
  line-height: 1.8;
}

.check-list li::before,
.topic-list li::before,
.legal-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--brand);
}

.content-grid,
.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 1.4rem;
}

.content-card,
.highlight-card,
.timeline-card,
.contact-card,
.legal-card {
  padding: 1.6rem;
}

.content-card + .content-card,
.legal-card + .legal-card {
  margin-top: 1rem;
}

.quote-box {
  padding: 1.7rem;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--footer), #39404f);
  color: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.quote-box-compact {
  justify-self: start;
  align-self: start;
  max-width: 24rem;
}

.quote-box p {
  margin: 0;
  line-height: 1.85;
}

.quote-box strong {
  display: block;
  margin-top: 0.9rem;
  color: var(--white);
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-card .year {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--brand-dark);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card a {
  color: var(--brand-dark);
  font-weight: 700;
}

.cta-card {
  padding: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  align-items: center;
}

.cta-card p {
  margin: 0.7rem 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.page-hero {
  padding-top: 3.4rem;
}

.page-hero-copy {
  max-width: 46rem;
}

.page-hero-title {
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: 0.98;
}

.page-tag {
  display: inline-flex;
  padding: 0.55rem 0.9rem;
  margin-top: 1.15rem;
  border-radius: 999px;
  background: rgba(191, 30, 45, 0.1);
  color: var(--brand-dark);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-footer {
  margin-top: 4rem;
  padding: 3rem 0;
  background: var(--footer);
  color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr;
  gap: 1.4rem;
}

.footer-grid h3 {
  margin-bottom: 0.9rem;
  color: var(--white);
  font-size: 1.25rem;
}

.footer-grid p,
.footer-grid li,
.footer-grid a {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.linkedin-icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  border-radius: 0.16rem;
  align-items: center;
  justify-content: center;
  background: #0a66c2;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

.linkedin-icon::before {
  content: "in";
}

.footer-meta {
  margin-top: 1.7rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  .hero-grid,
  .intro-card,
  .content-grid,
  .two-col,
  .cta-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .check-grid,
  .contact-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .hero-note {
    display: none;
  }
}

@media (max-width: 820px) {
  .header-bar {
    flex-wrap: wrap;
    min-height: 84px;
    padding: 0.9rem 0;
  }

  .brand img {
    height: 52px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    padding: 0.25rem 0 0.5rem;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a,
  .header-cta {
    width: 100%;
    justify-content: center;
    margin: 0;
  }

  .hero-title {
    max-width: none;
  }

  .hero-stage,
  .hero-overlay {
    min-height: 0;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(18rem, 62vw, 28rem);
    top: auto;
    right: auto;
    bottom: auto;
    border-radius: 0;
    padding: 0;
  }

  .hero-stage::after {
    background: linear-gradient(180deg, rgba(255, 252, 248, 0.12) 0%, rgba(255, 252, 248, 0) 42%, rgba(255, 252, 248, 0.82) 100%);
  }

  .hero-overlay {
    padding: 1.35rem;
    background: linear-gradient(180deg, rgba(255, 252, 248, 0.9), rgba(255, 252, 248, 0.78));
  }

  .home-hero .hero-copy {
    max-width: none;
  }

  .hero-media img {
    width: auto;
    max-width: min(100%, 24rem);
    height: 100%;
    object-position: center bottom;
    transform: translateX(0) translateY(0.45rem);
  }

  .hero-grid {
    display: block;
  }

  .hero-title,
  .hero-lead {
    max-width: none;
  }

  .hero-title {
    margin-right: 0;
  }
}

@media (max-width: 720px) {
  .home-hero,
  .page-hero,
  .section {
    padding: 3.25rem 0;
  }

  .container {
    width: min(var(--max), calc(100% - 1.2rem));
  }

  .hero-card,
  .intro-card,
  .content-card,
  .highlight-card,
  .timeline-card,
  .contact-card,
  .legal-card,
  .cta-card,
  .feature-card,
  .service-card {
    padding: 1.25rem;
    border-radius: 22px;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: clamp(2.6rem, 14vw, 4rem);
  }

  .page-hero-title,
  .section-title {
    font-size: clamp(1.85rem, 8vw, 2.65rem);
  }
}
