:root {
  color-scheme: light;
  --ink: #18242d;
  --muted: #65727b;
  --paper: #f5f7f8;
  --surface: #ffffff;
  --line: #dce4e8;
  --blue: #2f6f9f;
  --blue-dark: #1d4f73;
  --fresh: #77a95b;
  --warm: #d7a33f;
  --shadow: 0 20px 55px rgba(24, 36, 45, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

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

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 16px clamp(18px, 5vw, 70px);
  background: rgba(245, 247, 248, 0.9);
  border-bottom: 1px solid rgba(220, 228, 232, 0.78);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 950;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 1rem;
  line-height: 1.1;
}

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

.nav {
  display: flex;
  gap: clamp(14px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.94rem;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--blue-dark);
}

.hero {
  min-height: calc(100svh - 77px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(32px, 6vw, 86px);
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 70px);
}

.hero-copy {
  max-width: 650px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.04;
}

h1,
h2 {
  font-weight: 950;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 8vw, 6.7rem);
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.15rem, 5vw, 4.15rem);
}

h3 {
  font-size: 1.16rem;
}

.hero-copy p:not(.eyebrow),
.intro p,
.process-copy p,
.price-copy p,
.contact p {
  max-width: 58ch;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--blue-dark);
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  background: var(--blue-dark);
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.78);
}

.hero-visual {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual::before {
  content: "";
  display: block;
  height: 28px;
  background:
    radial-gradient(circle at 18px 50%, #df7676 0 4px, transparent 5px),
    radial-gradient(circle at 34px 50%, #d6a844 0 4px, transparent 5px),
    radial-gradient(circle at 50px 50%, #78ad82 0 4px, transparent 5px),
    linear-gradient(90deg, #fff, #eef5f8);
  border-bottom: 1px solid var(--line);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quick-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}

.quick-info div {
  min-height: 128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px clamp(18px, 5vw, 70px);
  background: var(--surface);
}

.quick-info strong {
  color: var(--blue-dark);
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  font-weight: 950;
  line-height: 1;
}

.quick-info span {
  margin-top: 8px;
  color: var(--muted);
}

.section {
  padding: clamp(64px, 9vw, 118px) clamp(18px, 5vw, 70px);
}

.intro,
.process,
.prices,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(32px, 6vw, 90px);
  align-items: start;
}

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

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

.service-grid article {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: clamp(20px, 3vw, 30px);
  box-shadow: 0 12px 34px rgba(24, 36, 45, 0.07);
}

.service-grid span {
  margin-bottom: auto;
  color: var(--fresh);
  font-size: 2.4rem;
  font-weight: 950;
}

.service-grid p {
  color: var(--muted);
}

.process {
  background: #eaf2f6;
}

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

.process-list div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 6px 16px;
  border: 1px solid #d4e1e8;
  border-radius: 8px;
  background: var(--surface);
  padding: 18px;
}

.process-list span {
  grid-row: span 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 950;
}

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

.prices {
  background: var(--blue-dark);
  color: #fff;
}

.prices .eyebrow {
  color: #c6e5f5;
}

.prices h2 {
  color: #fff;
}

.price-copy p {
  color: #d6e6ee;
}

.price-list {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.price-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  background: #286384;
}

.price-list strong {
  white-space: nowrap;
  color: #f4d88a;
}

.contact-box {
  display: grid;
  gap: 8px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
  font-style: normal;
}

.contact-box strong {
  font-size: 1.25rem;
}

.contact-box a:not(.button) {
  color: var(--blue-dark);
  text-decoration: none;
}

.contact-box .button {
  margin-top: 14px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 34px clamp(18px, 5vw, 70px) 46px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer a {
  text-decoration: none;
}

@media (max-width: 880px) {
  .hero,
  .intro,
  .process,
  .prices,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
  }

  .quick-info,
  .service-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .price-list div,
  .site-footer {
    flex-direction: column;
  }

  .process-list div {
    grid-template-columns: 1fr;
  }
}
