.about-page { background: #fff; }
.about-page .site-header { background: rgba(255,255,255,.96); }

.about-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 92px;
  background:
    radial-gradient(circle at 12% 20%, rgba(22,112,234,.10), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(10,65,143,.08), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: linear-gradient(rgba(11,86,189,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,86,189,.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000, transparent 85%);
  pointer-events: none;
}
.about-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
  gap: 74px;
  align-items: center;
}
.breadcrumbs { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--muted); font-size: 12px; font-weight: 700; }
.breadcrumbs a:hover { color: var(--blue-700); }
.about-hero-copy h1 {
  max-width: 720px;
  margin: 14px 0 23px;
  font-size: clamp(48px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -.052em;
}
.about-hero-copy h1 span { color: var(--blue-600); }
.about-lead { max-width: 680px; margin: 0; color: var(--text); font-size: 18px; line-height: 1.85; }
.about-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-800); font-weight: 800; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.about-hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; margin-top: 46px; border: 1px solid var(--line); border-radius: 18px; background: var(--line); box-shadow: var(--shadow-sm); }
.about-hero-facts div { padding: 19px 20px; background: rgba(255,255,255,.94); }
.about-hero-facts strong { display: block; color: var(--blue-700); font-size: 24px; line-height: 1; }
.about-hero-facts span { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }

.about-hero-visual { position: relative; min-height: 570px; transform: translate3d(var(--about-x, 0), var(--about-y, 0), 0); transition: transform .55s cubic-bezier(.2,.8,.2,1); }
.about-hero-image { position: absolute; inset: 0 42px 35px 28px; overflow: hidden; border-radius: 34px; background: #e8eef6; box-shadow: 0 35px 85px rgba(16,44,78,.20); }
.about-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(6,28,58,.28)); }
.about-hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); }
.about-hero-visual:hover .about-hero-image img { transform: scale(1.035); }
.about-floating-card { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.91); box-shadow: 0 22px 55px rgba(13,43,77,.18); backdrop-filter: blur(14px); }
.about-floating-years { left: 0; bottom: 0; width: 195px; padding: 22px; border-radius: 22px; }
.about-floating-years > span { display: block; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.about-floating-years strong { display: block; margin: 4px 0; color: var(--blue-700); font-size: 48px; line-height: 1; letter-spacing: -.04em; }
.about-floating-years small { display: block; color: var(--text); font-size: 11px; font-weight: 700; }
.about-floating-family { right: 0; top: 35px; width: 250px; display: grid; grid-template-columns: 45px 1fr; gap: 13px; align-items: center; padding: 16px; border-radius: 19px; }
.about-card-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-600); background: var(--blue-100); font-size: 24px; }
.about-floating-family strong, .about-floating-family small { display: block; }
.about-floating-family strong { font-size: 13px; }
.about-floating-family small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.about-story-section { padding: 112px 0; background: #fff; }
.about-story-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: 82px; align-items: center; }
.about-story-media { position: relative; min-height: 620px; }
.about-story-main-image { position: absolute; inset: 0 80px 58px 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow-md); }
.about-story-main-image img { width: 100%; height: 100%; object-fit: cover; }
.about-story-secondary-image { position: absolute; right: 0; bottom: 0; width: 42%; overflow: hidden; border: 9px solid #fff; border-radius: 24px; box-shadow: var(--shadow-md); }
.about-story-secondary-image img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.about-image-note { position: absolute; left: 26px; bottom: 28px; z-index: 2; max-width: 250px; padding: 16px 18px; border-radius: 16px; color: #fff; background: rgba(6,43,93,.92); box-shadow: 0 14px 35px rgba(5,31,66,.22); }
.about-image-note strong, .about-image-note span { display: block; }
.about-image-note span { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 10px; }
.about-story-copy h2, .about-section-heading h2, .about-services-intro h2, .about-countries-copy h2 { margin: 10px 0 20px; font-size: clamp(36px, 4.3vw, 54px); line-height: 1.1; letter-spacing: -.04em; }
.about-story-copy > p { color: var(--text); font-size: 16px; line-height: 1.85; }
.about-story-points { display: grid; gap: 13px; margin-top: 31px; }
.about-story-points article { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 17px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.about-story-points article:hover { transform: translateX(5px); border-color: #bfd8f8; box-shadow: var(--shadow-sm); }
.about-story-points article > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; color: var(--blue-700); background: var(--blue-100); font-size: 11px; font-weight: 800; }
.about-story-points h3 { margin: 1px 0 4px; font-size: 16px; }
.about-story-points p { margin: 0; color: var(--muted); font-size: 12px; }

.about-numbers-section { padding: 0 0 100px; background: #fff; }
.about-numbers-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(135deg, var(--blue-900), #0c5dc8); box-shadow: var(--shadow-md); }
.about-numbers-grid article { position: relative; padding: 34px 28px; }
.about-numbers-grid article:not(:last-child)::after { content: ""; position: absolute; top: 25%; right: 0; width: 1px; height: 50%; background: rgba(255,255,255,.18); }
.about-numbers-grid strong { display: block; color: #fff; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.about-numbers-grid span { display: block; margin-top: 10px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; text-transform: uppercase; }

.about-timeline-section { padding: 105px 0; background: var(--soft); }
.about-section-heading { display: grid; grid-template-columns: 1.05fr .8fr; gap: 70px; align-items: end; margin-bottom: 46px; }
.about-section-heading > p { max-width: 520px; justify-self: end; margin: 0; color: var(--muted); font-size: 16px; }
.about-timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-timeline::before { content: ""; position: absolute; left: 8%; right: 8%; top: 39px; height: 2px; background: #cfdae8; transform: scaleX(0); transform-origin: left; transition: transform 1.1s cubic-bezier(.2,.8,.2,1); }
.about-timeline.is-animated::before { transform: scaleX(1); }
.about-timeline article { position: relative; z-index: 1; padding: 0 5px; }
.timeline-marker { width: 80px; height: 80px; display: grid; place-items: center; margin-bottom: 23px; border: 8px solid var(--soft); border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue-600), var(--blue-900)); box-shadow: 0 12px 27px rgba(11,86,189,.22); font-size: 11px; font-weight: 800; text-align: center; }
.about-timeline h3 { margin: 0 0 9px; font-size: 18px; }
.about-timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.about-services-section { padding: 105px 0; background: #fff; }
.about-services-panel { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; padding: 52px; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(135deg, #f8fbff, #fff); box-shadow: var(--shadow-sm); }
.about-services-intro p { margin-bottom: 27px; color: var(--muted); }
.about-services-list { display: grid; gap: 10px; }
.about-services-list a { display: grid; grid-template-columns: 40px 1fr 1fr 28px; gap: 14px; align-items: center; padding: 18px 19px; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.about-services-list a:hover { transform: translateX(6px); border-color: #bdd7f8; box-shadow: var(--shadow-sm); }
.about-services-list a > span { color: #b6c7da; font-size: 12px; font-weight: 800; }
.about-services-list strong { font-size: 15px; }
.about-services-list small { color: var(--muted); font-size: 11px; }
.about-services-list b { color: var(--blue-700); font-size: 19px; }

.about-countries-section { position: relative; overflow: hidden; padding: 105px 0; color: #fff; background: linear-gradient(135deg, #061f45, #0a4ea9); }
.about-countries-section::before { content: ""; position: absolute; inset: 0; opacity: .28; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.18), transparent 28%), radial-gradient(circle at 85% 80%, rgba(66,156,255,.32), transparent 34%); }
.about-countries-grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.about-countries-copy .section-label { color: #8ec3ff; }
.about-countries-copy h2 { color: #fff; }
.about-countries-copy p { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.8; }
.country-cloud { display: flex; flex-wrap: wrap; gap: 12px; align-content: center; }
.country-cloud span { padding: 12px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.9); background: rgba(255,255,255,.07); font-size: 12px; font-weight: 700; backdrop-filter: blur(8px); transition: transform .2s ease, background .2s ease; }
.country-cloud span:hover { transform: translateY(-3px); background: rgba(255,255,255,.14); }
.country-cloud span:nth-child(3n) { padding-inline: 22px; }

.about-values-section { padding: 105px 0; background: #fff; }
.centered-heading { display: block; max-width: 850px; margin-inline: auto; text-align: center; }
.centered-heading > p { max-width: 680px; margin: 0 auto; }
.about-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.about-values-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.about-values-grid article:hover { transform: translateY(-8px); border-color: #bed8f8; box-shadow: var(--shadow-md); }
.value-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 16px; color: var(--blue-700); background: var(--blue-100); font-size: 21px; font-weight: 800; }
.about-values-grid h3 { margin: 0 0 10px; font-size: 18px; }
.about-values-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.about-locations-section { padding: 105px 0; background: var(--soft); }
.about-locations-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.about-locations-grid article { position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); }
.about-locations-grid article::after { content: ""; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -80px; border-radius: 50%; background: radial-gradient(circle, rgba(22,112,234,.12), transparent 70%); }
.location-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 35px; }
.location-top span { color: #c7d5e5; font-size: 36px; font-weight: 800; }
.location-top small { padding: 8px 12px; border-radius: 999px; color: var(--blue-700); background: var(--blue-100); font-weight: 800; }
.about-locations-grid h3 { margin: 0 0 13px; font-size: 26px; }
.about-locations-grid p { color: var(--muted); }
.about-locations-grid > article > a { display: inline-block; margin-top: 6px; color: var(--blue-700); font-size: 19px; font-weight: 800; }
.location-hours { display: grid; grid-template-columns: 1fr 1.35fr; gap: 16px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.location-hours strong { font-size: 12px; }
.location-hours span { color: var(--muted); font-size: 12px; }

.about-cta-section { padding: 0 0 105px; background: var(--soft); }
.about-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr auto; gap: 45px; align-items: center; padding: 52px; border-radius: 32px; color: #fff; background: linear-gradient(135deg, var(--blue-900), #0a5dc9); box-shadow: var(--shadow-md); }
.about-cta-panel::before { content: ""; position: absolute; width: 320px; height: 320px; right: -140px; top: -140px; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.about-cta-panel .section-label { color: #9ccaff; }
.about-cta-panel h2 { max-width: 750px; margin: 9px 0 11px; font-size: clamp(34px, 4vw, 50px); line-height: 1.1; letter-spacing: -.035em; }
.about-cta-panel p { max-width: 720px; margin: 0; color: rgba(255,255,255,.68); }
.about-cta-actions { position: relative; z-index: 1; display: grid; gap: 14px; min-width: 230px; }
.about-cta-phone { display: grid; padding: 12px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; color: #fff; background: rgba(255,255,255,.06); text-align: center; }
.about-cta-phone span { color: rgba(255,255,255,.58); font-size: 10px; text-transform: uppercase; }
.about-cta-phone strong { margin-top: 3px; font-size: 15px; }

@media (max-width: 1050px) {
  .about-hero-grid, .about-story-grid, .about-countries-grid { grid-template-columns: 1fr; }
  .about-hero-visual { max-width: 760px; width: 100%; margin-inline: auto; }
  .about-story-media { max-width: 760px; width: 100%; margin-inline: auto; }
  .about-numbers-grid, .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-numbers-grid article:nth-child(2)::after { display: none; }
  .about-timeline { grid-template-columns: repeat(2, 1fr); row-gap: 34px; }
  .about-timeline::before { display: none; }
  .about-services-panel { grid-template-columns: 1fr; }
  .about-section-heading { grid-template-columns: 1fr; gap: 16px; }
  .about-section-heading > p { justify-self: start; }
}

@media (max-width: 760px) {
  .about-hero { padding: 44px 0 68px; }
  .about-hero-grid { gap: 45px; }
  .about-hero-copy h1 { font-size: 45px; }
  .about-lead { font-size: 16px; }
  .about-hero-facts { grid-template-columns: 1fr; }
  .about-hero-facts div { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
  .about-hero-facts span { margin-top: 0; text-align: right; }
  .about-hero-visual { min-height: 470px; }
  .about-hero-image { inset: 0 0 80px 0; }
  .about-floating-family { top: 18px; right: 12px; width: 225px; }
  .about-floating-years { left: 12px; width: 175px; }
  .about-story-section, .about-timeline-section, .about-services-section, .about-countries-section, .about-values-section, .about-locations-section { padding: 78px 0; }
  .about-story-grid { gap: 48px; }
  .about-story-media { min-height: 500px; }
  .about-story-main-image { inset: 0 30px 75px 0; }
  .about-story-secondary-image { width: 48%; }
  .about-numbers-section { padding-bottom: 78px; }
  .about-numbers-grid { grid-template-columns: 1fr; }
  .about-numbers-grid article:not(:last-child)::after { top: auto; right: 24px; bottom: 0; left: 24px; width: auto; height: 1px; display: block; }
  .about-timeline { grid-template-columns: 1fr; }
  .about-timeline article { display: grid; grid-template-columns: 70px 1fr; gap: 17px; }
  .timeline-marker { width: 64px; height: 64px; margin: 0; border-width: 6px; }
  .about-services-panel { padding: 28px; }
  .about-services-list a { grid-template-columns: 34px 1fr 24px; }
  .about-services-list small { grid-column: 2; }
  .about-services-list b { grid-column: 3; grid-row: 1 / 3; }
  .about-values-grid, .about-locations-grid { grid-template-columns: 1fr; }
  .about-cta-section { padding-bottom: 78px; }
  .about-cta-panel { grid-template-columns: 1fr; padding: 32px; }
  .about-cta-actions { min-width: 0; }
}

@media (max-width: 460px) {
  .about-hero-copy h1 { font-size: 39px; }
  .about-hero-actions { align-items: stretch; }
  .about-hero-actions .button, .about-hero-actions .text-link { width: 100%; justify-content: center; }
  .about-hero-visual { min-height: 425px; }
  .about-floating-family { width: calc(100% - 24px); }
  .about-floating-years { bottom: 0; }
  .about-story-media { min-height: 430px; }
  .about-image-note { left: 12px; bottom: 18px; max-width: 215px; }
  .about-story-secondary-image { width: 52%; }
  .location-hours { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .about-hero-visual, .about-hero-image img, .about-timeline::before { transition: none !important; }
}
