:root {
  --ink: #17202a;
  --muted: #62717d;
  --line: #dfe7ea;
  --paper: #ffffff;
  --wash: #f5f9f8;
  --teal: #087f73;
  --teal-dark: #075f59;
  --mint: #dff5ec;
  --coral: #ef7a6a;
  --gold: #c88a26;
  --navy: #193b59;
  --green: #248a4b;
  --shadow: 0 22px 60px rgba(23, 32, 42, 0.14);
  --soft-shadow: 0 10px 30px rgba(23, 32, 42, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(223, 231, 234, 0.8);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: var(--teal-dark);
  font-size: 1.04rem;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  overflow: hidden;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.8vw, 22px);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav a:hover {
  color: var(--teal);
}

.nav-cta {
  padding: 10px 15px;
  border-radius: 8px;
  color: #fff !important;
  background: var(--ink);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.section,
.section-band {
  padding: clamp(58px, 7vw, 96px) clamp(18px, 4vw, 56px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 1fr);
  align-items: center;
  gap: clamp(34px, 5vw, 70px);
  min-height: calc(100vh - 66px);
  background:
    radial-gradient(circle at 78% 20%, rgba(239, 122, 106, 0.16), transparent 28%),
    linear-gradient(118deg, rgba(223, 245, 236, 0.92), rgba(255, 255, 255, 0.18) 46%),
    linear-gradient(180deg, #ffffff, #f6faf8);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(3.05rem, 5.35vw, 5.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3.9vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.hero-lede {
  max-width: 650px;
  color: #41505a;
  font-size: clamp(1.08rem, 1.7vw, 1.26rem);
}

.hero-actions,
.proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hero-actions {
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  box-shadow: 0 12px 24px rgba(8, 127, 115, 0.24);
}

.button.primary:hover {
  background: var(--teal-dark);
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border-color: var(--line);
}

.button.text-button {
  color: var(--teal-dark);
  background: transparent;
  border-color: transparent;
}

.proof-row {
  margin-top: 18px;
  color: #52616d;
  font-size: 0.92rem;
  font-weight: 700;
}

.compliance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.compliance-row span {
  border: 1px solid rgba(8, 127, 115, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  color: #31505a;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  font-weight: 800;
}

.proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.proof-row span::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
  content: "";
}

.hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(223, 231, 234, 0.8);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: #fff;
}

.hero-media img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.insight-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  max-width: 310px;
  gap: 5px;
  padding: 16px;
  border: 1px solid rgba(223, 231, 234, 0.86);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(12px);
}

.insight-card span {
  color: var(--coral);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.insight-card strong {
  line-height: 1.2;
}

.insight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

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

.stats-strip div {
  padding: 28px clamp(18px, 4vw, 56px);
  background: #fff;
}

.stats-strip strong,
.stats-strip span {
  display: block;
}

.stats-strip strong {
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.stats-strip span {
  color: var(--muted);
}

.review-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(18px, 4vw, 56px);
  color: #fff;
  background: var(--ink);
}

.review-strip div {
  display: grid;
  gap: 4px;
}

.review-strip span {
  color: #8de0d4;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.review-strip strong {
  font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.review-strip a {
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  padding: 11px 14px;
  color: #fff;
  font-weight: 800;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading p:not(.eyebrow),
.estimator-copy p:not(.eyebrow),
.trust p,
.consultation-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.section-heading.compact {
  max-width: 660px;
}

.services,
.platform,
.feature-band,
.process,
.faq {
  background: #fff;
}

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

.platform {
  background:
    linear-gradient(180deg, #f8faf9, #ffffff);
}

.platform-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(310px, 0.62fr);
  gap: 24px;
  align-items: start;
}

.feature-band {
  background:
    linear-gradient(180deg, #fff, #f7faf9);
}

.feature-band > div:first-child {
  max-width: 880px;
  margin-bottom: 38px;
}

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

.screenshot-frame {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.screenshot-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.screenshot-frame figcaption {
  padding: 16px 18px;
  color: var(--muted);
  font-size: 0.92rem;
}

.platform-notes {
  display: grid;
  gap: 14px;
}

.platform-notes article {
  display: grid;
  gap: 8px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.platform-notes span {
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.platform-notes p {
  margin: 0;
  color: var(--muted);
}

.service-card,
.price-card,
.timeline article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 32, 42, 0.04);
}

.service-card {
  min-height: 230px;
  padding: 26px;
}

.service-card p,
.timeline p,
.price-card p,
.price-card li,
.faq-item p {
  color: var(--muted);
}

.icon {
  display: inline-flex;
  margin-bottom: 30px;
  color: var(--coral);
  font-weight: 800;
}

.estimator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: clamp(30px, 5vw, 80px);
  align-items: start;
  background: var(--wash);
}

.estimator,
.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(23, 32, 42, 0.08);
}

label {
  display: grid;
  gap: 8px;
  color: #34434e;
  font-size: 0.92rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
}

input:focus,
select:focus,
textarea:focus,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(8, 127, 115, 0.24);
  outline-offset: 2px;
}

input[type="range"] {
  padding: 0;
  accent-color: var(--teal);
}

.estimate-result {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--navy);
}

.estimate-result strong {
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1;
}

.estimate-result small {
  color: rgba(255, 255, 255, 0.74);
}

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

.timeline article {
  padding: 24px;
  background: linear-gradient(180deg, #fff, #f8fbfa);
}

.timeline span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 34px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--teal);
  font-weight: 800;
}

.trust {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(30px, 6vw, 90px);
  align-items: center;
  color: #fff;
  background: var(--ink);
}

.trust.light {
  color: var(--ink);
  background: #f8faf9;
}

.trust.light p,
.trust.light .trust-list span {
  color: var(--muted);
}

.trust.light .trust-list div {
  border-color: var(--line);
  background: #fff;
}

.trust.light .eyebrow {
  color: var(--teal);
}

.trust .eyebrow {
  color: #8de0d4;
}

.trust p {
  color: rgba(255, 255, 255, 0.74);
}

.trust-list {
  display: grid;
  gap: 14px;
}

.trust-list div {
  display: grid;
  gap: 4px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.trust-list span {
  color: rgba(255, 255, 255, 0.68);
}

.pricing {
  background: #f8faf9;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 26px;
}

.price-card.featured {
  border-color: rgba(8, 127, 115, 0.45);
  box-shadow: var(--shadow);
}

.price-card strong {
  font-size: 2.4rem;
  line-height: 1;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

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

.faq-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  text-align: left;
  background: #fff;
  cursor: pointer;
}

.faq-item span {
  font-weight: 800;
}

.faq-item p {
  display: none;
  grid-column: 1 / -1;
  margin: 0;
}

.faq-item[aria-expanded="true"] p {
  display: block;
}

.consultation {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(340px, 0.82fr);
  gap: clamp(30px, 6vw, 86px);
  align-items: start;
  background:
    linear-gradient(120deg, rgba(239, 122, 106, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #f5f9f8);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--teal-dark);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(239, 122, 106, 0.22), transparent 30%),
    linear-gradient(135deg, #17202a, #123d45);
}

.cta-panel .eyebrow {
  color: #8de0d4;
}

.cta-panel p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 1.08rem;
}

.cta-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.cta-card strong {
  font-size: 1.35rem;
}

.cta-card span {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: var(--ink);
  font-weight: 700;
}

.footer-links a:hover {
  color: var(--teal);
}

.legal-nav {
  display: flex;
}

.legal-hero {
  padding: clamp(56px, 8vw, 96px) clamp(18px, 4vw, 56px) 34px;
  background: var(--wash);
}

.legal-hero h1 {
  max-width: 960px;
  margin-bottom: 12px;
  font-size: clamp(3rem, 8vw, 6.5rem);
}

.legal-hero p:last-child {
  color: var(--muted);
  font-weight: 700;
}

.legal-content {
  max-width: 920px;
  padding: 46px clamp(18px, 4vw, 56px) 86px;
}

.legal-content h2 {
  margin-top: 34px;
  margin-bottom: 8px;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.2;
}

.legal-content p {
  color: #46545f;
}

.page-hero {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(120deg, rgba(223, 245, 236, 0.88), rgba(255, 255, 255, 0.28) 48%),
    #f8faf9;
}

.page-hero h1 {
  max-width: 1080px;
  font-size: clamp(3rem, 6.4vw, 6rem);
}

.page-hero p:last-child {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.12rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: start;
}

.split-section p {
  color: var(--muted);
  font-size: 1.05rem;
}

.timeline.large {
  grid-template-columns: repeat(4, 1fr);
}

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

.contact-grid a,
.legal-content a,
.section-heading a {
  color: var(--teal-dark);
  font-weight: 800;
}

.muted-card {
  background: #f8faf9;
}

@media (max-width: 1020px) {
  .hero,
  .estimator-section,
  .trust,
  .consultation,
  .cta-panel,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-media img {
    min-height: 340px;
  }

  .site-header {
    gap: 14px;
  }

  .service-grid,
  .platform-showcase,
  .feature-grid,
  .contact-grid,
  .timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 72px 18px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .nav-cta {
    text-align: center;
  }

  .section,
  .section-band {
    padding-block: 56px;
  }

  h1 {
    font-size: clamp(3rem, 14vw, 4.85rem);
  }

  h2 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .review-strip {
    display: grid;
  }

  .review-strip a {
    width: 100%;
    text-align: center;
  }

  .stats-strip,
  .service-grid,
  .platform-showcase,
  .feature-grid,
  .contact-grid,
  .timeline,
  .timeline.large,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .site-nav.legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .site-nav.legal-nav a {
    padding: 8px 10px;
  }

  .hero-media img {
    min-height: 280px;
  }

  .insight-card {
    position: static;
    max-width: none;
    margin: 0;
    border-width: 1px 0 0;
    border-radius: 0;
    box-shadow: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
