/* ==============================================
   INEIZ — Web Development
   Crimson Pro (serif) + Space Grotesk (sans)
   Deep navy + warm orange accent
   ============================================== */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }

:root {
  --dark:       #111827;
  --dark-2:     #1F2937;
  --dark-3:     #374151;
  --surface:    #FFFFFF;
  --surface-alt:#F7F8FA;
  --accent:     #EA580C;
  --accent-h:   #DC4A04;
  --green:      #059669;
  --green-bg:   rgba(5,150,105,.08);
  --red:        #DC2626;
  --red-bg:     rgba(220,38,38,.07);
  --amber:      #D97706;
  --text:       #111827;
  --text-2:     #4B5563;
  --text-3:     #9CA3AF;
  --border:     #E5E7EB;
  --border-2:   #D1D5DB;

  --serif:  'Crimson Pro', Georgia, serif;
  --sans:   'Space Grotesk', system-ui, sans-serif;
  --ease:   cubic-bezier(.16,1,.3,1);
  --fast:   .2s ease;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */

.btn-fill {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 30px;
  background: var(--accent); color: #fff;
  font-family: var(--sans); font-size: .9rem; font-weight: 600;
  border-radius: 9px; border: none; cursor: pointer;
  transition: background var(--fast), transform var(--fast);
}
.btn-fill:hover { background: var(--accent-h); transform: translateY(-1px); }

.btn-ghost {
  display: inline-flex; align-items: center;
  padding: 13px 30px;
  color: rgba(255,255,255,.7);
  font-size: .9rem; font-weight: 500;
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 9px;
  transition: all var(--fast);
}
.btn-ghost:hover { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }

.btn-outline-dark {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 13px 30px;
  color: var(--text); background: transparent;
  font-family: var(--sans); font-size: .9rem; font-weight: 600;
  border: 1.5px solid var(--border-2); border-radius: 9px; cursor: pointer;
  transition: all var(--fast);
}
.btn-outline-dark:hover { border-color: var(--text); background: var(--text); color: var(--surface); }

.btn-white { background: #fff; color: var(--accent); }
.btn-white:hover { background: #fff; opacity: .92; }

/* ---------- Nav ---------- */

.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 18px 0;
  transition: all .3s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; }

.logo {
  font-family: var(--serif); font-size: 1.45rem; font-weight: 800;
  color: #fff; letter-spacing: -.02em;
}
.nav.scrolled .logo { color: var(--text); }
.logo-light { color: #fff !important; }

.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a {
  font-size: .87rem; font-weight: 500; color: rgba(255,255,255,.55);
  transition: color var(--fast);
}
.nav-links a:hover { color: #fff; }
.nav.scrolled .nav-links a { color: var(--text-2); }
.nav.scrolled .nav-links a:hover { color: var(--text); }

.nav-btn {
  padding: 8px 20px !important;
  background: var(--accent); color: #fff !important;
  border-radius: 8px; font-weight: 600 !important;
  transition: background var(--fast) !important;
}
.nav-btn:hover { background: var(--accent-h); color: #fff !important; }
.nav.scrolled .nav-btn { color: #fff !important; }

.nav-toggle {
  display: none; flex-direction: column; gap: 6px;
  background: none; border: none; cursor: pointer; padding: 6px;
}
.nav-toggle span {
  width: 22px; height: 1.5px; background: #fff; border-radius: 1px;
  transition: all .3s ease;
}
.nav.scrolled .nav-toggle span { background: var(--text); }

/* ---------- Hero ---------- */

.hero {
  background: var(--dark);
  padding: 156px 0 0;
  position: relative; overflow: hidden;
}
.hero::before {
  content:''; position: absolute;
  top: -20%; right: -10%; width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(234,88,12,.08) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.hero::after {
  content:''; position: absolute;
  bottom: -30%; left: -10%; width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(5,150,105,.06) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}

.hero-grid {
  display: grid; grid-template-columns: 1fr .85fr;
  gap: 64px; align-items: center;
  position: relative; z-index: 1;
}

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: rgba(255,255,255,.5);
  margin-bottom: 24px;
}
.dot-live {
  width: 7px; height: 7px; border-radius: 50%; background: var(--green);
  box-shadow: 0 0 8px rgba(5,150,105,.5);
  animation: pulse 2s infinite;
}
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:.45; } }

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 3.8rem);
  font-weight: 800; line-height: 1.1; letter-spacing: -.03em;
  color: #fff;
}
.hero h1 em {
  font-style: italic; font-weight: 700;
  color: var(--accent);
  text-shadow: 0 0 40px rgba(234,88,12,.2);
}

.hero-sub {
  margin-top: 24px; font-size: 1.05rem; line-height: 1.75;
  color: rgba(255,255,255,.5); max-width: 460px;
}
.hero-btns { margin-top: 36px; display: flex; gap: 14px; flex-wrap: wrap; }

/* Phone mockup */
.hero-phone { display: flex; justify-content: center; }
.phone { filter: drop-shadow(0 32px 64px rgba(0,0,0,.35)); }

.phone-bezel {
  width: 264px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 36px;
  padding: 10px;
  position: relative;
  backdrop-filter: blur(4px);
}
.phone-cam {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 64px; height: 22px;
  background: var(--dark); border-radius: 20px; z-index: 3;
}
.phone-screen {
  background: #0C1117;
  border-radius: 28px;
  padding: 40px 14px 18px;
  min-height: 420px;
  display: flex; flex-direction: column;
}

/* Mobile-site preview inside the phone (web dev) */
.ph-site {
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.ph-site-nav {
  display: flex; align-items: center; gap: 6px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  margin-bottom: 6px;
}
.ph-brand {
  width: 26px; height: 8px;
  background: var(--accent); border-radius: 3px;
}
.ph-nav-line {
  height: 5px; border-radius: 2px;
  background: rgba(255,255,255,.10);
}
.ph-nav-line.l1 { width: 32px; }
.ph-nav-line.l2 { width: 24px; margin-left: auto; }
.ph-nav-line.l3 { width: 24px; }

.ph-hero {
  display: flex; flex-direction: column; gap: 6px;
  padding: 4px 0 10px;
  opacity: 0; transform: translateY(8px);
  animation: bubbleIn .4s var(--ease) forwards;
  animation-delay: .7s;
}
.ph-h1 { height: 12px; width: 90%; background: #fff; border-radius: 3px; }
.ph-h1.short { width: 55%; background: var(--accent); }
.ph-text { height: 5px; background: rgba(255,255,255,.12); border-radius: 2px; }
.ph-text.w80 { width: 78%; }
.ph-cta {
  margin-top: 8px;
  width: 100px; height: 24px;
  background: var(--accent); border-radius: 6px;
  box-shadow: 0 6px 16px rgba(234,88,12,.3);
}

.ph-cards {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 6px; margin-top: 4px;
  opacity: 0; transform: translateY(8px);
  animation: bubbleIn .4s var(--ease) forwards;
  animation-delay: 1.4s;
}
.ph-c {
  height: 44px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 7px;
}
.ph-c:nth-child(2) {
  background: rgba(234,88,12,.08);
  border-color: rgba(234,88,12,.18);
}

.ph-foot {
  margin-top: auto; padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex; align-items: center; gap: 6px;
  opacity: 0; transform: translateY(8px);
  animation: bubbleIn .4s var(--ease) forwards;
  animation-delay: 2.1s;
}
.ph-foot-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--green);
}
.ph-foot-text {
  font-size: .58rem; color: rgba(255,255,255,.45);
  letter-spacing: .04em;
}

@keyframes bubbleIn { to { opacity:1; transform:translateY(0); } }

/* Stats row */
.stats-row {
  display: flex; justify-content: center; align-items: center; gap: 48px;
  padding: 44px 0;
  margin-top: 64px;
  border-top: 1px solid rgba(255,255,255,.07);
  position: relative; z-index: 1;
}
.stat { display: flex; align-items: baseline; gap: 10px; }
.stat-val {
  font-family: var(--serif); font-size: 2.2rem; font-weight: 800;
  color: #fff; letter-spacing: -.02em;
}
.stat-lbl { font-size: .85rem; color: rgba(255,255,255,.35); font-weight: 500; }
.stat-sep { width: 1px; height: 28px; background: rgba(255,255,255,.1); }

.anim {
  opacity: 0; transform: translateY(18px);
  animation: fadeUp .65s var(--ease) forwards;
  animation-delay: var(--d, 0s);
}
@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }

/* ---------- Trust ---------- */
.trust { padding: 44px 0; border-bottom: 1px solid var(--border); }
.trust p { text-align: center; font-size: .85rem; font-weight: 500; color: var(--text-3); letter-spacing: .01em; }

/* ---------- Section Intro ---------- */
.section-intro { max-width: 580px; margin-bottom: 52px; }
.section-intro h2 {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.2vw, 2.5rem);
  font-weight: 800; line-height: 1.2; letter-spacing: -.025em;
  margin-bottom: 10px;
}
.section-intro p { font-size: 1.05rem; color: var(--text-2); line-height: 1.7; }
.section-intro-light h2 { color: #fff; }
.section-intro-light p { color: rgba(255,255,255,.5); }

/* ---------- How It Works ---------- */
.how { padding: 104px 0; }
.steps-row { display: flex; align-items: flex-start; gap: 0; }
.step-card {
  flex: 1;
  padding: 28px 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  transition: transform .25s ease, box-shadow .25s ease;
}
.step-card:hover { transform: translateY(-4px); box-shadow: 0 8px 28px rgba(17,24,39,.06); }
.step-num {
  display: block;
  font-family: var(--serif); font-size: 2.4rem; font-weight: 800;
  color: var(--accent); opacity: .35; letter-spacing: -.03em;
  margin-bottom: 16px; line-height: 1;
}
.step-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; line-height: 1.3; letter-spacing: -.01em; margin-bottom: 8px; }
.step-card p { font-size: .9rem; color: var(--text-2); line-height: 1.7; }
.step-line { width: 48px; min-width: 48px; height: 2px; background: var(--border); margin-top: 56px; }

/* ---------- Features (Bento) ---------- */
.features { padding: 104px 0; background: var(--surface-alt); }
.bento { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.bento-wide { grid-column: span 2; }
.bento-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 30px 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.bento-item:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(17,24,39,.05); }
.bento-label {
  display: inline-block;
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--accent); margin-bottom: 12px;
}
.bento-item h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; line-height: 1.35; letter-spacing: -.01em; margin-bottom: 8px; }
.bento-item p { font-size: .9rem; color: var(--text-2); line-height: 1.7; }

/* ---------- Performance Showcase (replaces calculator) ---------- */
.perf { padding: 104px 0; background: var(--dark); color: #fff; position: relative; overflow: hidden; }
.perf::before {
  content:''; position: absolute;
  top: -25%; right: -10%; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(234,88,12,.07), transparent 65%);
  border-radius: 50%; pointer-events: none;
}

.perf-card {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 20px;
  padding: 40px 36px;
  position: relative; z-index: 1;
  max-width: 880px;
}
.perf-header {
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 14px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.perf-url {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: .85rem;
  color: rgba(255,255,255,.7);
}
.perf-url-bullet {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green); box-shadow: 0 0 10px rgba(5,150,105,.6);
}
.perf-url code {
  font-family: ui-monospace, SFMono-Regular, monospace;
  font-size: .78rem;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.85);
}
.perf-device { font-size: .72rem; color: rgba(255,255,255,.4); letter-spacing: .12em; text-transform: uppercase; }

.perf-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.perf-item { display: flex; flex-direction: column; align-items: center; text-align: center; }

.gauge {
  --val: 100;
  --color: #6EE7B7;
  width: 100px; height: 100px;
  border-radius: 50%;
  background:
    conic-gradient(var(--color) calc(var(--val) * 1%), rgba(255,255,255,.06) 0);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  margin-bottom: 12px;
}
.gauge::before {
  content:''; position: absolute; inset: 8px;
  background: var(--dark);
  border-radius: 50%;
}
.gauge span {
  position: relative;
  font-family: var(--serif); font-size: 1.65rem; font-weight: 800;
  color: var(--color);
  letter-spacing: -.02em;
}
.perf-label {
  font-size: .82rem; font-weight: 600;
  color: rgba(255,255,255,.7);
}
.perf-sub {
  font-size: .72rem; color: rgba(255,255,255,.35);
  margin-top: 2px;
}

.perf-foot {
  margin-top: 28px; padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.06);
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.perf-foot-note {
  font-size: .82rem; color: rgba(255,255,255,.5);
  line-height: 1.6; max-width: 480px;
}
.perf-foot-note em { color: var(--accent); font-style: italic; font-family: var(--serif); font-weight: 700; }

/* ---------- Before / After ---------- */
.compare { padding: 104px 0; background: var(--dark); color: #fff; }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.compare-col { border-radius: 18px; padding: 36px 30px; }
.compare-before { background: linear-gradient(160deg, rgba(220,38,38,.04), rgba(31,41,55,.9)); border: 1px solid rgba(220,38,38,.12); }
.compare-after  { background: linear-gradient(160deg, rgba(5,150,105,.04), rgba(31,41,55,.9)); border: 1px solid rgba(5,150,105,.12); }
.compare-col h3 {
  font-family: var(--serif); font-size: 1.2rem; font-weight: 700;
  margin-bottom: 24px; padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.compare-before h3 { color: #FCA5A5; }
.compare-after h3 { color: #6EE7B7; }
.compare-col ul { display: flex; flex-direction: column; gap: 18px; }
.compare-col li { display: flex; gap: 12px; align-items: flex-start; }
.x-mark, .check-mark {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 700; margin-top: 1px;
}
.x-mark { background: var(--red-bg); color: var(--red); }
.check-mark { background: var(--green-bg); color: var(--green); }
.compare-col li strong { display: block; font-size: .92rem; font-weight: 600; color: #fff; margin-bottom: 2px; }
.compare-col li div { font-size: .85rem; color: rgba(255,255,255,.4); line-height: 1.6; }

/* ---------- Pricing ---------- */
.pricing { padding: 104px 0; }
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; max-width: 760px; }
.price-card {
  border: 1px solid var(--border);
  border-radius: 18px; padding: 40px 30px;
  display: flex; flex-direction: column;
  background: var(--surface); position: relative;
}
.price-featured { background: var(--dark); color: #fff; border-color: var(--dark); }
.price-tag {
  position: absolute; top: -10px; left: 24px;
  background: var(--accent); color: #fff;
  font-size: .67rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .07em; padding: 3px 14px; border-radius: 6px;
}
.price-card h3 { font-family: var(--serif); font-size: 1.15rem; font-weight: 700; margin-bottom: 6px; }
.price-amt { font-family: var(--serif); font-size: 3rem; font-weight: 800; letter-spacing: -.04em; line-height: 1.1; margin-bottom: 4px; }
.price-amt span { font-size: .95rem; font-weight: 400; opacity: .45; }
.price-desc { font-size: .88rem; color: var(--text-2); margin-bottom: 26px; }
.price-featured .price-desc { color: rgba(255,255,255,.45); }
.price-card ul { margin-bottom: 30px; flex: 1; }
.price-card li {
  padding: 6px 0; font-size: .88rem; color: var(--text-2);
  display: flex; align-items: flex-start; gap: 8px;
}
.price-card li::before { content: '—'; flex-shrink: 0; color: var(--text-3); margin-top: 0; }
.price-featured li { color: rgba(255,255,255,.55); }
.price-featured li::before { color: rgba(255,255,255,.25); }
.price-card .btn-fill, .price-card .btn-outline-dark { width: 100%; }
.price-featured .btn-fill { background: #fff; color: var(--dark); }
.price-featured .btn-fill:hover { opacity: .9; background: #fff; }

/* ---------- Testimonials ---------- */
.reviews { padding: 104px 0; background: var(--surface-alt); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.review-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; padding: 30px 24px;
  display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.review-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(17,24,39,.05); }
.review-stars { color: var(--amber); font-size: .8rem; letter-spacing: 2px; margin-bottom: 14px; }
.review-card > p {
  font-size: .92rem; color: var(--text-2); line-height: 1.7;
  margin-bottom: 22px; flex: 1; font-style: italic;
}
.review-author { display: flex; align-items: center; gap: 10px; }
.review-av {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700; color: #fff; flex-shrink: 0;
}
.rv1 { background: var(--accent); }
.rv2 { background: var(--amber); }
.rv3 { background: var(--green); }
.review-author strong { font-size: .85rem; display: block; }
.review-author span { font-size: .78rem; color: var(--text-3); }

/* ---------- FAQ ---------- */
.faq { padding: 104px 0; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 72px; align-items: start; }
.faq-left h2 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.2rem);
  font-weight: 800; letter-spacing: -.025em; margin-bottom: 12px;
  position: sticky; top: 110px;
}
.faq-left p { font-size: .95rem; color: var(--text-2); line-height: 1.7; position: sticky; top: 160px; }
.faq-left a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.faq-item { border-top: 1px solid var(--border); }
.faq-item:last-child { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none;
  padding: 20px 0; display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
  cursor: pointer;
  font-family: var(--sans); font-size: .92rem; font-weight: 600;
  color: var(--text); text-align: left;
  transition: color var(--fast);
}
.faq-q:hover { color: var(--accent); }
.faq-q svg { width: 16px; height: 16px; flex-shrink: 0; color: var(--text-3); transition: transform .3s var(--ease), color .2s ease; }
.faq-item.active .faq-q svg { transform: rotate(45deg); color: var(--accent); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-in { padding-bottom: 20px; font-size: .9rem; color: var(--text-2); line-height: 1.75; max-width: 500px; }

/* ---------- Quote (replaces pricing) ---------- */
.quote { padding: 104px 0; }
.quote .section-intro { margin-left: auto; margin-right: auto; text-align: center; }
.quote-card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 48px 44px;
  box-shadow: 0 12px 48px rgba(17,24,39,.06);
  text-align: center;
  position: relative;
}
.quote-features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 32px;
  margin: 4px 0 36px;
  text-align: left;
}
.quote-features li { display: flex; gap: 12px; align-items: flex-start; }
.quote-features .check-mark {
  flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%;
  background: var(--green-bg); color: var(--green);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 700; margin-top: 2px;
}
.quote-features li strong { display: block; font-size: .92rem; font-weight: 600; color: var(--text); margin-bottom: 2px; }
.quote-features li div { font-size: .85rem; color: var(--text-2); line-height: 1.6; }
.quote-cta { min-width: 240px; }

@media (max-width:720px) {
  .quote-features { grid-template-columns: 1fr; }
  .quote-card { padding: 36px 24px; }
}

/* ---------- More Services (cross-link section) ---------- */
.more-services { padding: 104px 0; background: var(--surface-alt); }
.more-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.more-card {
  display: block;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 36px 30px;
  color: var(--text);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.more-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(17,24,39,.08);
  border-color: var(--accent);
}
.more-label {
  display: inline-block;
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .1em; color: var(--accent); margin-bottom: 14px;
}
.more-card h3 {
  font-family: var(--serif); font-size: 1.55rem; font-weight: 800;
  letter-spacing: -.02em; margin-bottom: 8px; line-height: 1.2;
}
.more-card p { font-size: .92rem; color: var(--text-2); line-height: 1.7; margin-bottom: 20px; }
.more-link { font-weight: 600; color: var(--accent); font-size: .92rem; display: inline-block; transition: transform .25s ease; }
.more-card:hover .more-link { transform: translateX(4px); }
.more-back { margin-top: 28px; text-align: center; }

/* Nav back link */
.nav-home {
  position: relative;
  padding-right: 18px !important;
  margin-right: 4px;
}
.nav-home::after {
  content: '';
  position: absolute; right: 0; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 14px;
  background: rgba(255,255,255,.14);
}
.nav.scrolled .nav-home::after { background: var(--border); }

/* ---------- CTA ---------- */
.cta { padding: 96px 0; background: var(--accent); color: #fff; position: relative; overflow: hidden; }
.cta::before {
  content:''; position: absolute;
  top: -40%; right: -15%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 65%);
  border-radius: 50%;
}
.cta-inner { text-align: center; position: relative; z-index: 1; }
.cta h2 { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 2.8rem); font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px; }
.cta p { font-size: 1.05rem; opacity: .85; margin-bottom: 32px; }
.cta-form { display: flex; gap: 10px; max-width: 400px; margin: 0 auto; }
.cta-form input {
  flex: 1; padding: 13px 18px; border-radius: 9px;
  border: 1.5px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.12);
  color: #fff; font-family: var(--sans); font-size: .9rem;
  outline: none; transition: all var(--fast);
}
.cta-form input::placeholder { color: rgba(255,255,255,.4); }
.cta-form input:focus { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.18); }

/* ---------- Footer ---------- */
.footer { background: var(--dark); padding: 52px 0 32px; color: rgba(255,255,255,.35); }
.footer-top { display: grid; grid-template-columns: 1.5fr 2fr; gap: 56px; margin-bottom: 44px; }
.footer-brand p { margin-top: 12px; font-size: .85rem; line-height: 1.7; max-width: 280px; }
.footer-cols { display: flex; gap: 52px; }
.footer-cols h4 { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.55); margin-bottom: 14px; }
.footer-cols a { display: block; font-size: .85rem; margin-bottom: 8px; transition: color var(--fast); }
.footer-cols a:hover { color: rgba(255,255,255,.75); }
.footer-bottom { padding-top: 24px; border-top: 1px solid rgba(255,255,255,.06); font-size: .78rem; }

/* ---------- Scroll Reveal ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---------- Responsive ---------- */
@media (max-width:1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; text-align: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .hero-btns { justify-content: center; }
  .hero-eyebrow { justify-content: center; }
  .faq-grid { grid-template-columns: 1fr; gap: 36px; }
  .faq-left h2, .faq-left p { position: static; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .compare-grid { grid-template-columns: 1fr; }
  .perf-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width:768px) {
  .wrap { padding: 0 20px; }

  /* Nav — mobile menu */
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(255,255,255,.97); backdrop-filter: blur(14px);
    padding: 18px 20px; gap: 4px;
    border-bottom: 1px solid var(--border);
    max-height: calc(100vh - 64px); overflow-y: auto;
  }
  .nav-links.open a {
    color: var(--text) !important; padding: 12px 4px;
    font-size: .98rem; border-radius: 6px;
  }
  .nav-links.open .nav-home::after { display: none; }
  .nav-links.open .nav-btn {
    background: var(--accent); color: #fff !important;
    text-align: center; padding: 13px 20px !important;
    margin-top: 6px;
  }
  .nav-toggle { display: flex; }

  /* Hero */
  .hero { padding: 110px 0 0; }
  .hero h1 { font-size: 2.2rem; line-height: 1.1; }
  .hero-sub { font-size: .98rem; margin-top: 18px; }
  .hero-btns { gap: 10px; margin-top: 28px; width: 100%; }
  .hero-btns .btn-fill,
  .hero-btns .btn-ghost { flex: 1 1 auto; justify-content: center; padding: 13px 18px; }

  /* Stats row */
  .stats-row { flex-direction: column; gap: 18px; margin-top: 40px; padding: 32px 0 28px; }
  .stat-sep { width: 40px; height: 1px; }
  .stat-val { font-size: 1.9rem; }

  /* Section vertical rhythm */
  .how, .features, .perf, .compare,
  .quote, .reviews, .faq, .more-services { padding: 72px 0; }
  .cta { padding: 72px 0; }
  .section-intro { margin-bottom: 40px; }

  /* Steps */
  .steps-row { flex-direction: column; gap: 14px; }
  .step-line { width: 2px; height: 24px; margin: 0 auto; }
  .step-card { padding: 24px 22px; }

  /* Bento */
  .bento { grid-template-columns: 1fr; gap: 12px; }
  .bento-wide { grid-column: span 1; }
  .bento-item { padding: 24px 22px; }

  /* Performance showcase */
  .perf-card { padding: 28px 22px; }
  .perf-header { gap: 10px; }
  .perf-foot { flex-direction: column; align-items: flex-start; gap: 16px; }
  .perf-foot .btn-fill { width: 100%; text-align: center; }
  .gauge { width: 88px; height: 88px; }
  .gauge::before { inset: 7px; }
  .gauge span { font-size: 1.45rem; }

  /* Compare */
  .compare-col { padding: 28px 22px; }

  /* Quote */
  .quote-card { padding: 36px 24px; }
  .quote-features { grid-template-columns: 1fr; gap: 18px; }
  .quote-cta { width: 100%; }

  /* Pricing (legacy) */
  .price-cards { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }

  /* Reviews */
  .reviews-grid { grid-template-columns: 1fr; }
  .review-card { padding: 26px 22px; }

  /* More services */
  .more-grid { grid-template-columns: 1fr; gap: 12px; }
  .more-card { padding: 28px 24px; }
  .more-card h3 { font-size: 1.4rem; }

  /* FAQ */
  .faq-grid { gap: 28px; }
  .faq-left h2 { font-size: 1.7rem; }
  .faq-q { font-size: .92rem; padding: 18px 0; }

  /* CTA + footer */
  .cta-form { flex-direction: column; }
  .cta-form input { width: 100%; }
  .footer-cols { flex-direction: column; gap: 24px; }
}

@media (max-width:480px) {
  .wrap { padding: 0 16px; }
  .logo { font-size: 1.3rem; }

  .hero { padding: 100px 0 0; }
  .hero h1 { font-size: 1.95rem; }
  .hero-sub { font-size: .92rem; }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn-fill,
  .hero-btns .btn-ghost { width: 100%; flex: none; }

  .stat-val { font-size: 1.75rem; }
  .section-intro h2 { font-size: 1.65rem; line-height: 1.18; }
  .section-intro p { font-size: .98rem; }

  .how, .features, .perf, .compare,
  .quote, .reviews, .faq, .more-services { padding: 60px 0; }
  .cta { padding: 64px 0; }

  .phone-bezel { width: 220px; }
  .phone-screen { min-height: 360px; }
  .perf-grid { grid-template-columns: 1fr; gap: 22px; }
  .gauge { width: 96px; height: 96px; }
}

/* ==============================================
   Benefits strip
   ============================================== */
.benefits { padding: 56px 0 64px; background: var(--surface); border-bottom: 1px solid var(--border); }
.benefits-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.benefit-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 14px; padding: 22px 22px 24px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.benefit-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(17,24,39,.06);
  border-color: rgba(234,88,12,.35);
}
.benefit-ico {
  width: 38px; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(234,88,12,.08); color: var(--accent);
  margin-bottom: 14px;
}
.benefit-ico svg { width: 20px; height: 20px; }
.benefit-card h3 {
  font-family: var(--serif); font-size: 1.1rem; font-weight: 700;
  letter-spacing: -.01em; line-height: 1.3; margin-bottom: 6px;
}
.benefit-card p { font-size: .88rem; color: var(--text-2); line-height: 1.65; }

/* ==============================================
   Portfolio
   ============================================== */
.portfolio { padding: 104px 0; background: var(--surface); }
.portfolio-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.portfolio-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(17,24,39,.09);
  border-color: rgba(234,88,12,.4);
}

/* Mockup frame */
.portfolio-mockup {
  position: relative; aspect-ratio: 16 / 11; overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.pm-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 9px 12px; background: rgba(17,24,39,.05);
  border-bottom: 1px solid rgba(17,24,39,.06);
}
.pm-bar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(17,24,39,.18); }
.pm-bar span:nth-child(1) { background: #FCA5A5; }
.pm-bar span:nth-child(2) { background: #FCD34D; }
.pm-bar span:nth-child(3) { background: #6EE7B7; }
.pm-bar i {
  margin-left: 12px; font-style: normal;
  font-size: .65rem; color: rgba(17,24,39,.5);
  font-family: var(--sans); letter-spacing: .01em;
}
.pm-stage {
  position: relative; padding: 22px 20px 18px;
  display: flex; flex-direction: column; gap: 10px; height: calc(100% - 30px);
}
.pm-tag {
  display: inline-block; align-self: flex-start;
  font-size: .58rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .14em; padding: 4px 9px; border-radius: 999px;
  background: rgba(17,24,39,.06); color: rgba(17,24,39,.6);
}
.pm-tag-light {
  background: rgba(255,255,255,.12); color: rgba(255,255,255,.7);
}
.pm-h {
  font-family: var(--sans); font-size: 1.15rem; font-weight: 700;
  line-height: 1.15; letter-spacing: -.02em;
  color: rgba(17,24,39,.92);
}
.pm-h em { font-style: italic; color: var(--accent); font-weight: 700; }
.pm-h-serif { font-family: var(--serif); font-weight: 800; font-size: 1.3rem; letter-spacing: -.025em; }
.pm-h-light { color: #fff; }
.pm-h-light em { color: var(--accent); }
.pm-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 2px; }
.pm-pill {
  display: inline-block; font-size: .65rem; font-weight: 600;
  padding: 6px 12px; border-radius: 999px;
  background: var(--accent); color: #fff;
}
.pm-pill-light { background: #fff; color: #111827; }
.pm-link { font-size: .65rem; color: rgba(17,24,39,.55); font-weight: 500; }
.pm-link-light { color: rgba(255,255,255,.65); font-weight: 600; }
.pm-cards, .pm-grid, .pm-bars, .pm-checks {
  margin-top: auto;
}
.pm-cards { display: flex; gap: 6px; }
.pm-cards span {
  flex: 1; height: 22px; border-radius: 6px;
  background: rgba(17,24,39,.06);
}
.pm-cards span:nth-child(2) { background: rgba(234,88,12,.18); }
.pm-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 5px; }
.pm-grid i {
  height: 22px; border-radius: 4px;
  background: rgba(255,255,255,.1); display: block;
}
.pm-grid-soft i { background: rgba(17,24,39,.07); }
.pm-grid-soft i:nth-child(2) { background: rgba(234,88,12,.15); }
.pm-bars { display: flex; flex-direction: column; gap: 4px; }
.pm-bars b {
  display: block; height: 5px; border-radius: 2px;
  background: rgba(17,24,39,.08);
}
.pm-bars b:nth-child(1) { width: 90%; background: rgba(17,24,39,.18); }
.pm-bars b:nth-child(2) { width: 70%; }
.pm-bars b:nth-child(3) { width: 55%; background: rgba(234,88,12,.4); }
.pm-checks { display: flex; flex-direction: column; gap: 5px; }
.pm-checks u {
  height: 6px; border-radius: 3px; text-decoration: none;
  background: rgba(255,255,255,.12); display: block;
}
.pm-checks u:nth-child(1) { width: 75%; background: rgba(255,255,255,.22); }
.pm-checks u:nth-child(3) { width: 50%; background: rgba(234,88,12,.55); }

/* Per-project palettes */
.pm-dental .pm-stage {
  background: linear-gradient(160deg, #ECFEFF 0%, #F0F9FF 100%);
}
.pm-barber .pm-stage {
  background: linear-gradient(160deg, #1F2937 0%, #111827 100%);
}
.pm-law .pm-stage {
  background: linear-gradient(160deg, #F8F5EE 0%, #F1ECDD 100%);
}
.pm-law .pm-h-serif { color: #1F2937; }
.pm-auto .pm-stage {
  background: linear-gradient(160deg, #1F2937 0%, #0F172A 100%);
}
.pm-skin .pm-stage {
  background: linear-gradient(160deg, #FFF5F1 0%, #FBE7DC 100%);
}
.pm-skin .pm-h-serif { color: #4B2A1E; }
.pm-yoga .pm-stage {
  background: linear-gradient(160deg, #ECF1EA 0%, #DBE5D6 100%);
}
.pm-yoga .pm-h-serif { color: #2F3A2A; }
.pm-yoga .pm-h em { color: #6B7F4F; }
.pm-yoga .pm-pill { background: #2F3A2A; }

.portfolio-meta {
  padding: 22px 22px 24px;
  display: flex; flex-direction: column; gap: 4px;
  background: var(--surface);
}
.portfolio-type {
  font-size: .68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .12em; color: var(--text-3);
}
.portfolio-meta h3 {
  font-family: var(--serif); font-size: 1.3rem; font-weight: 800;
  letter-spacing: -.02em; line-height: 1.2; margin-top: 2px;
}
.portfolio-result {
  margin-top: 8px; font-size: .85rem; font-weight: 600;
  color: var(--accent); letter-spacing: -.005em;
}

.portfolio-foot {
  margin-top: 44px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
  padding: 22px 26px; background: var(--surface-alt);
  border: 1px solid var(--border); border-radius: 14px;
}
.portfolio-foot p {
  font-size: .92rem; color: var(--text-2); line-height: 1.6;
}

/* ==============================================
   Results
   ============================================== */
.results { padding: 104px 0; background: var(--surface-alt); }
.results-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
.result-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; padding: 28px 24px 26px;
  display: flex; flex-direction: column; gap: 10px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.result-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(17,24,39,.07);
  border-color: rgba(234,88,12,.35);
}
.result-stat {
  font-family: var(--serif); font-weight: 800;
  font-size: clamp(2.4rem, 4.4vw, 3.4rem);
  letter-spacing: -.04em; line-height: 1; color: var(--text);
}
.result-stat span { display: inline-flex; align-items: baseline; }
.result-stat i {
  font-style: normal; font-size: .55em; font-weight: 700;
  margin-left: 2px; color: var(--accent);
}
.result-label {
  font-size: .98rem; font-weight: 600; color: var(--text);
  line-height: 1.35; letter-spacing: -.01em;
}
.result-source {
  margin-top: auto; padding-top: 12px;
  border-top: 1px solid var(--border);
  font-size: .78rem; color: var(--text-3); line-height: 1.55;
}
.result-card-accent {
  background: var(--dark); color: #fff; border-color: var(--dark);
}
.result-card-accent .result-stat { color: #fff; }
.result-card-accent .result-stat i { color: #FDBA74; }
.result-card-accent .result-label { color: #fff; }
.result-card-accent .result-source {
  border-top-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.55);
}

/* ==============================================
   CTA — buttons variant
   ============================================== */
.cta-actions {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap;
  margin: 4px auto 0;
}
.cta-actions .btn-fill,
.cta-actions .btn-outline-light { min-width: 180px; justify-content: center; }
.btn-outline-light {
  display: inline-block; padding: 13px 24px;
  border: 1.5px solid rgba(255,255,255,.45);
  color: #fff; border-radius: 9px; font-weight: 600; font-size: .9rem;
  background: transparent; transition: all var(--fast); text-align: center;
}
.btn-outline-light:hover {
  background: rgba(255,255,255,.1); border-color: #fff;
}
.cta-fineprint {
  margin-top: 22px !important; font-size: .8rem !important;
  opacity: .65 !important; letter-spacing: .01em;
}

/* ==============================================
   Responsive — new sections
   ============================================== */
@media (max-width: 1024px) {
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .benefits { padding: 44px 0 48px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 10px; }
  .benefit-card { padding: 20px 20px 22px; }

  .portfolio { padding: 72px 0; }
  .portfolio-grid { grid-template-columns: 1fr; gap: 16px; }
  .portfolio-foot {
    flex-direction: column; align-items: flex-start;
    text-align: left; padding: 22px;
  }
  .portfolio-foot .btn-outline-dark { width: 100%; text-align: center; }

  .results { padding: 72px 0; }
  .results-grid { grid-template-columns: 1fr; gap: 12px; }
  .result-card { padding: 24px 22px; }

  .cta-actions { flex-direction: column; width: 100%; max-width: 320px; }
  .cta-actions .btn-fill,
  .cta-actions .btn-outline-light { width: 100%; }
}

@media (max-width: 480px) {
  .benefits { padding: 36px 0 40px; }
  .portfolio, .results { padding: 60px 0; }
  .pm-h { font-size: 1rem; }
  .pm-h-serif { font-size: 1.15rem; }
  .portfolio-meta h3 { font-size: 1.2rem; }
  .result-stat { font-size: 2.4rem; }
}
