:root {
  --ink: #142026;
  --night: #0d171b;
  --charcoal: #1d3036;
  --steel: #31566a;
  --teal: #08756f;
  --mint: #dcefeb;
  --paper: #f7f4ed;
  --paper-2: #fffdf8;
  --white: #ffffff;
  --line: #d7dfdd;
  --muted: #607178;
  --safety: #f5b841;
  --copper: #b65b35;
  --green: #2f8f5b;
  --shadow: 0 26px 70px rgba(13, 23, 27, 0.16);
  --soft-shadow: 0 16px 38px rgba(13, 23, 27, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

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

body.nav-open {
  overflow: hidden;
}

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

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

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

.container {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--safety);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(20, 32, 38, 0.1);
  box-shadow: 0 10px 28px rgba(13, 23, 27, 0.08);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--night);
}

.brand-logo {
  width: 250px;
  height: auto;
  object-fit: contain;
}

.nav-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-call {
  display: none;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 22px;
  color: rgba(20, 32, 38, 0.74);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.nav-menu a {
  position: relative;
}

.nav-menu a:hover {
  color: var(--night);
}

.menu-lead-form {
  display: none;
}

.nav-cta {
  padding: 10px 16px;
  color: var(--night) !important;
  background: var(--safety);
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(245, 184, 65, 0.2);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  place-items: center;
  padding: 0;
  background: var(--white);
  border: 1px solid rgba(20, 32, 38, 0.14);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(13, 23, 27, 0.08);
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  background: var(--night);
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.nav-toggle-line:nth-child(1) {
  top: 14px;
}

.nav-toggle-line:nth-child(2) {
  top: 21px;
}

.nav-toggle-line:nth-child(3) {
  top: 28px;
}

.nav-toggle[aria-expanded="true"] {
  background: var(--night);
  border-color: var(--night);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line {
  background: var(--white);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 74svh;
  display: grid;
  align-items: end;
  padding: 248px 0 22px;
  color: var(--white);
  background: var(--night);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/hero-construction-site.jpg") center / cover;
  opacity: 0.58;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 23, 27, 0.94), rgba(13, 23, 27, 0.82) 46%, rgba(13, 23, 27, 0.5)),
    linear-gradient(180deg, rgba(13, 23, 27, 0.18), rgba(13, 23, 27, 0.86)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 118px);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 1160px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  gap: 52px;
  align-items: end;
}

.hero-text {
  max-width: 760px;
}

.eyebrow,
.section-kicker,
.mini-label,
.price-label {
  margin: 0 0 14px;
  color: var(--safety);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
  font-size: 4.15rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
}

.hero-mobile-copy {
  display: none;
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--night);
  background: var(--safety);
  border-color: var(--safety);
  box-shadow: 0 16px 34px rgba(245, 184, 65, 0.25);
}

.button-secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.38);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.72);
}

.full-width {
  width: 100%;
}

.hero-proof {
  margin-top: 18px;
  gap: 12px;
}

.hero-proof div {
  min-width: 142px;
  padding: 11px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.hero-proof strong {
  display: block;
  color: var(--white);
  font-size: 1.52rem;
  line-height: 1;
}

.hero-proof span {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.hero-package {
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.hero-package-head {
  padding: 16px;
  color: var(--white);
  background: var(--night);
}

.hero-package-head span,
.hero-package-grid span,
.hero-package-foot span,
.hero-package-price span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-package-head span {
  color: rgba(255, 255, 255, 0.58);
}

.hero-package-head strong {
  display: block;
  margin-top: 7px;
  color: var(--white);
  font-size: 1.18rem;
  line-height: 1.12;
}

.hero-package-price {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  padding: 16px 16px 12px;
}

.hero-package-price span {
  align-self: flex-start;
  margin-top: 9px;
}

.hero-package-price strong {
  color: var(--ink);
  font-size: 3rem;
  font-weight: 950;
  line-height: 0.88;
}

.hero-package-price small {
  margin-bottom: 4px;
  color: var(--muted);
  font-weight: 900;
}

.hero-package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px 16px;
}

.hero-package-grid div {
  min-height: 70px;
  padding: 11px;
  background: #eef7f4;
  border: 1px solid rgba(8, 117, 111, 0.12);
  border-radius: 8px;
}

.hero-package-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.2;
}

.hero-package-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  color: var(--night);
  background: var(--safety);
}

.hero-package-foot span {
  color: rgba(13, 23, 27, 0.62);
}

.hero-package-foot strong {
  font-size: 0.98rem;
  line-height: 1.2;
  text-align: right;
}

#hero-ready-date {
  padding: 6px 9px;
  background: rgba(255, 255, 255, 0.42);
  border-radius: 8px;
}

.section {
  padding: 92px 0;
  scroll-margin-top: 92px;
}

.section-heading,
.section-intro {
  scroll-margin-top: 112px;
}

main [id] {
  scroll-margin-top: 112px;
}

.section-intro h2,
.section-heading h2,
.pricing-heading h2,
.faq-grid h2,
.contact-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 3.15rem;
  line-height: 1.04;
  letter-spacing: 0;
}

.section-intro p:not(.section-kicker),
.section-heading p:not(.section-kicker),
.pricing-heading p:not(.section-kicker),
.contact-copy p:not(.section-kicker),
.faq-grid p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.04rem;
}

.section-heading.wide {
  max-width: 920px;
}

.industries-section {
  background: var(--paper-2);
}

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

.industry-grid article {
  min-height: 210px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(13, 23, 27, 0.07);
}

.industry-grid article:nth-child(3n + 1) {
  border-top: 5px solid var(--safety);
}

.industry-grid article:nth-child(3n + 2) {
  border-top: 5px solid var(--teal);
}

.industry-grid article:nth-child(3n) {
  border-top: 5px solid var(--copper);
}

.industry-grid h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.2;
}

.industry-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.support-heading {
  max-width: 760px;
  margin-top: 42px;
}

.support-heading h3 {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.12;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.service-detail-grid article {
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background: var(--mint);
  border: 1px solid rgba(8, 117, 111, 0.12);
  border-radius: 8px;
}

.service-detail-grid h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.18;
}

.platform-section {
  background:
    linear-gradient(180deg, var(--paper) 0%, var(--mint) 100%);
}

.platform-grid,
.promise-grid,
.contact-grid,
.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 56px;
  align-items: center;
}

.promise-grid {
  align-items: start;
}

.promise-intro {
  position: sticky;
  top: 120px;
}

.promise-statement {
  margin-top: 30px;
  padding: 22px;
  color: var(--white);
  background: var(--night);
  border-left: 5px solid var(--safety);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.promise-statement strong {
  display: block;
  color: var(--safety);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.promise-statement p {
  margin: 10px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
}

.promise-panel {
  display: grid;
  gap: 14px;
}

.promise-panel article {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 18px;
  padding: 22px;
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid rgba(20, 32, 38, 0.12);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.promise-panel article span {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--night);
  background: var(--safety);
  border-radius: 8px;
  font-weight: 950;
}

.promise-panel article h3 {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.2;
}

.promise-panel article p {
  grid-column: 2;
  margin: 10px 0 0;
  color: var(--muted);
}

.dashboard-preview {
  overflow: hidden;
  background: var(--paper-2);
  border: 1px solid rgba(20, 32, 38, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dashboard-topbar {
  min-height: 50px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  color: var(--white);
  background: var(--night);
}

.window-controls {
  display: flex;
  gap: 7px;
}

.window-controls span {
  width: 10px;
  height: 10px;
  background: var(--safety);
  border-radius: 999px;
}

.window-controls span:nth-child(2) {
  background: var(--teal);
}

.window-controls span:nth-child(3) {
  background: var(--copper);
}

.dashboard-topbar strong {
  font-size: 0.86rem;
}

.dashboard-topbar small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.78rem;
  font-weight: 800;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 162px 1fr;
  gap: 18px;
  padding: 18px;
}

.dashboard-sidebar {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 15px;
  color: var(--white);
  background: var(--charcoal);
  border-radius: 8px;
}

.sidebar-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sidebar-item {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.72);
  border-radius: 8px;
  font-size: 0.86rem;
  font-weight: 800;
}

.sidebar-item.active {
  color: var(--night);
  background: var(--safety);
}

.sidebar-item span {
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 999px;
  opacity: 0.7;
}

.preview-visual {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--ink);
}

.preview-visual img {
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}

.preview-status {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 9px 12px;
  color: var(--night);
  background: var(--safety);
  border-radius: 8px;
  font-weight: 950;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

.preview-copy {
  grid-column: 2;
  align-self: center;
  padding: 6px 2px 0;
}

.preview-copy .mini-label {
  color: var(--teal);
}

.preview-copy h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.12;
}

.preview-copy p:not(.mini-label) {
  margin: 13px 0 0;
  color: var(--muted);
}

.preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.preview-actions span {
  padding: 7px 10px;
  color: var(--teal);
  background: rgba(8, 117, 111, 0.08);
  border: 1px solid rgba(8, 117, 111, 0.18);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 900;
}

.metric-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.metric-row div {
  min-height: 92px;
  padding: 16px;
  background: #eef7f4;
  border: 1px solid rgba(8, 117, 111, 0.12);
  border-radius: 8px;
}

.metric-row span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
}

.metric-row strong {
  display: block;
  margin-top: 9px;
  color: var(--ink);
  font-size: 1.22rem;
}

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

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

.feature-section {
  background: var(--paper-2);
}

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

.feature-card {
  position: relative;
  min-height: 248px;
  padding: 24px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: var(--safety);
}

.feature-card:nth-child(2)::before,
.feature-card:nth-child(5)::before {
  background: var(--teal);
}

.feature-card:nth-child(3)::before,
.feature-card:nth-child(6)::before {
  background: var(--copper);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--night);
  background: var(--safety);
  border-radius: 8px;
  font-weight: 950;
}

.feature-tag {
  display: inline-block;
  margin-left: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-card h3,
.timeline h3,
.work-card h3,
.faq-list summary {
  margin: 18px 0 0;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.feature-card p,
.timeline p,
.work-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.pricing-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(13, 23, 27, 0.98), rgba(22, 49, 55, 0.94) 58%, rgba(8, 117, 111, 0.88)),
    url("assets/hero-construction-site.jpg") center / cover;
}

.pricing-heading {
  max-width: 880px;
}

.pricing-heading h2,
.pricing-heading p:not(.section-kicker) {
  color: var(--white);
}

.pricing-heading p:not(.section-kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
}

.pricing-options {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 34px;
}

.price-card,
.pricing-value-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-card.featured {
  border-color: rgba(255, 190, 49, 0.78);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.price-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.price-badge {
  width: min(230px, 42%);
  padding: 13px 14px;
  color: var(--night);
  background: #fff5d8;
  border: 1px solid rgba(245, 184, 65, 0.36);
  border-radius: 8px;
}

.price-badge span {
  display: block;
  color: rgba(13, 23, 27, 0.56);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-badge strong {
  display: block;
  margin-top: 6px;
  font-size: 0.92rem;
  line-height: 1.2;
}

.pricing-value-card {
  justify-content: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.16);
}

.price-ribbon {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  padding: 7px 12px;
  color: var(--night);
  background: var(--safety);
  border-radius: 8px;
  font-size: 0.8rem;
  font-weight: 950;
}

.price-ribbon.muted {
  color: var(--white);
  background: var(--teal);
}

.pricing-value-card h3 {
  margin: 28px 0 0;
  color: var(--white);
  font-size: 2.05rem;
  line-height: 1.08;
}

.pricing-value-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.value-points {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.value-points div {
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
}

.value-points span {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--safety);
  background: rgba(245, 184, 65, 0.12);
  border: 1px solid rgba(245, 184, 65, 0.2);
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.value-points strong {
  display: block;
  margin-top: 7px;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.34;
}

.value-points p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.9rem;
  line-height: 1.44;
}

.price-label {
  margin-top: 18px;
  color: var(--teal);
  font-size: 0.79rem;
  font-weight: 950;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(20, 32, 38, 0.1);
}

.price {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  margin-top: 0;
  font-size: 5.6rem;
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: 0;
}

.price span {
  margin-top: 8px;
  font-size: 1.55rem;
}

.price small {
  align-self: flex-end;
  margin: 0 0 9px 4px;
  color: var(--muted);
  font-size: 1rem;
  font-weight: 900;
}

.setup-fee {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 9px 12px;
  color: var(--copper);
  background: #fff5ef;
  border: 1px solid rgba(182, 91, 53, 0.16);
  border-radius: 8px;
  font-weight: 950;
  white-space: nowrap;
}

.price-note {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

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

.included-grid div {
  min-height: 146px;
  padding: 16px;
  background: #f7faf8;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.included-grid span {
  display: block;
  color: var(--teal);
  font-size: 0.74rem;
  font-weight: 950;
  text-transform: uppercase;
}

.included-grid strong {
  display: block;
  margin-top: 8px;
  font-size: 1.08rem;
  line-height: 1.18;
}

.included-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.42;
}

.pricing-highlights {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.pricing-highlights div {
  padding: 14px;
  background: #f5f8f6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.pricing-highlights span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.pricing-highlights strong {
  display: block;
  margin-top: 6px;
  font-size: 0.96rem;
  line-height: 1.2;
}

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

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.42;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px var(--white);
  outline: 2px solid rgba(47, 143, 91, 0.28);
}

.price-card .button {
  margin-top: auto;
}

.full-width {
  justify-content: center;
  width: 100%;
}

.pricing-summary {
  display: grid;
  grid-template-columns: 0.86fr 0.76fr 1.18fr;
  gap: 1px;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.pricing-summary div {
  min-height: 94px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.pricing-summary span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.77rem;
  font-weight: 950;
  text-transform: uppercase;
}

.pricing-summary strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 1.02rem;
  line-height: 1.28;
}

.process-section {
  background: var(--paper-2);
}

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

.timeline article {
  position: relative;
  min-height: 250px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 5px solid var(--safety);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.timeline article:nth-child(2) {
  border-top-color: var(--teal);
}

.timeline article:nth-child(3) {
  border-top-color: var(--copper);
}

.timeline span {
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.timeline-number {
  position: absolute;
  top: 20px;
  right: 22px;
  color: rgba(20, 32, 38, 0.08);
  font-size: 3rem;
  line-height: 1;
}

.launch-estimate {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding: 22px 24px;
  color: var(--white);
  background: var(--charcoal);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.launch-estimate span {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 850;
}

.launch-estimate strong {
  font-size: 1.28rem;
}

.work-section {
  background: var(--mint);
}

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

.work-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(20, 32, 38, 0.12);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.work-card img {
  height: 248px;
  object-fit: cover;
}

.work-card div {
  padding: 21px;
}

.work-card p {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.work-card h3 {
  margin-top: 8px;
}

.work-card span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.faq-section {
  background: var(--paper);
}

.faq-grid {
  align-items: start;
}

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

.faq-list details {
  padding: 20px 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(13, 23, 27, 0.06);
}

.faq-list summary {
  margin: 0;
  cursor: pointer;
  font-weight: 950;
}

.faq-list p {
  margin: 12px 0 0;
}

.contact-section {
  background:
    linear-gradient(90deg, rgba(13, 23, 27, 0.98), rgba(20, 32, 38, 0.92)),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1600&q=82") center / cover;
  color: var(--white);
}

.contact-copy h2 {
  color: var(--white);
}

.contact-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.72);
}

.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 850;
}

.contact-points span {
  padding-left: 18px;
  border-left: 4px solid var(--safety);
}

.lead-form {
  padding: 28px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.form-row.two-column {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-row label {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 950;
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 13px;
  color: var(--ink);
  background: #f8faf9;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.form-row textarea {
  resize: vertical;
}

.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus,
.menu-lead-form input:focus,
.menu-lead-form button:focus-visible,
.button:focus-visible,
.nav-toggle:focus-visible,
.header-call:focus-visible {
  outline: 3px solid rgba(245, 184, 65, 0.55);
  outline-offset: 2px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--teal);
  font-weight: 950;
}

.site-footer {
  padding: 34px 0 22px;
  color: var(--muted);
  background: var(--white);
  border-top: 1px solid rgba(20, 32, 38, 0.1);
}

.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 24px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 82px;
  height: auto;
}

.footer-brand strong {
  color: var(--ink);
  font-size: 1.04rem;
}

.footer-brand p,
.footer-bottom p {
  margin: 4px 0 0;
}

.footer-action {
  display: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: rgba(20, 32, 38, 0.72);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 32, 38, 0.1);
  color: rgba(20, 32, 38, 0.62);
  font-size: 0.9rem;
}

.footer-bottom a {
  font-weight: 950;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 60;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: var(--white);
  background: #128c4a;
  border: 2px solid rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  box-shadow: 0 18px 38px rgba(13, 23, 27, 0.24);
  font-size: 0.92rem;
  font-weight: 950;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  background: #0f7c41;
  box-shadow: 0 22px 44px rgba(13, 23, 27, 0.3);
}

.whatsapp-float span {
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(14px);
  }

  .nav {
    min-height: 74px;
    gap: 12px;
  }

  .brand-logo {
    width: 202px;
  }

  .nav-tools {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
  }

  .header-call {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    color: var(--night);
    background: var(--safety);
    border: 1px solid rgba(245, 184, 65, 0.86);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(245, 184, 65, 0.22);
    font-size: 0.74rem;
    font-weight: 950;
    line-height: 1.05;
    text-align: center;
    text-transform: uppercase;
  }

  .nav-toggle {
    display: grid;
    flex: 0 0 auto;
  }

  .nav-menu {
    position: fixed;
    top: 74px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    max-height: calc(100dvh - 74px);
    overflow: auto;
    padding: 8px 16px 16px;
    color: var(--ink);
    background: var(--white);
    border-top: 1px solid rgba(20, 32, 38, 0.08);
    border-bottom: 1px solid rgba(20, 32, 38, 0.12);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 30px 60px rgba(13, 23, 27, 0.18);
    transform: translateY(-10px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-menu.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 13px 4px;
    border-bottom: 1px solid rgba(20, 32, 38, 0.08);
  }

  .nav-menu a:hover {
    color: var(--ink);
  }

  .nav-cta {
    justify-content: flex-start;
    margin-top: 0;
    color: var(--ink) !important;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(20, 32, 38, 0.08) !important;
    text-align: center;
  }

  .menu-lead-form {
    display: grid;
    gap: 9px;
    margin-top: 14px;
    padding: 14px;
    background: #f7faf8;
    border: 1px solid rgba(20, 32, 38, 0.1);
    border-radius: 8px;
  }

  .menu-lead-form strong {
    color: var(--ink);
    font-size: 0.82rem;
    line-height: 1.2;
    text-transform: none;
  }

  .menu-lead-form input {
    width: 100%;
    min-height: 42px;
    padding: 10px 11px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: none;
  }

  .menu-lead-form button {
    min-height: 42px;
    color: var(--night);
    background: var(--safety);
    border: 0;
    border-radius: 8px;
    font-size: 0.84rem;
    font-weight: 950;
    text-transform: uppercase;
    cursor: pointer;
  }

  .hero {
    min-height: auto;
    padding-top: 168px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .hero-text {
    max-width: 780px;
  }

  .hero h1 {
    font-size: 4rem;
  }

  .platform-grid,
  .promise-grid,
  .contact-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

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

  .promise-intro {
    position: static;
  }

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

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

  .dashboard-body {
    grid-template-columns: 1fr;
  }

  .dashboard-sidebar,
  .preview-copy {
    grid-column: auto;
  }

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

  .sidebar-label {
    grid-column: 1 / -1;
  }

  .feature-grid,
  .timeline,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .timeline article {
    min-height: auto;
  }

}

@media (max-width: 640px) {
  .container {
    width: min(100% - 40px, 1160px);
  }

  .nav {
    min-height: 66px;
  }

  .brand-logo {
    width: 146px;
  }

  .nav-tools {
    gap: 7px;
  }

  .header-call {
    min-height: 42px;
    padding: 9px 8px;
    font-size: 0.68rem;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    border-radius: 8px;
  }

  .nav-toggle-line:nth-child(1) {
    top: 13px;
  }

  .nav-toggle-line:nth-child(2) {
    top: 20px;
  }

  .nav-toggle-line:nth-child(3) {
    top: 27px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1),
  .nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
    top: 20px;
  }

  .nav-menu {
    top: 66px;
    max-height: calc(100dvh - 66px);
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero {
    min-height: auto;
    padding-top: 146px;
    padding-bottom: 24px;
    background-position: 58% center;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .hero-text {
    display: contents;
  }

  .hero-text .eyebrow {
    order: 1;
  }

  .hero h1 {
    order: 2;
  }

  .hero-mobile-copy {
    display: block;
    order: 3;
    max-width: 34ch;
    margin: -6px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.96rem;
    line-height: 1.42;
  }

  .hero-package {
    order: 4;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  }

  .hero-actions {
    order: 5;
  }

  .hero-proof {
    order: 6;
  }

  .eyebrow,
  .section-kicker,
  .mini-label,
  .price-label {
    font-size: 0.74rem;
  }

  .hero h1 {
    font-size: 2.48rem;
    line-height: 1.02;
  }

  .hero-copy {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding: 11px 10px;
    font-size: 0.88rem;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .hero-proof div {
    min-width: 0;
    padding: 10px 8px;
    text-align: center;
  }

  .hero-proof strong {
    font-size: 1.08rem;
  }

  .hero-proof span {
    font-size: 0.74rem;
    line-height: 1.15;
  }

  .hero-package-head {
    padding: 12px 14px;
  }

  .hero-package-head strong {
    margin-top: 4px;
    font-size: 0.98rem;
  }

  .hero-package-price {
    gap: 5px;
    padding: 12px 14px 8px;
  }

  .hero-package-price span {
    margin-top: 5px;
  }

  .hero-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 0 14px 12px;
  }

  .hero-package-grid div {
    min-height: 48px;
    padding: 8px;
  }

  .hero-package-price strong {
    font-size: 2.45rem;
  }

  .hero-package-price small {
    margin-bottom: 1px;
    font-size: 0.86rem;
  }

  .hero-package-grid span,
  .hero-package-foot span,
  .hero-package-price span {
    font-size: 0.66rem;
  }

  .hero-package-grid strong {
    margin-top: 4px;
    font-size: 0.83rem;
  }

  .hero-package-foot {
    align-items: center;
    flex-direction: row;
    padding: 10px 14px;
  }

  .hero-package-foot strong {
    font-size: 0.82rem;
    text-align: right;
  }

  .industry-grid,
  .metric-row,
  .pricing-highlights,
  .included-grid {
    grid-template-columns: 1fr;
  }

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

  .service-detail-grid article {
    min-height: 50px;
    justify-content: center;
    padding: 10px;
    background: rgba(220, 239, 235, 0.72);
    border-color: rgba(8, 117, 111, 0.18);
    border-radius: 8px;
    text-align: center;
  }

  .service-detail-grid h3 {
    font-size: 0.88rem;
    line-height: 1.15;
  }

  .section {
    padding: 58px 0;
  }

  .section-intro h2,
  .section-heading h2,
  .pricing-heading h2,
  .faq-grid h2,
  .contact-copy h2 {
    font-size: 1.92rem;
    line-height: 1.08;
  }

  .industry-grid,
  .feature-grid,
  .promise-panel,
  .timeline,
  .work-grid,
  .faq-list {
    gap: 12px;
  }

  .industry-grid article,
  .feature-card,
  .timeline article,
  .work-card,
  .promise-panel article {
    padding: 18px;
  }

  .pricing-options {
    gap: 14px;
  }

  .price-card-top,
  .price-row {
    align-items: stretch;
    flex-direction: column;
  }

  .price-badge {
    width: 100%;
  }

  .price-row {
    gap: 12px;
    padding-bottom: 18px;
  }

  .setup-fee {
    justify-content: center;
    width: 100%;
    margin-bottom: 0;
  }

  .pricing-value-card h3 {
    font-size: 1.55rem;
  }

  .dashboard-body,
  .lead-form,
  .price-card,
  .pricing-value-card {
    padding: 16px;
  }

  .promise-panel article {
    grid-template-columns: 1fr;
  }

  .promise-panel article p {
    grid-column: auto;
  }

  .dashboard-sidebar {
    grid-template-columns: 1fr;
  }

  .preview-visual,
  .preview-visual img {
    min-height: 240px;
  }

  .price {
    font-size: 4.1rem;
  }

  .included-grid div {
    min-height: auto;
  }

  .pricing-summary div {
    min-height: auto;
  }

  .form-row.two-column {
    grid-template-columns: 1fr;
  }

  .footer-main,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .site-footer {
    padding: 32px 0 94px;
  }

  .footer-main {
    gap: 18px;
    padding-bottom: 22px;
  }

  .footer-brand {
    flex-direction: row;
    align-items: center;
    gap: 13px;
    width: 100%;
    max-width: none;
    padding: 0 0 18px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(20, 32, 38, 0.1);
    text-align: left;
  }

  .footer-brand img {
    flex: 0 0 auto;
    width: 62px;
    padding: 7px;
    background: var(--white);
    border: 1px solid rgba(20, 32, 38, 0.08);
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(13, 23, 27, 0.06);
  }

  .footer-brand strong {
    display: block;
    font-size: 1.08rem;
    line-height: 1.15;
  }

  .footer-brand p {
    max-width: none;
    margin: 6px 0 0;
    line-height: 1.42;
    font-size: 0.9rem;
  }

  .footer-action {
    display: grid;
    gap: 8px;
    padding: 18px;
    color: var(--white);
    background: var(--night);
    border-left: 5px solid var(--safety);
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 16px 34px rgba(13, 23, 27, 0.12);
  }

  .footer-action span {
    color: var(--safety);
    font-size: 0.75rem;
    font-weight: 950;
    text-transform: uppercase;
  }

  .footer-action strong {
    font-size: 1.08rem;
    line-height: 1.24;
  }

  .footer-action a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 10px 14px;
    color: var(--night);
    background: var(--safety);
    border-radius: 8px;
    font-weight: 950;
  }

  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    justify-content: stretch;
  }

  .footer-links a {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 8px;
    color: var(--ink);
    background: var(--white);
    border: 1px solid rgba(20, 32, 38, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 18px rgba(13, 23, 27, 0.04);
    line-height: 1.15;
  }

  .footer-bottom {
    align-items: flex-start;
    gap: 11px;
    padding-top: 22px;
    font-size: 0.82rem;
    text-align: left;
  }

  .footer-bottom p {
    margin: 0;
    max-width: 310px;
    line-height: 1.42;
  }

  .footer-bottom p:last-child {
    color: rgba(20, 32, 38, 0.62);
  }

  .footer-bottom p:last-child a {
    color: var(--teal);
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 46px;
    padding: 11px 16px;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(100% - 32px, 1160px);
  }

  .brand-logo {
    width: 128px;
  }

  .hero h1 {
    font-size: 2.28rem;
  }
}
