/* ===== Cheap Website for Trades — Marketing Site v2 ===== */
/* Bold, workmanlike, high contrast, trade-adjacent */

:root {
  --paper: #faf8f5;
  --ink: #1a1a17;
  --muted: #706b64;
  --line: #e3ddd5;
  --soft: #f3efe9;
  --brand: #D97706;
  --brand2: #B45309;
  --brand-tint: #FFFBEB;
  --brand-deep: #78350F;
  --night: #1a1a17;
  --ok: #16a34a;
  --shadow-sm: 0 1px 3px rgba(26,26,23,.08);
  --shadow-md: 0 4px 12px rgba(26,26,23,.1);
  --shadow-lg: 0 8px 30px rgba(26,26,23,.12);
  --radius: 16px;
  --radius-sm: 10px;
}

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

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

a { color: inherit; }
img { max-width: 100%; height: auto; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.15;
}
h1 {
  font-size: clamp(2.2rem, 5.5vw, 4rem);
  margin: 0 0 14px;
}
h2 {
  font-size: 1.85rem;
  margin: 0 0 14px;
}
h3 {
  font-size: 1.15rem;
  margin: 0 0 8px;
  font-weight: 700;
}

.muted { color: var(--muted); }

/* ===== Nav ===== */
.topnav {
  position: fixed; left: 0; right: 0; top: 0; z-index: 50;
  background: rgba(250,248,245,.94);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
  transition: transform 220ms ease, opacity 220ms ease;
  will-change: transform, opacity;
}
body.nav-hidden .topnav {
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}
.topnav .inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 14px; padding: 10px 0;
}
.brand {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
}
.headerLogo {
  display: block;
  width: auto;
  height: 34px;
}
.badgelogo {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: var(--radius-sm);
  background: var(--brand); color: #fff; font-weight: 900;
}
.brand strong { letter-spacing: .2px; font-family: Georgia, serif; }
.tagline { font-weight: 700; font-size: .88rem; }
.navlinks { display: flex; gap: 18px; align-items: center; }
.navlinks a {
  color: var(--muted); text-decoration: none; font-weight: 700; font-size: .9rem;
  padding: 4px 0; border-bottom: 2px solid transparent; transition: border-color .2s, color .2s;
}
.navlinks a:hover { color: var(--ink); border-bottom-color: var(--brand); }
@media (max-width: 700px) { .navlinks { display: none; } }

/* ===== CTA ===== */
.cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 10px 18px; border-radius: var(--radius-sm);
  text-decoration: none; font-weight: 800;
  background: var(--brand); color: #fff; border: 1px solid var(--brand);
  cursor: pointer; white-space: nowrap; transition: background .2s, transform .15s;
}
.cta:hover { background: var(--brand2); border-color: var(--brand2); }
.cta:active { transform: scale(.97); }
.cta-large { padding: 14px 28px; font-size: 1.05rem; }
.cta-ghost {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.3);
}
.cta-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.6); }

/* ===== Hero ===== */
.hero {
  min-height: 88vh;
  display: flex; align-items: center; position: relative;
  background: linear-gradient(135deg, var(--night) 0%, #2d2d28 100%);
  padding-top: 70px;
}
.hero .wrap { position: relative; z-index: 1; max-width: 1120px; }
.heroContent {
  display: flex;
  align-items: center;
  gap: 48px;
}
.heroText {
  flex: 1 1 50%;
  text-align: left;
  color: #fff;
}
.heroText h1 { text-align: left; }
.heroText .lead { font-size: 1.12rem; color: rgba(255,255,255,.88); max-width: 520px; }
.heroActions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.heroMockup {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.mockupLabel {
  color: rgba(255,255,255,.55);
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
}

/* ===== Phone Frame ===== */
.phoneFrame {
  width: 220px;
  height: 440px;
  border-radius: 32px;
  background: #1a1a17;
  border: 3px solid #333;
  padding: 8px;
  box-shadow: 0 20px 60px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08);
  position: relative;
}
.phoneFrame::before {
  content: '';
  position: absolute;
  top: 8px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 5px;
  background: #333;
  border-radius: 999px;
  z-index: 2;
}
.phoneScreen {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #faf8f5;
  position: relative;
}
.phoneScreen::after {
  content: '';
  position: absolute;
  bottom: 6px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 4px;
  background: var(--line);
  border-radius: 999px;
}

/* Phone mock site */
.phoneMockSite { font-size: 9px; }
.pm-badge {
  display: inline-flex; align-items: center; justify-content: center;
  width: 16px; height: 16px; border-radius: 3px;
  background: var(--brand); color: #fff; font-weight: 900; font-size: 9px;
}
.pm-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 10px 6px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.pm-logo { display: flex; align-items: center; gap: 4px; font-weight: 800; font-size: 9px; color: var(--ink); }
.pm-logo img { border-radius: 3px; }
.pm-cta {
  background: var(--brand); color: #fff; padding: 3px 8px;
  border-radius: 4px; font-weight: 800; font-size: 8px;
}
.pm-hero {
  position: relative; height: 120px; overflow: hidden;
  display: flex; align-items: flex-end;
}
.pm-heroimg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a1a17 0%, #3d3d38 100%);
}
.pm-herotext {
  position: relative; z-index: 1;
  padding: 10px; color: #fff;
}
.pm-herotext h4 { margin: 0; font-size: 11px; line-height: 1.2; font-family: Georgia, serif; }
.pm-sub { margin: 2px 0 6px; font-size: 8px; color: rgba(255,255,255,.7); }
.pm-btn {
  display: inline-block;
  background: var(--brand); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-weight: 800; font-size: 8px;
}
.pm-services {
  display: flex; gap: 4px; padding: 8px 10px;
  flex-wrap: wrap;
}
.pm-services span {
  background: var(--soft); padding: 3px 8px;
  border-radius: 4px; font-weight: 700; font-size: 8px;
  color: var(--muted);
}
.pm-reviews {
  padding: 6px 10px;
  border-top: 1px solid var(--line);
}
.pm-stars { color: #eab308; font-size: 9px; }
.pm-reviews p { margin: 2px 0 0; font-size: 8px; color: var(--muted); font-style: italic; }

@media (max-width: 800px) {
  .heroContent { flex-direction: column; text-align: center; gap: 32px; }
  .heroText { text-align: center; }
  .heroText h1 { text-align: center; }
  .heroText .lead { max-width: 100%; margin: 0 auto; }
  .heroActions { justify-content: center; }
  .phoneFrame { width: 180px; height: 360px; }
}
@media (max-width: 700px) {
  .hero { min-height: auto; padding: 100px 0 60px; }
  .heroActions { flex-direction: column; align-items: stretch; }
  .heroActions .cta { justify-content: center; }
}

/* ===== Trust strip ===== */
.truststrip {
  padding: 18px 0;
  background: var(--brand-deep);
  color: rgba(255,255,255,.92);
  font-size: .88rem;
}
.truststrip .wrap {
  display: flex; gap: 24px; justify-content: center; flex-wrap: wrap;
}
@media (max-width: 600px) {
  .truststrip .wrap { flex-direction: column; align-items: center; gap: 8px; }
}

/* ===== Sections ===== */
.section { padding: 72px 0; }
.alt-section { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

/* ===== Steps ===== */
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.step-card {
  padding: 28px 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  text-align: center;
  position: relative;
}
.step-number {
  width: 48px; height: 48px; border-radius: 999px;
  background: var(--brand-tint); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.3rem; font-weight: 900;
}
.step-card h3 { margin-bottom: 6px; }
.step-card p { margin: 0; font-size: .95rem; }

/* ===== Features ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.feature-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}
.check {
  color: var(--ok); font-weight: 900; font-size: 1.2rem;
  flex-shrink: 0;
}

/* ===== Plans ===== */
.plans-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 700px) { .plans-grid { grid-template-columns: 1fr; } }
.plan-card {
  padding: 28px 24px;
  background: var(--paper);
  border: 2px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
}
.plan-card:first-child { border-color: var(--brand); }
.plan-card:first-child .plan-name { color: var(--brand); }
.plan-name { font-size: 1.3rem; margin-bottom: 6px; }
.plan-price { margin-bottom: 8px; }
.price-amount { font-size: 2.4rem; font-weight: 900; font-family: Georgia, serif; }
.price-period { font-size: 1rem; color: var(--muted); }
.plan-tagline { font-size: .95rem; margin: 6px 0 12px; }
.plan-includes { margin: 0 0 18px; padding-left: 18px; }
.plan-includes li { margin: 6px 0; font-size: .92rem; }
.plan-card .cta { margin-top: auto; }
.plan-note { font-size: .82rem; margin-top: 10px; text-align: center; }

/* ===== Proof ===== */
.proof-grid { margin-top: 20px; }
.proof-card-wide {
  max-width: 860px;
  margin: 0 auto;
}
.proofScreenshots {
  display: flex;
  gap: 20px;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 24px;
}

/* Desktop browser frame */
.proofDesktop { flex: 0 1 540px; }
.proofBrowser {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
  background: #fff;
}
.browserBar {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 12px;
  background: #f1eee9;
  border-bottom: 1px solid var(--line);
}
.browserDot {
  width: 8px; height: 8px; border-radius: 999px;
  background: #ddd6ce;
}
.browserUrl {
  flex: 1; text-align: center;
  font-size: .72rem; color: var(--muted);
  background: var(--paper); padding: 3px 8px;
  border-radius: 4px; border: 1px solid var(--line);
}
.browserContent {
  padding: 0;
}
.ps-hero {
  position: relative;
  height: 130px;
  background: linear-gradient(135deg, #1a1a17 0%, #3d3d38 100%);
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
.ps-heroimg { display: none; }
.ps-herotext { color: #fff; }
.ps-herotext h4 { margin: 0; font-size: 1rem; font-family: Georgia, serif; }
.ps-herotext p { margin: 4px 0 10px; font-size: .78rem; color: rgba(255,255,255,.75); }
.ps-btn {
  display: inline-block;
  background: var(--brand); color: #fff;
  padding: 4px 14px; border-radius: 5px;
  font-weight: 800; font-size: .75rem;
}
.ps-meta {
  display: flex; gap: 10px; padding: 10px 16px;
  background: #fff;
}
.ps-meta span {
  background: var(--soft); padding: 4px 10px;
  border-radius: 4px; font-weight: 700; font-size: .7rem;
  color: var(--muted);
}

/* Mobile mockup for proof */
.proofMobile { flex: 0 0 140px; }
.pfFrame {
  width: 140px; height: 280px;
  border-radius: 20px;
  background: #1a1a17;
  border: 2px solid #444;
  padding: 5px;
  box-shadow: var(--shadow-lg);
}
.pfScreen {
  width: 100%; height: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #faf8f5;
  font-size: 7px;
}
.pf-topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 6px 8px 4px;
  background: #fff;
  border-bottom: 1px solid #eee;
  font-weight: 800; font-size: 7px;
}
.pf-cta {
  background: var(--brand); color: #fff;
  padding: 2px 6px; border-radius: 3px; font-weight: 800; font-size: 6px;
}
.pf-hero {
  padding: 8px;
  background: linear-gradient(135deg, #1a1a17 0%, #3d3d38 100%);
  color: #fff;
}
.pf-hero h5 { margin: 0 0 6px; font-size: 8px; line-height: 1.2; font-family: Georgia, serif; }
.pf-btn {
  display: inline-block; background: var(--brand); color: #fff;
  padding: 2px 7px; border-radius: 3px; font-weight: 800; font-size: 6px;
}
.pf-svcs {
  display: flex; gap: 2px; padding: 5px 7px; flex-wrap: wrap;
}
.pf-svcs span {
  background: var(--soft); padding: 2px 5px;
  border-radius: 3px; font-weight: 700; font-size: 6px; color: var(--muted);
}
.pf-review {
  border-top: 1px solid var(--line);
  padding: 4px 7px;
}
.pf-review span:first-child { color: #eab308; font-size: 7px; }
.pf-review span:last-child { font-size: 6px; color: var(--muted); font-style: italic; }

.proofInfo {
  text-align: center;
}
.proof-subtitle { margin: 0 0 4px; font-size: 1.05rem; font-weight: 700; }
.proof-desc { font-size: .9rem; max-width: 520px; margin: 0 auto 10px; }
.proofInfo .learn { color: var(--brand); font-weight: 800; text-decoration: none; font-size: .95rem; }
.proofInfo .learn:hover { text-decoration: underline; }
.proofInfo .arrow { transition: transform .2s; display: inline-block; }
.proofInfo .learn:hover .arrow { transform: translateX(3px); }
.proof-ethics { text-align: center; margin-top: 24px; font-size: .85rem; }

@media (max-width: 700px) {
  .proofScreenshots { flex-direction: column; align-items: center; }
  .proofDesktop { flex: 1 1 auto; width: 100%; }
  .proofMobile { display: none; }
}

/* ===== FAQ ===== */
.faq-list { max-width: 640px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  padding: 4px 0;
}
.faq-item summary::-webkit-details-marker { color: var(--brand); }
.faq-item[open] summary { margin-bottom: 8px; }
.faq-item p { margin: 0; font-size: .93rem; }

/* ===== CTA row ===== */
.cta-row { margin-top: 28px; text-align: center; }

/* ===== CTA band ===== */
.ctaband {
  background: var(--brand-deep);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.ctaband h2 { color: #fff; margin-bottom: 18px; }

/* ===== Footer ===== */
footer {
  padding: 40px 0;
  background: var(--night);
  color: #cbd5e1;
}
.footerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.footerLeft {
  display: flex; flex-direction: column; gap: 6px;
}
.footerLeft a { color: var(--brand); text-decoration: none; }
.footerLeft a:hover { text-decoration: underline; }
.footerRight { font-size: .85rem; }

@media (max-width: 600px) {
  .footerInner { flex-direction: column; align-items: flex-start; gap: 14px; }
}

/* ===== Fade-up ===== */
.fade-up {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .4s ease, transform .4s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== Modal ===== */
.modal { position: fixed; inset: 0; display: none; z-index: 9999; }
.modal[aria-hidden="false"] { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(26,26,23,.50); }
.modal__panel {
  position: relative;
  width: min(92vw, 560px);
  margin: 5vh auto;
  background: var(--paper);
  color: var(--ink);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.2);
  max-height: 85vh;
  overflow-y: auto;
}
.modal__close {
  position: absolute; right: 10px; top: 10px;
  border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius-sm);
  width: 36px; height: 36px; font-size: 20px; line-height: 1; cursor: pointer;
}
.stepper { margin: 10px 0 14px; }
.stepper__bar { height: 8px; background: var(--line); border-radius: 999px; overflow: hidden; }
.stepper__fill { height: 100%; width: 0; background: var(--brand); transition: width .3s ease; }
.stepper__meta { margin-top: 6px; color: var(--muted); font-size: .85rem; }

.modal input, .modal select, .modal textarea {
  width: 100%; padding: 12px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); font: inherit; margin-top: 6px;
  background: var(--paper); color: var(--ink);
}
.modal textarea { resize: vertical; }

.formActions { display: flex; gap: 10px; justify-content: space-between; margin-top: 14px; }
.btnPrimary {
  background: var(--brand); color: #fff; border: 0; padding: 12px 14px;
  border-radius: var(--radius-sm); font-weight: 800; cursor: pointer; flex: 1;
}
.btnPrimary:hover { background: var(--brand2); }
.btnGhost {
  background: var(--paper); color: var(--ink); border: 1px solid var(--line);
  padding: 12px 14px; border-radius: var(--radius-sm); font-weight: 800; cursor: pointer; width: 120px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; white-space: nowrap; border: 0; }

.formStatus { font-size: .92rem; margin-top: 10px; }
.formStatus.ok { color: var(--ok); }

/* ===== Mobile: bottom bar ===== */
.mobileBar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: none;
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding: 10px 16px;
  gap: 10px;
  box-shadow: 0 -4px 16px rgba(26,26,23,.08);
}
.mobileBar-btn {
  flex: 1;
  display: flex; align-items: center; justify-content: center; gap: 6px;
  border: 0; border-radius: var(--radius-sm);
  font-weight: 800; font-size: .95rem;
  cursor: pointer;
  text-decoration: none;
  padding: 12px;
  transition: background .2s;
}
.mobileBar-preview {
  background: var(--brand); color: #fff;
}
.mobileBar-preview:hover { background: var(--brand2); }

@media (max-width: 700px) { .mobileBar { display: flex; } }
@media (max-width: 700px) { body { padding-bottom: 72px; } }

/* ===== Success screen ===== */
.success-screen {
  text-align: center;
  padding: 20px 0;
}
.success-screen .big-check {
  width: 64px; height: 64px; border-radius: 999px;
  background: var(--brand-tint); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.8rem;
}
.success-screen h3 { margin-bottom: 6px; }
.success-screen p { font-size: .95rem; max-width: 400px; margin: 0 auto; color: var(--muted); }
