:root {
  --bg: #ffffff;
  --ink: #13263f;
  --muted: #5b6c82;
  --line: #d9e2ec;
  --blue: #145da0;
  --blue-dark: #0f3f73;
  --mint: #1f8a70;
  --card: #f7fafc;
  --radius: 16px;
  --shadow: 0 14px 30px rgba(20, 93, 160, 0.08);
  --shadow-strong: 0 18px 36px rgba(12, 49, 90, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Work Sans", sans-serif;
}

body {
  min-height: 100vh;
  position: relative;
}

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

.bg-accent {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0% 0%, rgba(31, 138, 112, 0.1), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(20, 93, 160, 0.1), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
}

.topbar,
.page,
.footer,
.mobile-call {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(1160px, calc(100% - 24px));
  margin: 14px auto 0;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: space-between;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(18, 74, 130, 0.08);
  position: sticky;
  top: 10px;
}

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

.logo-slot {
  width: 98px;
  height: 56px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.logo-slot img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.brand strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.74rem;
}

.page {
  width: min(1160px, calc(100% - 24px));
  margin: 18px auto 34px;
  display: grid;
  gap: 18px;
}

.hero,
.section,
.contact {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shadow);
}

.hero {
  display: grid;
  gap: 18px;
  padding: 24px;
  background: linear-gradient(140deg, #ffffff 0%, #f5f9ff 70%, #edf6ff 100%);
}

.kicker {
  margin: 0;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
}

h1 {
  font-size: clamp(1.95rem, 4.6vw, 3.2rem);
  line-height: 1.05;
  margin-top: 10px;
}

h2 {
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
  margin-top: 10px;
}

.lead {
  margin: 13px 0 0;
  color: var(--muted);
  max-width: 52ch;
  font-size: 1.04rem;
}

.hero-badges {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-badges span {
  border: 1px solid #c7d8ea;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.82rem;
  color: #274868;
  background: rgba(255, 255, 255, 0.8);
}

.hero-cta {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.btn {
  border-radius: 999px;
  padding: 12px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-weight: 600;
  font-size: 0.92rem;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
  box-shadow: 0 10px 22px rgba(15, 63, 115, 0.24);
}

.btn-ghost {
  color: var(--blue-dark);
  border-color: #b5c9de;
  background: #f8fbff;
}

.hero-points {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
  display: grid;
  gap: 6px;
}

.hero-panel {
  border: 1px solid #cde0ef;
  background: linear-gradient(180deg, #f7fbff 0%, #eef7ff 100%);
  border-radius: 14px;
  padding: 16px;
}

.hero-panel p {
  margin: 9px 0 0;
  color: var(--muted);
}

.mini-card {
  margin-top: 12px;
  border: 1px solid #d4e4f2;
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.mini-card span,
.mini-card small {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
}

.mini-card strong {
  display: block;
  margin: 4px 0;
}

.section,
.contact {
  padding: 24px;
}

.section-head {
  margin-bottom: 14px;
}

.stats {
  display: grid;
  gap: 10px;
}

.stat {
  border: 1px solid #d8e4ef;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-radius: 12px;
  padding: 14px;
  position: relative;
  overflow: hidden;
}

.stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #1f8a70 0%, #145da0 100%);
}

.stat strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.image-grid {
  display: grid;
  gap: 12px;
}

.image-slot {
  margin: 0;
  border: 1px solid #d8e4ef;
  border-radius: 14px;
  background: #f9fcff;
  padding: 10px;
  box-shadow: 0 10px 20px rgba(20, 93, 160, 0.06);
  position: relative;
  overflow: hidden;
}

.image-slot img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.image-slot:hover img {
  transform: scale(1.03);
}

.shot-tag {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(8, 33, 60, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 6px 10px;
}

.image-slot figcaption {
  margin-top: 8px;
  font-size: 0.84rem;
  color: var(--muted);
  text-align: center;
}

.image-slot.promise {
  padding: 0;
  border: none;
  background: linear-gradient(155deg, #0f3f73 0%, #145da0 55%, #1c7ab4 100%);
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.image-slot.promise div {
  min-height: 100%;
  padding: 22px;
  display: grid;
  gap: 12px;
  align-content: center;
}

.image-slot.promise h3 {
  font-size: 1.1rem;
}

.image-slot.promise p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.95rem;
}

.image-slot.promise a {
  justify-self: start;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  padding: 9px 13px;
  font-weight: 600;
  font-size: 0.86rem;
  background: rgba(255, 255, 255, 0.12);
}

.process-grid {
  display: grid;
  gap: 12px;
}

.process-card {
  border: 1px solid #d8e4ef;
  border-radius: 12px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.process-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e9f1fa;
  color: #0f3f73;
  font-family: "Sora", sans-serif;
  font-size: 0.8rem;
}

.process-card h3 {
  margin-top: 10px;
  font-size: 1rem;
}

.process-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.service-grid {
  display: grid;
  gap: 12px;
}

.service-card {
  border: 1px solid #d8e4ef;
  background: var(--card);
  border-radius: 12px;
  padding: 14px;
}

.service-card h3 {
  font-size: 1.02rem;
}

.service-card,
.feature-list article,
.process-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card:hover,
.feature-list article:hover,
.process-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(20, 93, 160, 0.09);
  border-color: #bcd2e6;
}

.service-card p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.split {
  display: grid;
  gap: 16px;
}

.feature-list {
  display: grid;
  gap: 10px;
}

.feature-list article {
  border: 1px solid #d8e4ef;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
}

.feature-list p {
  margin: 6px 0 0;
  color: var(--muted);
}

.area-box {
  border: 1px solid #d8e4ef;
  border-left: 4px solid var(--mint);
  border-radius: 12px;
  padding: 14px;
  background: #fff;
  color: var(--muted);
}

.contact {
  display: grid;
  gap: 14px;
}

.contact p {
  margin: 10px 0 0;
  color: var(--muted);
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.mobile-call {
  display: none;
}

.footer {
  text-align: center;
  padding: 18px 10px 26px;
  color: var(--muted);
  font-size: 0.85rem;
}

@media (min-width: 760px) {
  .hero {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: start;
  }

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

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

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

  .split {
    grid-template-columns: 0.94fr 1.06fr;
  }

  .contact {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

@media (min-width: 1040px) {
  .image-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 759px) {
  .topbar {
    top: 8px;
  }

  .brand small {
    display: none;
  }

  .mobile-call {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 16px;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);
    box-shadow: 0 14px 28px rgba(13, 64, 116, 0.32);
  }

  .footer {
    padding-bottom: 84px;
  }
}
