:root {
  --navy: #132a63;
  --navy-deep: #0d1d46;
  --blue: #62c9ff;
  --blue-soft: #9be4ff;
  --mist: #eef4f8;
  --paper: #f7fbff;
  --ink: #18253d;
  --accent: #c8f36a;
  --shadow: 0 24px 70px rgba(10, 22, 53, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(98, 201, 255, 0.16), transparent 22%),
    linear-gradient(180deg, #f6fbff 0%, #eaf3fa 100%);
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
}

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

.page-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 24px auto 48px;
}

.draft-banner {
  margin: 0 0 16px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(200, 243, 106, 0.32);
  color: var(--navy-deep);
  font-size: 0.85rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgba(19, 42, 99, 0.1);
}

.header-actions {
  display: flex;
  gap: 8px;
}

.header-cta-secondary {
  background: rgba(19, 42, 99, 0.08);
  color: var(--navy);
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  padding: 16px 22px;
  border: 1px solid rgba(19, 42, 99, 0.08);
  border-radius: 24px;
  background: rgba(247, 251, 255, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.brand-logo {
  display: block;
  width: min(340px, 100%);
  height: auto;
}

.site-nav {
  display: flex;
  gap: 18px;
  font-size: 0.96rem;
}

.site-nav a {
  opacity: 0.78;
}

.site-nav a:hover {
  opacity: 1;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta {
  padding: 12px 18px;
  color: var(--paper);
  background: var(--navy);
}

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

.hero,
.proof-band,
.services,
.results,
.reviews,
.automation-panel,
.quote-section {
  margin-top: 24px;
  border-radius: 36px;
}

.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  padding: 54px;
  background:
    linear-gradient(135deg, rgba(19, 42, 99, 0.98) 0%, rgba(20, 49, 113, 0.94) 60%, rgba(35, 94, 180, 0.88) 100%);
  color: var(--paper);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.hero-copy h1,
.section-heading h2,
.proof-band h2,
.quote-copy h2 {
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  letter-spacing: -0.03em;
}

.eyebrow,
.band-label,
.summary-kicker {
  margin: 0 0 12px;
  color: var(--blue-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.3rem, 7vw, 5.9rem);
  line-height: 0.92;
}

.hero-text {
  max-width: 54ch;
  margin: 18px 0 0;
  color: rgba(247, 251, 255, 0.84);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.button-primary {
  color: var(--navy);
  background: var(--accent);
  box-shadow: 0 10px 24px rgba(200, 243, 106, 0.24);
}

.button-secondary {
  color: var(--paper);
  border: 1px solid rgba(247, 251, 255, 0.2);
  background: rgba(247, 251, 255, 0.08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.trust-strip li {
  padding: 10px 14px;
  border: 1px solid rgba(247, 251, 255, 0.14);
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.06);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  display: grid;
  gap: 16px;
  align-self: center;
}

.card-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.12);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-photo-frame {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 34px;
  background: rgba(7, 16, 39, 0.34);
  border: 1px solid rgba(155, 228, 255, 0.18);
  box-shadow: 0 30px 70px rgba(8, 18, 41, 0.28);
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(7, 16, 39, 0.02) 0%, rgba(7, 16, 39, 0.14) 100%);
  pointer-events: none;
}

.hero-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.02) brightness(0.82);
}

.hero-note {
  position: absolute;
  max-width: 210px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(10, 27, 66, 0.9);
  border: 1px solid rgba(155, 228, 255, 0.2);
  color: rgba(247, 251, 255, 0.94);
  box-shadow: 0 18px 44px rgba(10, 22, 53, 0.2);
  backdrop-filter: blur(10px);
}

.hero-note p {
  margin: 0;
}

.hero-note-left {
  left: -24px;
  bottom: 112px;
}

.hero-note-right {
  right: 18px;
  top: -20px;
}

.hero-note .card-tag {
  background: rgba(98, 201, 255, 0.16);
  color: var(--blue-soft);
}

.stat-chip {
  position: absolute;
  right: -12px;
  bottom: 18px;
  width: 190px;
  padding: 16px;
  border-radius: 24px;
  background: var(--accent);
  color: var(--navy);
  box-shadow: 0 22px 50px rgba(10, 22, 53, 0.28);
}

.stat-chip strong,
.review-summary strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.proof-band,
.services,
.results,
.reviews,
.automation-panel,
.quote-section {
  padding: 34px;
  background: rgba(247, 251, 255, 0.82);
  border: 1px solid rgba(19, 42, 99, 0.08);
  box-shadow: var(--shadow);
}

.proof-band {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: end;
}

.proof-band h2,
.section-heading h2,
.quote-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  color: var(--navy-deep);
}

.proof-band p:last-child,
.section-heading + *,
.quote-copy p {
  margin-top: 0;
}

.section-heading {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin-bottom: 24px;
}

.service-grid,
.result-grid,
.review-grid,
.automation-grid {
  display: grid;
  gap: 18px;
}

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

.service-card,
.result-card,
.review-card,
.review-summary,
.automation-step,
.quote-form {
  border-radius: 28px;
}

.service-card {
  padding: 22px;
  background: linear-gradient(180deg, rgba(238, 244, 248, 0.95), #ffffff);
  border: 1px solid rgba(19, 42, 99, 0.08);
}

.service-card-featured {
  color: var(--paper);
  background: linear-gradient(160deg, #17306f 0%, #2663bc 100%);
}

.service-card-featured span {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(247, 251, 255, 0.12);
  font-size: 0.84rem;
}

.price-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(19, 42, 99, 0.08);
}

.service-card-featured .price-list {
  border-top-color: rgba(247, 251, 255, 0.18);
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(19, 42, 99, 0.06);
  font-size: 0.95rem;
}

.service-card-featured .price-list li {
  border-bottom-color: rgba(247, 251, 255, 0.12);
}

.price-list li:last-child {
  border-bottom: 0;
}

.price-list span {
  color: rgba(24, 37, 61, 0.72);
}

.service-card-featured .price-list span {
  color: rgba(247, 251, 255, 0.78);
}

.price-list strong {
  font-size: 1.02rem;
  color: var(--navy-deep);
  letter-spacing: -0.01em;
}

.service-card-featured .price-list strong {
  color: var(--paper);
}

.pricing-note {
  margin: 22px 0 0;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(19, 42, 99, 0.04);
  border: 1px solid rgba(19, 42, 99, 0.08);
  color: rgba(24, 37, 61, 0.78);
  font-size: 0.92rem;
}

.service-link {
  display: inline-block;
  margin-top: 16px;
  color: var(--navy-deep);
  font-weight: 700;
}

.service-card-featured .service-link {
  color: var(--paper);
}

.service-card h3,
.result-card h3,
.automation-step h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

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

.before-after-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 22px;
  padding: 24px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(19, 42, 99, 0.05) 0%, rgba(98, 201, 255, 0.08) 100%),
    #ffffff;
  border: 1px solid rgba(19, 42, 99, 0.08);
}

.before-after-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--navy);
  background: rgba(98, 201, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after-copy h3 {
  margin: 0 0 14px;
  color: var(--navy-deep);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  line-height: 1.02;
}

.before-after-copy p {
  margin: 0 0 18px;
}

.before-after-points {
  margin: 0;
  padding-left: 20px;
}

.before-after-points li + li {
  margin-top: 8px;
}

.before-after-visual {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 22px 50px rgba(10, 22, 53, 0.12);
}

.before-after-image {
  display: block;
  width: 100%;
  height: auto;
}

.result-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(19, 42, 99, 0.08);
}

.result-art {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.result-card h3,
.result-card p {
  padding: 0 20px;
}

.result-card p {
  margin-bottom: 22px;
}

.review-grid {
  grid-template-columns: 1fr 1fr 0.8fr;
}

.review-card,
.review-summary,
.automation-step {
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(19, 42, 99, 0.08);
}

.review-card p {
  margin-top: 0;
  font-size: 1.04rem;
}

.review-card footer,
.form-note {
  color: rgba(24, 37, 61, 0.66);
  font-size: 0.92rem;
}

.review-summary {
  background: linear-gradient(180deg, rgba(98, 201, 255, 0.16), rgba(247, 251, 255, 0.96));
}

.review-summary-feature {
  background: linear-gradient(160deg, #17306f 0%, #2663bc 100%);
  color: var(--paper);
}

.review-summary-feature .summary-kicker {
  color: var(--blue-soft);
}

.review-summary-feature strong {
  font-size: 2.4rem;
  letter-spacing: -0.02em;
}

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

.service-area {
  margin-top: 24px;
  padding: 34px;
  border-radius: 36px;
  background: rgba(247, 251, 255, 0.82);
  border: 1px solid rgba(19, 42, 99, 0.08);
  box-shadow: var(--shadow);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0 0 18px;
  list-style: none;
}

.area-list li {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(19, 42, 99, 0.06);
  border: 1px solid rgba(19, 42, 99, 0.08);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy-deep);
}

.area-note {
  margin: 0;
  color: rgba(24, 37, 61, 0.7);
}

.page-hero,
.content-panel {
  margin-top: 24px;
  padding: 34px;
  border-radius: 36px;
  background: rgba(247, 251, 255, 0.82);
  border: 1px solid rgba(19, 42, 99, 0.08);
  box-shadow: var(--shadow);
}

.page-hero {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 28px;
  background:
    linear-gradient(135deg, rgba(19, 42, 99, 0.98) 0%, rgba(20, 49, 113, 0.94) 60%, rgba(35, 94, 180, 0.88) 100%);
  color: var(--paper);
}

.page-hero-copy h1 {
  margin: 0;
  font-family: "Gill Sans", "Trebuchet MS", sans-serif;
  letter-spacing: -0.03em;
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  line-height: 0.96;
}

.page-hero-text {
  max-width: 54ch;
  margin: 18px 0 0;
  color: rgba(247, 251, 255, 0.84);
  font-size: 1.05rem;
}

.page-hero-visual {
  align-self: center;
}

.page-hero-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(8, 18, 41, 0.28);
}

.info-grid,
.pricing-grid,
.faq-list {
  display: grid;
  gap: 18px;
}

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

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

.info-card,
.faq-item {
  padding: 24px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(19, 42, 99, 0.08);
}

.info-card h3,
.faq-item h3 {
  margin: 0 0 12px;
  font-size: 1.15rem;
  color: var(--navy-deep);
}

.info-card p,
.faq-item p {
  margin: 0;
}

.bullet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
  margin: 0;
  padding-left: 22px;
}

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

.site-footer {
  margin-top: 32px;
  padding: 36px;
  border-radius: 36px;
  background: linear-gradient(160deg, #0d1d46 0%, #17306f 100%);
  color: rgba(247, 251, 255, 0.86);
  box-shadow: var(--shadow);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.4fr;
  gap: 28px;
}

.footer-logo {
  display: block;
  width: 220px;
  height: auto;
  margin-bottom: 12px;
  filter: brightness(1.6);
}

.footer-tag {
  margin: 0;
  color: rgba(247, 251, 255, 0.72);
  font-size: 0.95rem;
}

.site-footer h4 {
  margin: 0 0 10px;
  color: var(--blue-soft);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.site-footer a {
  color: var(--blue-soft);
}

.footer-meta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(247, 251, 255, 0.12);
  font-size: 0.82rem;
  color: rgba(247, 251, 255, 0.5);
}

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

.automation-step span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 50%;
  color: var(--navy);
  font-weight: 800;
  background: var(--accent);
}

.quote-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(238, 244, 248, 0.8), #ffffff);
  border: 1px solid rgba(19, 42, 99, 0.08);
}

.quote-form label {
  display: grid;
  gap: 10px;
  font-weight: 600;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(19, 42, 99, 0.12);
  border-radius: 16px;
  background: rgba(247, 251, 255, 0.9);
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
}

.full-width {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .proof-band,
  .quote-section,
  .before-after-feature,
  .page-hero,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .result-grid,
  .review-grid,
  .automation-grid,
  .quote-form,
  .footer-grid,
  .info-grid,
  .faq-list,
  .bullet-grid {
    grid-template-columns: 1fr 1fr;
  }

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

@media (max-width: 720px) {
  .page-shell {
    width: min(100% - 20px, 1200px);
    margin-top: 12px;
  }

  .site-header,
  .hero,
  .proof-band,
  .services,
  .results,
  .reviews,
  .automation-panel,
  .quote-section {
    padding: 22px;
    border-radius: 24px;
  }

  .site-header {
    gap: 14px;
  }

  .site-nav,
  .service-grid,
  .result-grid,
  .review-grid,
  .automation-grid,
  .quote-form,
  .footer-grid,
  .info-grid,
  .faq-list,
  .bullet-grid {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    max-width: 9ch;
  }

  .stat-chip {
    position: static;
    width: auto;
  }

  .hero-note {
    position: static;
    max-width: none;
  }
}
