/* ============================================================
   TimWebsites — Page & Feature styles
   ============================================================ */

/* ---------------- HERO ---------------- */
.hero { position: relative; padding-top: 132px; padding-bottom: 40px; overflow: clip; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  min-height: min(82vh, 760px);
}
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }

.hero h1 {
  font-size: clamp(44px, 8.2vw, 104px);
  line-height: 0.92;
  margin: 22px 0 0;
}
.hero h1 .hl { position: relative; white-space: nowrap; color: var(--accent); }
.hero h1 .hl::after {
  content:""; position:absolute; left:-2px; right:-2px; bottom: .08em; height: .16em;
  background: var(--accent); opacity: .18; border-radius: 4px; z-index: -1;
  transform: scaleX(0); transform-origin: left; animation: hlIn 1s var(--ease-out) .5s forwards;
}
@keyframes hlIn { to { transform: scaleX(1); } }
.hero .sub { font-size: clamp(17px, 2.2vw, 21px); color: var(--ink-soft); max-width: 46ch; margin-top: 26px; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 22px; margin-top: 26px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 13px; color: var(--muted); }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content:""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* floating 3D mock stack */
.hero-stage { position: relative; height: 520px; perspective: 1400px; }
@media (max-width: 980px) { .hero-stage { height: 420px; } }
.float-cards { position: absolute; inset: 0; transform-style: preserve-3d; }
.mock {
  position: absolute; border-radius: 16px; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
  transition: transform .2s var(--ease-out);
}
.mock .bar { height: 30px; background: var(--bg-2); border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 6px; padding: 0 12px; }
.mock .bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); display: block; }
.mock .bar i:first-child { background: var(--accent); }
.mock-1 { width: 62%; height: 70%; top: 6%; right: 0; z-index: 3; }
.mock-2 { width: 50%; height: 56%; bottom: 2%; left: 0; z-index: 2; }
.mock-3 { width: 30%; height: 38%; top: 40%; right: 18%; z-index: 4; }
.hero-blob {
  position: absolute; width: 60%; aspect-ratio: 1; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, var(--accent), transparent 68%);
  filter: blur(30px); opacity: .26; top: 8%; right: 4%; z-index: 0;
  animation: drift 14s ease-in-out infinite;
}
@keyframes drift { 50% { transform: translate(-26px, 30px) scale(1.08); } }

/* mock site contents */
.ms { padding: 14px; height: calc(100% - 30px); display: flex; flex-direction: column; gap: 8px; }
.ms .ms-hero { flex: 1.5; border-radius: 9px; background: linear-gradient(135deg, var(--ink), #2a2118); position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 12px; }
.ms .ms-hero b { color: #fff; font-family: var(--font-display); font-size: 13px; line-height: 1; }
.ms .ms-hero .tag { position:absolute; top:10px; left:10px; width: 30px; height: 6px; background: var(--accent); border-radius: 3px; }
.ms .ms-row { display: flex; gap: 8px; flex: 1; }
.ms .ms-row > div { flex: 1; background: var(--bg-2); border-radius: 7px; border: 1px solid var(--line); }
.ms .ms-line { height: 6px; background: var(--line-2); border-radius: 3px; }
.ms .ms-line.s { width: 60%; }

/* scroll cue */
.scroll-cue { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-mono); font-size: 12px; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; margin-top: 50px; }
.scroll-cue .ln { width: 40px; height: 1px; background: var(--line-2); position: relative; overflow: hidden; }
.scroll-cue .ln::after { content:""; position:absolute; inset:0; background: var(--accent); transform: translateX(-100%); animation: cue 2s var(--ease) infinite; }
@keyframes cue { 50%,100% { transform: translateX(100%); } }

/* ---------------- RESULTS STRIP ---------------- */
.results { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--surface); }
@media (max-width: 760px){ .results { grid-template-columns: 1fr; } }
.results .r { padding: 28px 30px; border-right: 1px solid var(--line); }
.results .r:last-child { border-right: none; }
@media (max-width: 760px){ .results .r { border-right: none; border-bottom: 1px solid var(--line); } .results .r:last-child{border-bottom:none;} }
.results .r .big { font-family: var(--font-display); font-weight: 700; font-size: 40px; letter-spacing: -0.03em; line-height: 1; }
.results .r .big i { font-style: normal; color: var(--accent); }
.results .r .lbl { font-size: 14px; color: var(--ink-soft); margin-top: 8px; font-weight: 600; }
.results .r .meta { font-family: var(--font-mono); font-size: 11.5px; color: var(--muted); margin-top: 4px; }

/* ---------------- REVIEWS ---------------- */
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 880px){ .reviews-grid { grid-template-columns: 1fr; } }
.review { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 30px; display: flex; flex-direction: column; transition: transform .45s var(--ease-out), box-shadow .45s, border-color .3s; }
.review:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.review .stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; margin-bottom: 16px; }
.review blockquote { font-family: var(--font-display); font-weight: 500; font-size: 19px; line-height: 1.35; letter-spacing: -0.01em; flex: 1; }
.review .who { display: flex; align-items: center; gap: 12px; margin-top: 24px; }
.review .ava { width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: var(--bg); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 16px; }
.review .who b { display: block; font-size: 15px; }
.review .who span { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.review .result { margin-top: 18px; padding: 11px 14px; background: var(--accent-soft); border-radius: 10px; font-size: 13px; font-weight: 600; color: var(--accent-ink); display: flex; align-items: center; gap: 8px; }
.review .result svg { width: 15px; height: 15px; flex: none; }

/* ---------------- BEFORE / AFTER ---------------- */
.ba-wrap { position: relative; border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-lg); aspect-ratio: 16/10; background: var(--surface); user-select: none; touch-action: pan-y; }
@media (max-width: 700px){ .ba-wrap { aspect-ratio: 4/5; } }
.ba-pane { position: absolute; inset: 0; }
.ba-after { z-index: 1; }
.ba-before { z-index: 2; clip-path: inset(0 50% 0 0); }
.ba-tag { position: absolute; top: 16px; z-index: 5; font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; background: rgba(0,0,0,.6); color: #fff; backdrop-filter: blur(6px); }
.ba-tag.l { left: 16px; } .ba-tag.r { right: 16px; }
.ba-handle { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: var(--accent); z-index: 6; transform: translateX(-50%); cursor: ew-resize; }
.ba-handle .grip { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; box-shadow: 0 10px 24px -8px rgba(0,0,0,.5); }
.ba-handle .grip svg { width: 22px; height: 22px; }

/* mock sites for B/A */
.site-old { position: absolute; inset: 0; background: #e8e8e0; font-family: "Times New Roman", serif; padding: 0; overflow: hidden; }
.site-old .top { background: #1c3d6e; color: #fff; padding: 10px 18px; font-size: 13px; display:flex; justify-content:space-between; }
.site-old .ban { background: #b91c1c; color: #ff0; text-align: center; font-weight: bold; padding: 6px; font-size: 13px; letter-spacing: .5px; }
.site-old .body { padding: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.site-old h5 { color: #1c3d6e; font-size: 22px; margin-bottom: 8px; text-decoration: underline; }
.site-old p { font-size: 12px; color: #333; line-height: 1.4; }
.site-old .img { background: repeating-linear-gradient(45deg,#ccc 0 8px,#bbb 8px 16px); border: 2px ridge #999; aspect-ratio: 4/3; display:grid; place-items:center; color:#777; font-size: 11px; }
.site-old .blink { color: #b91c1c; font-weight: bold; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

.site-new { position: absolute; inset: 0; background: #14110d; color: #f6f2ea; overflow: hidden; }
.site-new .nb { display:flex; justify-content: space-between; align-items:center; padding: 14px 22px; font-family: var(--font-display); font-weight: 700; }
.site-new .nb .dot { color: var(--accent); }
.site-new .nb .lk { display:flex; gap: 16px; font-size: 11px; font-weight: 500; opacity: .7; }
.site-new .hh { padding: 6% 22px; }
.site-new .hh .eb { font-family: var(--font-mono); font-size: 10px; letter-spacing: .2em; color: var(--accent); text-transform: uppercase; }
.site-new .hh h3 { font-size: clamp(20px, 4.4vw, 46px); line-height: .98; margin: 10px 0; max-width: 16ch; }
.site-new .hh h3 em { font-style: normal; color: var(--accent); }
.site-new .hh .btns { display:flex; gap: 8px; margin-top: 14px; }
.site-new .hh .btns b { font-size: 11px; font-weight: 600; padding: 8px 14px; border-radius: 100px; }
.site-new .hh .btns b:first-child { background: var(--accent); color:#fff; }
.site-new .hh .btns b:last-child { border: 1px solid rgba(255,255,255,.3); }
.site-new .strip { position:absolute; bottom: 0; left:0; right:0; display:flex; gap: 1px; background: rgba(255,255,255,.1); }
.site-new .strip div { flex:1; background: #1a1612; padding: 12px; font-size: 10px; }
.site-new .strip div b { color: var(--accent); display:block; font-family: var(--font-display); font-size: 18px; }

/* ---------------- MINI BUILDER TOY ---------------- */
.builder { background: var(--invert); color: var(--invert-ink); border-radius: var(--r-lg); overflow: hidden; position: relative; }
.builder-inner { display: grid; grid-template-columns: 380px 1fr; gap: 0; }
@media (max-width: 900px){ .builder-inner { grid-template-columns: 1fr; } }
.builder-controls { padding: clamp(28px, 4vw, 48px); border-right: 1px solid rgba(255,255,255,.1); }
.builder-controls h3 { font-size: clamp(26px,3.4vw,38px); color: var(--invert-ink); }
.builder-controls .lead { color: rgba(246,242,234,.6); font-size: 15px; margin-top: 10px; }
.ctl { margin-top: 26px; }
.ctl > label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: rgba(246,242,234,.5); display: block; margin-bottom: 11px; }
.opt-row { display: flex; flex-wrap: wrap; gap: 8px; }
.opt {
  padding: 9px 15px; border-radius: 100px; border: 1px solid rgba(255,255,255,.18);
  font-size: 14px; font-weight: 600; color: rgba(246,242,234,.8); background: rgba(255,255,255,.04);
  transition: all .25s var(--ease); font-family: var(--font-display);
}
.opt:hover { border-color: rgba(255,255,255,.5); color: #fff; }
.opt.on { background: var(--accent); border-color: var(--accent); color: #fff; }
.sw-row { display: flex; gap: 10px; }
.sw { width: 36px; height: 36px; border-radius: 50%; border: 2px solid transparent; cursor: pointer; transition: transform .2s; position: relative; }
.sw:hover { transform: scale(1.12); }
.sw.on { border-color: #fff; }
.sw.on::after { content:"✓"; position:absolute; inset:0; display:grid; place-items:center; color:#fff; font-size: 14px; font-weight: 700; mix-blend-mode: difference; }
.builder .btn--accent { margin-top: 30px; }

.builder-preview { padding: clamp(24px,3vw,42px); display: grid; place-items: center; background:
  radial-gradient(circle at 70% 0%, rgba(255,90,54,.14), transparent 60%); position: relative; }
.preview-frame {
  width: 100%; max-width: 460px; aspect-ratio: 9/15; border-radius: 26px; padding: 9px;
  background: #050505; box-shadow: 0 30px 70px -20px rgba(0,0,0,.7); position: relative;
}
.preview-frame::before { content:""; position:absolute; top: 14px; left: 50%; transform: translateX(-50%); width: 70px; height: 5px; border-radius: 3px; background: #2a2a2a; z-index: 5; }
.preview-screen { width: 100%; height: 100%; border-radius: 18px; overflow: hidden; transition: background .4s; display: flex; flex-direction: column; }
.pv-nav { display:flex; justify-content: space-between; align-items:center; padding: 26px 18px 12px; font-weight: 700; font-size: 15px; transition: color .4s; }
.pv-nav .menu { display:flex; flex-direction: column; gap: 3px; }
.pv-nav .menu i { width: 18px; height: 2px; border-radius: 2px; background: currentColor; display:block; }
.pv-hero { flex: 1; padding: 20px 18px; display:flex; flex-direction: column; justify-content: center; transition: all .4s; }
.pv-eb { font-family: var(--font-mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transition: color .4s; }
.pv-hero h4 { font-size: 27px; line-height: 1.02; margin: 10px 0 14px; transition: color .4s, font-family .4s; }
.pv-hero .pv-btn { align-self: flex-start; padding: 11px 20px; border-radius: 100px; font-size: 13px; font-weight: 700; transition: all .4s; }
.pv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 18px 22px; }
.pv-cards div { aspect-ratio: 1; border-radius: 12px; display:flex; align-items:flex-end; padding: 9px; font-size: 10px; font-weight: 700; transition: all .4s; }
.style-modern .pv-hero h4 { font-family: var(--font-display); letter-spacing: -0.02em; }
.style-warm .pv-hero h4 { font-family: Georgia, serif; letter-spacing: 0; }
.style-bold .pv-hero h4 { font-family: var(--font-display); text-transform: uppercase; font-weight: 700; letter-spacing: -0.01em; }
.style-bold .pv-btn { border-radius: 4px !important; }
.style-warm .pv-btn { border-radius: 100px !important; }

/* ---------------- PROCESS / WERKWIJZE ---------------- */
.process { position: relative; }
.steps { display: grid; gap: 0; position: relative; }
.steps::before { content:""; position: absolute; left: 31px; top: 30px; bottom: 30px; width: 2px; background: var(--line); }
.steps .prog { content:""; position: absolute; left: 31px; top: 30px; width: 2px; background: var(--accent); height: 0; transition: height .2s linear; z-index: 1; }
.step { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 22px 0; position: relative; z-index: 2; }
.step .idx { width: 64px; height: 64px; border-radius: 50%; border: 2px solid var(--line); background: var(--bg); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--muted); transition: all .5s var(--ease-out); }
.step.lit .idx { border-color: var(--accent); background: var(--accent); color: #fff; transform: scale(1.06); box-shadow: 0 0 0 8px var(--accent-soft); }
.step .st-body { padding-top: 8px; }
.step h3 { font-size: 26px; transition: color .4s; }
.step.lit h3 { color: var(--accent); }
.step p { color: var(--muted); margin-top: 8px; max-width: 52ch; }
@media (max-width: 560px){ .step { grid-template-columns: 50px 1fr; gap: 16px; } .step .idx { width:50px; height:50px; font-size:18px; } .steps::before, .steps .prog { left: 24px; } }

/* ---------------- WHY / VOORDELEN ---------------- */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 900px){ .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px){ .why-grid { grid-template-columns: 1fr; } }
.why { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; transition: transform .45s var(--ease-out), box-shadow .45s, border-color .3s; }
.why:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.why .ic { width: 48px; height: 48px; border-radius: 13px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; margin-bottom: 18px; }
.why .ic svg { width: 24px; height: 24px; }
.why h3 { font-size: 21px; }
.why p { color: var(--muted); font-size: 14.5px; margin-top: 9px; }

/* ---------------- PACKAGES ---------------- */
.pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: start; }
@media (max-width: 800px){ .pkg-grid { grid-template-columns: 1fr; } }
.pkg { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px; position: relative; transition: transform .45s var(--ease-out), box-shadow .45s; overflow: hidden; }
.pkg.feat { border-color: var(--accent); background: var(--invert); color: var(--invert-ink); }
.pkg.feat .pkg-price, .pkg.feat h3 { color: var(--invert-ink); }
.pkg:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pkg .badge { position: absolute; top: 20px; right: 20px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; background: var(--accent); color: #fff; padding: 6px 12px; border-radius: 100px; }
.pkg h3 { font-size: 26px; }
.pkg .pkg-desc { font-size: 14.5px; margin-top: 8px; opacity: .8; max-width: 36ch; }
.pkg .pkg-price { font-family: var(--font-display); font-weight: 700; font-size: 44px; letter-spacing: -0.03em; margin: 22px 0 4px; }
.pkg .pkg-price small { font-size: 16px; font-weight: 500; opacity: .55; }
.pkg .pkg-once { font-family: var(--font-mono); font-size: 12px; opacity: .6; }
.pkg ul { margin: 24px 0; display: grid; gap: 11px; }
.pkg li { display: flex; gap: 11px; align-items: flex-start; font-size: 15px; }
.pkg li svg { width: 19px; height: 19px; flex: none; color: var(--accent); margin-top: 1px; }
.pkg .btn { width: 100%; justify-content: center; }

/* ---------------- PRICING CALCULATOR ---------------- */
.calc { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; display: grid; grid-template-columns: 1fr 360px; box-shadow: var(--shadow); }
@media (max-width: 880px){ .calc { grid-template-columns: 1fr; } }
.calc-opts { padding: clamp(26px,3.4vw,42px); }
.calc-grp { padding: 20px 0; border-bottom: 1px solid var(--line); }
.calc-grp:first-child { padding-top: 0; }
.calc-grp > label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 14px; }
.seg { display: inline-flex; border: 1px solid var(--line-2); border-radius: 100px; padding: 4px; gap: 4px; flex-wrap: wrap; background: var(--bg); }
.seg button { padding: 9px 18px; border-radius: 100px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--muted); transition: all .25s; }
.seg button.on { background: var(--ink); color: var(--bg); }
.addon { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; margin-bottom: 10px; transition: border-color .25s, background .25s; cursor: pointer; }
.addon:hover { border-color: var(--line-2); }
.addon.on { border-color: var(--accent); background: var(--accent-soft); }
.addon .ad-l b { font-size: 15.5px; font-weight: 600; }
.addon .ad-l span { font-size: 13px; color: var(--muted); display: block; }
.addon .ad-r { display: flex; align-items: center; gap: 14px; }
.addon .price { font-family: var(--font-mono); font-size: 13.5px; color: var(--ink-soft); white-space: nowrap; }
.chk { width: 26px; height: 26px; border-radius: 8px; border: 2px solid var(--line-2); display: grid; place-items: center; flex: none; transition: all .25s; }
.addon.on .chk { background: var(--accent); border-color: var(--accent); }
.chk svg { width: 16px; height: 16px; color: #fff; opacity: 0; transform: scale(.5); transition: all .2s; }
.addon.on .chk svg { opacity: 1; transform: none; }

.calc-out { background: var(--invert); color: var(--invert-ink); padding: clamp(26px,3.4vw,40px); display: flex; flex-direction: column; }
.calc-out .ttl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; opacity: .5; }
.calc-out .est { font-family: var(--font-display); font-weight: 700; font-size: clamp(40px, 6vw, 60px); letter-spacing: -0.03em; line-height: 1; margin: 12px 0 4px; }
.calc-out .est .cur { color: var(--accent); }
.calc-out .note { font-size: 13px; opacity: .6; margin-top: 6px; }
.calc-sum { margin: 24px 0; border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px; display: grid; gap: 10px; flex: 1; }
.calc-sum .li { display: flex; justify-content: space-between; font-size: 14px; opacity: .85; }
.calc-sum .li.empty { opacity: .4; font-style: italic; }
.calc-sum .li span:last-child { font-family: var(--font-mono); }
.calc-out .timeline { font-family: var(--font-mono); font-size: 12.5px; opacity: .8; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.calc-out .timeline b { color: var(--accent); }

/* ---------------- PORTFOLIO ---------------- */
.folio-feat { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
@media (max-width: 860px){ .folio-feat { grid-template-columns: 1fr; } }
.folio-shot { position: relative; min-height: 460px; background: #0c0a08; overflow: hidden; }
.folio-info { padding: clamp(30px,4vw,52px); display: flex; flex-direction: column; }
.folio-info .live { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 12px; color: var(--accent-ink); }
.folio-info .live .pulse { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 0 rgba(34,197,94,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(34,197,94,0); } }
.folio-info h3 { font-size: clamp(30px,4.4vw,52px); margin: 14px 0; }
.folio-info p { color: var(--muted); }
.folio-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.folio-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 8px 0 26px; }
.folio-feats div { display: flex; gap: 10px; align-items: center; font-size: 14.5px; }
.folio-feats svg { width: 18px; height: 18px; color: var(--accent); flex: none; }
.folio-info .btns { display: flex; gap: 12px; flex-wrap: wrap; margin-top: auto; }

/* barber mock for portfolio */
.barber { position: absolute; inset: 0; color: #efe9dd; font-family: var(--font-display); transition: transform .6s var(--ease-out); }
.folio-shot:hover .barber { transform: scale(1.03); }
.barber .bg { position:absolute; inset:0; background: linear-gradient(160deg,#1a1410,#0c0a08); }
.barber .pole { position:absolute; top: 0; left: 0; width: 10px; height: 100%; background: repeating-linear-gradient(135deg,#e23 0 10px,#fff 10px 20px,#2456c8 20px 30px,#fff 30px 40px); opacity: .8; animation: pole 3s linear infinite; }
@keyframes pole { to { background-position: 0 40px; } }
.barber .ct { position: relative; z-index: 2; padding: 46px 40px; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.barber .ct .eb { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: var(--accent); text-transform: uppercase; }
.barber .ct h4 { font-size: clamp(34px,6vw,60px); line-height: .9; margin: 12px 0; text-transform: uppercase; }
.barber .ct .sub { font-family: var(--font-body); font-size: 14px; opacity: .7; max-width: 30ch; }
.barber .ct .book { margin-top: 22px; align-self: flex-start; background: var(--accent); color: #fff; padding: 12px 22px; border-radius: 100px; font-size: 14px; font-weight: 700; }
.barber .ct .svc { display: flex; gap: 22px; margin-top: 34px; font-family: var(--font-mono); font-size: 12px; opacity: .8; }
.barber .ct .svc b { display:block; font-family: var(--font-display); font-size: 22px; color: var(--accent); }

.folio-soon { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 18px; }
@media (max-width: 760px){ .folio-soon { grid-template-columns: 1fr; } }
.soon { border: 1px dashed var(--line-2); border-radius: var(--r); aspect-ratio: 4/3; display: grid; place-items: center; text-align: center; color: var(--muted); background: var(--bg-2); transition: border-color .3s, color .3s; }
.soon:hover { border-color: var(--accent); color: var(--accent-ink); }
.soon .lbl { font-family: var(--font-mono); font-size: 13px; letter-spacing: .06em; }
.soon .plus { font-size: 30px; font-family: var(--font-display); margin-bottom: 6px; }

/* ---------------- FAQ ---------------- */
.faq { max-width: 800px; margin: 0 auto; }
.qa { border-bottom: 1px solid var(--line); }
.qa-q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 4px; font-family: var(--font-display); font-weight: 600; font-size: clamp(18px,2.4vw,23px); letter-spacing: -0.01em; }
.qa-q .pm { width: 30px; height: 30px; flex: none; border-radius: 50%; border: 1.5px solid var(--line-2); display: grid; place-items: center; position: relative; transition: all .3s; }
.qa-q .pm::before, .qa-q .pm::after { content:""; position: absolute; background: var(--ink); transition: transform .3s, background .3s; }
.qa-q .pm::before { width: 12px; height: 2px; }
.qa-q .pm::after { width: 2px; height: 12px; }
.qa.open .qa-q .pm { background: var(--accent); border-color: var(--accent); }
.qa.open .qa-q .pm::before, .qa.open .qa-q .pm::after { background: #fff; }
.qa.open .qa-q .pm::after { transform: scaleY(0); }
.qa-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.qa-a p { padding: 0 4px 26px; color: var(--muted); max-width: 64ch; font-size: 16px; }

/* ---------------- CONTACT ---------------- */
.contact-methods { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
@media (max-width: 760px){ .contact-methods { grid-template-columns: 1fr; } }
.cm { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 28px; transition: transform .4s var(--ease-out), box-shadow .4s, border-color .3s; display: block; }
.cm:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--accent); }
.cm .ic { width: 50px; height: 50px; border-radius: 14px; background: var(--accent-soft); color: var(--accent-ink); display: grid; place-items: center; margin-bottom: 18px; }
.cm .ic svg { width: 24px; height: 24px; }
.cm h3 { font-size: 20px; }
.cm .val { font-family: var(--font-mono); font-size: 15px; color: var(--accent-ink); margin-top: 8px; word-break: break-word; }
.cm .meta { font-size: 13px; color: var(--muted); margin-top: 4px; }

.cform { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(28px,4vw,48px); }
.cform .fr { margin-bottom: 18px; }
.cform label { display: block; font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }
.cform input, .cform textarea, .cform select {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line-2); border-radius: 12px;
  background: var(--bg); color: var(--ink); font: inherit; font-size: 16px; transition: border-color .25s, box-shadow .25s;
}
.cform input:focus, .cform textarea:focus, .cform select:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.cform textarea { resize: vertical; min-height: 120px; }
.cform .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px){ .cform .row2 { grid-template-columns: 1fr; } }
.cform .err { border-color: #ef4444 !important; }
.cform .errmsg { color: #ef4444; font-size: 13px; margin-top: 6px; display: none; }
.cform .err ~ .errmsg { display: block; }
.cform-success { text-align: center; padding: 40px 20px; }
.cform-success .big { width: 64px; height: 64px; border-radius: 50%; background: var(--accent); color: #fff; display: grid; place-items: center; margin: 0 auto 20px; }
.cform-success .big svg { width: 32px; height: 32px; }
.cform-success h3 { font-size: 28px; }
.cform-success p { color: var(--muted); margin-top: 10px; }

/* ---------------- CTA STRIP ---------------- */
.cta-strip { background: var(--invert); color: var(--invert-ink); border-radius: var(--r-lg); padding: clamp(40px,6vw,80px); text-align: center; position: relative; overflow: hidden; }
.cta-strip::before { content:""; position:absolute; width: 50%; aspect-ratio:1; border-radius:50%; background: radial-gradient(circle,var(--accent),transparent 65%); opacity: .3; top: -20%; right: -5%; filter: blur(20px); }
.cta-strip h2 { font-size: clamp(32px,5.4vw,64px); color: var(--invert-ink); position: relative; }
.cta-strip p { color: rgba(246,242,234,.65); margin-top: 16px; font-size: 18px; position: relative; }
.cta-strip .hero-cta { justify-content: center; position: relative; }
.cta-strip .hero-trust { justify-content: center; }

/* ---------------- PAGE HEADER ---------------- */
.page-head { padding-top: 150px; padding-bottom: 20px; }
.page-head h1 { font-size: clamp(42px,7vw,92px); margin: 18px 0; line-height: .94; }
.page-head p { color: var(--muted); font-size: clamp(17px,2.2vw,21px); max-width: 50ch; }

/* ZumbAnita mock */
.zumba { position: absolute; inset: 0; font-family: var(--font-display); transition: transform .6s var(--ease-out); }
.folio-shot:hover .zumba, .folio-card-shot:hover .zumba { transform: scale(1.03); }
.zumba .zbg { position: absolute; inset: 0; background: linear-gradient(145deg, #2d1b69 0%, #7c3aed 52%, #c026d3 100%); }
.zumba .zcircle { position: absolute; width: 220px; height: 220px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.14); top: -50px; right: -50px; z-index: 1; }
.zumba .zcircle2 { position: absolute; width: 130px; height: 130px; border-radius: 50%; border: 1.5px solid rgba(250,204,21,.22); bottom: 28px; right: 50px; z-index: 1; }
.zumba .zct { position: relative; z-index: 2; padding: 40px; height: 100%; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.zumba .zct .zeb { font-family: var(--font-mono); font-size: 11px; letter-spacing: .2em; color: rgba(255,255,255,.65); text-transform: uppercase; }
.zumba .zct h4 { font-size: clamp(32px, 5.8vw, 62px); line-height: .9; margin: 12px 0; text-transform: uppercase; letter-spacing: -0.03em; color: #fff; }
.zumba .zct h4 em { font-style: normal; color: #facc15; }
.zumba .zct .zsub { font-size: 13.5px; opacity: .72; max-width: 28ch; }
.zumba .zct .zbook { margin-top: 20px; align-self: flex-start; background: #facc15; color: #1a0a3d; padding: 11px 22px; border-radius: 100px; font-size: 13px; font-weight: 700; }
.zumba .zct .zstats { display: flex; gap: 22px; margin-top: 28px; font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,.75); }
.zumba .zct .zstats b { display: block; font-family: var(--font-display); font-size: 20px; color: #facc15; }
.zumba .zbars { position: absolute; bottom: 18px; right: 20px; display: flex; align-items: flex-end; gap: 3px; height: 52px; opacity: .45; z-index: 2; }
.zumba .zbars span { width: 5px; border-radius: 3px 3px 0 0; background: #facc15; height: 20px; }
.zumba .zbars span:nth-child(1) { animation: zbounce .8s ease-in-out infinite; }
.zumba .zbars span:nth-child(2) { animation: zbounce 1.1s ease-in-out infinite .1s; }
.zumba .zbars span:nth-child(3) { animation: zbounce .7s ease-in-out infinite .2s; }
.zumba .zbars span:nth-child(4) { animation: zbounce 1.3s ease-in-out infinite .05s; }
.zumba .zbars span:nth-child(5) { animation: zbounce .9s ease-in-out infinite .15s; }
.zumba .zbars span:nth-child(6) { animation: zbounce 1.0s ease-in-out infinite .08s; }
.zumba .zbars span:nth-child(7) { animation: zbounce .85s ease-in-out infinite .25s; }
@keyframes zbounce { 0%,100% { height: 8px; } 50% { height: 48px; } }
@media (prefers-reduced-motion: reduce) { .zumba .zbars span { animation: none; height: 20px; } }

/* 2-col portfolio grid (home) */
.folio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 860px) { .folio-grid { grid-template-columns: 1fr; } }
.folio-card { border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); transition: transform .45s var(--ease-out), box-shadow .45s, border-color .3s; }
.folio-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--line-2); }
.folio-card-shot { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.folio-card-info { padding: 26px 28px 28px; display: flex; flex-direction: column; }
.folio-card-info h3 { font-size: clamp(22px, 2.8vw, 30px); margin: 10px 0 8px; }
.folio-card-info p { color: var(--muted); font-size: 14px; }
.folio-card-info .btns { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 860px){ .about-grid { grid-template-columns: 1fr; } }
.about-grid .prose p { font-size: 18px; color: var(--ink-soft); margin-bottom: 18px; max-width: 52ch; }
.about-hl { display: grid; gap: 12px; margin-top: 26px; }
.about-hl .h { display: flex; gap: 14px; align-items: center; padding: 16px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 14px; }
.about-hl .h svg { width: 22px; height: 22px; color: var(--accent); flex: none; }
.about-hl .h b { font-size: 15px; } .about-hl .h span { color: var(--muted); font-size: 14px; margin-left: auto; font-family: var(--font-mono); }
.about-portrait { position: relative; aspect-ratio: 4/5; border-radius: var(--r-lg); }
