@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');

:root {
  --ink: #10241f;
  --muted: #60746c;
  --soft: #eef5f1;
  --paper: #f7faf8;
  --panel: #ffffff;
  --line: #d9e6df;
  --green: #12684f;
  --green-dark: #0c4d3a;
  --blue: #244e63;
  --gold: #b27a2d;
  --danger: #a33a3f;
  --shadow-sm: 0 8px 24px rgba(16, 36, 31, 0.06);
  --shadow-md: 0 18px 48px rgba(16, 36, 31, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(18, 104, 79, 0.08), transparent 34rem), linear-gradient(180deg, #fbfdfb 0%, var(--paper) 42%, #f3f8f5 100%);
  color: var(--ink);
  font: 16px/1.65 "DM Sans", Arial, sans-serif;
}

a { color: var(--green); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 {
  color: var(--ink);
  font-family: "Manrope", "DM Sans", Arial, sans-serif;
  letter-spacing: 0;
  line-height: 1.14;
}

h1 { font-size: clamp(36px, 5vw, 64px); }
h2 { font-size: clamp(26px, 3vw, 38px); }
h3 { font-size: 22px; }
p { color: var(--muted); }

.top {
  min-height: 82px;
  border-bottom: 1px solid rgba(217, 230, 223, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 5vw;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 800;
  font-size: 22px;
}

.brand:hover { text-decoration: none; }

.mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(145deg, var(--green), var(--green-dark));
  color: #fff;
  font-size: 22px;
  box-shadow: 0 10px 26px rgba(18, 104, 79, 0.22);
}

.top nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  color: var(--muted);
}

.top nav a {
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.button, button, .btn {
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 12px 20px;
  font: 800 14px "DM Sans", Arial, sans-serif;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: 0 10px 22px rgba(18, 104, 79, 0.16);
}

.button:hover, button:hover, .btn:hover {
  background: var(--green-dark);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.button.secondary { background: #fff; color: var(--green); box-shadow: none; }
.button.small { min-height: 40px; padding: 9px 16px; }

.notice {
  margin: 22px 0;
  padding: 14px 16px;
  border: 1px solid #cfe2c0;
  border-radius: 8px;
  background: #f1f8e9;
  color: #304d2d;
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero, .platform-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: clamp(34px, 6vw, 74px);
  align-items: center;
  padding: 76px 0 64px;
}

.hero h1, .platform-hero h1 { margin: 0 0 20px; max-width: 720px; }
.hero h1 em, .platform-hero h1 em { color: var(--green); font-style: normal; }
.hero p, .platform-hero p { max-width: 610px; font-size: 18px; }

.actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.actions span { color: var(--muted); font-size: 13px; font-weight: 700; }

.preview, .control-preview {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.control-preview { padding: 18px; }

.preview-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 30px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.preview-bar i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9d7cf;
}

.preview-bar span { margin-left: 18px; }

.mini-hero, .dashboard-panel {
  border-radius: 8px;
  background: linear-gradient(135deg, #123f32, #286047);
  color: #fff;
}

.mini-hero { padding: 32px 26px; }
.dashboard-panel { padding: 26px; }
.mini-hero small, .dashboard-panel small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.mini-hero h2, .dashboard-panel h2 { color: #fff; margin: 12px 0 22px; }

.mini-search {
  display: block;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  padding: 13px 14px;
  font-size: 12px;
}

.mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  padding-top: 16px;
}

.mini-grid b, .mini-grid small { display: block; margin: 7px 8px; font-size: 12px; }
.mini-grid small { color: var(--muted); font-size: 10px; }

.building {
  min-height: 112px;
  border-radius: 8px;
  background-color: #c8d8cc;
  background-image: linear-gradient(145deg, transparent 50%, #87a98f 50%), repeating-linear-gradient(90deg, #d4dccf 0 30px, #9fad9c 31px 35px);
}

.b2 { background-image: linear-gradient(170deg, #d8e3d6 45%, #a2bc91 46%, #a2bc91 65%, #6f895e 66%); }

.float-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 15px 18px;
  box-shadow: var(--shadow-sm);
  font-weight: 800;
}

.float-card span { display: block; color: var(--muted); font-size: 12px; font-weight: 600; }

.value-grid, .cards, .stats { display: grid; gap: 20px; }
.value-grid { grid-template-columns: repeat(3, 1fr); margin: 26px 0 54px; }

.value-grid article, .card, .stats article, .form-card, .policy-card, .contact-card, .billing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-sm);
}

.value-grid article { padding: 24px; }
.value-grid article > span { color: var(--gold); font-size: 12px; font-weight: 800; }
.section { margin: 64px 0; }
.section > h2, .section > p { max-width: 760px; }
.cards { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card { padding: 28px; }
.card h2, .card h3 { margin-top: 0; }
.card small { display: block; color: var(--muted); }

.price { color: var(--ink); font-size: 34px; font-weight: 800; }
.price small { display: inline; color: var(--muted); font-size: 15px; font-weight: 600; }

.card ul { list-style: none; padding: 0; margin: 24px 0; }
.card li { padding: 7px 0; color: #31463f; }
.card li::before { content: "✓"; color: var(--green); margin-right: 10px; font-weight: 800; }

.form-card {
  max-width: 900px;
  margin: 54px auto;
  padding: clamp(24px, 4vw, 42px);
}

.form-card h1 { font-size: 34px; margin-top: 0; }
.form-card form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.form-card form > p, .form-card form > div { margin: 0; }
.form-card form > p:first-of-type, .form-card form > button, .form-card form > .errorlist, .form-card .agreement-block { grid-column: 1 / -1; }

label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input, select, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8d7cf;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

textarea { min-height: 110px; resize: vertical; }
input[type="checkbox"] { width: auto; min-height: 0; }

input:focus, select:focus, textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(18, 104, 79, 0.12);
  outline: 0;
}

.helptext, .muted-note { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
.errorlist, .field-error { color: var(--danger); font-size: 13px; font-weight: 700; }

.agreement-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfdfb;
  padding: 14px;
}

.agreement-content {
  max-height: 190px;
  overflow: auto;
  border: 1px solid #dce8e0;
  border-radius: 8px;
  background: #fff;
  padding: 14px;
  color: #344a42;
  font-size: 14px;
}

.agreement-check, .consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 800;
}

.agreement-check input, .consent-row input { margin-top: 5px; }

.business-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.business-nav a:first-child { margin-right: auto; color: var(--green); font-weight: 800; }
.heading { padding: 34px 0 16px; }
.heading h1 { margin: 8px 0; }
.stats { grid-template-columns: repeat(4, 1fr); margin: 18px 0 34px; }
.stats article { padding: 22px; }
.stats span, .stats small { display: block; color: var(--muted); font-size: 12px; }
.stats strong { display: block; margin: 8px 0; font-size: 36px; }
.stats .plan-name { font-size: 24px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }

.row, .member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.member p, .lead p { margin: 5px 0; font-size: 13px; }
.member button { min-height: 34px; padding: 7px 12px; font-size: 12px; }
.lead { padding: 20px 0; border-bottom: 1px solid var(--line); }

.badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #edf6f1;
  color: var(--green);
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 800;
}

.text-link { display: block; margin: 18px 0 8px; }
code {
  display: block;
  margin: 8px 0;
  border-radius: 8px;
  background: #f1f6f3;
  padding: 10px;
  color: #233933;
  font-size: 12px;
  word-break: break-all;
}

.platform-footer {
  margin-top: 72px;
  border-top: 1px solid var(--line);
  background: #0f3f32;
  color: rgba(255, 255, 255, 0.82);
}

.platform-footer-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
}

.platform-footer strong { display: block; color: #fff; font-size: 17px; }
.platform-footer small { display: block; color: rgba(255, 255, 255, 0.74); margin-top: 3px; }

.platform-footer-links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 650px;
}

.platform-footer a { color: #fff; font-size: 13px; font-weight: 800; }

.business-footer {
  margin-top: 70px;
  padding: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  text-align: center;
}

.policy-shell, .platform-contact { max-width: 1120px; margin: 64px auto; }
.policy-shell h1, .platform-contact h1 { margin: 0 0 8px; }
.policy-card, .contact-card { padding: clamp(22px, 4vw, 34px); }
.contact-card h2, .policy-card h2 { margin: 26px 0 10px; font-size: 21px; }
.contact-card h2:first-child, .policy-card h2:first-child { margin-top: 0; }
.contact-card ul, .policy-card ul { margin: 10px 0 18px; padding-left: 20px; }
.contact-card li, .policy-card li { color: #31463f; margin: 6px 0; }

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
}

.contact-side {
  border-radius: 8px;
  background: var(--soft);
  padding: 20px;
}

.contact-form { display: grid; gap: 14px; margin-top: 10px; }

.chat-btn {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  padding: 4px 11px;
  font-size: 12px;
  font-weight: 800;
}

.chat-btn:hover { background: var(--green-dark); color: #fff; text-decoration: none; }

.auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: calc(100vh - 220px);
  padding: 56px 0;
}

.auth-copy h1 {
  margin: 0 0 16px;
}

.auth-copy p {
  max-width: 560px;
  font-size: 18px;
}

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

.auth-points span {
  border: 1px solid #d6e5dd;
  border-radius: 8px;
  background: #fff;
  padding: 13px 15px;
  color: #29483e;
  font-weight: 800;
}

.auth-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--shadow-md);
}

.auth-card h2 {
  margin: 0 0 8px;
  font-size: 32px;
}

.auth-card form {
  display: grid;
  gap: 17px;
  margin-top: 24px;
}

.auth-card p {
  margin: 0;
}

.auth-links {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.choice-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  border: 1px solid #dce8e0;
  border-radius: 8px;
  padding: 12px;
  margin-top: 10px;
}

.choice-row small {
  display: block;
  color: var(--muted);
}

.policy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 28px;
  align-items: center;
  margin: 56px 0 26px;
}

.policy-hero h1 {
  margin: 0 0 14px;
}

.policy-note {
  border: 1px solid #cfe3d9;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff8f3, #fff);
  padding: 22px;
}

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

.policy-grid .policy-card {
  min-height: 100%;
}

.policy-card p:last-child {
  margin-bottom: 0;
}

.policy-card strong {
  color: var(--ink);
}

.vf-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(32px, 6vw, 76px);
  align-items: center;
  min-height: calc(100vh - 160px);
  padding: 54px 0 64px;
}

.vf-hero-copy h1 {
  margin: 0 0 18px;
  max-width: 760px;
}

.vf-lead {
  max-width: 680px;
  color: #3e554d;
  font-size: clamp(17px, 2vw, 20px);
}

.vf-quick-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.vf-quick-trust span,
.vf-check-list span,
.vf-trust-items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d5e4dc;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #27453b;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 800;
}

.vf-quick-trust span::before,
.vf-check-list span::before,
.vf-trust-items span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.vf-phone-preview {
  border: 1px solid #d6e5dd;
  border-radius: 8px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 28px 70px rgba(23, 72, 58, 0.16);
}

.vf-phone-top {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.vf-phone-top span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8d8d0;
}

.vf-phone-top small { margin-left: auto; color: var(--muted); }

.vf-site-preview {
  min-height: 210px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(15, 63, 50, 0.86), rgba(36, 78, 99, 0.74)),
    linear-gradient(135deg, #d3ded7, #8fb49b);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  color: #fff;
}

.vf-site-preview b {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
}

.vf-site-preview small {
  display: block;
  max-width: 260px;
  color: rgba(255, 255, 255, 0.82);
  margin-top: 8px;
}

.vf-site-preview button {
  min-height: 38px;
  background: #fff;
  color: var(--green);
  box-shadow: none;
}

.vf-preview-search {
  margin: 16px 0;
  border: 1px solid #d7e4dd;
  border-radius: 8px;
  background: #f7faf8;
  color: var(--muted);
  padding: 13px 14px;
  font-weight: 700;
}

.vf-listing-mini {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  border-top: 1px solid #e1ebe5;
  padding: 14px 0;
}

.vf-listing-mini span {
  width: 54px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(135deg, #bdd3c5, #789a86);
}

.vf-listing-mini b,
.vf-listing-mini small {
  display: block;
}

.vf-listing-mini small {
  color: var(--muted);
  font-size: 12px;
}

.vf-listing-mini strong {
  color: var(--green);
  font-size: 17px;
}

.vf-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 4px 0 72px;
}

.vf-steps article,
.vf-feature-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.vf-steps strong {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #123f32;
  color: #fff;
  margin-bottom: 12px;
}

.vf-steps h3,
.vf-feature-grid h3 { margin: 0 0 8px; }

.vf-steps p,
.vf-feature-grid p { margin: 0; }

.vf-split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 34px;
  align-items: center;
  margin: 72px 0;
}

.vf-check-list,
.vf-trust-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.vf-dashboard-preview {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
  box-shadow: var(--shadow-md);
}

.vf-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid #e0ebe5;
  padding-bottom: 14px;
}

.vf-dashboard-head b {
  font-size: 20px;
}

.vf-dashboard-head small {
  color: var(--green);
  font-weight: 800;
}

.vf-dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 18px 0;
}

.vf-dashboard-grid div {
  border-radius: 8px;
  background: #f3f8f5;
  padding: 15px;
}

.vf-dashboard-grid small,
.vf-dashboard-grid strong {
  display: block;
}

.vf-dashboard-grid small {
  color: var(--muted);
  font-weight: 800;
}

.vf-dashboard-grid strong {
  color: var(--ink);
  font-size: 26px;
}

.vf-dashboard-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid #e2ece7;
  padding: 13px 0;
  color: #344b43;
}

.vf-dashboard-row b {
  color: var(--green);
}

.vf-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.vf-feature-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 32px;
  border-radius: 8px;
  background: #edf6f1;
  color: var(--green);
  padding: 4px 10px;
  font-weight: 900;
  margin-bottom: 16px;
}

.vf-trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: center;
  border: 1px solid #cfe3d9;
  border-radius: 8px;
  background: linear-gradient(135deg, #eef8f3, #fff);
  padding: clamp(24px, 4vw, 38px);
  margin: 72px 0;
}

.vf-pricing .card {
  display: flex;
  flex-direction: column;
}

.vf-pricing .button {
  margin-top: auto;
}

@media (max-width: 900px) {
  .top { padding: 14px 24px; position: relative; }
  .hero, .platform-hero { grid-template-columns: 1fr; padding: 48px 0; }
  .vf-hero,
  .vf-split-section,
  .auth-shell,
  .policy-hero,
  .vf-trust-panel { grid-template-columns: 1fr; min-height: 0; }
  .vf-steps,
  .vf-feature-grid { grid-template-columns: 1fr 1fr; }
  .vf-dashboard-grid { grid-template-columns: repeat(2, 1fr); }
  .value-grid, .stats { grid-template-columns: 1fr 1fr; }
  .two-col, .contact-grid { grid-template-columns: 1fr; }
  .form-card form { grid-template-columns: 1fr; }
  .platform-footer-inner { grid-template-columns: 1fr; }
  .platform-footer-links { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .shell, .platform-footer-inner { width: min(100% - 28px, 1180px); }
  .top { align-items: flex-start; flex-direction: column; gap: 12px; }
  .top nav { gap: 12px; }
  .brand { font-size: 19px; }
  .mark { width: 38px; height: 38px; }
  .value-grid, .stats, .mini-grid, .vf-steps, .vf-feature-grid, .vf-dashboard-grid, .policy-grid { grid-template-columns: 1fr; }
  .vf-site-preview { align-items: flex-start; flex-direction: column; min-height: 220px; }
  .vf-listing-mini { grid-template-columns: 46px minmax(0, 1fr); }
  .vf-listing-mini strong { grid-column: 2; }
  .card, .value-grid article { padding: 22px; }
  .member, .row { align-items: flex-start; flex-direction: column; }
}
