:root {
  color-scheme: light;
  --ink: #182033;
  --muted: #647086;
  --line: #d8e0ea;
  --blue: #0e6f83;
  --blue-dark: #173f4b;
  --gold: #d9a33d;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --ok: #147d48;
  --bad: #b42318;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 9px clamp(18px, 5vw, 72px);
  color: #ffffff;
  background: var(--blue-dark);
  font-size: 14px;
  font-weight: 700;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 16px clamp(18px, 5vw, 72px);
}

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

.text-brand {
  display: grid;
  gap: 2px;
  line-height: 1;
}

.text-brand span {
  color: var(--blue-dark);
  font-size: 29px;
  font-weight: 950;
}

.text-brand small {
  color: var(--blue);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #31415a;
  font-size: 15px;
  font-weight: 800;
}

.nav-call {
  padding: 12px 18px;
  color: #ffffff;
  background: var(--blue);
  border-radius: 4px;
  font-weight: 900;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  min-height: calc(100vh - 106px);
  padding: clamp(34px, 6vw, 78px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(110deg, rgba(244, 247, 251, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 78% 18%, rgba(245, 185, 66, 0.24), transparent 36%);
}

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

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

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0;
}

.hero-text,
.section p,
.payment-copy p,
.contact-band p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  font: inherit;
  font-weight: 950;
}

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

.button.secondary {
  color: var(--blue-dark);
  background: #ffffff;
  border: 1px solid var(--line);
}

.button.light {
  color: var(--blue-dark);
  background: #ffffff;
}

.button.wide {
  width: 100%;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.64;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  position: absolute;
  inset: 8% -3% -6% 8%;
  z-index: 0;
  content: "";
  background: var(--blue-dark);
  border-radius: 6px;
}

.hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 26px 60px rgba(24, 32, 51, 0.18);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--blue-dark);
}

.stats div {
  min-height: 132px;
  padding: 26px clamp(18px, 4vw, 44px);
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.stats strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.stats span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

.section {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

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

.service-grid article {
  min-height: 220px;
  padding: 28px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.service-grid span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--blue);
  font-weight: 950;
}

.service-grid p {
  font-size: 15px;
}

.gallery {
  background: var(--soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-auto-rows: 250px;
  gap: 16px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.gallery-grid img:first-child {
  grid-row: span 2;
}

.payment-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 0.68fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.payment-copy {
  position: sticky;
  top: 132px;
}

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

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #34445f;
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 0;
  content: "✓";
  color: var(--ok);
  font-weight: 950;
}

.checkout-panel {
  padding: clamp(22px, 4vw, 34px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(24, 32, 51, 0.12);
}

.warning {
  margin-bottom: 18px;
  padding: 12px 14px;
  color: #704600;
  background: #fff5d7;
  border: 1px solid #f6d88b;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 800;
}

.checkout-label {
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.checkout-head p:last-child {
  color: var(--muted);
  line-height: 1.5;
}

.amount-label,
.card-fields label {
  display: block;
  margin: 16px 0 7px;
  color: #34445f;
  font-size: 13px;
  font-weight: 950;
}

.amount-input {
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #b9c6d6;
  border-radius: 5px;
  background: #ffffff;
}

.amount-input span {
  padding: 0 14px;
  color: var(--blue-dark);
  font-size: 20px;
  font-weight: 950;
}

input {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #b9c6d6;
  border-radius: 5px;
  font: inherit;
}

.amount-input input {
  border: 0;
  border-left: 1px solid #b9c6d6;
  border-radius: 0;
}

.field-help {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.paypal-field {
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid #b9c6d6;
  border-radius: 5px;
  background: #ffffff;
}

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

.divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.divider::before,
.divider::after {
  flex: 1;
  height: 1px;
  content: "";
  background: var(--line);
}

.result-message {
  min-height: 22px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.result-message.success {
  color: var(--ok);
  font-weight: 900;
}

.result-message.error {
  color: var(--bad);
  font-weight: 900;
}

.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(38px, 6vw, 70px) clamp(18px, 5vw, 72px);
  color: #ffffff;
  background: var(--blue-dark);
}

.contact-band .eyebrow,
.contact-band p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-band h2 {
  margin-bottom: 10px;
}

@media (max-width: 920px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    flex-wrap: wrap;
  }

  .hero,
  .split,
  .payment-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .payment-copy {
    position: static;
  }

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

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .gallery-grid img:first-child {
    grid-row: auto;
  }
}

@media (max-width: 620px) {
  .topbar,
  .contact-band {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-links {
    gap: 14px;
  }

  .nav-call {
    width: 100%;
    text-align: center;
  }

  h1 {
    font-size: 40px;
  }

  .service-grid,
  .stats,
  .field-row {
    grid-template-columns: 1fr;
  }

  .checkout-panel {
    padding: 18px;
  }
}
