/*
Theme Name: Ligrow Theme
Theme URI: https://ligrow.es
Author: Jesús Martín
Author URI: https://ligrow.es
Description: Tema personalizado para Ligrow Digital Agency — SEO, Diseño Web y Branding.
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: ligrow-theme
*/

/* ═══════════════════════════════
   RESET & VARIABLES
═══════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

img { max-width: 100%; height: auto; display: block; }

:root {
  --primary: #FF6B2B;
  --primary-light: #FF9A3C;
  --secondary: #FF6BAA;
  --bg: #F8F7F5;
  --bg-white: #FFFFFF;
  --bg-alt: #F2F1EF;
  --text: #111111;
  --text-muted: #6B6B6B;
  --border: rgba(0,0,0,0.08);
  --card-shadow: 0 4px 24px rgba(0,0,0,0.07);
  --card-shadow-hover: 0 20px 56px rgba(0,0,0,0.13);
  --gradient: linear-gradient(135deg, #FF6B2B 30%, #FF6BAA 100%);
  --container-width: 1200px;
  --container-padding: 24px;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Space Grotesk', sans-serif;
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

/* ═══════════════════════════════
   CUSTOM CURSOR
═══════════════════════════════ */
@media (hover: hover) and (pointer: fine) {
  * { cursor: none !important; }
}

.cursor-dot {
  position: fixed;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--gradient);
  pointer-events: none;
  z-index: 10000;
  transform: translate(-50%, -50%);
  transition: width 0.2s ease, height 0.2s ease, opacity 0.3s ease;
  will-change: left, top;
}
.cursor-ring {
  position: fixed;
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--primary);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease,
              border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.55;
  will-change: left, top;
}
.cursor-ring.hovered {
  width: 68px; height: 68px;
  border-color: var(--secondary);
  opacity: 0.85;
}
.cursor-dot.hovered { width: 6px; height: 6px; }

@media (hover: none) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* ═══════════════════════════════
   NAVBAR
═══════════════════════════════ */
.navbar {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 1000; padding: 20px 0;
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  padding: 14px 0;
}
.nav-container {
  max-width: var(--container-width); margin: 0 auto; padding: 0 var(--container-padding);
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo img { height: 44px; width: auto; }
.nav-logo-text {
  font-family: 'Bebas Neue', cursive; font-size: 28px; letter-spacing: 2px;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.nav-links { display: flex; align-items: center; gap: 36px; list-style: none; }
.nav-links a {
  color: var(--text-muted); text-decoration: none;
  font-size: 15px; font-weight: 500; transition: color 0.2s;
}
.nav-links a:hover { color: var(--text); }

.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px; border-radius: 50px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 15px; font-weight: 600;
  transition: all 0.3s ease; text-decoration: none; border: none;
}
.btn-primary { background: var(--gradient); color: white; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(255,107,43,0.35); }
.btn-outline { background: transparent; color: var(--text); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: rgba(0,0,0,0.25); background: rgba(0,0,0,0.03); }
.btn-outline-white { background: transparent; color: white; border: 1.5px solid rgba(255,255,255,0.25); }
.btn-outline-white:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.08); }

.hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; transition: all 0.3s; }

/* ═══════════════════════════════
   HERO
═══════════════════════════════ */
.hero {
  min-height: 100vh; display: flex; align-items: center;
  padding: 120px 24px 80px; position: relative; overflow: hidden;
  background: var(--bg-white);
}

.hero-blob {
  position: absolute; border-radius: 50%;
  filter: blur(100px); pointer-events: none; z-index: 0;
}
.hero-blob-1 {
  width: 650px; height: 650px; background: rgba(255,107,43,0.17);
  top: -180px; right: -100px;
  animation: blob1 14s ease-in-out infinite alternate;
}
.hero-blob-2 {
  width: 500px; height: 500px; background: rgba(255,45,120,0.13);
  bottom: -150px; left: -80px;
  animation: blob2 18s ease-in-out infinite alternate;
}
.hero-blob-3 {
  width: 380px; height: 380px; background: rgba(255,170,80,0.11);
  top: 40%; left: 35%;
  animation: blob3 11s ease-in-out infinite alternate;
}
@keyframes blob1 { from { transform:translate(0,0) scale(1); } to { transform:translate(-70px,80px) scale(1.12); } }
@keyframes blob2 { from { transform:translate(0,0) scale(1.08); } to { transform:translate(80px,-60px) scale(0.92); } }
@keyframes blob3 { from { transform:translate(0,0) scale(0.95); } to { transform:translate(-50px,40px) scale(1.08); } }

#hero-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; z-index: 1;
}

.hero-dots {
  position: absolute; inset: 0; pointer-events: none; z-index: 2;
  background-image: radial-gradient(rgba(0,0,0,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}
.hero-container {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  position: relative; z-index: 3; width: 100%;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,107,43,0.10); border: 1px solid rgba(255,107,43,0.25);
  border-radius: 50px; padding: 8px 18px; font-size: 13px; font-weight: 500;
  color: var(--primary); margin-bottom: 24px;
}
.hero-badge::before {
  content: ''; width: 6px; height: 6px; background: var(--primary);
  border-radius: 50%; animation: pulse 2s infinite;
}
@keyframes pulse {
  0%,100% { opacity:1; transform:scale(1); }
  50%      { opacity:0.4; transform:scale(1.7); }
}
.hero-title {
  font-family: 'Bebas Neue', cursive;
  font-size: clamp(52px, 6vw, 82px);
  line-height: 1.02; margin-bottom: 24px; letter-spacing: 1px; color: var(--text);
}
.gradient-text {
  background: var(--gradient);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-subtitle {
  font-size: 17px; color: var(--text-muted); line-height: 1.75;
  margin-bottom: 40px; max-width: 480px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.hero-stats { display: flex; gap: 36px; }
.hero-stat { display: flex; flex-direction: column; }
.hero-stat-number {
  font-family: 'Bebas Neue', cursive; font-size: 36px;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; line-height: 1;
}
.hero-stat-label { font-size: 12px; color: var(--text-muted); margin-top: 4px; font-weight: 500; }

.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; }

/* ═══════════════════════════════
   GROWTH VISUAL (HERO)
═══════════════════════════════ */
.growth-visual {
  width: 100%; max-width: 400px;
  position: relative; margin: 0 auto;
}
.growth-svg { width: 100%; height: auto; display: block; overflow: visible; }

@keyframes gvFlow {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -13; }
}
@keyframes gvMarch {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -17; }
}
@keyframes gvPulseRing {
  0%   { transform: scale(1); opacity: 0.35; }
  100% { transform: scale(3.8); opacity: 0; }
}
@keyframes gvPulseDot {
  0%,100% { transform: scale(1); }
  50%     { transform: scale(1.45); }
}

.gv-line  { animation: gvFlow 0.9s linear infinite; }

@keyframes gvEnergyRing {
  0%   { transform: scale(0.25); opacity: 0.85; }
  100% { transform: scale(3.4);  opacity: 0; }
}
.gv-energy-ring {
  transform-origin: 0px 0px;
  animation: gvEnergyRing 2.2s ease-out infinite;
}
.gv-er-d1 { animation-delay: -0.73s; }
.gv-er-d2 { animation-delay: -1.46s; }

.gv-badge {
  position: absolute; bottom: 22px; right: 0;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: 14px; padding: 10px 18px;
  box-shadow: var(--card-shadow);
  display: flex; flex-direction: column; gap: 2px;
  animation: float1 3.5s ease-in-out infinite;
}
.gv-badge-num {
  font-family: 'Bebas Neue', cursive; font-size: 26px; line-height: 1;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
}
.gv-badge-sub { font-size: 11px; color: var(--text-muted); font-weight: 500; }

/* ═══════════════════════════════
   BRANDS MARQUEE
═══════════════════════════════ */
.brands {
  background: var(--bg-white); padding: 48px 0;
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.brands-label {
  text-align: center; font-size: 12px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--text-muted); margin-bottom: 32px;
}
.brands-ticker { overflow: hidden; position: relative; }
.brands-ticker::before, .brands-ticker::after {
  content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 2;
}
.brands-ticker::before { left:0; background: linear-gradient(to right, white, transparent); }
.brands-ticker::after  { right:0; background: linear-gradient(to left, white, transparent); }
.brands-track {
  display: flex; align-items: center; width: max-content;
  animation: marquee 28s linear infinite;
}
.brands-track:hover { animation-play-state: paused; }
@keyframes marquee { from{transform:translateX(0);} to{transform:translateX(-50%);} }
.brand-item {
  display: flex; align-items: center; gap: 10px; padding: 0 48px;
  font-family: 'Bebas Neue', cursive; font-size: 22px; letter-spacing: 2px;
  color: #BBBBBB; transition: color 0.2s; white-space: nowrap;
}
.brand-item:hover { color: var(--primary); }
.brand-dot { width: 5px; height: 5px; border-radius: 50%; background: #DDDDDD; flex-shrink: 0; }

/* ═══════════════════════════════
   SECTIONS COMMON
═══════════════════════════════ */
section { padding: 100px var(--container-padding); }
.section-container { max-width: var(--container-width); margin: 0 auto; }
.section-tag {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: 3px; text-transform: uppercase; color: var(--primary); margin-bottom: 16px;
}
.section-title {
  font-family: 'Bebas Neue', cursive; font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1; margin-bottom: 20px; color: var(--text);
}
.section-subtitle { font-size: 17px; color: var(--text-muted); max-width: 560px; line-height: 1.75; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; gap: 40px; }

/* ═══════════════════════════════
   SERVICES
═══════════════════════════════ */
.services { background: var(--bg-alt); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: 20px; padding: 36px 32px;
  transition: all 0.3s ease; position: relative; overflow: hidden;
  box-shadow: var(--card-shadow);
}
.service-card::before {
  content:''; position:absolute; top:0; left:0; right:0;
  height:3px; background:var(--gradient); transform:scaleX(0); transition:transform 0.35s ease;
}
.service-card:hover { transform:translateY(-6px); box-shadow:var(--card-shadow-hover); }
.service-card:hover::before { transform:scaleX(1); }
.service-icon {
  width:56px; height:56px; border-radius:16px;
  display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:24px;
}
.service-icon.orange { background:rgba(255,107,43,0.10); color:var(--primary); }
.service-icon.pink   { background:rgba(255,45,120,0.10);  color:var(--secondary); }
.service-icon.grad   { background:var(--gradient); color:white; }
.service-title { font-size:22px; font-weight:700; margin-bottom:12px; }
.service-desc  { color:var(--text-muted); font-size:15px; line-height:1.75; margin-bottom:24px; }
.service-list  { list-style:none; display:flex; flex-direction:column; gap:10px; }
.service-list li { display:flex; align-items:center; gap:10px; font-size:14px; color:var(--text-muted); font-weight:500; }
.service-list li::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--gradient); flex-shrink:0; }
.service-cta {
  margin-top: 28px; width: 100%; justify-content: center;
  font-size: 14px; padding: 11px 22px;
}

/* ═══════════════════════════════
   PROJECTS
═══════════════════════════════ */
.projects { background: var(--bg-white); }
.projects-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }

.project-card {
  border-radius: 20px; overflow: hidden;
  background: var(--bg-white); border: 1px solid var(--border);
  box-shadow: var(--card-shadow);
  transition: all 0.35s ease;
}
.project-card:hover { transform: translateY(-8px); box-shadow: var(--card-shadow-hover); }

.project-preview { position: relative; overflow: hidden; height: 190px; }
.project-mockup {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--mc1), var(--mc2));
  position: relative; overflow: hidden;
}
.project-mockup::before {
  content: ''; position: absolute;
  width: 220px; height: 220px; border-radius: 50%;
  border: 32px solid rgba(255,255,255,0.08);
  top: -60px; right: -60px;
}
.project-mockup::after {
  content: ''; position: absolute;
  width: 140px; height: 140px; border-radius: 50%;
  border: 20px solid rgba(255,255,255,0.06);
  bottom: -40px; left: -30px;
}
.mockup-inner {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end; padding: 20px;
}
.mockup-lines { display: flex; flex-direction: column; gap: 6px; width: 60%; }
.mockup-line {
  height: 6px; border-radius: 3px;
  background: rgba(255,255,255,0.2);
}
.mockup-line.w80 { width: 80%; }
.mockup-line.w55 { width: 55%; }
.mockup-line.w70 { width: 70%; }

.project-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(3px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity 0.3s ease;
}
.project-card:hover .project-overlay { opacity: 1; }
.project-overlay-btn {
  display: flex; align-items: center; gap: 8px;
  background: white; color: var(--text);
  padding: 10px 22px; border-radius: 50px;
  font-size: 14px; font-weight: 700;
  transform: translateY(8px); transition: transform 0.3s ease;
}
.project-card:hover .project-overlay-btn { transform: translateY(0); }

.project-body { padding: 24px 24px 20px; }
.project-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.project-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  color: var(--primary); background: rgba(255,107,43,0.10);
  padding: 4px 12px; border-radius: 50px;
}
.project-brand { font-size: 18px; font-weight: 700; margin-bottom: 6px; }
.project-desc { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; line-height: 1.5; }
.project-result {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: #16a34a;
}

/* ═══════════════════════════════
   QUIÉNES SOMOS
═══════════════════════════════ */
.about { background: var(--bg-alt); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1.4fr;
  gap: 80px; align-items: center;
}

.about-photo-col { position: relative; }
.about-photo-wrap {
  position: relative; display: inline-block;
  width: 100%; max-width: 380px;
}
.about-photo-frame {
  width: 100%; aspect-ratio: 4/5;
  border-radius: 28px; overflow: hidden;
  background: linear-gradient(145deg, #e8e4e0, #d4cfc9);
  position: relative; box-shadow: var(--card-shadow-hover);
}
.about-photo-frame img {
  width: 100%; height: 100%; object-fit: cover;
  display: block;
}
.about-photo-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column; gap: 12px;
  background: linear-gradient(145deg, #f0ece8, #e4dfd9);
}
.about-photo-placeholder i { font-size: 80px; color: rgba(0,0,0,0.15); }
.about-photo-placeholder span { font-size: 13px; color: var(--text-muted); font-weight: 500; }

.about-accent-1 {
  position: absolute; width: 120px; height: 120px;
  border-radius: 50%; background: var(--gradient);
  opacity: 0.12; filter: blur(30px);
  bottom: -20px; right: -20px; z-index: -1;
}
.about-accent-2 {
  position: absolute; top: 20px; right: -16px;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: 16px; padding: 14px 18px;
  box-shadow: var(--card-shadow);
}
.about-accent-tag {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; white-space: nowrap;
}
.about-accent-tag i { color: var(--primary); }

.about-content { }
.about-name { font-family: 'Bebas Neue', cursive; font-size: 42px; letter-spacing: 1px; margin-bottom: 6px; }
.about-role {
  font-size: 15px; font-weight: 600; color: var(--primary);
  margin-bottom: 20px; letter-spacing: 1px; text-transform: uppercase;
}
.about-bio {
  font-size: 16px; color: var(--text-muted); line-height: 1.8;
  margin-bottom: 32px;
}
.about-highlights { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.about-highlight {
  display: flex; align-items: center; gap: 16px;
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: 16px; padding: 16px 20px;
  box-shadow: var(--card-shadow);
}
.highlight-icon {
  width: 44px; height: 44px; border-radius: 12px; background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 18px; flex-shrink: 0;
}
.highlight-title { font-size: 15px; font-weight: 700; }
.highlight-sub { font-size: 13px; color: var(--text-muted); margin-top: 2px; }

/* ═══════════════════════════════
   STATS
═══════════════════════════════ */
.stats-section { padding: 80px var(--container-padding); background: var(--bg-white); }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-card {
  background: var(--bg-white); border: 1px solid var(--border);
  border-radius: 20px; padding: 40px 24px; box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--card-shadow-hover); }
.stat-number {
  font-family: 'Bebas Neue', cursive; font-size: 56px;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1; margin-bottom: 8px;
}
.stat-label { font-size: 15px; color: var(--text-muted); font-weight: 500; }

/* ═══════════════════════════════
   PROCESS
═══════════════════════════════ */
.process { background: var(--bg-alt); }
.process-center { text-align: center; margin-bottom: 60px; }
.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; }
.process-steps::before {
  content:''; position:absolute; top:32px;
  left:calc(12.5% + 16px); right:calc(12.5% + 16px);
  height:1px; background:linear-gradient(90deg,var(--primary),var(--secondary)); opacity:0.2;
}
.process-step { text-align: center; position: relative; }
.step-number {
  width:64px; height:64px; border-radius:50%; background:var(--gradient);
  display:flex; align-items:center; justify-content:center;
  font-family:'Bebas Neue',cursive; font-size:24px; color:white;
  margin:0 auto 20px; position:relative; z-index:1;
  box-shadow:0 8px 24px rgba(255,107,43,0.3);
}
.step-title { font-size:18px; font-weight:700; margin-bottom:10px; }
.step-desc { font-size:14px; color:var(--text-muted); line-height:1.65; }

/* ═══════════════════════════════
   AUDITORÍA GRATUITA
═══════════════════════════════ */
.audit { background: var(--bg-alt); }

.audit-intro {
  text-align: center; max-width: 700px; margin: 0 auto 64px;
}
.audit-intro .section-subtitle {
  max-width: 100%; margin: 0 auto;
}

.audit-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 24px; margin-bottom: 48px;
}
.audit-card {
  background: var(--bg-white); border-radius: 24px;
  padding: 40px 32px; border: 1px solid var(--border);
  box-shadow: var(--card-shadow);
  transition: all 0.3s ease;
  position: relative; overflow: hidden;
}
.audit-card:hover { transform: translateY(-6px); box-shadow: var(--card-shadow-hover); }
.audit-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--gradient);
  transform: scaleX(0); transition: transform 0.35s ease;
}
.audit-card:hover::after { transform: scaleX(1); }

.audit-card-num {
  font-family: 'Bebas Neue', cursive; font-size: 72px; line-height: 1;
  background: var(--gradient); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text;
  margin-bottom: 16px; opacity: 0.18;
  position: absolute; top: 24px; right: 28px;
}
.audit-icon {
  width: 60px; height: 60px; border-radius: 18px;
  background: var(--gradient);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 24px;
  box-shadow: 0 8px 24px rgba(255,107,43,0.25);
}
.audit-card-title {
  font-size: 22px; font-weight: 700; margin-bottom: 12px; color: var(--text);
}
.audit-card-desc {
  font-size: 15px; color: var(--text-muted); line-height: 1.75;
}

/* Honesty banner */
.audit-honesty {
  background: var(--text); border-radius: 24px;
  padding: 40px 48px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 32px;
  position: relative; overflow: hidden;
}
.audit-honesty::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 40% 80% at 0% 50%, rgba(255,107,43,0.2) 0%, transparent 70%),
    radial-gradient(ellipse 40% 80% at 100% 50%, rgba(255,107,170,0.12) 0%, transparent 70%);
}
.honesty-icon {
  width: 64px; height: 64px; border-radius: 18px;
  background: var(--gradient); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; position: relative; z-index: 1;
}
.honesty-text { position: relative; z-index: 1; }
.honesty-title {
  font-family: 'Bebas Neue', cursive; font-size: 28px;
  color: #FFFFFF; margin-bottom: 6px; letter-spacing: 0.5px;
}
.honesty-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px;
}
.honesty-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 50px; padding: 6px 14px;
  font-size: 13px; color: rgba(255,255,255,0.75); font-weight: 500;
}
.honesty-pill i { color: #4ade80; font-size: 11px; }
.honesty-cta { position: relative; z-index: 1; flex-shrink: 0; }

@media (max-width: 900px) {
  .audit-grid { grid-template-columns: 1fr; }
  .audit-honesty { grid-template-columns: 1fr; text-align: center; }
  .honesty-icon { margin: 0 auto; }
  .honesty-pills { justify-content: center; }
  .honesty-cta { margin: 0 auto; }
}

/* ═══════════════════════════════
   CTA
═══════════════════════════════ */
.cta-section { padding: 100px var(--container-padding); background: var(--bg-white); }
.cta-card {
  background: var(--text); border-radius: 32px; padding: 88px 80px;
  text-align: center; position: relative; overflow: hidden;
}
.cta-card::before {
  content:''; position:absolute; inset:0;
  background:
    radial-gradient(ellipse 55% 70% at 20% 50%, rgba(255,107,43,0.3) 0%, transparent 70%),
    radial-gradient(ellipse 55% 70% at 80% 50%, rgba(255,45,120,0.25) 0%, transparent 70%);
}
.cta-title {
  font-family:'Bebas Neue',cursive; font-size:clamp(40px,5vw,64px);
  margin-bottom:20px; position:relative; z-index:1; color:#FFFFFF;
}
.cta-subtitle {
  font-size:17px; color:rgba(255,255,255,0.65); margin-bottom:40px;
  max-width:500px; margin-left:auto; margin-right:auto;
  line-height:1.75; position:relative; z-index:1;
}
.cta-actions { display:flex; gap:16px; justify-content:center; position:relative; z-index:1; }

/* ═══════════════════════════════
   FOOTER
═══════════════════════════════ */
.footer { background: #111111; border-top: 1px solid rgba(255,255,255,0.06); padding: 60px var(--container-padding) 36px; }
.footer-container { max-width: var(--container-width); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand p { color: rgba(255,255,255,0.4); font-size: 14px; line-height: 1.75; margin: 16px 0 24px; max-width: 280px; }
.social-links { display: flex; gap: 12px; }
.social-link {
  width:40px; height:40px; border-radius:10px; background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.08); display:flex; align-items:center; justify-content:center;
  color:rgba(255,255,255,0.4); text-decoration:none; font-size:15px; transition:all 0.2s;
}
.social-link:hover { background:var(--gradient); border-color:transparent; color:white; }
.footer-col h4 { font-size:15px; font-weight:700; margin-bottom:20px; color:#FFFFFF; }
.footer-links { list-style:none; display:flex; flex-direction:column; gap:12px; }
.footer-links a { color:rgba(255,255,255,0.4); text-decoration:none; font-size:14px; transition:color 0.2s; }
.footer-links a:hover { color:#FFFFFF; }
.footer-logo { display:flex; align-items:center; gap:8px; }
.footer-logo img { height:32px; }
.footer-logo-text {
  font-family:'Bebas Neue',cursive; font-size:22px; letter-spacing:2px;
  background:var(--gradient); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.footer-bottom {
  border-top:1px solid rgba(255,255,255,0.06); padding-top:28px;
  display:flex; justify-content:space-between; align-items:center;
}
.footer-bottom p { font-size:13px; color:rgba(255,255,255,0.3); }

/* ═══════════════════════════════
   SCROLL REVEAL
═══════════════════════════════ */
.reveal { opacity:0; transform:translateY(30px); transition:all 0.7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-delay-1 { transition-delay:0.1s; }
.reveal-delay-2 { transition-delay:0.2s; }
.reveal-delay-3 { transition-delay:0.3s; }

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media (max-width: 1024px) {
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-photo-wrap { max-width: 320px; margin: 0 auto; display: block; }
}

@media (max-width: 900px) {
  section { padding: 72px var(--container-padding); }
  .stats-section { padding: 64px var(--container-padding); }
  .cta-section  { padding: 72px var(--container-padding); }

  .hero-container { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .hero-subtitle { max-width: 100%; }

  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr; }

  .stats-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .process-steps::before { display: none; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section-header { flex-direction: column; align-items: flex-start; }
  .cta-card { padding: 56px 32px; }
}

@media (max-width: 768px) {
  .projects-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  section { padding: 56px var(--container-padding); }
  .stats-section { padding: 48px var(--container-padding); }
  .cta-section  { padding: 56px var(--container-padding); }

  .nav-links, .nav-cta { display: none; }
  .hamburger { display: flex; }

  .nav-mobile-open .nav-links {
    display: flex; flex-direction: column;
    position: absolute; top: 100%; left: 0; right: 0;
    background: rgba(255,255,255,0.97);
    padding: 24px var(--container-padding);
    gap: 20px; border-bottom: 1px solid var(--border);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08); z-index: 999;
  }
  .nav-mobile-open .nav-links a {
    font-size: 17px; padding: 8px 0;
    min-height: 44px; display: flex; align-items: center;
  }
  .nav-mobile-open .nav-cta { display: inline-flex; }

  .stats-grid { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr; }

  .hero-stats { flex-wrap: wrap; gap: 20px; }
  .hero-stat { min-width: 80px; }

  .cta-card { padding: 40px 24px; }
  .cta-actions { flex-direction: column; align-items: center; }

  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
}

@media (max-width: 480px) {
  section { padding: 44px 16px; }
  .stats-section { padding: 40px 16px; }
  .cta-section  { padding: 44px 16px; }
  .footer { padding: 48px 16px 28px; }

  .stats-grid { grid-template-columns: 1fr 1fr; }
  .about-name { font-size: 34px; }
  .cta-card { padding: 32px 20px; }

  .btn { min-height: 48px; }
}
