/*
Theme Name: Clic2Eat
Theme URI: https://clic2eat.clic2leads.com/
Author: Clic2Eat
Author URI: https://clic2eat.clic2leads.com/
Description: Theme profesional para Clic2Eat - Sistema de reservas para restaurantes en Chile. Sin comisiones por cubierto.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clic2eat
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
*/

:root {
  --bg: #0a0a0a;
  --bg2: #111111;
  --white: #ffffff;
  --off: #f5f5f0;
  --gray: #888880;
  --dim: #444440;
  --border: rgba(255,255,255,0.08);
  --green: #b8f0a0;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', system-ui, sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 180px;
}

/* NAV */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.4rem 5vw;
  border-bottom: 1px solid var(--border);
  background: rgba(10,10,10,0.88);
  backdrop-filter: blur(20px) saturate(180%);
}
.nav-logo {
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem; font-weight: 800; font-style: normal;
  letter-spacing: -0.04em;
  color: var(--white); text-decoration: none;
}
.nav-logo img {
  max-height: 40px;
  width: auto;
}
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray); font-size: 0.82rem; transition: color 0.2s; }
.nav-links a:hover { color: var(--white); }
.nav-links .sub-menu { display: none; }
.nav-cta {
  background: var(--white); color: var(--bg);
  padding: 0.5rem 1.3rem; border-radius: 100px;
  font-size: 0.82rem; font-weight: 600; text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.nav-cta:hover { background: var(--off); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { width: 22px; height: 1.5px; background: var(--white); display: block; }

/* HERO */
#hero {
  min-height: 100vh;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 5vw 3.5rem;
  position: relative; overflow: hidden;
}
.hero-bg-text {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Outfit', sans-serif;
  font-size: clamp(10rem, 22vw, 20rem);
  font-weight: 900; font-style: normal; color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,0.04);
  white-space: nowrap; pointer-events: none;
  letter-spacing: -0.06em; user-select: none;
}
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border: 1px solid var(--border); padding: 0.35rem 0.85rem;
  border-radius: 100px; font-size: 0.75rem; color: var(--gray);
  letter-spacing: 0.04em; margin-bottom: 2.5rem;
}
.hero-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }
h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(3.2rem, 7.5vw, 7rem);
  font-weight: 900; line-height: 0.95;
  letter-spacing: -0.05em; color: var(--white);
  margin-bottom: 3rem; max-width: 900px;
}
h1 em { font-style: normal; color: rgba(255,255,255,0.35); }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; gap: 2rem; flex-wrap: wrap; }
.hero-sub { font-size: 1rem; color: var(--gray); line-height: 1.7; max-width: 380px; }
.hero-actions { display: flex; gap: 0.75rem; align-items: center; flex-shrink: 0; }
.btn-primary {
  background: var(--white); color: var(--bg);
  padding: 0.8rem 1.8rem; border-radius: 100px;
  font-size: 0.88rem; font-weight: 600; text-decoration: none;
  transition: all 0.2s; display: inline-block;
}
.btn-primary:hover { background: var(--off); transform: translateY(-2px); }
.btn-ghost {
  color: var(--gray); font-size: 0.88rem; text-decoration: none;
  display: inline-flex; align-items: center; gap: 0.4rem;
  transition: color 0.2s; border: 1px solid var(--border);
  padding: 0.8rem 1.8rem; border-radius: 100px;
}
.btn-ghost:hover { color: var(--white); border-color: rgba(255,255,255,0.2); }

/* LOGOS */
#logos { padding: 2.5rem 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.marquee-label { text-align: center; font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--dim); margin-bottom: 1.5rem; }
.marquee-track { display: flex; }
.marquee-list { display: flex; align-items: center; animation: marquee 30s linear infinite; flex-shrink: 0; }
.marquee-list:nth-child(2) { animation-delay: -15s; }
@keyframes marquee { from{transform:translateX(0)} to{transform:translateX(-100%)} }
.logo-chip { padding: 0.4rem 2rem; font-size: 0.78rem; color: var(--dim); border-right: 1px solid var(--border); white-space: nowrap; letter-spacing: 0.02em; }

/* SECTION BASE */
section { position: relative; z-index: 1; }
.s-inner { max-width: 1200px; margin: 0 auto; padding: 0 5vw; }
.s-label {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--dim); margin-bottom: 2.5rem;
  display: flex; align-items: center; gap: 0.75rem;
}
.s-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
h2 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 800; line-height: 1.0;
  letter-spacing: -0.04em; color: var(--white);
}
h2 em { font-style: normal; color: rgba(255,255,255,0.35); }

/* MODULES */
#modules { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.modules-header { margin-bottom: 3rem; }
.modules-header p { font-size: 0.95rem; color: var(--gray); line-height: 1.7; max-width: 460px; margin-top: 1.5rem; }
.modules-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.module-card { background: var(--bg); padding: 2.5rem 2rem; transition: background 0.3s; }
.module-card:hover { background: var(--bg2); }
.mod-badge {
  display: inline-block; font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.22rem 0.6rem; border-radius: 100px; margin-bottom: 2.5rem;
}
.badge-green { background: rgba(184,240,160,0.1); color: var(--green); border: 1px solid rgba(184,240,160,0.18); }
.badge-white { background: rgba(255,255,255,0.06); color: rgba(255,255,255,0.5); border: 1px solid var(--border); }
.badge-dim { background: transparent; color: var(--dim); border: 1px solid var(--border); }
.mod-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.module-card h3 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem; font-weight: 800; font-style: normal;
  letter-spacing: -0.03em;
  color: var(--white); margin-bottom: 0.75rem; line-height: 1.15;
}
.module-card p { font-size: 0.87rem; color: var(--gray); line-height: 1.65; }
.mod-link { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--dim); text-decoration: none; margin-top: 2rem; transition: color 0.2s; }
.mod-link:hover { color: var(--white); }

/* RESERVAS */
#reservas { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.sticky-col { position: sticky; top: 7rem; }
.sticky-col h2 { margin-bottom: 1.5rem; }
.sticky-col > p { font-size: 0.95rem; color: var(--gray); line-height: 1.75; margin-bottom: 2rem; }
.checks { display: flex; flex-direction: column; gap: 1rem; }
.check-row { display: flex; align-items: flex-start; gap: 0.75rem; }
.check-row .ico { color: var(--green); flex-shrink: 0; font-size: 0.8rem; margin-top: 0.15rem; }
.check-row p { font-size: 0.87rem; color: var(--gray); line-height: 1.5; }
.check-row strong { color: var(--white); font-weight: 500; }

/* Panel mockup */
.panel { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.panel-top { padding: 1rem 1.25rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.panel-lbl { font-size: 0.72rem; color: var(--dim); letter-spacing: 0.06em; text-transform: uppercase; }
.panel-live { display: flex; align-items: center; gap: 0.4rem; font-size: 0.72rem; color: var(--green); }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-in-out infinite; }
.panel-rows { padding: 1rem; display: flex; flex-direction: column; gap: 0.45rem; }
.p-row {
  display: flex; align-items: center; gap: 0.8rem;
  padding: 0.85rem 1rem; border-radius: 8px;
  border: 1px solid var(--border); background: var(--bg);
  animation: slideup 0.5s ease forwards; opacity: 0;
}
.p-row:nth-child(1){animation-delay:.1s} .p-row:nth-child(2){animation-delay:.25s}
.p-row:nth-child(3){animation-delay:.4s} .p-row:nth-child(4){animation-delay:.55s}
@keyframes slideup { from{opacity:0;transform:translateY(6px)} to{opacity:1;transform:none} }
.p-av {
  width: 32px; height: 32px; border-radius: 8px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; font-weight: 700;
}
.av-a { background: rgba(184,240,160,0.1); color: var(--green); }
.av-b { background: rgba(255,255,255,0.05); color: var(--gray); }
.p-info { flex: 1; }
.p-name { font-size: 0.82rem; font-weight: 500; color: var(--white); }
.p-meta { font-size: 0.72rem; color: var(--dim); margin-top: 0.1rem; }
.p-tag { font-size: 0.66rem; font-weight: 600; padding: 0.18rem 0.5rem; border-radius: 100px; }
.tag-ok { background: rgba(184,240,160,0.1); color: var(--green); }
.tag-pend { background: rgba(255,255,255,0.05); color: var(--dim); }
.panel-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); }
.pstat { background: var(--bg); padding: 1rem; text-align: center; }
.pstat-n { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; color: var(--white); line-height: 1; letter-spacing: -0.03em; }
.pstat-l { font-size: 0.68rem; color: var(--dim); margin-top: 0.2rem; }

/* TARJETA */
#tarjeta { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.card-3d {
  width: 100%; max-width: 380px; aspect-ratio: 85/54;
  border-radius: 16px; padding: 1.8rem;
  background: linear-gradient(140deg, #1a1a1a 0%, #252525 100%);
  border: 1px solid rgba(255,255,255,0.09);
  position: relative; overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.5);
  display: flex; flex-direction: column; justify-content: space-between;
}
.card-3d::before {
  content: ''; position: absolute; top: -60%; right: -20%;
  width: 260px; height: 260px;
  background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 65%);
  border-radius: 50%; pointer-events: none;
}
.card-brand { display: flex; justify-content: space-between; align-items: flex-start; }
.card-wordmark { font-family: 'Outfit', sans-serif; font-size: 0.95rem; font-weight: 800; font-style: normal; color: var(--white); letter-spacing: -0.03em; }
.card-chip { width: 36px; height: 26px; border-radius: 5px; background: linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,255,255,0.05)); border: 1px solid rgba(255,255,255,0.1); }
.card-pct { text-align: center; }
.card-pct .n { font-family: 'Outfit', sans-serif; font-size: 3.5rem; font-weight: 900; color: var(--white); line-height: 1; letter-spacing: -0.04em; }
.card-pct .l { font-size: 0.68rem; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-top: 0.2rem; }
.card-foot { display: flex; justify-content: space-between; align-items: flex-end; }
.card-holder { font-size: 0.82rem; font-weight: 500; color: rgba(255,255,255,0.65); }
.card-since { font-size: 0.66rem; color: rgba(255,255,255,0.2); margin-top: 0.15rem; }
.tf-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-top: 2.5rem; }
.tf-cell { background: var(--bg); padding: 1.25rem; }
.tf-ico { font-size: 1.2rem; margin-bottom: 0.6rem; display: block; }
.tf-cell h4 { font-size: 0.85rem; font-weight: 500; color: var(--white); margin-bottom: 0.3rem; }
.tf-cell p { font-size: 0.78rem; color: var(--dim); line-height: 1.55; }

/* MENU IA */
#menu-digital { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.phone-frame {
  width: 240px; margin: 0 auto;
  background: #111; border-radius: 40px; padding: 0.7rem;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}
.phone-inner { background: var(--bg); border-radius: 32px; overflow: hidden; display: flex; flex-direction: column; }
.ph-nav { background: #111; padding: 1rem 1.1rem 0.8rem; display: flex; justify-content: space-between; align-items: center; }
.ph-logo { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 800; font-style: normal; letter-spacing: -0.03em; color: var(--white); }
.ph-ai { font-size: 0.52rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; border: 1px solid rgba(255,255,255,0.18); color: var(--dim); padding: 0.15rem 0.4rem; border-radius: 3px; }
.ph-item { padding: 0.85rem 1.1rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.ph-n { font-size: 0.78rem; font-weight: 500; color: var(--white); }
.ph-d { font-size: 0.64rem; color: var(--dim); line-height: 1.45; margin: 0.12rem 0; }
.ph-p { font-size: 0.74rem; color: var(--gray); }
.ph-chat { background: #0d0d0d; padding: 0.8rem; display: flex; flex-direction: column; gap: 0.45rem; }
.ph-ai-b { background: rgba(255,255,255,0.05); border-radius: 10px 10px 10px 2px; padding: 0.55rem 0.75rem; font-size: 0.63rem; color: var(--gray); line-height: 1.5; max-width: 90%; }
.ph-usr-b { background: rgba(255,255,255,0.09); border-radius: 10px 10px 2px 10px; padding: 0.5rem 0.7rem; font-size: 0.61rem; color: var(--white); line-height: 1.4; align-self: flex-end; max-width: 80%; }
.menu-steps { display: flex; flex-direction: column; }
.menu-step { display: flex; gap: 1.2rem; padding: 1.4rem 0; border-bottom: 1px solid var(--border); }
.menu-step:last-child { border-bottom: none; }
.step-n { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 900; font-style: normal; color: var(--dim); flex-shrink: 0; width: 24px; padding-top: 3px; letter-spacing: -0.02em; }
.step-t h4 { font-size: 0.9rem; font-weight: 500; color: var(--white); margin-bottom: 0.3rem; }
.step-t p { font-size: 0.83rem; color: var(--dim); line-height: 1.55; }

/* COMPARATIVA */
#comparativa { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.comp-table { width: 100%; border-collapse: collapse; margin-top: 4rem; }
.comp-table th { padding: 0.85rem 1rem; font-size: 0.73rem; font-weight: 500; letter-spacing: 0.05em; text-align: center; color: var(--dim); border-bottom: 1px solid var(--border); }
.comp-table th:first-child { text-align: left; }
.th-hl { color: var(--white) !important; }
.comp-table td { padding: 0.85rem 1rem; font-size: 0.83rem; text-align: center; border-bottom: 1px solid var(--border); color: var(--dim); }
.comp-table td:first-child { text-align: left; color: rgba(255,255,255,0.7); }
.cy { color: var(--green); }
.cn { color: #2a2a2a; }
.cp { color: var(--dim); font-size: 0.75rem; }

/* TESTIMONIAL */
#testimonial { padding: 5rem 5vw; border-bottom: 1px solid var(--border); text-align: center; }
.test-wrap { max-width: 780px; margin: 0 auto; }
.test-stars { letter-spacing: 0.1em; color: rgba(255,255,255,0.3); margin-bottom: 2rem; font-size: 0.85rem; }
.test-q {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(1.5rem, 3.2vw, 2.2rem);
  font-weight: 700; font-style: normal; letter-spacing: -0.03em;
  line-height: 1.3; color: var(--white); margin-bottom: 2.5rem;
}
.test-who { font-size: 0.85rem; color: var(--dim); }
.test-who strong { color: rgba(255,255,255,0.6); font-weight: 500; }

/* PRICING */
#pricing { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.pricing-head { margin-bottom: 2.5rem; }
.pricing-head p { font-size: 0.95rem; color: var(--gray); line-height: 1.7; max-width: 420px; margin-top: 1rem; }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
.plan { background: var(--bg); padding: 2rem; }
.plan.featured { background: var(--bg2); }
.plan-lbl { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--dim); margin-bottom: 2rem; }
.plan-price { font-family: 'Outfit', sans-serif; font-size: 3.2rem; font-weight: 900; color: var(--white); line-height: 1; margin-bottom: 0.2rem; letter-spacing: -0.04em; display: flex; align-items: baseline; gap: 0.1rem; }
.plan-price .currency { font-family: 'Manrope', sans-serif; font-size: 1.4rem; font-weight: 600; color: var(--gray); }
.plan-period { font-size: 0.75rem; color: var(--dim); margin-bottom: 2rem; }
.plan-feats { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; margin-bottom: 2rem; }
.plan-feats li { font-size: 0.82rem; color: var(--dim); display: flex; align-items: flex-start; gap: 0.6rem; line-height: 1.4; }
.plan-feats li::before { content: '\2014'; color: var(--dim); flex-shrink: 0; }
.plan.featured .plan-feats li { color: var(--gray); }
.plan-btn { display: block; width: 100%; padding: 0.72rem; border-radius: 100px; font-size: 0.82rem; font-weight: 600; text-decoration: none; text-align: center; transition: all 0.2s; }
.pb-border { border: 1px solid var(--border); color: var(--gray); }
.pb-border:hover { border-color: rgba(255,255,255,0.2); color: var(--white); }
.pb-fill { background: var(--white); color: var(--bg); }
.pb-fill:hover { background: var(--off); }

/* FAQ */
#faq { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.faq-split { display: grid; grid-template-columns: 1fr 1.6fr; gap: 6rem; align-items: start; }
.faq-l h2 { margin-bottom: 1.2rem; }
.faq-l p { font-size: 0.88rem; color: var(--dim); line-height: 1.7; margin-bottom: 2rem; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 1.2rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
  font-size: 0.88rem; color: var(--white); font-family: 'Manrope', system-ui, sans-serif; text-align: left;
  transition: color 0.2s;
}
.faq-q:hover { color: var(--off); }
.faq-ico { color: var(--dim); transition: transform 0.25s, color 0.25s; flex-shrink: 0; font-size: 1.1rem; }
.faq-item.open .faq-ico { transform: rotate(45deg); color: var(--white); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s; }
.faq-item.open .faq-a { max-height: 200px; padding-bottom: 1.2rem; }
.faq-a p { font-size: 0.84rem; color: var(--dim); line-height: 1.75; }

/* CONTACTO */
#contacto { padding: 4.5rem 0; border-bottom: 1px solid var(--border); }
.contact-split { display: grid; grid-template-columns: 1fr 1.4fr; gap: 6rem; align-items: start; }
.contact-l h2 { margin-bottom: 1.2rem; }
.contact-l > p { font-size: 0.88rem; color: var(--dim); line-height: 1.7; margin-bottom: 2.5rem; }
.contact-info { display: flex; flex-direction: column; gap: 0.8rem; }
.ci-row { display: flex; align-items: center; gap: 0.6rem; }
.ci-ico { font-size: 1rem; color: var(--dim); flex-shrink: 0; width: 20px; text-align: center; }
.ci-row a { font-size: 0.84rem; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.ci-row a:hover { color: var(--white); }
.contact-form-wrap {
  background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 2rem;
}
.cf-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 1.5rem; }
.cf-full { grid-column: 1 / -1; }
.cf-field label {
  display: block; font-size: 0.72rem; font-weight: 500; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--dim); margin-bottom: 0.45rem;
}
.cf-field input,
.cf-field textarea {
  width: 100%; background: var(--bg); border: 1px solid var(--border); border-radius: 8px;
  padding: 0.75rem 1rem; font-size: 0.88rem; color: var(--white);
  font-family: 'Manrope', system-ui, sans-serif; transition: border-color 0.2s; resize: vertical;
}
.cf-field input::placeholder,
.cf-field textarea::placeholder { color: var(--dim); }
.cf-field input:focus,
.cf-field textarea:focus { outline: none; border-color: rgba(255,255,255,0.25); }
.cf-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.cf-btn { cursor: pointer; border: none; font-family: 'Manrope', system-ui, sans-serif; }
.cf-actions .btn-ghost { background: none; }
.cf-status {
  margin-top: 1rem; padding: 0.75rem 1rem; border-radius: 8px;
  font-size: 0.82rem; line-height: 1.5;
}
.cf-status.success { background: rgba(184,240,160,0.08); color: var(--green); border: 1px solid rgba(184,240,160,0.15); }
.cf-status.error { background: rgba(255,100,100,0.08); color: #ff8888; border: 1px solid rgba(255,100,100,0.15); }

/* CTA FINAL */
#cta-final { padding: 6rem 5vw; text-align: center; border-bottom: 1px solid var(--border); }
.cta-wrap { max-width: 680px; margin: 0 auto; }
#cta-final h2 { font-size: clamp(3rem, 6vw, 5rem); margin-bottom: 1.5rem; }
#cta-final p { font-size: 0.95rem; color: var(--dim); line-height: 1.7; margin-bottom: 2.5rem; }
.cta-row { display: flex; gap: 0.75rem; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.site-footer { padding: 2.5rem 5vw; }
.footer-wrap { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo { font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 800; font-style: normal; letter-spacing: -0.04em; color: var(--white); text-decoration: none; }
.footer-logo img {
  max-height: 32px;
  width: auto;
}
.footer-links { display: flex; gap: 2rem; }
.footer-links a { font-size: 0.76rem; color: var(--dim); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-copy { font-size: 0.73rem; color: var(--dim); }

/* WA */
.wa-btn {
  position: fixed; bottom: 2rem; right: 2rem; z-index: 200;
  background: #25D366; color: white; width: 52px; height: 52px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: 1.4rem;
  box-shadow: 0 4px 20px rgba(37,211,102,0.35); transition: transform 0.2s;
}
.wa-btn:hover { transform: scale(1.08); }

/* MODULE PAGES */
.mod-page { padding-top: 5rem; }
.mp-inner { max-width: 1000px; margin: 0 auto; padding: 0 5vw; }
.mp-hero { padding: 5rem 0 3.5rem; border-bottom: 1px solid var(--border); }
.mp-back { font-size: 0.78rem; color: var(--dim); text-decoration: none; transition: color 0.2s; display: inline-block; margin-bottom: 2rem; }
.mp-back:hover { color: var(--white); }
.mp-badge {
  display: inline-block; font-size: 0.6rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.22rem 0.6rem; border-radius: 100px; margin-bottom: 1.5rem;
}
.mp-hero h1 {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  font-weight: 900; line-height: 1.0; letter-spacing: -0.04em;
  color: var(--white); margin-bottom: 1.5rem; max-width: 700px;
}
.mp-sub { font-size: 1rem; color: var(--gray); line-height: 1.75; max-width: 600px; margin-bottom: 2rem; }
.mp-actions { display: flex; gap: 0.75rem; align-items: center; flex-wrap: wrap; }
.mp-section { padding: 4rem 0; border-bottom: 1px solid var(--border); }
.mp-dark { background: var(--bg2); }
.mp-section h2 { margin-bottom: 1rem; }
.mp-section > .mp-inner > p:not(.s-label) { font-size: 0.92rem; color: var(--gray); line-height: 1.7; }
.mp-split { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.mp-split h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 1rem; }
.mp-split p { font-size: 0.88rem; color: var(--gray); line-height: 1.7; }
.mp-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 2rem; }
.mp-feat { background: var(--bg); padding: 1.8rem 1.5rem; transition: background 0.3s; }
.mp-dark .mp-feat { background: var(--bg2); }
.mp-feat:hover { background: var(--bg2); }
.mp-dark .mp-feat:hover { background: var(--bg); }
.mp-feat-ico { font-size: 1.6rem; display: block; margin-bottom: 1rem; }
.mp-feat h3 { font-size: 0.92rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
.mp-feat p { font-size: 0.8rem; color: var(--dim); line-height: 1.6; }
.mp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; margin-top: 2rem; }
.mp-step { position: relative; }
.mp-step-n {
  font-family: 'Outfit', sans-serif; font-size: 3rem; font-weight: 900;
  color: rgba(255,255,255,0.06); line-height: 1; margin-bottom: 1rem; display: block; letter-spacing: -0.03em;
}
.mp-step h3 { font-size: 0.95rem; font-weight: 600; color: var(--white); margin-bottom: 0.5rem; }
.mp-step p { font-size: 0.84rem; color: var(--dim); line-height: 1.65; }
.mp-cta { padding: 5rem 0; border-bottom: 1px solid var(--border); }
.mp-cta h2 { font-size: clamp(2rem, 4.5vw, 3.5rem); margin-bottom: 1rem; }
.mp-cta p { font-size: 0.95rem; color: var(--dim); line-height: 1.7; margin-bottom: 2rem; }
/* Page content base */
.page-content { padding: 7rem 5vw 4rem; max-width: 800px; margin: 0 auto; }
.page-content h1 { font-family: 'Outfit', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -0.03em; margin-bottom: 2rem; }
.entry-content { font-size: 0.95rem; color: var(--gray); line-height: 1.8; }
.entry-content p { margin-bottom: 1.2rem; }
.entry-content h2, .entry-content h3 { color: var(--white); margin: 2rem 0 0.8rem; }

/* RESPONSIVE */
@media(max-width: 900px) {
  .modules-grid, .pricing-grid { grid-template-columns: 1fr; }
  .split, .faq-split, .contact-split, .mp-split { grid-template-columns: 1fr; gap: 3rem; }
  .cf-fields { grid-template-columns: 1fr; }
  .mp-features, .mp-steps { grid-template-columns: 1fr; }
  .site-nav .nav-links { display: none; }
  .hamburger { display: flex; }
  h1 { font-size: clamp(3rem, 11vw, 5rem); }
  .hero-bg-text { display: none; }
  .tf-grid { grid-template-columns: 1fr; }
  .site-nav .nav-links.active {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10,10,10,0.95);
    backdrop-filter: blur(20px);
    padding: 1.5rem 5vw;
    border-bottom: 1px solid var(--border);
    gap: 1rem;
  }
  .panel-stats { grid-template-columns: repeat(3,1fr); }
}

/* SCROLL ANIMATION */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* GENERIC PAGES */
.page-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 5vw 4rem;
  min-height: 60vh;
}
.page-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 2rem;
}
.page-content p,
.page-content li {
  font-size: 0.95rem;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.page-content a {
  color: var(--green);
  text-decoration: underline;
}

/* BLOG / ARCHIVE */
.blog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 8rem 5vw 4rem;
  min-height: 60vh;
}
.blog-content article {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}
.blog-content article h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.blog-content article h2 a {
  color: var(--white);
  text-decoration: none;
}
.blog-content article h2 a:hover {
  color: var(--green);
}
.blog-content .entry-meta {
  font-size: 0.78rem;
  color: var(--dim);
  margin-bottom: 1rem;
}
.blog-content .entry-summary {
  font-size: 0.9rem;
  color: var(--gray);
  line-height: 1.7;
}
.blog-content .read-more {
  color: var(--green);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 500;
}
