@font-face {
  font-family: "Rajdhani";
  src: url("Rajdhani-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("BeVietnamPro-Light.ttf") format("truetype");
  font-display: swap;
  font-weight: 300;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("BeVietnamPro-Bold.ttf") format("truetype");
  font-display: swap;
  font-weight: 700;
}

:root {
  --midnight: #183e75;
  --curious: #009fe3;
  --alizarin: #e73331;
  --sail: #afdff9;
  --cloud: #1b2d4f;
  --solitude: #eaf6fe;
  --white: #ffffff;
  --muted: rgba(27, 45, 79, 0.68);
  --line: rgba(24, 62, 117, 0.18);
  --radius: 8px;
  --max: 1180px;
  --shadow: 0 24px 70px rgba(27, 45, 79, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--cloud);
  background:
    linear-gradient(180deg, var(--solitude) 0%, var(--white) 44%, var(--solitude) 100%);
  font-family: "Be Vietnam Pro", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 300;
  line-height: 1.55;
}

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

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

strong,
b {
  font-weight: 700;
}

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

h1,
h2 {
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  color: var(--midnight);
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  max-width: 940px;
  margin-bottom: 24px;
  font-size: clamp(2.35rem, 5vw, 4.85rem);
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.95rem, 4vw, 3.45rem);
}

h3 {
  margin-bottom: 10px;
  color: var(--midnight);
  font-size: 1.18rem;
  line-height: 1.22;
  font-weight: 700;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(248, 251, 254, 0.94);
  border-bottom: 1px solid var(--line);
  border-top: 4px solid var(--curious);
  backdrop-filter: blur(16px);
}

.nav {
  width: min(100% - 32px, var(--max));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

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

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--cloud);
  font-weight: 700;
  font-size: 0.95rem;
}

.nav-links a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--radius);
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: var(--sail);
  color: var(--midnight);
}

.nav-links a,
.header-call,
.header-whatsapp,
.button {
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.header-call,
.header-whatsapp {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 700;
  white-space: nowrap;
}

.header-call {
  background: linear-gradient(135deg, var(--cloud), var(--midnight));
  box-shadow: inset 0 -3px 0 var(--curious);
}

.header-whatsapp {
  gap: 8px;
  color: var(--white);
  background: #25d366;
  box-shadow: inset 0 -3px 0 #128c7e;
}

.header-whatsapp img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.home-hero,
.page-hero {
  color: var(--white);
  background-color: var(--cloud);
  background-image:
    linear-gradient(90deg, rgba(27, 45, 79, 0.98) 0%, rgba(24, 62, 117, 0.91) 42%, rgba(0, 159, 227, 0.34) 100%),
    url("brand-pattern-white.svg");
  background-position: center, left top;
  background-size: auto, 980px auto;
  background-repeat: no-repeat, repeat;
}

.home-hero {
  min-height: clamp(390px, 60svh, 600px);
}

.hero-inner,
.page-hero-inner,
.section-inner,
.proof-inner,
.footer-inner,
.footer-bottom,
.cta-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
}

.hero-inner {
  padding: clamp(58px, 8vw, 96px) 0 clamp(44px, 6vw, 72px);
}

.page-hero-inner {
  padding: clamp(58px, 8vw, 96px) 0 clamp(44px, 6vw, 72px);
}

.area-hero h1 {
  max-width: 860px;
  font-size: clamp(2.35rem, 4.6vw, 4.5rem);
}

.home-hero h1,
.page-hero h1,
.audience-band h2,
.cta-band h2 {
  color: var(--white);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--curious);
  font-weight: 700;
}

.home-hero .eyebrow,
.page-hero .eyebrow,
.audience-band .section-kicker,
.cta-band .section-kicker {
  color: var(--sail);
}

.hero-copy,
.page-copy {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-copy {
  margin-bottom: 26px;
}

.hero-stats {
  max-width: 800px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.hero-stat {
  min-height: 86px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid rgba(175, 223, 249, 0.34);
  border-radius: var(--radius);
  background: rgba(175, 223, 249, 0.11);
  color: var(--white);
}

.hero-stat span {
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 0.92;
}

.hero-stat strong {
  color: rgba(255, 255, 255, 0.82);
}

.hero-actions,
.contact-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 700;
}

.button:hover,
.header-call:hover,
.header-whatsapp:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--alizarin);
  color: var(--white);
  box-shadow: inset 0 -3px 0 var(--cloud);
}

.button.secondary {
  color: var(--white);
  border-color: rgba(175, 223, 249, 0.58);
  background: rgba(175, 223, 249, 0.1);
}

.button.dark {
  background: linear-gradient(135deg, var(--cloud), var(--midnight));
  color: var(--white);
}

.button.light {
  color: var(--cloud);
  background: var(--sail);
}

.proof-strip {
  background: var(--solitude);
  border-bottom: 1px solid var(--line);
}

.proof-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.proof-item {
  min-height: 130px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(27, 45, 79, 0.05);
}

.proof-value {
  display: block;
  margin-bottom: 8px;
  color: var(--midnight);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  line-height: 1;
}

.proof-label {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(66px, 9vw, 112px) 0;
}

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

.section.tint {
  background:
    linear-gradient(135deg, var(--solitude), rgba(175, 223, 249, 0.42));
}

.map-section {
  padding-top: clamp(38px, 5vw, 64px);
}

.map-section .section-head {
  margin-bottom: 24px;
}

.area-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
}

.area-map-copy {
  margin-bottom: 0;
}

.area-map-copy h2 {
  font-size: clamp(1.9rem, 3.4vw, 3.05rem);
}

.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-head p,
.lead {
  color: var(--muted);
  font-size: 1.08rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.detail-card,
.faq-list details,
.contact-card,
.value-card,
.team-card,
.staff-card,
.partner-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(27, 45, 79, 0.05);
}

.service-card,
.detail-card,
.faq-list details,
.contact-card,
.value-card,
.team-card,
.staff-card,
.proof-item,
.review-card,
.audience-item,
.partner-card,
.map-preview,
.map-scroll,
.field-photo,
.brand-panel {
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.service-card {
  min-height: 304px;
  display: flex;
  flex-direction: column;
  padding: 26px;
}

.service-card img {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin-bottom: 24px;
}

.service-card p,
.detail-card p,
.value-card p,
.contact-card p {
  color: var(--muted);
}

.service-card p {
  margin-bottom: 0;
}

.service-meta {
  margin-top: auto;
  padding-top: 18px;
  color: var(--midnight);
  font-weight: 700;
}

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

.detail-card,
.value-card,
.contact-card {
  padding: 28px;
  min-width: 0;
}

.team-grid {
  width: min(100%, 860px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.team-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 0;
}

.team-photo {
  margin: 0;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  background: var(--solitude);
}

.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.team-placeholder {
  aspect-ratio: 1 / 1.08;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(234, 246, 254, 0.94), rgba(175, 223, 249, 0.42)),
    url("brand-pattern-white.svg");
  background-size: auto, 520px auto;
  color: var(--midnight);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  line-height: 1;
}

.team-content {
  padding: 18px;
}

.team-content h3 {
  margin-bottom: 6px;
  font-size: clamp(1rem, 2vw, 1.22rem);
  overflow-wrap: anywhere;
}

.team-content p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.staff-block {
  margin-top: clamp(30px, 5vw, 48px);
}

.staff-block h3 {
  margin-bottom: 16px;
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.staff-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.staff-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.staff-placeholder {
  width: 58px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--solitude);
  color: var(--midnight);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
}

.staff-card h4 {
  margin: 0 0 3px;
  color: var(--midnight);
  font-size: 1rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.staff-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.25;
}

.service-partner-block {
  padding-top: clamp(24px, 4vw, 34px);
  border-top: 1px solid var(--line);
}

.service-partner-card .staff-placeholder {
  background: rgba(175, 223, 249, 0.34);
}

.detail-card h2,
.value-card h2,
.contact-card h2 {
  font-size: clamp(1.9rem, 3vw, 2.65rem);
  line-height: 1.02;
  min-width: 0;
  overflow-wrap: anywhere;
}

.detail-card h2 {
  overflow-wrap: normal;
  hyphens: auto;
}

.detail-card.wide,
.contact-card.wide {
  grid-column: 1 / -1;
}

.detail-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
  min-width: 0;
}

.detail-head img,
.mini-mark {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
}

.mini-mark {
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--sail);
  color: var(--midnight);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.7rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.process-section h2 {
  max-width: 13ch;
  font-size: clamp(2.05rem, 3.9vw, 3rem);
  overflow-wrap: normal;
}

.process-list {
  display: grid;
  gap: 0;
}

.process-step {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.process-step:last-child {
  border-bottom: 1px solid var(--line);
}

.step-number {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--midnight);
  color: var(--white);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.process-step p {
  margin-bottom: 0;
  color: var(--muted);
}

.history-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.history-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
}

.history-year {
  color: rgba(24, 62, 117, 0.16);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(5.6rem, 15vw, 11rem);
  line-height: 0.82;
  letter-spacing: 0;
}

.history-copy {
  max-width: 850px;
}

.history-copy h2 {
  max-width: 760px;
}

.history-copy p:last-child {
  margin-bottom: 0;
}

.brand-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--solitude);
  color: var(--midnight);
}

.panel-body {
  padding: clamp(26px, 4vw, 38px);
}

.panel-body h3 {
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1;
}

.panel-body p {
  color: var(--muted);
}

.signal-list,
.check-list {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.signal-list li,
.check-list li {
  display: flex;
  gap: 10px;
}

.signal-list li {
  color: rgba(255, 255, 255, 0.9);
}

.check-list li {
  color: var(--muted);
}

.signal-list li::before,
.check-list li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  margin-top: 9px;
  border-radius: 50%;
  background: var(--curious);
}

.check-list li:nth-child(2)::before {
  background: var(--curious);
}

.check-list li:nth-child(3)::before {
  background: var(--midnight);
}

.field-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.field-copy {
  min-width: 0;
}

.field-copy .check-list {
  margin-top: 24px;
}

.field-gallery {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
}

.field-photo,
.field-photo-stack {
  min-width: 0;
}

.field-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cloud);
  box-shadow: var(--shadow);
}

.field-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(24, 62, 117, 0), rgba(24, 62, 117, 0.16));
}

.field-photo.primary {
  min-height: clamp(420px, 48vw, 560px);
}

.field-photo-stack {
  display: grid;
  gap: 14px;
}

.field-photo-stack .field-photo {
  min-height: calc((clamp(420px, 48vw, 560px) - 14px) / 2);
}

.field-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.field-photo.primary img {
  object-position: 68% center;
}

.field-photo-stack .field-photo:first-child img {
  object-position: center 42%;
}

.field-photo-stack .field-photo:last-child img {
  object-position: center;
}

.audience-band,
.cta-band {
  color: var(--white);
  background: linear-gradient(135deg, var(--cloud) 0%, var(--midnight) 68%, var(--curious) 100%);
}

.audience-band {
  padding: 56px 0;
  border-top: 5px solid var(--curious);
}

.audience-inner {
  width: min(100% - 32px, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 36px;
  align-items: center;
}

.audience-inner > * {
  min-width: 0;
}

.audience-inner h2 {
  overflow-wrap: anywhere;
}

.audience-inner p,
.cta-inner p {
  color: rgba(255, 255, 255, 0.72);
}

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

.audience-item {
  min-height: 84px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(175, 223, 249, 0.36);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(175, 223, 249, 0.08);
  font-weight: 700;
  text-align: center;
  overflow-wrap: anywhere;
}

.partner-section {
  border-bottom: 1px solid var(--line);
}

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

.partner-card {
  min-height: 132px;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
}

.partner-card.dark {
  background: var(--midnight);
}

.partner-card img {
  width: 100%;
  max-width: 190px;
  max-height: 82px;
  object-fit: contain;
}

.partner-card:nth-child(3) img {
  max-width: 230px;
}

.partner-card:nth-child(5) img {
  max-width: 220px;
}

.area-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 60px);
  align-items: center;
}

.map-preview,
.map-figure,
.map-scroll {
  min-width: 0;
}

.map-preview {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-preview img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.22;
  object-fit: cover;
  object-position: center;
  transition: transform 520ms ease;
}

.map-figure {
  margin: 0;
}

.map-scroll {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-scroll img {
  width: 100%;
  height: auto;
}

.map-figure figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

.review-section {
  border-top: 1px solid var(--line);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.review-card {
  min-height: 278px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(27, 45, 79, 0.05);
}

.review-stars {
  margin-bottom: 16px;
  color: var(--curious);
  font-size: 1.04rem;
  font-weight: 700;
  letter-spacing: 0;
}

.review-card blockquote {
  margin: 0 0 20px;
  color: var(--cloud);
  font-size: 0.98rem;
  line-height: 1.55;
}

.review-card blockquote p {
  margin-bottom: 0;
}

.review-author {
  margin-top: auto;
  color: var(--midnight);
  font-weight: 700;
}

.review-meta {
  color: var(--muted);
  font-size: 0.9rem;
}

.review-source {
  margin-top: 24px;
}

.review-source a {
  color: var(--midnight);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

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

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

.faq-list details {
  padding: 0;
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 22px 26px;
  color: var(--midnight);
  font-weight: 700;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before {
  content: "+";
  width: 28px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--midnight);
  background: var(--solitude);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.35rem;
  line-height: 1;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.faq-list details[open] summary::before {
  content: "–";
  transform: rotate(180deg);
}

.faq-list details p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--muted);
}

.contact-section {
  background-color: var(--solitude);
  background-image:
    linear-gradient(90deg, rgba(248, 251, 254, 0.98), rgba(234, 246, 254, 0.88)),
    url("brand-pattern-full-color.png");
  background-position: center, right center;
  background-size: auto, min(68vw, 650px) auto;
  background-repeat: no-repeat, no-repeat;
}

.legal-section {
  background:
    linear-gradient(180deg, var(--white) 0%, var(--solitude) 100%);
}

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

.privacy-layout {
  display: grid;
  gap: 18px;
}

.privacy-card {
  width: min(100%, 980px);
}

.privacy-card ul {
  margin: 0 0 18px;
  padding-left: 1.25rem;
  color: var(--muted);
}

.privacy-card li {
  margin-bottom: 8px;
}

.privacy-card a {
  color: var(--midnight);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-meta {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--midnight);
  font-weight: 700;
}

.detail-line {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.detail-line span:first-child {
  color: var(--midnight);
  font-weight: 700;
  overflow-wrap: normal;
  word-break: normal;
}

.detail-label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.detail-label img {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  object-fit: contain;
}

.detail-label span {
  overflow-wrap: normal;
}

.contact-logo {
  width: min(100%, 420px);
  margin-bottom: 28px;
}

.contact-card a,
.contact-card span {
  overflow-wrap: anywhere;
}

.contact-card .detail-line span:first-child {
  overflow-wrap: normal;
}

button.button {
  cursor: pointer;
  font: inherit;
}

.contact-form-card > p {
  max-width: 820px;
}

.contact-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

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

.form-field {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: var(--midnight);
  font-weight: 700;
}

.form-field.full {
  grid-column: 1 / -1;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--cloud);
  font: inherit;
  font-weight: 300;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.form-field textarea {
  min-height: 150px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid rgba(175, 223, 249, 0.62);
  border-color: var(--midnight);
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(27, 45, 79, 0.48);
}

.form-consent {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-consent input {
  width: 18px;
  height: 18px;
  margin: 4px 0 0;
  accent-color: var(--midnight);
}

.form-consent a {
  color: var(--midnight);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-response-card {
  max-width: 820px;
  margin: 0 auto;
}

.form-response-card.success {
  border-color: rgba(0, 159, 227, 0.32);
}

.form-response-card.error {
  border-color: rgba(231, 51, 49, 0.38);
}

.map-card {
  display: grid;
  gap: 20px;
}

.map-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.map-card-head h2,
.map-card-head p {
  margin-bottom: 0;
}

.map-card-head h2 {
  margin-bottom: 10px;
}

.google-map {
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 250, 252, 0.92), rgba(235, 242, 247, 0.88)),
    repeating-linear-gradient(32deg, rgba(27, 45, 79, 0.06) 0 2px, transparent 2px 34px),
    repeating-linear-gradient(122deg, rgba(0, 159, 227, 0.08) 0 2px, transparent 2px 42px);
}

.google-map iframe {
  width: 100%;
  min-height: 360px;
  display: block;
  border: 0;
}

.map-consent {
  min-height: 360px;
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 44px);
}

.map-consent p {
  max-width: 680px;
  margin-bottom: 0;
}

.map-consent strong {
  color: var(--midnight);
  font-size: 1.08rem;
}

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

@media (hover: hover) and (pointer: fine) {
  .service-card:hover,
  .detail-card:hover,
  .contact-card:hover,
  .value-card:hover,
  .team-card:hover,
  .staff-card:hover,
  .review-card:hover,
  .partner-card:hover,
  .proof-item:hover,
  .audience-item:hover,
  .faq-list details:hover,
  .brand-panel:hover,
  .map-preview:hover,
  .map-scroll:hover,
  .field-photo:hover {
    transform: translateY(-3px);
    border-color: rgba(24, 62, 117, 0.28);
    box-shadow: 0 16px 42px rgba(27, 45, 79, 0.12);
  }

  .map-preview:hover img,
  .field-photo:hover img {
    transform: scale(1.025);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal {
    opacity: 0;
    transform: translateY(16px);
    transition:
      border-color 220ms ease,
      box-shadow 220ms ease,
      opacity 560ms ease,
      transform 560ms cubic-bezier(0.2, 0.72, 0.22, 1);
    transition-delay: var(--reveal-delay, 0ms);
  }

  .motion-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .motion-ready .reveal.is-visible.service-card:hover,
  .motion-ready .reveal.is-visible.detail-card:hover,
  .motion-ready .reveal.is-visible.contact-card:hover,
  .motion-ready .reveal.is-visible.value-card:hover,
  .motion-ready .reveal.is-visible.team-card:hover,
  .motion-ready .reveal.is-visible.staff-card:hover,
  .motion-ready .reveal.is-visible.review-card:hover,
  .motion-ready .reveal.is-visible.partner-card:hover,
  .motion-ready .reveal.is-visible.proof-item:hover,
  .motion-ready .reveal.is-visible.audience-item:hover,
  .motion-ready .reveal.is-visible.brand-panel:hover,
  .motion-ready .reveal.is-visible.map-preview:hover,
  .motion-ready .reveal.is-visible.map-scroll:hover,
  .motion-ready .reveal.is-visible.field-photo:hover,
  .motion-ready .faq-list details.reveal.is-visible:hover {
    transform: translateY(-3px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

.cta-band {
  padding: clamp(48px, 7vw, 74px) 0;
  border-top: 5px solid var(--curious);
  background-image:
    linear-gradient(90deg, rgba(27, 45, 79, 0.98) 0%, rgba(24, 62, 117, 0.92) 52%, rgba(0, 159, 227, 0.48) 100%),
    url("brand-pattern-white.svg");
  background-size: auto, 580px auto;
  background-repeat: no-repeat, repeat;
}

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

.cta-inner h2 {
  margin-bottom: 10px;
}

.cta-inner p {
  margin-bottom: 0;
  max-width: 720px;
}

.site-footer {
  background: var(--cloud);
  border-top: 4px solid var(--curious);
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 46px);
  align-items: start;
  padding: clamp(42px, 6vw, 62px) 0 28px;
}

.footer-brand img {
  width: min(100%, 285px);
  margin-bottom: 18px;
}

.footer-brand p {
  max-width: 360px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-column {
  display: grid;
  gap: 8px;
}

.footer-column h3 {
  margin-bottom: 6px;
  color: var(--white);
  font-family: "Rajdhani", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
}

.footer-column a,
.footer-column p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-column a {
  width: fit-content;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

.footer-column a:hover,
.footer-links a:hover {
  color: var(--white);
  text-decoration-color: var(--sail);
}

.footer-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.62);
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}

@media (max-width: 1040px) {
  .service-grid,
  .review-grid,
  .staff-grid,
  .partner-grid,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nav {
    min-height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
    gap: 12px;
  }

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

  .nav-links {
    order: 3;
    width: 100%;
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .header-actions {
    margin-left: auto;
    gap: 6px;
  }

  .proof-inner,
  .split,
  .history-layout,
  .field-layout,
  .area-teaser,
  .area-map-layout,
  .audience-inner,
  .detail-grid,
  .value-grid,
  .coverage-grid,
  .contact-grid,
  .legal-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .proof-item {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .home-hero,
  .page-hero {
    background-size: auto, 820px auto;
  }

  .hero-inner,
  .page-hero-inner {
    padding: 38px 0 34px;
  }

  .home-hero h1 {
    font-size: clamp(2.35rem, 10vw, 2.75rem);
    line-height: 1;
    margin-bottom: 18px;
  }

  .hero-copy {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.45;
  }

  .home-hero .eyebrow,
  .page-hero .eyebrow {
    min-height: 50px;
    display: flex;
    align-items: flex-end;
  }

  .hero-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 14px;
  }

  .hero-stat {
    min-height: 76px;
    padding: 12px 8px 10px 10px;
  }

  .hero-stat span {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .hero-stat strong {
    font-size: 0.72rem;
    line-height: 1.18;
  }

  .home-hero .hero-actions .button {
    width: auto;
    flex: 1 1 0;
    min-height: 46px;
    padding: 0 10px;
    font-size: 0.9rem;
  }

  .button,
  .header-call,
  .header-whatsapp {
    width: auto;
  }

  .header-whatsapp {
    width: 42px;
    padding: 0;
  }

  .header-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

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

  .service-grid,
  .audience-grid,
  .review-grid,
  .staff-grid,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .review-card {
    min-height: auto;
  }

  .team-grid {
    gap: 8px;
  }

  .team-content {
    padding: 12px 10px;
  }

  .team-content h3 {
    margin-bottom: 4px;
    font-size: 0.9rem;
  }

  .team-content p {
    font-size: 0.74rem;
    line-height: 1.25;
  }

  .field-gallery {
    grid-template-columns: 1fr;
  }

  .field-photo.primary,
  .field-photo-stack .field-photo {
    min-height: auto;
  }

  .field-photo.primary {
    aspect-ratio: 3 / 4;
  }

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

  .field-photo-stack .field-photo {
    aspect-ratio: 1;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .map-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .map-scroll img {
    min-width: 760px;
  }

  .map-card-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .process-step,
  .detail-line,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field.full {
    grid-column: auto;
  }

  .detail-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-line {
    gap: 4px;
  }

  .header-call {
    padding: 0 12px;
    font-size: 0.9rem;
  }
}
