/*
Theme Name:  Codes4World — App Landing Page
Theme URI:   https://codes4world.com
Author:      Codes4World
Author URI:  https://codes4world.com
Description: High-converting mobile app development agency landing page. Features hero, pricing, testimonials, FAQ, and lead generation form. Fully responsive, mobile-first design.
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: codes4world
Tags:        one-page, landing-page, business, agency, mobile-app, full-width-template
*/

/* ─── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Inter', 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
  color: #0f172a;
  background: #ffffff;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

/* ─── Design Tokens ─────────────────────────────────────────── */
:root {
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-500: #3b82f6;
  --blue-50:  #eff6ff;
  --blue-100: #dbeafe;
  --slate-900: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-400: #94a3b8;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --slate-50:  #f8fafc;
  --green-500: #22c55e;
  --green-100: #dcfce7;
  --amber-400: #fbbf24;
  --white: #ffffff;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);
  --shadow-md: 0 4px 16px rgba(0,0,0,.10);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
  --shadow-blue: 0 8px 30px rgba(37,99,235,.25);
}

/* ─── Utility ───────────────────────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 96px 0; }
.section-sm { padding: 64px 0; }
.tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--blue-50); color: var(--blue-600);
  font-size: .75rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px; border: 1px solid var(--blue-100);
  margin-bottom: 20px;
}
.tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue-500); }
.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 800; line-height: 1.2; letter-spacing: -.03em;
  color: var(--slate-900);
}
.section-sub {
  font-size: 1.1rem; color: var(--slate-600);
  max-width: 560px; margin: 16px auto 0; line-height: 1.7;
}
.text-center { text-align: center; }
.text-blue { color: var(--blue-600); }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-gap { display: flex; align-items: center; gap: 12px; }

/* ─── Buttons ───────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: inherit; font-size: .95rem; font-weight: 600;
  padding: 14px 28px; border-radius: var(--radius-sm);
  border: none; cursor: pointer; transition: all .2s ease;
  white-space: nowrap; text-decoration: none;
}
.btn-primary {
  background: var(--blue-600); color: white;
  box-shadow: var(--shadow-blue);
}
.btn-primary:hover { background: var(--blue-700); transform: translateY(-1px); box-shadow: 0 12px 36px rgba(37,99,235,.35); }
.btn-outline {
  background: transparent; color: var(--slate-800);
  border: 1.5px solid var(--slate-200);
}
.btn-outline:hover { border-color: var(--blue-500); color: var(--blue-600); background: var(--blue-50); }
.btn-white {
  background: white; color: var(--blue-700); font-weight: 700;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
}
.btn-white:hover { transform: translateY(-1px); box-shadow: 0 8px 28px rgba(0,0,0,.2); }
.btn-green {
  background: #25d366; color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,.3);
}
.btn-green:hover { background: #1ebe57; transform: translateY(-1px); }
.btn-lg { padding: 16px 36px; font-size: 1.05rem; border-radius: var(--radius-md); }
.btn-sm { padding: 9px 18px; font-size: .85rem; }

/* ─── Sticky Header ─────────────────────────────────────────── */
.header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: all .3s ease;
}
.header.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,.08); }
.header-inner {
  max-width: 1100px; margin: 0 auto; padding: 0 24px;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-size: 1.3rem; font-weight: 800; letter-spacing: -.04em;
  color: var(--slate-900); display: flex; align-items: center; gap: 8px;
}
.logo-icon {
  width: 34px; height: 34px; border-radius: 8px;
  background: linear-gradient(135deg, var(--blue-600), #6366f1);
  display: flex; align-items: center; justify-content: center;
}
.logo-icon svg { width: 18px; height: 18px; fill: white; }
.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
  font-size: .9rem; font-weight: 500; color: var(--slate-600);
  transition: color .15s;
}
.nav a:hover { color: var(--blue-600); }
.header-cta { display: flex; align-items: center; gap: 10px; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.mobile-menu-btn span {
  display: block; width: 22px; height: 2px;
  background: var(--slate-700); margin: 5px 0; border-radius: 2px;
  transition: all .3s;
}

/* ─── Announcement Bar ──────────────────────────────────────── */
.announcement-bar {
  background: linear-gradient(90deg, #1e40af, #2563eb, #1e40af);
  background-size: 200% 100%;
  animation: shimmer 4s linear infinite;
  color: white; text-align: center;
  padding: 10px 20px; font-size: .82rem; font-weight: 500;
}
@keyframes shimmer { 0%{background-position:0%} 100%{background-position:200%} }
.announcement-bar span { font-weight: 700; }

/* ─── Hero ──────────────────────────────────────────────────── */
.hero {
  padding-top: 148px; padding-bottom: 100px;
  background: linear-gradient(160deg, #f8fafc 0%, #eff6ff 60%, #e0f2fe 100%);
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; top: -200px; right: -200px;
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; bottom: -100px; left: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(99,102,241,.07) 0%, transparent 70%);
  pointer-events: none;
}
.hero-inner {
  display: grid; grid-template-columns: 1fr 480px; gap: 60px; align-items: center;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: white; border: 1px solid var(--blue-100);
  border-radius: 999px; padding: 8px 16px;
  font-size: .82rem; font-weight: 600; color: var(--blue-600);
  box-shadow: var(--shadow-sm); margin-bottom: 24px;
}
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:.4} }
.hero h1 {
  font-size: clamp(2.5rem, 5.5vw, 3.8rem);
  font-weight: 900; line-height: 1.1; letter-spacing: -.04em;
  color: var(--slate-900); margin-bottom: 20px;
}
.hero h1 .highlight {
  background: linear-gradient(135deg, #2563eb, #6366f1);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.2rem; color: var(--slate-600); line-height: 1.7;
  max-width: 520px; margin-bottom: 36px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
.trust-badges { display: flex; gap: 28px; flex-wrap: wrap; }
.trust-badge {
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 600; color: var(--slate-600);
}
.trust-badge .icon {
  width: 28px; height: 28px; border-radius: 6px;
  background: white; border: 1px solid var(--slate-200);
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; box-shadow: var(--shadow-sm);
}
.phone-mockup { width: 100%; max-width: 300px; margin: 0 auto; position: relative; z-index: 2; }
.phone-frame {
  background: var(--slate-900); border-radius: 42px;
  padding: 14px; box-shadow: 0 40px 80px rgba(0,0,0,.3), 0 0 0 1px rgba(255,255,255,.1);
  position: relative;
}
.phone-screen {
  background: linear-gradient(160deg, #1e40af, #6366f1);
  border-radius: 32px; overflow: hidden;
  aspect-ratio: 9/19; padding: 20px;
  display: flex; flex-direction: column; gap: 12px;
}
.phone-notch { width: 80px; height: 6px; background: rgba(255,255,255,.15); border-radius: 99px; margin: 0 auto 12px; }
.phone-ui-card {
  background: rgba(255,255,255,.12); border-radius: 14px; padding: 14px;
  backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.15);
}
.phone-ui-label { font-size: .65rem; color: rgba(255,255,255,.6); font-weight: 500; margin-bottom: 4px; }
.phone-ui-value { font-size: .9rem; color: white; font-weight: 700; }
.phone-ui-bar { height: 6px; background: rgba(255,255,255,.15); border-radius: 3px; margin-top: 8px; }
.phone-ui-bar-fill { height: 100%; border-radius: 3px; background: linear-gradient(90deg, #34d399, #10b981); }
.phone-ui-row { display: flex; gap: 8px; }
.phone-ui-chip {
  background: rgba(255,255,255,.15); border-radius: 8px; padding: 8px 10px;
  font-size: .6rem; color: white; font-weight: 600; flex: 1; text-align: center;
}
.floating-card {
  position: absolute; background: white;
  border-radius: 14px; padding: 12px 16px;
  box-shadow: var(--shadow-lg); border: 1px solid var(--slate-100);
  display: flex; align-items: center; gap: 10px;
}
.floating-card-icon { font-size: 1.4rem; }
.floating-card-text { font-size: .75rem; font-weight: 700; color: var(--slate-800); line-height: 1.3; }
.floating-card-sub { font-size: .67rem; color: var(--slate-500); font-weight: 400; }
.fc-1 { top: 10%; right: -20px; animation: float 4s ease-in-out infinite; }
.fc-2 { bottom: 18%; left: -24px; animation: float 4s ease-in-out infinite 2s; }
.fc-3 { top: 50%; right: -28px; animation: float 3.5s ease-in-out infinite 1s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }
.hero-visual { position: relative; }

/* ─── Clients Bar ───────────────────────────────────────────── */
.clients-bar {
  padding: 40px 0;
  border-top: 1px solid var(--slate-100); border-bottom: 1px solid var(--slate-100);
}
.clients-label {
  font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--slate-400); margin-bottom: 24px; text-align: center;
}
.clients-logos { display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap; }
.client-logo { font-size: .9rem; font-weight: 800; letter-spacing: -.02em; color: var(--slate-300); transition: color .2s; }
.client-logo:hover { color: var(--slate-500); }

/* ─── Problem ───────────────────────────────────────────────── */
.problem { background: var(--slate-900); }
.problem .section-title { color: white; }
.problem .section-sub { color: var(--slate-400); }
.problem .tag { background: rgba(37,99,235,.15); border-color: rgba(37,99,235,.3); color: #93c5fd; }
.problem .tag::before { background: #60a5fa; }
.pain-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.pain-card {
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius-lg); padding: 28px;
  transition: all .25s ease; position: relative; overflow: hidden;
}
.pain-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, rgba(239,68,68,.6), transparent);
}
.pain-card:hover { background: rgba(255,255,255,.07); transform: translateY(-3px); border-color: rgba(255,255,255,.14); }
.pain-emoji { font-size: 2rem; margin-bottom: 16px; }
.pain-title { font-size: 1.05rem; font-weight: 700; color: white; margin-bottom: 10px; }
.pain-text { font-size: .9rem; color: var(--slate-400); line-height: 1.65; }
.vs-arrow { display: flex; align-items: center; justify-content: center; margin: 52px 0 0; gap: 20px; }
.vs-line { flex: 1; height: 1px; background: rgba(255,255,255,.08); }
.vs-badge {
  background: rgba(37,99,235,.2); border: 1px solid rgba(37,99,235,.4);
  color: #93c5fd; font-size: .8rem; font-weight: 700;
  padding: 8px 20px; border-radius: 999px; letter-spacing: .04em;
}

/* ─── Solution ──────────────────────────────────────────────── */
.solution-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.solution-features { display: grid; gap: 16px; }
.feature-row {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 18px; background: var(--slate-50); border-radius: var(--radius-md);
  border: 1px solid var(--slate-100); transition: all .2s;
}
.feature-row:hover { background: var(--blue-50); border-color: var(--blue-100); transform: translateX(4px); }
.feature-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: white; border: 1px solid var(--slate-200);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; box-shadow: var(--shadow-sm);
}
.feature-title { font-size: .95rem; font-weight: 700; color: var(--slate-900); margin-bottom: 4px; }
.feature-text { font-size: .85rem; color: var(--slate-500); line-height: 1.6; }
.solution-visual {
  background: linear-gradient(160deg, var(--blue-50), #e0f2fe);
  border-radius: var(--radius-xl); padding: 40px 32px;
  border: 1px solid var(--blue-100); position: relative; overflow: hidden;
}
.solution-visual::before {
  content: '';
  position: absolute; top: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(37,99,235,.12) 0%, transparent 70%);
}
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.stat-card {
  background: white; border-radius: var(--radius-md); padding: 20px;
  text-align: center; border: 1px solid var(--slate-100); box-shadow: var(--shadow-sm);
}
.stat-number { font-size: 2rem; font-weight: 900; letter-spacing: -.04em; color: var(--blue-600); }
.stat-label { font-size: .75rem; font-weight: 600; color: var(--slate-500); text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
.big-stat {
  background: var(--blue-600); border-radius: var(--radius-md); padding: 20px;
  text-align: center; color: white;
}
.big-stat-number { font-size: 2.4rem; font-weight: 900; letter-spacing: -.04em; }
.big-stat-label { font-size: .8rem; font-weight: 600; opacity: .85; margin-top: 2px; }

/* ─── How It Works ──────────────────────────────────────────── */
.how { background: var(--slate-50); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; position: relative; }
.steps::before {
  content: '';
  position: absolute; top: 32px; left: 80px; right: 80px; height: 2px;
  background: linear-gradient(90deg, var(--blue-200), var(--blue-400), var(--blue-200));
}
.step {
  background: white; border-radius: var(--radius-lg); padding: 28px 22px;
  text-align: center; border: 1px solid var(--slate-100);
  box-shadow: var(--shadow-sm); position: relative; z-index: 1;
  transition: all .25s ease;
}
.step:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.step-num {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--blue-600); color: white;
  font-size: 1.1rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px; box-shadow: var(--shadow-blue);
}
.step-icon { font-size: 1.8rem; margin-bottom: 10px; }
.step-title { font-size: 1rem; font-weight: 700; color: var(--slate-900); margin-bottom: 10px; }
.step-text { font-size: .85rem; color: var(--slate-500); line-height: 1.65; }
.step-tag {
  display: inline-block; background: var(--blue-50); color: var(--blue-600);
  font-size: .7rem; font-weight: 700; padding: 3px 10px; border-radius: 999px;
  border: 1px solid var(--blue-100); margin-top: 12px;
}

/* ─── Features ──────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.feat-card {
  background: white; border-radius: var(--radius-lg); padding: 28px;
  border: 1px solid var(--slate-100); box-shadow: var(--shadow-sm);
  transition: all .25s ease; cursor: default; position: relative; overflow: hidden;
}
.feat-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--blue-500), #6366f1);
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.feat-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: var(--blue-100); }
.feat-card:hover::after { transform: scaleX(1); }
.feat-icon-wrap {
  width: 52px; height: 52px; border-radius: 14px;
  background: var(--blue-50); border: 1px solid var(--blue-100);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 18px;
}
.feat-title { font-size: 1rem; font-weight: 700; color: var(--slate-900); margin-bottom: 10px; }
.feat-text { font-size: .88rem; color: var(--slate-500); line-height: 1.65; }

/* ─── Pricing ───────────────────────────────────────────────── */
.pricing { background: linear-gradient(160deg, var(--slate-900) 0%, #1e1b4b 100%); }
.pricing .section-title { color: white; }
.pricing .section-sub { color: var(--slate-400); }
.pricing .tag { background: rgba(37,99,235,.15); border-color: rgba(37,99,235,.3); color: #93c5fd; }
.pricing .tag::before { background: #60a5fa; }
.comparison-note {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(239,68,68,.1); border: 1px solid rgba(239,68,68,.25);
  color: #fca5a5; font-size: .83rem; font-weight: 600;
  padding: 8px 18px; border-radius: 999px; margin-bottom: 48px;
}
.price-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card {
  border-radius: var(--radius-xl); padding: 36px 28px;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.04);
  transition: all .25s ease; position: relative; overflow: hidden;
}
.price-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.07); }
.price-card.featured {
  background: var(--blue-600);
  border-color: rgba(255,255,255,.2);
  box-shadow: 0 20px 60px rgba(37,99,235,.4);
  transform: scale(1.04);
}
.price-card.featured:hover { transform: scale(1.04) translateY(-4px); }
.popular-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: #fbbf24; color: #78350f;
  font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 16px; border-radius: 0 0 10px 10px;
}
.price-label { font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--slate-400); margin-bottom: 8px; }
.price-card.featured .price-label { color: rgba(255,255,255,.7); }
.price-plan { font-size: 1.2rem; font-weight: 800; color: white; margin-bottom: 20px; }
.price-amount { font-size: 3rem; font-weight: 900; letter-spacing: -.04em; color: white; line-height: 1; }
.price-compare { font-size: .8rem; font-weight: 600; color: var(--slate-500); text-decoration: line-through; margin-left: 8px; }
.price-card.featured .price-compare { color: rgba(255,255,255,.5); }
.price-note { font-size: .78rem; color: var(--slate-400); margin: 6px 0 28px; }
.price-card.featured .price-note { color: rgba(255,255,255,.6); }
.price-divider { height: 1px; background: rgba(255,255,255,.08); margin: 24px 0; }
.price-list { display: grid; gap: 12px; margin-bottom: 32px; }
.price-item { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--slate-300); line-height: 1.5; }
.price-card.featured .price-item { color: rgba(255,255,255,.9); }
.price-check { color: var(--green-500); font-size: 1rem; flex-shrink: 0; margin-top: 1px; }
.price-card.featured .price-check { color: #a7f3d0; }
.savings-tag {
  background: var(--green-100); color: #15803d;
  font-size: .75rem; font-weight: 700; padding: 5px 12px;
  border-radius: 999px; display: inline-block; margin-bottom: 20px;
}
.price-card.featured .savings-tag { background: rgba(255,255,255,.2); color: white; }

/* Force white text on non-featured price card buttons */
.price-card:not(.featured) .btn-outline {
  color: white;
  border-color: rgba(255,255,255,.3);
}
.price-card:not(.featured) .btn-outline:hover {
  background: rgba(255,255,255,.1);
  color: white;
  border-color: rgba(255,255,255,.55);
}
.urgency-bar {
  margin-top: 48px; background: rgba(251,191,36,.1); border: 1px solid rgba(251,191,36,.25);
  border-radius: var(--radius-md); padding: 20px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}
.urgency-text { color: #fde68a; font-size: .9rem; font-weight: 600; }
.slots-visual { display: flex; gap: 6px; }
.slot { width: 18px; height: 18px; border-radius: 4px; }
.slot.taken { background: #ef4444; }
.slot.open { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.2); }

/* ─── Testimonials ──────────────────────────────────────────── */
.testimonials { background: var(--slate-50); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.testi-card {
  background: white; border-radius: var(--radius-lg); padding: 28px;
  border: 1px solid var(--slate-100); box-shadow: var(--shadow-sm);
  transition: all .25s ease;
}
.testi-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.stars { display: flex; gap: 2px; margin-bottom: 18px; }
.star { color: var(--amber-400); font-size: 1rem; }
.testi-text { font-size: .92rem; color: var(--slate-700); line-height: 1.7; font-style: italic; margin-bottom: 22px; }
.testi-text::before { content: '\201C'; }
.testi-text::after { content: '\201D'; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 42px; height: 42px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; font-weight: 800; color: white; flex-shrink: 0;
}
.testi-name { font-size: .9rem; font-weight: 700; color: var(--slate-900); }
.testi-role { font-size: .78rem; color: var(--slate-400); margin-top: 1px; }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.stat-pill {
  background: white; border-radius: var(--radius-lg); padding: 28px 20px;
  text-align: center; border: 1px solid var(--slate-100); box-shadow: var(--shadow-sm);
}
.stat-pill-num { font-size: 2.2rem; font-weight: 900; letter-spacing: -.04em; color: var(--blue-600); }
.stat-pill-label { font-size: .8rem; font-weight: 600; color: var(--slate-500); margin-top: 4px; }

/* ─── Portfolio ─────────────────────────────────────────────── */
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.portfolio-card {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--slate-100); box-shadow: var(--shadow-sm);
  transition: all .25s ease; cursor: default;
}
.portfolio-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.portfolio-thumb { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; position: relative; }
.portfolio-body { background: white; padding: 18px; }
.portfolio-type { font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-600); margin-bottom: 6px; }
.portfolio-title { font-size: .95rem; font-weight: 700; color: var(--slate-900); margin-bottom: 8px; }
.portfolio-desc { font-size: .82rem; color: var(--slate-500); line-height: 1.6; }
.portfolio-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.p-tag { background: var(--slate-100); color: var(--slate-600); font-size: .7rem; font-weight: 600; padding: 3px 9px; border-radius: 999px; }

/* ─── FAQ ───────────────────────────────────────────────────── */
.faq { background: var(--slate-50); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 52px; max-width: 900px; margin-left: auto; margin-right: auto; }
.faq-item {
  background: white; border-radius: var(--radius-md); padding: 24px;
  border: 1px solid var(--slate-100); cursor: pointer; transition: all .2s;
}
.faq-item:hover { border-color: var(--blue-200); box-shadow: var(--shadow-sm); }
.faq-item.open { border-color: var(--blue-200); background: var(--blue-50); }
.faq-q {
  font-size: .95rem; font-weight: 700; color: var(--slate-900);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-toggle {
  width: 26px; height: 26px; border-radius: 6px; background: var(--slate-100);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: var(--slate-500); flex-shrink: 0; transition: all .2s;
}
.faq-item.open .faq-toggle { background: var(--blue-100); color: var(--blue-600); transform: rotate(45deg); }
.faq-a { font-size: .87rem; color: var(--slate-600); line-height: 1.7; margin-top: 14px; display: none; }
.faq-item.open .faq-a { display: block; }

/* ─── Final CTA ─────────────────────────────────────────────── */
.final-cta {
  background: linear-gradient(160deg, #1e40af 0%, #2563eb 50%, #4f46e5 100%);
  position: relative; overflow: hidden;
}
.final-cta::before {
  content: '';
  position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
}
.cta-inner { display: grid; grid-template-columns: 1fr 460px; gap: 72px; align-items: center; position: relative; z-index: 1; }
.cta-content .section-title { color: white; }
.cta-content .section-sub { color: rgba(255,255,255,.75); margin-left: 0; }
.cta-benefits { display: grid; gap: 12px; margin-top: 28px; }
.cta-benefit { display: flex; align-items: center; gap: 10px; font-size: .9rem; font-weight: 600; color: rgba(255,255,255,.85); }
.cta-benefit-icon {
  width: 24px; height: 24px; border-radius: 6px;
  background: rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center;
  font-size: .8rem; flex-shrink: 0;
}
.cta-form-wrap { background: white; border-radius: var(--radius-xl); padding: 36px; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.form-title { font-size: 1.2rem; font-weight: 800; color: var(--slate-900); margin-bottom: 6px; }
.form-sub { font-size: .85rem; color: var(--slate-500); margin-bottom: 24px; }
.form-field { margin-bottom: 14px; }
.form-label { font-size: .8rem; font-weight: 600; color: var(--slate-700); display: block; margin-bottom: 6px; }
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 12px 14px;
  border: 1.5px solid var(--slate-200); border-radius: var(--radius-sm);
  font-family: inherit; font-size: .9rem; color: var(--slate-800);
  background: var(--slate-50); transition: all .2s; outline: none;
  -webkit-appearance: none; appearance: none;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: var(--blue-500); background: white;
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.form-textarea { height: 90px; resize: vertical; }
.form-submit { width: 100%; padding: 15px; font-size: 1rem; font-weight: 700; border-radius: var(--radius-sm); }
.form-divider { text-align: center; color: var(--slate-400); font-size: .8rem; margin: 14px 0; }
.form-alt-btns { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form-disclaimer { font-size: .72rem; color: var(--slate-400); text-align: center; margin-top: 12px; line-height: 1.5; }

/* ─── Footer ────────────────────────────────────────────────── */
.site-footer { background: var(--slate-900); color: var(--slate-400); padding: 60px 0 32px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand .logo { color: white; margin-bottom: 14px; }
.footer-brand p { font-size: .88rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--slate-300); margin-bottom: 16px; }
.footer-col ul { display: grid; gap: 10px; }
.footer-col ul a { font-size: .88rem; color: var(--slate-400); transition: color .15s; }
.footer-col ul a:hover { color: white; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding-top: 28px; display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; font-size: .8rem;
}
.footer-bottom a { color: var(--slate-400); }
.footer-bottom a:hover { color: white; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social-link {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(255,255,255,.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--slate-400); font-size: .85rem; transition: all .2s;
}
.footer-social-link:hover { background: rgba(37,99,235,.3); color: white; }

/* ─── WhatsApp FAB ──────────────────────────────────────────── */
.whatsapp-fab {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 58px; height: 58px; border-radius: 50%;
  background: #25d366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,.5);
  cursor: pointer; transition: all .2s; border: none;
  animation: fab-bounce 3s ease-in-out infinite;
}
.whatsapp-fab:hover { transform: scale(1.1); box-shadow: 0 8px 30px rgba(37,211,102,.6); }
.whatsapp-fab svg { width: 28px; height: 28px; fill: white; }
.whatsapp-tooltip {
  position: fixed; bottom: 38px; right: 96px; z-index: 999;
  background: var(--slate-900); color: white;
  font-size: .8rem; font-weight: 600;
  padding: 8px 14px; border-radius: 8px; white-space: nowrap;
  opacity: 0; pointer-events: none; transition: opacity .2s;
}
.whatsapp-tooltip::after {
  content: '';
  position: absolute; right: -6px; top: 50%; transform: translateY(-50%);
  border: 6px solid transparent; border-right: none; border-left-color: var(--slate-900);
}
.whatsapp-fab:hover + .whatsapp-tooltip { opacity: 1; }
@keyframes fab-bounce { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05)} }

/* ─── Fade-in Animations ────────────────────────────────────── */
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
.fade-in-delay-1 { transition-delay: .1s; }
.fade-in-delay-2 { transition-delay: .2s; }
.fade-in-delay-3 { transition-delay: .3s; }
.fade-in-delay-4 { transition-delay: .4s; }

/* ─── Mobile Nav Drawer ─────────────────────────────────────── */
.mobile-nav { display: none; position: fixed; inset: 0; z-index: 999; background: rgba(15,23,42,.5); backdrop-filter: blur(4px); }
.mobile-nav.open { display: block; }
.mobile-nav-panel {
  position: absolute; right: 0; top: 0; bottom: 0; width: 280px;
  background: white; padding: 28px 24px;
  box-shadow: -8px 0 30px rgba(0,0,0,.15);
  display: flex; flex-direction: column; gap: 8px;
}
.mobile-nav-close { align-self: flex-end; background: var(--slate-100); border: none; border-radius: 8px; padding: 8px 12px; font-size: 1rem; cursor: pointer; margin-bottom: 12px; color: var(--slate-600); }
.mobile-nav-panel a { display: block; padding: 12px 0; font-size: 1rem; font-weight: 600; color: var(--slate-700); border-bottom: 1px solid var(--slate-100); }
.mobile-nav-panel a:hover { color: var(--blue-600); }
.mobile-nav-cta { margin-top: 20px; }

/* ─── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .pain-cards { grid-template-columns: 1fr; }
  .solution-inner { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
  .features-grid { grid-template-columns: 1fr 1fr; }
  .price-cards { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .testi-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .nav { display: none; }
  .mobile-menu-btn { display: block; }
  .header-cta .btn-outline { display: none; }
  .hero { padding-top: 120px; }
  .hero h1 { font-size: 2.2rem; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .trust-badges { flex-direction: column; gap: 12px; }
  .steps { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .cta-form-wrap { padding: 28px 20px; }
  .form-alt-btns { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .urgency-bar { flex-direction: column; }
}
@media (max-width: 480px) {
  .portfolio-grid { grid-template-columns: 1fr; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .stat-grid { grid-template-columns: 1fr 1fr; }
}

/* ─── WordPress Core Overrides ──────────────────────────────── */
.wp-block-image img { max-width: 100%; height: auto; }
body.home { margin-top: 0; }
#wpadminbar ~ .header { top: 32px; }
@media screen and (max-width: 782px) { #wpadminbar ~ .header { top: 46px; } }
