
:root {
  --bg: #0b1117;
  --panel: #111a23;
  --panel-2: #162230;
  --soft: #edf3f7;
  --text: #d9e4ed;
  --muted: #9db1c2;
  --line: rgba(255,255,255,.10);
  --green: #57e39f;
  --green-deep: #0f7f56;
  --orange: #ff8d49;
  --orange-soft: #ffd4bf;
  --shadow: 0 24px 60px rgba(0,0,0,.25);
  --radius: 22px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(87,227,159,.18), transparent 34%),
    radial-gradient(circle at 90% 0%, rgba(255,141,73,.14), transparent 26%),
    linear-gradient(180deg, #0b1117 0%, #0f1820 58%, #0b1117 100%);
  line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.skip-link {
  position: absolute; left: -999px; top: auto;
}
.skip-link:focus {
  left: 1rem; top: 1rem; z-index: 99; padding: .75rem 1rem; background: #fff; color: #000; border-radius: 10px;
}
.site-header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(11,17,23,.72);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between; min-height: 78px; gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: .8rem; font-weight: 700; }
.brand span { display: grid; line-height: 1; }
.brand small { font-size: .87rem; color: var(--muted); font-weight: 600; margin-top: .18rem; }
.site-nav { display: flex; align-items: center; gap: 1.1rem; }
.site-nav a:not(.button) { color: #c8d8e4; font-weight: 600; }
.site-nav a:not(.button):hover { color: white; }
.nav-toggle { display: none; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: linear-gradient(135deg, var(--green), #7af0bd);
  color: #082014; font-weight: 800; padding: .95rem 1.25rem; border-radius: 999px;
  box-shadow: 0 16px 40px rgba(87,227,159,.26);
}
.button:hover { transform: translateY(-1px); }
.button-secondary {
  background: rgba(255,255,255,.08);
  color: var(--soft);
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.12);
}
.button-small { padding: .72rem 1rem; }
.text-link { color: #bfead5; font-weight: 700; }
.hero {
  position: relative;
  padding: 4.8rem 0 2.6rem;
  overflow: clip;
}
.hero-backdrop {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(circle at 10% 10%, rgba(87,227,159,.10), transparent 18%),
    radial-gradient(circle at 84% 10%, rgba(255,141,73,.10), transparent 16%);
}
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 2.4rem;
  align-items: center;
}
.eyebrow {
  margin: 0 0 .9rem;
  color: var(--green);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.dark { color: #0b7a57; }
.eyebrow.light { color: #8ef4c0; }
.hero h1 {
  margin: 0;
  font-size: clamp(2.55rem, 5vw, 4.8rem);
  line-height: .95;
  letter-spacing: -.04em;
  max-width: 12ch;
}
.lede { max-width: 60ch; color: #b8cad7; font-size: 1.08rem; margin: 1.15rem 0 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .95rem; margin-top: 1.6rem; }
.hero-actions.compact { margin-top: 1.15rem; }
.hero-points {
  list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-wrap: wrap; gap: .9rem;
}
.hero-points li {
  min-width: 150px; padding: .9rem 1rem; border-radius: 16px; background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08); display: grid; gap: .1rem;
}
.hero-points strong { font-size: 1.1rem; color: white; }
.hero-points span { color: var(--muted); font-size: .9rem; }
.hero-visual {
  position: relative; min-height: 560px;
}
.visual-card {
  position: absolute; width: min(94%, 470px); border-radius: 24px; overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
}
.before-card { left: 0; top: 42px; transform: rotate(-4deg); }
.after-card { right: 0; bottom: 24px; transform: rotate(5deg); }
.window-bar {
  display: flex; align-items: center; gap: .45rem; padding: .85rem 1rem; color: #b3c4cf;
  background: rgba(0,0,0,.18); font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.08);
}
.window-bar i { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.28); display: inline-block; }
.window-bar span { margin-left: .2rem; }
.old-preview { padding: 1rem 1rem 1.4rem; background: #ebe8e2; color: #3b3b3b; min-height: 290px; }
.old-nav { font-size: .75rem; letter-spacing: .08em; color: #8c8c8c; margin-bottom: 1.1rem; }
.old-preview h3 { margin: .2rem 0 .4rem; font-size: 1.4rem; line-height: 1.05; }
.old-preview p { margin: 0 0 .85rem; font-size: .92rem; }
.old-line, .old-box { border: 1px solid #c8c0b3; background: #fffdf9; }
.old-line { height: 12px; margin-bottom: .55rem; }
.old-line.short { width: 58%; }
.old-box { padding: .75rem; margin: 1rem 0; font-size: .84rem; text-align: center; }
.after-preview { position: relative; min-height: 340px; }
.after-preview img { width: 100%; height: 340px; object-fit: cover; }
.after-overlay {
  position: absolute; inset: auto 1.1rem 1.1rem 1.1rem; padding: 1rem 1.05rem; border-radius: 18px;
  background: rgba(7,18,26,.78); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.10);
}
.after-overlay small { color: #9ddfbd; display: block; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; font-size: .72rem; }
.after-overlay h3 { margin: .45rem 0 .5rem; font-size: 1.75rem; line-height: .98; }
.after-overlay span {
  display: inline-flex; padding: .65rem .85rem; border-radius: 999px; background: #59e4a2; color: #083020; font-weight: 800; font-size: .82rem;
}
.card-tag {
  position: absolute; right: 1rem; top: 1rem; padding: .5rem .72rem; border-radius: 999px; font-size: .76rem; text-transform: uppercase; letter-spacing: .08em;
}
.card-tag.bad { background: rgba(255,141,73,.18); color: #ffd2ba; border: 1px solid rgba(255,141,73,.25); }
.card-tag.good { background: rgba(87,227,159,.18); color: #b6f6d4; border: 1px solid rgba(87,227,159,.25); }
.quick-strip {
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.03);
}
.quick-strip-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem; padding: 1rem 0; }
.quick-strip-row span {
  padding: .65rem .9rem; border-radius: 999px; border: 1px solid rgba(255,255,255,.09); color: #d3dee7; font-weight: 650; background: rgba(255,255,255,.03);
}
.section { padding: 5.25rem 0; }
.section-tint {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.section-dark { background: linear-gradient(180deg, #0a1218, #0f171f); }
.section-heading.centered { text-align: center; }
.section-heading.narrow { max-width: 720px; }
.section-heading h2, .demo-copy h2, .fit-card h2, .addon-row h2, .contact-grid h2 {
  margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.02; letter-spacing: -.03em;
}
.section-heading p:not(.eyebrow) { color: var(--muted); max-width: 64ch; margin: .9rem auto 0; }
.demo-layout {
  display: grid; grid-template-columns: .92fr 1.08fr; gap: 2rem; align-items: center;
}
.check-list, .x-list { list-style: none; margin: 1.2rem 0 0; padding: 0; display: grid; gap: .85rem; }
.check-list li, .x-list li {
  position: relative; padding-left: 1.85rem; color: #c7d7e2; font-weight: 550;
}
.check-list li::before, .x-list li::before {
  position: absolute; left: 0; top: .02rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 900;
}
.check-list li::before { content: '✓'; background: rgba(87,227,159,.18); color: #8ff0bf; }
.x-list li::before { content: '×'; background: rgba(255,141,73,.18); color: #ffd2b7; }
.check-list.dense, .x-list.dense { gap: .75rem; }
.demo-shot {
  position: relative; overflow: hidden; border-radius: 28px; border: 1px solid rgba(255,255,255,.09); box-shadow: var(--shadow); min-height: 460px;
}
.demo-shot img { width: 100%; height: 100%; min-height: 460px; object-fit: cover; }
.demo-shot::after {
  content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.15), rgba(6,16,22,.74));
}
.demo-shot-overlay {
  position: absolute; left: 1.4rem; right: 1.4rem; bottom: 1.4rem; z-index: 1;
  padding: 1.2rem 1.25rem; border-radius: 20px; background: rgba(8,20,28,.72); border: 1px solid rgba(255,255,255,.10); backdrop-filter: blur(10px);
}
.demo-shot-overlay strong { display: block; font-size: 1.5rem; margin: .35rem 0; color: white; }
.demo-shot-overlay small { color: #d7e1e8; }
.feature-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.05rem; margin-top: 2rem;
}
.feature-card, .fit-card, .step-card, .addon-note, .jotform-card, .price-box {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: 22px; box-shadow: var(--shadow);
}
.feature-card { padding: 1.2rem; }
.feature-card span {
  display: inline-grid; place-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: rgba(87,227,159,.16); color: #9df3c7; font-weight: 800; margin-bottom: .85rem;
}
.feature-card h3 { margin: 0 0 .35rem; font-size: 1.1rem; }
.feature-card p { margin: 0; color: var(--muted); }
.price-summary {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 1.4rem;
}
.price-box { padding: 1.15rem 1.2rem; text-align: center; }
.price-box p { margin: 0 0 .35rem; color: var(--muted); font-weight: 650; }
.price-box strong { font-size: 1.8rem; color: white; }
.fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.fit-card { padding: 1.5rem; }
.fit-card.alt { background: rgba(255,141,73,.08); }
.steps-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem;
}
.step-card { padding: 1.25rem; }
.step-card span {
  display: inline-grid; place-items: center; width: 2.35rem; height: 2.35rem; border-radius: 14px;
  background: linear-gradient(135deg, rgba(87,227,159,.95), rgba(122,240,189,.6)); color: #0a2c1d; font-weight: 900; margin-bottom: .95rem;
}
.step-card h3 { margin: 0 0 .35rem; }
.step-card p { margin: 0; color: var(--muted); }
.addon-row {
  display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.2rem; align-items: center;
}
.addon-row p:not(.eyebrow) { color: #c1d2de; }
.addon-note {
  padding: 1.25rem; display: grid; gap: .7rem; align-content: start;
}
.addon-note strong { font-size: 1rem; }
.addon-note span { display: inline-flex; align-items: center; gap: .5rem; color: #dfe8ef; }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 1.4rem; align-items: start; }
.contact-blurb { color: var(--muted); max-width: 58ch; }
.contact-note {
  margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 18px; background: rgba(87,227,159,.08); border: 1px solid rgba(87,227,159,.16); color: #d6f4e4;
}
.business-contact {
  margin-top: 1rem; padding: 1rem 1.1rem; border-radius: 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.10); display: grid; gap: .42rem;
}
.business-contact p { margin: 0 0 .2rem; color: white; }
.business-contact a { color: var(--green); font-weight: 800; width: fit-content; }
.business-contact small { color: var(--muted); margin-top: .15rem; }
.footer-contact { display: grid; gap: .25rem; }
.footer-contact a { color: #cfe0eb; font-weight: 700; }
.jotform-card { padding: 1rem; background: rgba(255,255,255,.07); }
#freshbuilt-intake-form { width: 100%; min-height: 740px; border: 0; border-radius: 18px; background: white; }
.form-fallback { margin: .75rem .2rem 0; color: var(--muted); font-size: .92rem; }
.form-fallback a { color: var(--green); font-weight: 700; }
.site-footer { padding: 1.5rem 0 2rem; border-top: 1px solid rgba(255,255,255,.08); }
.footer-row { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: space-between; align-items: center; color: var(--muted); }
.footer-brand { color: white; }
.reveal {
  opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease;
}
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1080px) {
  .hero-grid, .demo-layout, .contact-grid, .addon-row { grid-template-columns: 1fr; }
  .hero-visual { min-height: 500px; }
  .before-card { top: 24px; }
  .after-card { bottom: 0; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center; padding: .7rem .95rem; border-radius: 999px;
    background: rgba(255,255,255,.06); color: white; border: 1px solid rgba(255,255,255,.08); font: inherit; font-weight: 700;
  }
  .site-nav {
    position: absolute; left: 1rem; right: 1rem; top: calc(100% + .8rem);
    background: rgba(10,16,22,.98); border: 1px solid rgba(255,255,255,.10); border-radius: 20px; box-shadow: var(--shadow);
    padding: .9rem; display: none; flex-direction: column; align-items: stretch;
  }
  .site-nav.open { display: flex; }
  .feature-grid, .fit-grid, .price-summary { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .hero { padding-top: 3.8rem; }
  .hero h1 { font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .hero-visual { min-height: 400px; }
  .visual-card { width: 100%; transform: none !important; position: relative; }
  .before-card, .after-card { left: auto; right: auto; top: auto; bottom: auto; }
  .hero-visual { display: grid; gap: 1rem; }
  .steps-grid { grid-template-columns: 1fr; }
  .quick-strip-row { justify-content: flex-start; overflow-x: auto; padding-bottom: 1rem; }
  .section { padding: 4.25rem 0; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}

/* FreshBuilt refinements */
.process-heading { margin-bottom: 2.35rem; }
.logo-section { overflow: hidden; }
.logo-addon-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 2rem; align-items: center; }
.logo-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.02; letter-spacing: -.03em; }
.logo-copy > p:not(.eyebrow) { color: #c5d4de; max-width: 58ch; }
.logo-list { margin-top: 1.15rem; }
.logo-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: .8rem; align-items: center; }
.logo-compare figure { position: relative; margin: 0; background: #f7f5f0; border-radius: 22px; padding: .8rem; border: 1px solid rgba(255,255,255,.12); box-shadow: var(--shadow); }
.logo-compare img { width: 100%; aspect-ratio: 2 / 1; object-fit: contain; border-radius: 16px; background: white; }
.compare-pill { position: absolute; left: 1rem; top: 1rem; z-index: 2; padding: .45rem .68rem; border-radius: 999px; font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.before-pill { background: #ffe1d1; color: #8b3a10; }
.after-pill { background: #c9f4de; color: #0f5a3c; }
.logo-arrow { font-size: 2.4rem; color: #8ef0bf; font-weight: 900; }
@media (max-width: 1000px) { .logo-addon-grid { grid-template-columns: 1fr; } }
@media (max-width: 720px) { .logo-compare { grid-template-columns: 1fr; } .logo-arrow { transform: rotate(90deg); text-align: center; } }

.hosting-callout{margin-top:1.35rem;padding:1.35rem;border-radius:24px;background:linear-gradient(135deg,rgba(87,227,159,.13),rgba(255,255,255,.05));border:1px solid rgba(87,227,159,.22);display:grid;grid-template-columns:.82fr 1.18fr;gap:1.1rem;align-items:start}.hosting-main h3{margin:0 0 .55rem;font-size:clamp(1.55rem,3vw,2.25rem);line-height:1.05}.hosting-main p:not(.eyebrow){margin:0;color:#c7d8e3}.hosting-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.hosting-options div{padding:1rem;border-radius:18px;background:rgba(7,18,25,.5);border:1px solid rgba(255,255,255,.09)}.hosting-options strong,.hosting-options span{display:block}.hosting-options strong{color:white;font-size:1.05rem;margin-bottom:.35rem}.hosting-options span{color:var(--muted);font-size:.94rem}

@media(max-width:900px){.hosting-callout{grid-template-columns:1fr}.hosting-options{grid-template-columns:1fr}}
