/* FreeSiteAI — style.css */
:root {
  --bg: #f6faf7;
  --bg2: #ebf5ee;
  --dark: #0c1e10;
  --green: #16a34a;
  --green-l: #22c55e;
  --green-p: #dcfce7;
  --lime: #a3e635;
  --white: #ffffff;
  --ts: #3d5a44;
  --tm: #7a9e82;
  --border: #cce8d4;
  --fh: 'Plus Jakarta Sans', system-ui, sans-serif;
  --fb: 'Inter', system-ui, sans-serif;
  --r: 12px;
  --rl: 20px;
  --sh: 0 4px 24px rgba(12,30,16,.08);
  --shl: 0 16px 64px rgba(12,30,16,.14);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--fb); background: var(--bg); color: var(--dark); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; font-family: inherit; }
input, button, select, textarea { font-family: inherit; }

.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3, h4 { font-family: var(--fh); line-height: 1.15; color: var(--dark); font-weight: 800; }
h1 { font-size: clamp(36px, 6vw, 68px); }
h2 { font-size: clamp(28px, 4vw, 48px); }
h3 { font-size: clamp(18px, 2.5vw, 22px); font-weight: 700; }
h4 { font-size: 16px; font-weight: 700; }
p { color: var(--ts); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 700; font-family: var(--fh); border: 2px solid transparent; transition: all .2s ease; white-space: nowrap; cursor: pointer; }
.btn--primary { background: var(--green); color: #fff; border-color: var(--green); }
.btn--primary:hover { background: #15803d; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(22,163,74,.3); }
.btn--outline { background: transparent; color: var(--dark); border-color: var(--border); }
.btn--outline:hover { border-color: var(--green); color: var(--green); }
.btn--lime { background: var(--lime); color: var(--dark); border-color: var(--lime); }
.btn--lime:hover { background: #bef264; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(163,230,53,.4); }
.btn--lg { padding: 16px 36px; font-size: 16px; width: 100%; justify-content: center; }

/* Tag */
.tag { display: inline-block; background: var(--green-p); color: var(--green); border: 1px solid rgba(22,163,74,.2); border-radius: 100px; padding: 4px 14px; font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; }
.tag--inv { background: rgba(255,255,255,.12); color: var(--lime); border-color: rgba(163,230,53,.25); }

/* Section head */
.sec-head { text-align: center; max-width: 640px; margin: 0 auto 64px; }
.sec-head h2 { margin-bottom: 16px; }
.sec-head p { font-size: 17px; }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: .1s; } .d2 { transition-delay: .2s; } .d3 { transition-delay: .3s; } .d4 { transition-delay: .4s; }

/* ── NAV ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(246,250,247,.96); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); transition: box-shadow .3s; }
.nav.scrolled { box-shadow: 0 2px 20px rgba(12,30,16,.08); }
.nav__inner { display: flex; align-items: center; gap: 24px; height: 68px; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--fh); font-size: 19px; font-weight: 800; color: var(--dark); flex-shrink: 0; }
.logo__mark { width: 32px; height: 32px; border-radius: 8px; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 900; }
.logo .gr { color: var(--green); }
.nav__links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav__links a { font-size: 14px; font-weight: 500; color: var(--ts); transition: color .2s; }
.nav__links a:hover { color: var(--dark); }
.nav__cta { background: var(--green) !important; color: #fff !important; padding: 9px 20px !important; border-radius: 8px !important; font-weight: 700 !important; font-size: 14px !important; }
.nav__cta:hover { background: #15803d !important; }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; padding: 4px; margin-left: auto; }
.burger span { display: block; width: 22px; height: 2px; background: var(--dark); border-radius: 2px; transition: all .3s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── HERO ── */
.hero { position: relative; padding: 140px 0 100px; overflow: hidden; min-height: 100vh; display: flex; align-items: center; }
.hero__bg { position: absolute; inset: 0; overflow: hidden; }
.orb { position: absolute; border-radius: 50%; filter: blur(72px); opacity: .45; }
.orb1 { width: 520px; height: 520px; background: radial-gradient(circle, #bbf7d0 0%, transparent 70%); top: -100px; right: -100px; animation: o1 9s ease-in-out infinite; }
.orb2 { width: 360px; height: 360px; background: radial-gradient(circle, #dcfce7 0%, transparent 70%); bottom: -50px; left: -80px; animation: o2 11s ease-in-out infinite; }
.orb3 { width: 200px; height: 200px; background: radial-gradient(circle, rgba(163,230,53,.25) 0%, transparent 70%); top: 40%; right: 22%; animation: o3 7s ease-in-out infinite; }
@keyframes o1 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-28px,22px); } }
@keyframes o2 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(22px,-28px); } }
@keyframes o3 { 0%,100% { transform: translate(0,0); } 50% { transform: translate(-14px,14px); } }
.hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(22,163,74,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(22,163,74,.04) 1px, transparent 1px); background-size: 48px 48px; pointer-events: none; }

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

.hero__pill { display: inline-flex; align-items: center; gap: 8px; background: var(--white); border: 1px solid var(--border); border-radius: 100px; padding: 6px 16px; font-size: 13px; font-weight: 600; color: var(--ts); margin-bottom: 24px; box-shadow: var(--sh); }
.hero__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-l); box-shadow: 0 0 0 3px rgba(34,197,94,.2); animation: glow 2s infinite; }
@keyframes glow { 0%,100% { box-shadow: 0 0 0 3px rgba(34,197,94,.2); } 50% { box-shadow: 0 0 0 6px rgba(34,197,94,.1); } }

.hero__h1 { margin-bottom: 20px; letter-spacing: -1px; }
.hero__h1 .gr { color: var(--green); }
.hero__h1 .ul { position: relative; display: inline-block; }
.hero__h1 .ul::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 4px; background: var(--lime); border-radius: 2px; }
.hero__p { font-size: 18px; line-height: 1.7; margin-bottom: 36px; max-width: 480px; }
.hero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 36px; }
.hero__proof { display: flex; align-items: center; gap: 12px; }
.faces { display: flex; }
.face { width: 32px; height: 32px; border-radius: 50%; background: var(--c); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; border: 2px solid #fff; margin-right: -8px; }
.hero__proof p { font-size: 13px; color: var(--ts); margin-left: 14px; }
.hero__proof strong { color: var(--dark); }

/* Mockup */
.hero__right { position: relative; }
.mockup { background: var(--white); border-radius: var(--rl); box-shadow: var(--shl), 0 0 0 1px var(--border); overflow: hidden; animation: flt 6s ease-in-out infinite; }
@keyframes flt { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.mk-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: var(--bg2); border-bottom: 1px solid var(--border); }
.mk-dots { display: flex; gap: 5px; }
.mk-dots span { width: 10px; height: 10px; border-radius: 50%; }
.mk-dots span:nth-child(1) { background: #ff5f56; }
.mk-dots span:nth-child(2) { background: #febc2e; }
.mk-dots span:nth-child(3) { background: #27c93f; }
.mk-url { flex: 1; text-align: center; background: #fff; border-radius: 5px; padding: 4px 10px; font-size: 11px; color: var(--tm); }
.mk-body { padding: 14px; display: flex; flex-direction: column; gap: 14px; }
.mk-nav { display: flex; align-items: center; justify-content: space-between; }
.mk-navr { display: flex; gap: 6px; }
.sk { border-radius: 4px; background: var(--border); animation: sk 1.5s ease-in-out infinite; }
@keyframes sk { 0%,100% { opacity: .6; } 50% { opacity: 1; } }
.sk-logo { width: 56px; height: 12px; }
.sk-xs { width: 28px; height: 9px; }
.sk-h1 { width: 88%; height: 15px; background: rgba(22,163,74,.2); }
.sk-h2 { width: 65%; height: 11px; }
.sk-p { width: 82%; height: 9px; }
.sk-btn { width: 90px; height: 26px; background: rgba(22,163,74,.3); border-radius: 6px; }
.mk-content { display: flex; flex-direction: column; gap: 7px; padding: 6px 0; }
.mk-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.mk-card { height: 56px; border-radius: 8px; background: var(--bg2); }
.mk-status { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--green-p); border-top: 1px solid rgba(22,163,74,.15); font-size: 12px; color: var(--green); font-weight: 600; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green-l); animation: glow 1.5s infinite; }
.mk-prog { flex: 1; height: 4px; background: rgba(22,163,74,.2); border-radius: 2px; overflow: hidden; }
.mk-fill { height: 100%; background: var(--green); border-radius: 2px; animation: fill 3s ease-in-out infinite; }
@keyframes fill { 0% { width: 8%; } 65% { width: 88%; } 100% { width: 8%; } }
.fb { position: absolute; background: #fff; border: 1px solid var(--border); border-radius: 100px; padding: 8px 14px; font-size: 13px; font-weight: 700; box-shadow: 0 4px 16px rgba(12,30,16,.1); color: var(--dark); }
.fb1 { top: -18px; right: -18px; animation: fb1 4s ease-in-out infinite; }
.fb2 { bottom: 56px; right: -28px; animation: fb2 5s ease-in-out infinite; }
.fb3 { bottom: -18px; left: 16px; animation: fb3 4.5s ease-in-out infinite; }
@keyframes fb1 { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-8px) rotate(-2deg); } }
@keyframes fb2 { 0%,100% { transform: translateY(0) rotate(2deg); } 50% { transform: translateY(-6px) rotate(2deg); } }
@keyframes fb3 { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(-1deg); } }

/* ── TRUST ── */
.trust { background: var(--dark); padding: 20px 0; }
.trust__inner { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.trust__item { display: flex; flex-direction: column; align-items: center; padding: 8px 28px; }
.trust__item strong { color: var(--lime); font-size: 14px; font-weight: 700; font-family: var(--fh); }
.trust__item span { color: rgba(255,255,255,.45); font-size: 12px; }
.trust__div { width: 1px; height: 28px; background: rgba(255,255,255,.1); }

/* ── HOW ── */
.how { padding: 100px 0; background: var(--white); }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; }
.step { background: var(--bg); border: 1px solid var(--border); border-radius: var(--rl); padding: 32px; }
.step__num { font-family: var(--fh); font-size: 44px; font-weight: 900; color: var(--green-p); -webkit-text-stroke: 2px var(--green); line-height: 1; margin-bottom: 14px; }
.step h3 { margin-bottom: 10px; }
.step p { font-size: 14px; line-height: 1.7; }
.step__pill { display: inline-block; margin-top: 14px; background: var(--green-p); color: var(--green); border-radius: 100px; padding: 4px 12px; font-size: 12px; font-weight: 600; }
.step-arrow { font-size: 24px; color: var(--border); padding: 52px 16px 0; align-self: flex-start; }

/* ── FEATURES ── */
.features { padding: 100px 0; }
.feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feat { background: var(--white); border: 1px solid var(--border); border-radius: var(--rl); padding: 32px; transition: transform .2s, box-shadow .2s; }
.feat:hover { transform: translateY(-4px); box-shadow: var(--shl); }
.feat--wide { grid-column: span 2; display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; }
.feat--dk { background: var(--dark); border-color: var(--dark); }
.feat--dk h3 { color: #fff; }
.feat--dk p { color: rgba(255,255,255,.6); }
.feat__icon { font-size: 28px; margin-bottom: 14px; }
.feat h3 { margin-bottom: 10px; }
.feat p { font-size: 14px; line-height: 1.7; }
.feat__list { margin-top: 14px; display: flex; flex-direction: column; gap: 6px; }
.feat__list li { font-size: 13px; color: var(--ts); display: flex; align-items: center; gap: 8px; }
.feat__list li::before { content: '✓'; color: var(--green); font-weight: 700; flex-shrink: 0; }
.feat__badge { display: inline-block; margin-top: 14px; background: var(--lime); color: var(--dark); border-radius: 100px; padding: 4px 14px; font-size: 12px; font-weight: 700; }
.feat__layers { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
.layer { padding: 10px 18px; border-radius: 8px; font-size: 13px; font-weight: 700; text-align: center; white-space: nowrap; font-family: var(--fh); }
.l1 { background: var(--bg2); color: var(--tm); }
.l2 { background: var(--green-p); color: var(--green); transform: translateX(8px); }
.l3 { background: var(--dark); color: #fff; transform: translateX(16px); }

/* ── PROCESS ── */
.process { padding: 100px 0; background: var(--dark); }
.process .sec-head h2 { color: #fff; }
.process .sec-head p { color: rgba(255,255,255,.55); }
.process .tag { background: rgba(163,230,53,.1); color: var(--lime); border-color: rgba(163,230,53,.2); }
.timeline { position: relative; max-width: 580px; margin: 0 auto; }
.timeline::before { content: ''; position: absolute; left: 78px; top: 10px; bottom: 10px; width: 2px; background: rgba(255,255,255,.08); }
.tl-item { display: grid; grid-template-columns: 78px 22px 1fr; gap: 0 18px; align-items: start; padding-bottom: 36px; }
.tl-time { font-size: 11px; font-weight: 700; color: var(--lime); padding-top: 2px; text-align: right; font-family: var(--fh); }
.tl-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); border: 2px solid var(--dark); margin-top: 3px; position: relative; z-index: 1; box-shadow: 0 0 0 4px rgba(22,163,74,.2); }
.tl-last { background: var(--lime); box-shadow: 0 0 0 4px rgba(163,230,53,.2); }
.tl-body h4 { color: #fff; margin-bottom: 3px; font-size: 15px; }
.tl-body p { font-size: 13px; color: rgba(255,255,255,.5); }

/* ── TESTIMONIALS ── */
.testi { padding: 100px 0; background: var(--bg2); }
.testi__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.tcard { background: #fff; border: 1px solid var(--border); border-radius: var(--rl); padding: 28px; display: flex; flex-direction: column; gap: 14px; transition: transform .2s; }
.tcard:hover { transform: translateY(-4px); }
.tcard__stars { color: var(--green); font-size: 15px; letter-spacing: 2px; }
.tcard p { font-size: 14px; line-height: 1.75; font-style: italic; flex: 1; }
.tcard footer { display: flex; align-items: center; gap: 10px; }
.tcard__face { width: 38px; height: 38px; border-radius: 50%; background: var(--c); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; flex-shrink: 0; }
.tcard cite { display: block; font-style: normal; font-weight: 700; font-size: 13px; color: var(--dark); }
.tcard span { font-size: 12px; color: var(--tm); }

/* ── FAQ ── */
.faq { padding: 100px 0; background: #fff; }
.faq__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 40px; }
.faq__q { border: 1px solid var(--border); border-radius: var(--r); overflow: hidden; margin-bottom: 10px; }
.faq__q summary { padding: 18px 20px; font-weight: 700; font-size: 14px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; color: var(--dark); transition: background .2s; font-family: var(--fh); }
.faq__q summary::-webkit-details-marker { display: none; }
.faq__q summary::after { content: '+'; font-size: 20px; font-weight: 400; color: var(--green); transition: transform .2s; flex-shrink: 0; margin-left: 10px; }
.faq__q[open] summary::after { transform: rotate(45deg); }
.faq__q[open] summary { background: var(--green-p); }
.faq__q p { padding: 0 20px 18px; font-size: 14px; line-height: 1.7; }

/* ── CTA / FORM ── */
.cta { padding: 100px 0; background: var(--bg); }
.cta__box { background: var(--dark); border-radius: 24px; padding: 64px; text-align: center; position: relative; overflow: hidden; }
.cta__glow { position: absolute; width: 400px; height: 400px; background: radial-gradient(circle, rgba(22,163,74,.3) 0%, transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); pointer-events: none; }
.cta__box h2 { color: #fff; margin-bottom: 14px; }
.cta__box > p { color: rgba(255,255,255,.6); font-size: 17px; margin-bottom: 40px; }
.cta__form { text-align: left; max-width: 620px; margin: 0 auto; position: relative; z-index: 1; }
.cta__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.field label { font-size: 12px; font-weight: 700; color: rgba(255,255,255,.6); letter-spacing: .5px; text-transform: uppercase; }
.field label span { color: rgba(255,255,255,.35); font-weight: 400; text-transform: none; }
.field input { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 13px 15px; color: #fff; font-size: 15px; transition: border .2s, background .2s; }
.field input::placeholder { color: rgba(255,255,255,.25); }
.field input:focus { outline: none; border-color: var(--green-l); background: rgba(255,255,255,.1); }
.cta__note { text-align: center; font-size: 12px; color: rgba(255,255,255,.35); margin-top: 10px; }
.cta__ok { max-width: 400px; margin: 0 auto; position: relative; z-index: 1; }
.cta__ok-icon { font-size: 44px; margin-bottom: 14px; }
.cta__ok h3 { color: #fff; font-size: 26px; margin-bottom: 10px; font-family: var(--fh); }
.cta__ok p { color: rgba(255,255,255,.6); font-size: 15px; }

/* ── FOOTER ── */
.footer { background: #0a1a0e; }
.footer__top { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; padding: 56px 24px; max-width: 1160px; margin: 0 auto; }
.footer__brand .logo { color: #fff; margin-bottom: 14px; }
.footer__brand p { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.7; }
.footer__nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.footer__col h3 { color: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 14px; font-family: var(--fh); }
.footer__col a { display: block; font-size: 13px; color: rgba(255,255,255,.45); margin-bottom: 9px; transition: color .2s; }
.footer__col a:hover { color: var(--lime); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.06); }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; padding: 18px 24px; max-width: 1160px; margin: 0 auto; flex-wrap: wrap; gap: 6px; }
.footer__bottom p { font-size: 12px; color: rgba(255,255,255,.3); }
.footer__bottom a { color: rgba(255,255,255,.45); }
.footer__bottom a:hover { color: var(--lime); }

/* ── WHATSAPP ── */
.wa-btn { position: fixed; bottom: 28px; right: 28px; z-index: 9999; display: flex; flex-direction: column; align-items: flex-end; gap: 8px; cursor: pointer; text-decoration: none; }
.wa-tip { background: var(--dark); color: #fff; font-size: 12px; font-weight: 700; padding: 7px 14px; border-radius: 8px; white-space: nowrap; opacity: 0; transform: translateX(10px); transition: all .2s; pointer-events: none; font-family: var(--fh); box-shadow: var(--sh); }
.wa-btn:hover .wa-tip { opacity: 1; transform: translateX(0); }
.wa-circle { width: 58px; height: 58px; border-radius: 50%; background: #25D366; box-shadow: 0 4px 20px rgba(37,211,102,.45); display: flex; align-items: center; justify-content: center; transition: transform .2s, box-shadow .2s; animation: wap 3s ease-in-out infinite; position: relative; }
.wa-btn:hover .wa-circle { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.6); }
@keyframes wap { 0%,100% { box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 0 0 0 rgba(37,211,102,.3); } 50% { box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 0 0 12px rgba(37,211,102,0); } }
.wa-svg { width: 30px; height: 30px; fill: #fff; }
.wa-badge { position: absolute; top: -4px; right: -4px; width: 18px; height: 18px; border-radius: 50%; background: #ff3b30; color: #fff; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; border: 2px solid var(--bg); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .feat-grid { grid-template-columns: repeat(2,1fr); }
  .feat--wide { grid-column: span 2; }
  .steps { grid-template-columns: 1fr; gap: 14px; }
  .step-arrow { display: none; }
}
@media (max-width: 768px) {
  .nav__links { position: fixed; top: 68px; left: 0; right: 0; background: var(--bg); border-bottom: 1px solid var(--border); flex-direction: column; gap: 0; padding: 12px 0; transform: translateY(-110%); opacity: 0; pointer-events: none; transition: transform .3s, opacity .3s; margin-left: 0; }
  .nav__links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__links a { padding: 13px 24px; width: 100%; border-bottom: 1px solid var(--border); font-size: 15px; }
  .burger { display: flex; }
  .hero { padding: 100px 0 60px; min-height: auto; }
  .hero__wrap { grid-template-columns: 1fr; gap: 40px; }
  .hero__right { order: -1; }
  .fb { display: none; }
  .trust__inner { flex-direction: column; }
  .trust__div { width: 50%; height: 1px; margin: 3px 0; }
  .trust__item { padding: 10px 16px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat--wide { grid-column: span 1; grid-template-columns: 1fr; }
  .feat__layers { flex-direction: row; }
  .layer { transform: none !important; font-size: 11px; padding: 7px 10px; }
  .testi__grid { grid-template-columns: 1fr; }
  .faq__cols { grid-template-columns: 1fr; }
  .cta__box { padding: 36px 20px; }
  .cta__row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 36px; padding: 36px 24px; }
  .footer__nav { grid-template-columns: repeat(2,1fr); }
  .footer__bottom-inner { flex-direction: column; text-align: center; }
  .timeline::before { left: 62px; }
  .tl-item { grid-template-columns: 62px 18px 1fr; }
  .wa-btn { bottom: 20px; right: 20px; }
}
@media (max-width: 480px) {
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .hero__btns { flex-direction: column; }
  .btn { justify-content: center; }
  .footer__nav { grid-template-columns: 1fr; }
  .wa-circle { width: 50px; height: 50px; }
}
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
