:root {
  --ink: #10231f;
  --ink-soft: #42534e;
  --cream: #f7f4ec;
  --paper: #fffdf8;
  --mint: #b7f34a;
  --mint-dark: #8fca25;
  --teal: #0d5148;
  --teal-light: #d6ebe5;
  --line: #d9dfd9;
  --shadow: 0 24px 70px rgba(15, 46, 40, 0.12);
  --radius-lg: 30px;
  --radius-md: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 20px 28px;
  background: rgba(247, 244, 236, 0.9);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--mint);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -1px;
}
.brand-copy { display: flex; flex-direction: column; line-height: 1.2; }
.brand-copy strong { font-family: "Manrope", sans-serif; }
.brand-copy small { color: var(--ink-soft); margin-top: 4px; }
nav { display: flex; align-items: center; gap: 28px; font-weight: 600; }
nav a:hover { opacity: .7; }
.nav-cta { background: var(--ink); color: white; padding: 12px 18px; border-radius: 999px; }

.hero {
  max-width: 1240px;
  margin: 16px auto 0;
  padding: 58px 28px 70px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 62px;
}
.eyebrow, .kicker {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--teal);
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--mint-dark); box-shadow: 0 0 0 6px rgba(143,202,37,.16); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { font-size: clamp(54px, 6vw, 84px); line-height: .99; letter-spacing: -4.2px; margin: 24px 0; }
h1 em { color: var(--teal); font-style: normal; }
.hero-copy > p { max-width: 650px; font-size: 19px; color: var(--ink-soft); }
.hero-actions { display: flex; gap: 14px; margin: 34px 0 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 0; border-radius: 999px; padding: 15px 22px; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; box-shadow: 0 14px 30px rgba(16,35,31,.18); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.price-note { display: flex; flex-direction: column; gap: 4px; padding-left: 18px; border-left: 3px solid var(--mint-dark); }
.price-note span { color: var(--ink-soft); font-size: 14px; }

.hero-visual {
  min-height: 530px;
  position: relative;
  overflow: hidden;
  border-radius: 44px;
  background: radial-gradient(circle at 50% 45%, #1d6d60 0, #0d5148 48%, #082f2a 100%);
  box-shadow: var(--shadow);
}
.hero-visual::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  top: 76px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-visual::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.visual-center { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; text-align: center; padding: 90px; z-index: 2; transform: translateY(-34px); }
.mini-label { font-size: 11px; letter-spacing: 2px; color: var(--mint); font-weight: 800; }
.logo-orb { width: 150px; height: 150px; display: grid; place-items: center; margin: 24px 0; border-radius: 36px; background: var(--mint); color: var(--ink); font: 800 48px/1 "Manrope", sans-serif; transform: rotate(-5deg); box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.visual-center p { max-width: 330px; color: rgba(255,255,255,.78); }
.device-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; width: 225px; padding: 15px; background: rgba(255,255,255,.95); border-radius: 18px; box-shadow: 0 18px 50px rgba(0,0,0,.2); }
.device-card small { display: block; color: #66716e; }
.device-card strong { font-size: 14px; }
.device-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--teal-light); color: var(--teal); font-size: 22px; }
.router-card { top: 70px; right: 28px; transform: rotate(3deg); }
.printer-card { bottom: 24px; left: 26px; transform: rotate(-4deg); }
.status-dot { margin-left: auto; width: 11px; height: 11px; border-radius: 50%; background: #62b82c; box-shadow: 0 0 0 5px #dff2d2; }
.check { margin-left: auto; color: #55a926; font-weight: 800; font-size: 22px; }
.signal { position: absolute; border-radius: 50%; background: var(--mint); opacity: .8; }
.signal-one { width: 15px; height: 15px; left: 42px; top: 48px; }
.signal-two { width: 8px; height: 8px; right: 58px; bottom: 42px; }

.trust-strip { max-width: 1184px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); background: var(--paper); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.trust-strip div { padding: 24px 30px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: var(--ink-soft); font-size: 14px; margin-top: 4px; }

.section { max-width: 1240px; margin: 0 auto; padding: 110px 28px; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 45px; }
.section-heading h2, .process-intro h2, .request-copy h2 { font-size: clamp(38px,4.2vw,58px); line-height: 1.07; letter-spacing: -2.5px; margin: 12px 0 0; }
.section-heading > p, .process-intro > p { color: var(--ink-soft); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { position: relative; min-height: 460px; padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.service-card.featured { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-10px); }
.service-number { position: absolute; top: 28px; right: 30px; color: #8a9692; font: 700 14px "Manrope", sans-serif; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; background: var(--teal-light); color: var(--teal); font-size: 28px; margin-bottom: 62px; }
.featured .service-icon { background: var(--mint); color: var(--ink); }
.service-card h3 { font-size: 28px; margin-bottom: 14px; }
.service-card p { color: var(--ink-soft); }
.featured p { color: rgba(255,255,255,.7); }
.service-card ul { list-style: none; padding: 0; margin: 26px 0 0; }
.service-card li { padding: 10px 0; border-top: 1px solid var(--line); font-weight: 600; }
.featured li { border-color: rgba(255,255,255,.15); }
.coming-soon { position: absolute; right: 28px; top: 66px; padding: 7px 10px; border-radius: 999px; background: #e9f3d9; color: #52720e; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.future-card { background: #eef2ec; }

.process-section { max-width: none; background: var(--paper); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.process-intro { max-width: 510px; margin-left: max(28px, calc((100vw - 1184px)/2)); }
.steps { margin-right: max(28px, calc((100vw - 1184px)/2)); }
.steps article { display: grid; grid-template-columns: 54px 1fr; column-gap: 20px; padding: 28px 0; border-top: 1px solid var(--line); }
.steps article:last-child { border-bottom: 1px solid var(--line); }
.steps article > span { grid-row: 1/3; width: 48px; height: 48px; display: grid; place-items: center; background: var(--mint); border-radius: 15px; font-family: "Manrope", sans-serif; font-weight: 800; }
.steps h3 { margin: 0 0 5px; font-size: 22px; }
.steps p { margin: 0; color: var(--ink-soft); }

.request-section { margin-top: 90px; margin-bottom: 90px; max-width: 1184px; border-radius: 38px; background: var(--teal); color: white; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; padding: 70px; box-shadow: var(--shadow); }
.kicker.light { color: var(--mint); }
.request-copy > p { color: rgba(255,255,255,.72); font-size: 17px; }
.starting-price { display: flex; flex-direction: column; padding: 24px 0 0; margin-top: 30px; border-top: 1px solid rgba(255,255,255,.15); }
.starting-price span { color: rgba(255,255,255,.65); }
.starting-price strong { font: 800 58px "Manrope", sans-serif; color: var(--mint); }
.sms-form { background: white; color: var(--ink); padding: 30px; border-radius: 25px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sms-form label { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 800; }
.sms-form input, .sms-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; border: 1px solid #cad2ce; border-radius: 12px; color: var(--ink); background: #fbfcfa; outline: none; resize: vertical; }
.sms-form input:focus, .sms-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(13,81,72,.09); }
.text-button { width: 100%; justify-content: space-between; background: var(--ink); color: white; border-radius: 14px; }
.form-note { margin: 12px 4px 0; color: #6b7773; font-size: 12px; }
.form-note code { background: #eef1ef; padding: 2px 5px; border-radius: 4px; }

.direct-contact {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.direct-contact-label {
  margin: 0 0 6px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
}
.direct-contact > p:not(.direct-contact-label) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}
.direct-contact-actions {
  margin-top: 16px;
}
.direct-contact-button {
  width: 100%;
  justify-content: center;
  background: var(--mint);
  color: var(--ink);
  border-radius: 14px;
}

.compact { grid-template-columns: 1fr; }
.faq-grid { display: grid; gap: 12px; }
details { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; }
summary { cursor: pointer; font-weight: 800; font-family: "Manrope", sans-serif; }
details p { color: var(--ink-soft); margin-bottom: 0; max-width: 800px; }

footer { max-width: 1184px; margin: 0 auto; padding: 50px 0 60px; display: grid; grid-template-columns: 1fr auto; gap: 14px 30px; align-items: center; border-top: 1px solid var(--line); color: var(--ink-soft); }
.footer-brand { color: var(--ink); }
.copyright { grid-column: 2; margin: 0; font-size: 13px; }

@media (max-width: 900px) {
  nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 34px; }
  .hero-visual { min-height: 470px; }
  .section-heading, .process-section, .request-section { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card.featured { transform: none; }
  .process-intro, .steps { margin-left: 28px; margin-right: 28px; }
  .request-section { margin-left: 20px; margin-right: 20px; padding: 45px 28px; }
  footer { margin: 0 28px; grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

@media (max-width: 620px) {
  .site-header { padding: 15px 18px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 42px; height: 42px; }
  .nav-cta { padding: 10px 14px; font-size: 13px; }
  .hero { padding-left: 20px; padding-right: 20px; gap: 40px; }
  h1 { font-size: 51px; letter-spacing: -3px; }
  .hero-copy > p { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-visual { min-height: 430px; }
  .visual-center { padding: 50px; transform: translateY(-20px); }
  .logo-orb { width: 125px; height: 125px; font-size: 40px; }
  .device-card { width: 190px; padding: 12px; }
  .router-card { top: 25px; right: 12px; }
  .printer-card { bottom: 12px; left: 12px; }
  .trust-strip { margin: 0 20px; grid-template-columns: 1fr; }
  .trust-strip div { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip div:last-child { border-bottom: 0; }
  .section { padding: 80px 20px; }
  .section-heading { gap: 15px; }
  .section-heading h2, .process-intro h2, .request-copy h2 { font-size: 39px; }
  .process-intro, .steps { margin-left: 20px; margin-right: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .request-section { padding: 38px 20px; border-radius: 28px; }
  .sms-form { padding: 22px; }
}
