:root {
  --bg: #eef3f8;
  --surface: #f8fbff;
  --ink: #10243d;
  --muted: #52667f;
  --accent: #143a66;
  --shadow: 0 18px 40px rgba(16, 36, 61, 0.12);
  --radius: 22px;
  --max: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(20, 58, 102, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(197, 216, 235, 0.28), transparent 22%),
    linear-gradient(180deg, #fdfefe 0%, var(--bg) 50%, #dfe8f1 100%);
  line-height: 1.6;
}

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

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

.container {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(248, 251, 255, 0.92);
  border-bottom: 1px solid rgba(16, 36, 61, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  font-weight: 800;
}

.brand-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-copy span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.brand-copy strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.15rem;
}

.menu-toggle {
  display: none;
  border: 0;
  background: var(--surface);
  border-radius: 12px;
  padding: 0.7rem 0.9rem;
  font: inherit;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.site-nav a {
  color: var(--muted);
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--ink);
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.pill {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--muted);
  border: 1px solid rgba(16, 36, 61, 0.08);
  font-weight: 700;
}

.button,
.button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1.3rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button {
  background: linear-gradient(135deg, var(--accent), #35689d);
  color: white;
  box-shadow: 0 12px 24px rgba(20, 58, 102, 0.24);
}

.button-secondary {
  background: white;
  border: 1px solid rgba(16, 36, 61, 0.12);
  color: var(--accent);
}

.button:hover,
.button-secondary:hover {
  transform: translateY(-2px);
}

.hero {
  padding: 4.2rem 0 2rem;
}

.hero-stack {
  display: grid;
  gap: 2rem;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: 2rem;
  align-items: start;
  padding: 0.75rem 0 0.5rem;
  max-width: 1120px;
  margin: 0 auto;
}

.hero-copy {
  max-width: none;
}

.hero-side {
  display: grid;
  align-content: start;
  gap: 0.75rem;
  max-width: 420px;
  justify-self: end;
}

.eyebrow {
  display: inline-block;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(20, 58, 102, 0.09);
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

h1,
h2,
h3 {
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.05;
  margin: 0 0 1rem;
}

h1 {
  font-size: clamp(3rem, 5vw, 5.2rem);
  letter-spacing: -0.05em;
  max-width: none;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.lead {
  font-size: 1.18rem;
  max-width: 62ch;
}

.hero-trust {
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
}

.hero-trust-secondary {
  color: var(--muted);
  margin-bottom: 1rem;
}

.hero-proof,
.urgency {
  display: inline-flex;
  margin: 0.5rem 0 0;
  color: var(--accent);
  font-weight: 800;
}

.micro-copy,
.pricing-note,
.trust-line {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.hero-actions,
.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 0.25rem;
}

.gallery-slider {
  display: grid;
  gap: 1rem;
  max-width: 860px;
  margin: 0 auto;
}

.gallery-stage {
  position: relative;
  min-height: 980px;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 36, 61, 0.08);
  box-shadow: var(--shadow);
}

.gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.28s ease;
  margin: 0;
}

.gallery-slide.is-active {
  opacity: 1;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #edf3f9 0%, #e4edf7 100%);
}

.gallery-slide figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: rgba(12, 38, 67, 0.72);
  color: white;
  font-weight: 700;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.92);
  color: var(--accent);
  font-size: 1.3rem;
  font-weight: 800;
  box-shadow: var(--shadow);
  cursor: pointer;
}

.gallery-arrow-prev {
  left: 1rem;
}

.gallery-arrow-next {
  right: 1rem;
}

.gallery-dots {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

.gallery-dot {
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-radius: 999px;
  background: rgba(20, 58, 102, 0.18);
  cursor: pointer;
}

.gallery-dot.is-active {
  background: var(--accent);
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0.35rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.hero-benefits li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.45;
}

.hero-benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--accent);
}

.stat,
.panel,
.step-card,
.feature-card,
.city-card,
.faq-item,
.contact-card,
.pricing-highlight {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(16, 36, 61, 0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat,
.panel,
.step-card,
.feature-card,
.city-card,
.faq-item,
.contact-card,
.pricing-highlight {
  padding: 1.4rem;
}

.stat strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
}

.hero-card {
  overflow: hidden;
  max-width: 900px;
  justify-self: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-card-wide {
  max-width: 1120px;
}

.hero-art {
  min-height: 700px;
  padding: 0.35rem;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.82), rgba(215, 227, 239, 0.96)),
    linear-gradient(135deg, rgba(20, 58, 102, 0.16), rgba(197, 216, 235, 0.22));
}

.art-frame {
  position: relative;
  height: 100%;
  min-height: 665px;
  border-radius: 22px;
  background: #0f0f0f;
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 38, 67, 0.02) 0%, rgba(12, 38, 67, 0.06) 100%);
}

.section {
  padding: 3rem 0 5rem;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: 2rem;
}

.grid-2,
.grid-3,
.steps-grid,
.footer-grid {
  display: grid;
  gap: 1.5rem;
}

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

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

.kicker {
  color: var(--accent);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  margin-bottom: 0.6rem;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #35689d);
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.price-label {
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.price-value {
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1;
  margin: 0.35rem 0 0.5rem;
}

.price-value span {
  font-size: 1rem;
  color: var(--muted);
}

.pricing-highlight {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.5rem;
  align-items: center;
}

.mid-cta,
.cta-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.1rem;
  padding: 1rem 1.2rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 36, 61, 0.08);
}

.section-gallery {
  padding-top: 4rem;
}

.checklist,
.mini-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.checklist li,
.mini-list li {
  padding-left: 1.4rem;
  position: relative;
  margin-bottom: 0.65rem;
  color: var(--muted);
}

.checklist li::before,
.mini-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--accent);
}

.banner {
  padding: 1.5rem;
  background: linear-gradient(135deg, var(--accent), #2f5c8d);
  color: white;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.banner p,
.banner .mini-list li {
  color: rgba(255, 255, 255, 0.86);
}

.banner .kicker {
  color: rgba(248, 251, 255, 0.84);
}

.banner .button-secondary {
  background: rgba(248, 251, 255, 0.98);
  color: var(--accent);
  border-color: rgba(248, 251, 255, 0.9);
}

.stars {
  margin-bottom: 0.9rem;
  color: #ffd363;
  letter-spacing: 0.2em;
  font-size: 1.15rem;
}

.page-hero {
  padding: 3rem 0 1.4rem;
}

.breadcrumb {
  font-size: 0.92rem;
  color: var(--muted);
  margin-bottom: 0.9rem;
}

.site-footer {
  padding: 2.5rem 0 3rem;
  border-top: 1px solid rgba(16, 36, 61, 0.08);
  background: rgba(255, 255, 255, 0.5);
}

.footer-grid {
  grid-template-columns: 1.3fr 0.7fr 0.8fr;
}

.footer-nav {
  display: grid;
  gap: 0.55rem;
}

.footer-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: rise 0.7s ease forwards;
}

.reveal-delay-1 {
  animation-delay: 0.08s;
}

.reveal-delay-2 {
  animation-delay: 0.16s;
}

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 980px) {
  .hero-content,
  .grid-2,
  .grid-3,
  .steps-grid,
  .pricing-highlight,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: none;
  }

  .hero-copy,
  .hero-side {
    max-width: none;
  }

  .site-nav,
  .header-cta .pill {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav.is-open {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + 0.65rem);
    display: grid;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(16, 36, 61, 0.08);
    border-radius: 20px;
    padding: 1rem;
    box-shadow: var(--shadow);
  }

  .header-inner {
    position: relative;
  }

  .mid-cta,
  .cta-strip {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-stage {
    min-height: 820px;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(20, 58, 102, 0.12), transparent 32%),
      linear-gradient(180deg, #fdfefe 0%, var(--bg) 55%, #dfe8f1 100%);
  }

  .hero {
    padding-top: 2.6rem;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .hero-art,
  .art-frame {
    min-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .art-frame {
    background: linear-gradient(180deg, #eef4fa 0%, #dfe8f1 100%);
  }

  .hero-photo {
    object-fit: contain;
    object-position: center top;
  }

  .gallery-stage {
    min-height: 620px;
  }

  .gallery-arrow {
    width: 2.6rem;
    height: 2.6rem;
  }
}
