/*
Theme Name: WebKreasi
Theme URI: https://webkreasi.id
Author: WebKreasi
Description: Landing page theme untuk jasa pembuatan website. Colorful, bold, fully manageable via admin panel.
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: webkreasi
Tags: one-page, landing-page, business, custom-logo, theme-options
*/

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: #f9f8f6;
  color: #111118;
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
button { cursor: pointer; font-family: inherit; }

:root {
  --ink: #111118;
  --ink2: #374151;
  --muted: #6b7280;
  --bg: #f9f8f6;
  --white: #ffffff;
  --line: #e5e7eb;
  --lime: #c8f135;
  --lime-dark: #a8ce1e;
  --blue: #1a56ff;
  --blue-light: #e8eeff;
  --orange: #ff6b2b;
  --orange-light: #fff0ea;
  --teal: #0dbf8a;
  --teal-light: #e6faf4;
  --purple: #7c3aed;
  --purple-light: #f0e8ff;
  --r: 16px;
  --rsm: 10px;
}

/* ── NAV ── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 66px;
  background: rgba(249,248,246,.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-logo {
  font-family: 'Poppins', sans-serif; font-size: 1.35rem;
  font-weight: 800; letter-spacing: -.02em;
  display: flex; align-items: center; gap: 8px;
}
.nav-logo-mark {
  width: 28px; height: 28px; background: var(--ink);
  border-radius: 7px; display: flex; align-items: center; justify-content: center;
}
.nav-logo-mark svg { width: 14px; height: 14px; }
.nav-logo span { color: var(--blue); }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: var(--ink2); font-size: .875rem; font-weight: 500; transition: color .2s; }
.nav-links a:hover { color: var(--blue); }
.nav-cta {
  background: var(--ink); color: #fff;
  padding: .55rem 1.3rem; border-radius: 8px;
  font-weight: 700; font-size: .85rem; transition: background .2s;
}
.nav-cta:hover { background: var(--blue); }

/* ── HERO ── */
.hero-section {
  min-height: 100vh; background: var(--ink);
  display: flex; align-items: center;
  padding: 8rem 5% 5rem; position: relative; overflow: hidden;
}
.hero-section::before {
  content: ''; position: absolute; top: -140px; right: -100px;
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,241,53,.14) 0%, transparent 65%);
  pointer-events: none;
}
.hero-section::after {
  content: ''; position: absolute; bottom: -200px; left: -120px;
  width: 520px; height: 520px; border-radius: 50%;
  background: radial-gradient(circle, rgba(26,86,255,.13) 0%, transparent 65%);
  pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem;
  align-items: center; position: relative; z-index: 1;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(200,241,53,.1); border: 1px solid rgba(200,241,53,.28);
  color: var(--lime); font-size: .72rem; font-weight: 700;
  letter-spacing: .09em; text-transform: uppercase;
  padding: .35rem 1rem; border-radius: 999px; margin-bottom: 1.5rem;
}
.hero-badge-dot { width: 5px; height: 5px; background: var(--lime); border-radius: 50%; }
.hero-section h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  font-weight: 800; line-height: 1.06; letter-spacing: -.03em;
  color: #fff; margin-bottom: 1.5rem;
}
.hero-section h1 .hl {
  display: inline-block; background: var(--lime); color: var(--ink);
  padding: .04em .22em; border-radius: 6px; line-height: 1.18;
}
.hero-sub {
  font-size: 1rem; color: rgba(255,255,255,.58);
  line-height: 1.78; max-width: 460px; margin-bottom: 2.4rem;
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.8rem; }
.btn-lime {
  background: var(--lime); color: var(--ink);
  padding: .9rem 1.9rem; border-radius: var(--rsm);
  font-weight: 700; font-size: .93rem;
  display: inline-flex; align-items: center; gap: .5rem;
  transition: background .2s, transform .2s;
  box-shadow: 0 4px 20px rgba(200,241,53,.3);
}
.btn-lime:hover { background: var(--lime-dark); transform: translateY(-2px); }
.btn-ghost {
  background: rgba(255,255,255,.07); color: #fff;
  border: 1.5px solid rgba(255,255,255,.18);
  padding: .9rem 1.9rem; border-radius: var(--rsm);
  font-weight: 600; font-size: .93rem;
  display: inline-flex; align-items: center; gap: .5rem; transition: all .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.36); }
.hero-trust { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.hero-faces { display: flex; }
.hero-face {
  width: 32px; height: 32px; border-radius: 50%;
  border: 2px solid var(--ink); font-size: .62rem; font-weight: 700;
  color: #fff; display: flex; align-items: center; justify-content: center;
  margin-right: -8px; flex-shrink: 0;
}
.hero-face:last-child { margin-right: 0; }
.hero-trust-text { font-size: .8rem; color: rgba(255,255,255,.5); line-height: 1.4; }
.hero-trust-text strong { color: #fff; display: block; font-size: .86rem; }

/* Browser Mockup */
.hero-mockup { position: relative; }
.browser-frame {
  background: #1e1f2e; border-radius: 14px; overflow: hidden;
  box-shadow: 0 28px 80px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.06);
}
.browser-bar {
  background: #2a2b3d; padding: .6rem 1rem;
  display: flex; align-items: center; gap: .5rem;
}
.b-dot { width: 10px; height: 10px; border-radius: 50%; }
.b-dot-r { background: #ff5f56; } .b-dot-y { background: #ffbd2e; } .b-dot-g { background: #27c93f; }
.b-url {
  flex: 1; background: rgba(255,255,255,.07); border-radius: 6px;
  padding: .28rem .8rem; font-size: .7rem; color: rgba(255,255,255,.38); margin-left: .5rem;
}
.mock-body { padding: 1.1rem; display: flex; flex-direction: column; gap: .7rem; }
.mock-hero-area {
  background: linear-gradient(135deg,#1a56ff,#7c3aed);
  border-radius: 8px; padding: 1.4rem; display: flex; flex-direction: column; gap: .5rem;
}
.m-line { height: 10px; border-radius: 999px; background: rgba(255,255,255,.9); width: 70%; }
.m-line.sm { height: 6px; width: 48%; background: rgba(255,255,255,.5); }
.m-line.xs { height: 5px; width: 38%; background: rgba(255,255,255,.3); }
.mock-btns { display: flex; gap: .5rem; margin-top: .35rem; }
.m-btn { height: 24px; border-radius: 5px; background: var(--lime); width: 72px; }
.m-btn.g { background: rgba(255,255,255,.18); width: 56px; }
.mock-cards-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .55rem; }
.m-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08);
  border-radius: 7px; padding: .7rem;
}
.m-card-dot { width: 22px; height: 22px; border-radius: 5px; margin-bottom: .4rem; }
.mcd1 { background: rgba(200,241,53,.28); }
.mcd2 { background: rgba(26,86,255,.38); }
.mcd3 { background: rgba(255,107,43,.32); }
.m-card-line { height: 5px; border-radius: 999px; background: rgba(255,255,255,.14); margin-bottom: .3rem; }
.m-card-line.s { width: 58%; background: rgba(255,255,255,.07); }
.mock-float {
  position: absolute; bottom: -14px; left: -18px;
  background: #fff; border-radius: 12px; padding: .75rem 1rem;
  display: flex; align-items: center; gap: .65rem;
  box-shadow: 0 8px 30px rgba(0,0,0,.16);
  animation: wkfloat 3s ease-in-out infinite;
}
.mf-icon {
  width: 34px; height: 34px; background: var(--teal-light);
  border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.mf-val { font-size: .85rem; font-weight: 700; color: var(--ink); }
.mf-sub { font-size: .7rem; color: var(--muted); }
.mock-float2 {
  position: absolute; top: -10px; right: -10px;
  background: #fff; border-radius: 10px; padding: .6rem .85rem;
  box-shadow: 0 8px 28px rgba(0,0,0,.14);
  animation: wkfloat 3s 1.5s ease-in-out infinite;
  display: flex; align-items: center; gap: .4rem;
}
.mf2-stars { color: #f5a623; font-size: .75rem; letter-spacing: 1px; }
.mf2-text { font-size: .75rem; font-weight: 600; color: var(--ink); }
@keyframes wkfloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* ── STATS STRIP ── */
.stats-strip {
  display: grid; grid-template-columns: repeat(4,1fr);
  background: #fff; border-bottom: 1px solid var(--line);
}
.stat-box {
  padding: 2.2rem 5%; text-align: center;
  border-right: 1px solid var(--line);
  position: relative; overflow: hidden;
}
.stat-box:last-child { border-right: none; }
.stat-box::after {
  content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 36px; height: 3px; border-radius: 99px; background: var(--lime);
  opacity: 0; transition: opacity .25s;
}
.stat-box:hover::after { opacity: 1; }
.stat-num { font-family: 'Poppins', sans-serif; font-size: 2.5rem; font-weight: 800; color: var(--ink); line-height: 1; margin-bottom: .25rem; }
.stat-num em { font-style: normal; color: var(--blue); }
.stat-label { font-size: .8rem; color: var(--muted); }

/* ── SHARED SECTION ── */
.section-wrap { padding: 6rem 5%; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .7rem; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue); margin-bottom: .75rem;
}
.eyebrow::before { content: ''; width: 16px; height: 2px; background: currentColor; border-radius: 2px; }
.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.75rem);
  font-weight: 800; line-height: 1.12; letter-spacing: -.03em;
  color: var(--ink); margin-bottom: .9rem;
}
.section-title em { font-style: normal; color: var(--blue); }
.section-sub { font-size: .95rem; color: var(--muted); line-height: 1.72; max-width: 500px; }

/* ── SERVICES ── */
.sec-svc { background: #fff; }
.svc-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.8rem; gap: 2rem; flex-wrap: wrap; }
.svc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.svc-card {
  border-radius: var(--r); padding: 2rem; position: relative;
  overflow: hidden; border: 1.5px solid transparent;
  transition: transform .25s, box-shadow .25s;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(0,0,0,.1); }
.svc-card.c1 { background: #f0f4ff; border-color: #dde6ff; }
.svc-card.c2 { background: #fff7f2; border-color: #ffe4d4; }
.svc-card.c3 { background: #f0faf7; border-color: #c8f0e4; }
.svc-card.c4 { background: #fdfff0; border-color: #e6f98a; }
.svc-card.c5 { background: var(--purple-light); border-color: #ddc8ff; }
.svc-card.c6 { background: #f0f8ff; border-color: #c2e0ff; }
.svc-num {
  position: absolute; top: 1.2rem; right: 1.4rem;
  font-family: 'Poppins', sans-serif; font-size: 3.2rem; font-weight: 800;
  opacity: .06; color: var(--ink); line-height: 1;
}
.svc-icon { font-size: 1.9rem; margin-bottom: 1.1rem; display: block; }
.svc-card h3 { font-family: 'Poppins', sans-serif; font-size: 1rem; font-weight: 700; color: var(--ink); margin-bottom: .45rem; }
.svc-card p { font-size: .86rem; color: var(--ink2); line-height: 1.65; }
.svc-tag {
  display: inline-block; margin-top: 1.1rem; font-size: .7rem; font-weight: 700;
  padding: .22rem .65rem; border-radius: 999px; letter-spacing: .05em; text-transform: uppercase;
}
.c1 .svc-tag { background: #dde6ff; color: var(--blue); }
.c2 .svc-tag { background: #ffe4d4; color: var(--orange); }
.c3 .svc-tag { background: #c8f0e4; color: #0a9060; }
.c4 .svc-tag { background: #d8f030; color: #5a7000; }
.c5 .svc-tag { background: #ddc8ff; color: var(--purple); }
.c6 .svc-tag { background: #c2e0ff; color: #0a5fa8; }

/* ── WHY US ── */
.sec-why { background: var(--ink); padding: 6rem 5%; }
.sec-why .eyebrow { color: var(--lime); }
.sec-why .eyebrow::before { background: var(--lime); }
.why-layout { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.why-title { font-family: 'Poppins', sans-serif; font-size: clamp(1.9rem, 3.5vw, 2.75rem); font-weight: 800; line-height: 1.12; letter-spacing: -.03em; color: #fff; margin-bottom: .9rem; }
.why-title em { font-style: normal; color: var(--lime); }
.why-sub { font-size: .95rem; color: rgba(255,255,255,.5); line-height: 1.72; max-width: 500px; margin-bottom: 2.4rem; }
.why-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--lime); color: var(--ink);
  padding: .85rem 1.8rem; border-radius: var(--rsm);
  font-weight: 700; font-size: .9rem; transition: background .2s, transform .15s;
}
.why-btn:hover { background: var(--lime-dark); transform: translateY(-1px); }
.why-list { display: flex; flex-direction: column; }
.why-item {
  display: grid; grid-template-columns: 52px 1fr; gap: 1rem;
  align-items: start; padding: 1.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.why-item:first-child { border-top: 1px solid rgba(255,255,255,.07); }
.why-num-badge {
  width: 36px; height: 36px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-size: .78rem; font-weight: 800; flex-shrink: 0; margin-top: 2px;
}
.wn1 { background: rgba(200,241,53,.12); color: var(--lime); }
.wn2 { background: rgba(26,86,255,.15); color: #6c9fff; }
.wn3 { background: rgba(255,107,43,.13); color: #ff8f5a; }
.wn4 { background: rgba(13,191,138,.12); color: var(--teal); }
.why-item-title { font-size: .95rem; font-weight: 600; color: #fff; margin-bottom: .35rem; }
.why-item-desc { font-size: .84rem; color: rgba(255,255,255,.48); line-height: 1.65; }

/* ── PORTFOLIO ── */
.sec-porto { background: var(--bg); padding: 6rem 5%; }
.porto-inner { max-width: 1200px; margin: 0 auto; }
.porto-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2rem; flex-wrap: wrap; gap: 1.5rem; }
.porto-filters { display: flex; gap: .5rem; flex-wrap: wrap; }
.pf-tab {
  padding: .4rem 1rem; border-radius: 999px; border: 1.5px solid var(--line);
  background: #fff; color: var(--ink2); font-size: .8rem; font-weight: 600;
  cursor: pointer; font-family: 'Plus Jakarta Sans', sans-serif; transition: all .2s;
}
.pf-tab.active, .pf-tab:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.porto-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.porto-card {
  border-radius: var(--r); overflow: hidden; background: #fff;
  border: 1.5px solid var(--line); transition: transform .28s, box-shadow .28s; cursor: pointer;
}
.porto-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.porto-card:hover .porto-overlay { opacity: 1; }
.porto-card:hover .porto-screen { transform: scale(1.03); }
.porto-thumb { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.porto-thumb-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.porto-card:hover .porto-thumb-img { transform: scale(1.05); }
.porto-screen { width: 100%; height: 100%; display: flex; flex-direction: column; transition: transform .4s ease; }
.porto-browser-bar {
  height: 26px; display: flex; align-items: center; gap: .32rem;
  padding: 0 .7rem; flex-shrink: 0; background: rgba(0,0,0,.2);
}
.pbd { width: 7px; height: 7px; border-radius: 50%; }
.pbd-r { background: #ff5f56; } .pbd-y { background: #ffbd2e; } .pbd-g { background: #27c93f; }
.porto-browser-body { flex: 1; display: flex; flex-direction: column; gap: .45rem; padding: .65rem; overflow: hidden; }
.pb-hero { border-radius: 5px; flex: 2; display: flex; flex-direction: column; justify-content: center; padding: .65rem .8rem; gap: .35rem; }
.pb-line { height: 7px; border-radius: 999px; background: rgba(255,255,255,.85); }
.pb-line.md { width: 62%; height: 5px; background: rgba(255,255,255,.55); }
.pb-line.sm { width: 38%; height: 4px; background: rgba(255,255,255,.3); }
.pb-btn { width: 56px; height: 18px; border-radius: 4px; background: rgba(255,255,255,.9); margin-top: .25rem; }
.pb-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: .35rem; flex-shrink: 0; }
.pb-card { border-radius: 4px; height: 36px; }
.porto-overlay {
  position: absolute; inset: 0; background: rgba(17,17,24,.72);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .28s;
}
.porto-overlay-btn {
  background: #fff; color: var(--ink); padding: .55rem 1.2rem;
  border-radius: 8px; font-weight: 700; font-size: .8rem;
  transform: translateY(8px); transition: transform .28s;
}
.porto-card:hover .porto-overlay-btn { transform: translateY(0); }
.porto-info { padding: 1.1rem 1.3rem; }
.porto-cat {
  display: inline-block; font-size: .68rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .2rem .6rem; border-radius: 999px; margin-bottom: .55rem;
}
.porto-title { font-family: 'Poppins', sans-serif; font-size: .93rem; font-weight: 700; color: var(--ink); margin-bottom: .22rem; }
.porto-desc { font-size: .78rem; color: var(--muted); line-height: 1.55; }
.porto-meta { display: flex; align-items: center; justify-content: space-between; margin-top: .8rem; padding-top: .8rem; border-top: 1px solid var(--line); }
.porto-tags { display: flex; gap: .35rem; flex-wrap: wrap; }
.porto-tag { font-size: .67rem; font-weight: 600; color: var(--muted); background: var(--bg); padding: .17rem .5rem; border-radius: 4px; }
.porto-link { font-size: .75rem; font-weight: 700; color: var(--blue); white-space: nowrap; }
.porto-link:hover { text-decoration: underline; }
.porto-thumb-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: .82rem; color: rgba(255,255,255,.5); }

/* ── PRICING ── */
.sec-pricing { background: #fff; padding: 6rem 5%; }
.pricing-inner { max-width: 1200px; margin: 0 auto; }
.pricing-header { text-align: center; margin-bottom: 3.5rem; }
.pricing-header .section-sub { margin: 0 auto; text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.p-card {
  background: #fff; border: 2px solid var(--line); border-radius: 20px;
  padding: 2.4rem; position: relative; transition: transform .25s, box-shadow .25s;
}
.p-card:hover { transform: translateY(-5px); box-shadow: 0 20px 60px rgba(0,0,0,.09); }
.p-card.featured { border-color: var(--blue); background: linear-gradient(160deg,#f0f4ff 0%,#fff 55%); }
.p-card.featured:hover { box-shadow: 0 20px 60px rgba(26,86,255,.15); }
.pop-pill {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--blue); color: #fff;
  font-size: .7rem; font-weight: 700; padding: .28rem 1.1rem;
  border-radius: 999px; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap;
}
.p-tier { font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: .65rem; }
.p-price { font-family: 'Poppins', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--ink); line-height: 1; margin-bottom: .22rem; }
.p-note { font-size: .8rem; color: var(--muted); margin-bottom: 1.6rem; padding-bottom: 1.6rem; border-bottom: 1px solid var(--line); }
.p-feat { display: flex; align-items: flex-start; gap: .7rem; font-size: .875rem; color: var(--ink2); margin-bottom: .9rem; line-height: 1.45; }
.p-check {
  width: 17px; height: 17px; border-radius: 50%; background: var(--blue-light);
  flex-shrink: 0; margin-top: 1px; display: flex; align-items: center; justify-content: center;
}
.p-check svg { width: 9px; height: 9px; }
.p-card.featured .p-check { background: var(--lime); }
.p-btn {
  display: block; text-align: center; margin-top: 2rem; padding: .85rem;
  border-radius: var(--rsm); font-size: .9rem; font-weight: 700;
  border: 2px solid var(--line); color: var(--ink); transition: all .2s;
}
.p-btn:hover { background: var(--bg); }
.p-card.featured .p-btn { background: var(--blue); color: #fff; border-color: var(--blue); }
.p-card.featured .p-btn:hover { background: #1247d6; }

/* ── TESTIMONIALS ── */
.sec-testi { background: var(--bg); padding: 6rem 5%; }
.testi-inner { max-width: 1200px; margin: 0 auto; }
.testi-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 2.8rem; flex-wrap: wrap; gap: 2rem; }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.t-card { background: #fff; border: 1.5px solid var(--line); border-radius: var(--r); padding: 2rem; transition: box-shadow .25s; }
.t-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.07); }
.t-stars { color: #f5a623; font-size: .8rem; letter-spacing: 2px; margin-bottom: 1rem; }
.t-quote {
  font-size: .9rem; line-height: 1.77; color: var(--ink2);
  font-style: italic; margin-bottom: 1.5rem;
  position: relative; padding-left: 1.2rem;
}
.t-quote::before {
  content: '"'; position: absolute; left: 0; top: -.1rem;
  font-size: 1.8rem; opacity: .18; font-family: 'Poppins', sans-serif; line-height: 1;
}
.t1 .t-quote::before { color: var(--blue); }
.t2 .t-quote::before { color: var(--teal); }
.t3 .t-quote::before { color: var(--orange); }
.t-author { display: flex; align-items: center; gap: .8rem; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.t-av {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: .8rem; color: #fff; flex-shrink: 0;
}
.t-name { font-size: .86rem; font-weight: 600; color: var(--ink); }
.t-role { font-size: .73rem; color: var(--muted); }

/* ── FAQ ── */
.sec-faq { background: #fff; padding: 6rem 5%; }
.faq-inner { max-width: 1200px; margin: 0 auto; }
.faq-layout { display: grid; grid-template-columns: 1fr 1.5fr; gap: 5rem; align-items: start; }
.faq-left h3 { font-family: 'Poppins', sans-serif; font-size: 1.65rem; font-weight: 800; color: var(--ink); line-height: 1.2; margin-bottom: .9rem; }
.faq-left p { font-size: .875rem; color: var(--muted); line-height: 1.72; margin-bottom: 1.8rem; }
.faq-cta-btn {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--ink); color: #fff;
  padding: .8rem 1.5rem; border-radius: var(--rsm);
  font-weight: 700; font-size: .875rem; transition: background .2s;
}
.faq-cta-btn:hover { background: var(--blue); }
.faq-stats { margin-top: 2rem; background: var(--bg); border-radius: 14px; padding: 1.3rem 1.5rem; display: flex; gap: 2rem; }
.faq-stat-num { font-family: 'Poppins', sans-serif; font-size: 1.75rem; font-weight: 800; color: var(--blue); line-height: 1; }
.faq-stat-lbl { font-size: .72rem; color: var(--muted); margin-top: .2rem; }
.faq-list { display: flex; flex-direction: column; gap: .5rem; }
.faq-item { border: 1.5px solid var(--line); border-radius: 12px; overflow: hidden; background: #fff; transition: border-color .2s; }
.faq-item.open { border-color: var(--blue); }
.faq-q {
  width: 100%; background: none; border: none;
  font-family: 'Plus Jakarta Sans', sans-serif; font-size: .88rem; font-weight: 600; color: var(--ink);
  padding: 1.1rem 1.3rem; text-align: left; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: background .2s;
}
.faq-q:hover { background: var(--bg); }
.faq-ico {
  width: 24px; height: 24px; border-radius: 50%; background: var(--bg);
  display: flex; align-items: center; justify-content: center;
  font-size: .68rem; color: var(--muted); flex-shrink: 0; transition: transform .3s, background .2s;
}
.faq-item.open .faq-ico { transform: rotate(180deg); background: var(--blue-light); color: var(--blue); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 200px; }
.faq-a-in { padding: 0 1.3rem 1.2rem; font-size: .855rem; color: var(--muted); line-height: 1.75; }

/* ── CTA ── */
.sec-cta {
  background: var(--ink); padding: 7rem 5%; text-align: center;
  position: relative; overflow: hidden;
}
.sec-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 110%, rgba(200,241,53,.13) 0%, transparent 65%);
  pointer-events: none;
}
.sec-cta .eyebrow { color: rgba(255,255,255,.38); }
.sec-cta .eyebrow::before { background: rgba(255,255,255,.25); }
.sec-cta .section-title { color: #fff; }
.sec-cta .section-sub { color: rgba(255,255,255,.5); margin: 0 auto 2.8rem; text-align: center; }
.cta-actions { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; position: relative; z-index: 1; }
.btn-lime-lg {
  background: var(--lime); color: var(--ink);
  padding: 1rem 2.1rem; border-radius: var(--rsm); font-weight: 700; font-size: .97rem;
  display: inline-flex; align-items: center; gap: .5rem;
  transition: background .2s, transform .2s; box-shadow: 0 4px 24px rgba(200,241,53,.28);
}
.btn-lime-lg:hover { background: var(--lime-dark); transform: translateY(-2px); }
.btn-ghost-lg {
  background: rgba(255,255,255,.07); color: #fff;
  border: 1.5px solid rgba(255,255,255,.18);
  padding: 1rem 2.1rem; border-radius: var(--rsm); font-weight: 600; font-size: .97rem;
  display: inline-flex; align-items: center; gap: .5rem; transition: all .2s;
}
.btn-ghost-lg:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.35); }

/* ── FOOTER ── */
.site-footer {
  background: #fff; border-top: 1px solid var(--line);
  padding: 2.4rem 5%; display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 1.2rem;
}
.footer-logo { font-family: 'Poppins', sans-serif; font-size: 1.25rem; font-weight: 800; color: var(--ink); }
.footer-logo span { color: var(--blue); }
.footer-copy { font-size: .78rem; color: var(--muted); margin-top: .3rem; }
.footer-links { display: flex; gap: 1.8rem; flex-wrap: wrap; }
.footer-links a { font-size: .8rem; color: var(--muted); transition: color .2s; }
.footer-links a:hover { color: var(--blue); }

/* ── WA FLOAT ── */
.wa-float {
  position: fixed; bottom: 1.8rem; right: 1.8rem; z-index: 300;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.4); transition: transform .2s;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 26px; height: 26px; fill: white; }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-d1 { transition-delay: .1s; }
.reveal-d2 { transition-delay: .2s; }
.reveal-d3 { transition-delay: .3s; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
  .hero-inner, .why-layout { grid-template-columns: 1fr; }
  .hero-mockup { display: none; }
  .svc-grid, .porto-grid, .pricing-grid, .testi-grid { grid-template-columns: 1fr 1fr; }
  .faq-layout { grid-template-columns: 1fr; gap: 3rem; }
  .stats-strip { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 600px) {
  .site-nav { padding: 0 5%; }
  .nav-links { display: none; }
  .svc-grid, .porto-grid, .pricing-grid, .testi-grid { grid-template-columns: 1fr; }
  .hero-section h1 { font-size: 2.4rem; }
  .cta-actions, .hero-actions { flex-direction: column; align-items: flex-start; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
}
