/* ============================================
   Yeo Mids | Proposta de SEO | Aline Almeida Prado
   Identidade OFICIAL YEO MIDS
   Fonte: Figtree · Amarelo #edb900 · Dark #0b0b0b
   ============================================ */

:root {
  /* Backgrounds */
  --bg: #0b0b0b;
  --bg-alt: #0f0f0f;
  --bg-elev: #151515;
  --card: rgba(255, 255, 255, 0.05);
  --card-hover: rgba(255, 255, 255, 0.08);

  /* Brand yellow */
  --yellow: #edb900;
  --yellow-deep: #d2a122;
  --yellow-soft: #ffce2e;
  --yellow-glow: rgba(237, 185, 0, 0.18);
  --grad: linear-gradient(90deg, #edb900 0%, #d2a122 100%);

  /* Text */
  --white: #ffffff;
  --gray-100: #f3f4f6;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;

  /* Lines */
  --line: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.12);

  --red: #e0584b;
  --amber: #e9a23b;
  --green: #4bbd7a;

  --shadow-card: 0 10px 40px rgba(0, 0, 0, 0.45);
  --shadow-glow: 0 0 28px rgba(237, 185, 0, 0.2);

  --radius-pill: 999px;
  --radius: 16px;
  --radius-sm: 12px;

  --transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  --font: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
}

/* --- RESET --- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--gray-300);
  background: var(--bg);
  line-height: 1.7;
  font-size: 1.02rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; transition: color var(--transition); }
ul { list-style: none; padding: 0; margin: 0; }
p { margin: 0; }

h1, h2, h3, h4 {
  font-family: var(--font);
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: var(--white);
}
h1 { font-size: clamp(2.7rem, 7vw, 5rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); }
h3 { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.01em; }

/* --- UTILITIES --- */
.container { width: min(1180px, 92%); margin: 0 auto; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--yellow); color: #0b0b0b;
  padding: 0.8rem 1.2rem; border-radius: var(--radius-sm);
  z-index: 100; font-weight: 700;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.section { position: relative; padding: clamp(3.5rem, 7vw, 6rem) 0; overflow: hidden; }
.section--dark { background: var(--bg); }
.section--alt {
  background: var(--bg-alt);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.section--dark, .section--alt {
  background-image:
    radial-gradient(ellipse at top left, rgba(237, 185, 0, 0.07), transparent 55%),
    radial-gradient(ellipse at bottom right, rgba(237, 185, 0, 0.04), transparent 60%);
}

.section-header { margin-bottom: 2.6rem; }
.section-header.centered { text-align: center; max-width: 760px; margin-left: auto; margin-right: auto; }
.section-header p.section-lead { margin-top: 1rem; color: var(--gray-400); font-size: 1.05rem; max-width: 680px; }
.section-header.centered p.section-lead { margin-left: auto; margin-right: auto; }

.hl { color: var(--yellow); }
em { color: var(--yellow); font-style: normal; font-weight: 800; }

.section-topbar { display: flex; justify-content: flex-end; margin-bottom: 1.2rem; }
.page-num { font-size: 0.78rem; color: var(--gray-500); letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 0.4rem; }
.page-num.light { color: var(--gray-500); }
.page-num i { color: var(--yellow); font-size: 1.05rem; }

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 1rem;
  display: block;
}

/* --- HEADER --- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 11, 11, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 0.9rem 0; }
.brand-logo { display: inline-flex; align-items: center; transition: transform var(--transition), filter var(--transition); }
.brand-logo:hover { transform: translateY(-1px); filter: drop-shadow(0 0 14px rgba(237, 185, 0, 0.45)); }
.brand-logo__img { height: 38px; width: auto; display: block; object-fit: contain; }

.nav { display: none; gap: 1.6rem; font-size: 0.9rem; color: var(--gray-400); font-weight: 500; }
.nav a { position: relative; padding: 0.3rem 0; }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: var(--yellow); transition: width 0.3s ease; }
.nav a:hover, .nav a.active { color: var(--yellow); }
.nav a:hover::after, .nav a.active::after { width: 100%; }

.hamburger { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; z-index: 60; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--yellow); border-radius: 2px; transition: transform 0.3s ease, opacity 0.3s ease; }
.hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav.mobile-open { display: flex; flex-direction: column; position: fixed; inset: 0; background: rgba(11, 11, 11, 0.97); backdrop-filter: blur(16px); z-index: 55; align-items: center; justify-content: center; gap: 1.6rem; font-size: 1.2rem; }

/* --- BUTTONS --- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem;
  border-radius: var(--radius-sm); border: none;
  font-family: var(--font); font-weight: 700; font-size: 0.98rem;
  padding: 0.95rem 1.8rem; cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
  text-align: center; line-height: 1.3;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--grad); color: #0b0b0b; box-shadow: 0 8px 28px rgba(237, 185, 0, 0.25); }
.btn-primary:hover { box-shadow: 0 12px 40px rgba(237, 185, 0, 0.42); }
.btn-ghost { background: var(--card); color: var(--yellow); border: 1px solid rgba(237, 185, 0, 0.3); }
.btn-ghost:hover { background: rgba(237, 185, 0, 0.1); }
.btn-lg { padding: 1.05rem 2.3rem; font-size: 1rem; }
.btn-final { margin-top: 1.4rem; }
.hero-actions { display: inline-flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; margin-top: 0.4rem; }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; justify-content: center;
  padding: 4rem 0 3rem; overflow: hidden;
  background: var(--bg);
  background-image:
    radial-gradient(ellipse 60% 80% at 0% 30%, rgba(237, 185, 0, 0.16) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 100% 70%, rgba(237, 185, 0, 0.07) 0%, transparent 70%);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image:
    repeating-radial-gradient(circle at 20% 50%, transparent 0, transparent 60px, rgba(255, 255, 255, 0.025) 60px, rgba(255, 255, 255, 0.025) 61px),
    repeating-radial-gradient(circle at 80% 30%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.018) 80px, rgba(255, 255, 255, 0.018) 81px);
  opacity: 0.9;
}
.hero-inner { position: relative; z-index: 1; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1.3rem; }
.page-tag {
  text-transform: uppercase; letter-spacing: 0.28rem; font-size: 0.72rem; font-weight: 700;
  color: var(--yellow); padding: 0.45rem 1.1rem;
  border: 1px solid rgba(237, 185, 0, 0.3); border-radius: var(--radius-pill);
  background: rgba(237, 185, 0, 0.05);
}
.hero h1 { color: var(--white); text-transform: uppercase; letter-spacing: -0.03em; }
.hero h1 .hl {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text; color: transparent;
  filter: drop-shadow(0 0 24px rgba(237, 185, 0, 0.28));
}
.hero-client {
  display: inline-flex; align-items: center; gap: 0.7rem; margin-top: 0.4rem;
  font-weight: 700; font-size: clamp(1.2rem, 2.6vw, 1.7rem); color: var(--white);
}
.hero-client .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); display: inline-block; }
.hero-sub { color: var(--gray-400); font-size: clamp(1rem, 1.6vw, 1.18rem); max-width: 600px; margin-top: 0.4rem; }
.hero-sub strong { color: var(--yellow-soft); font-weight: 700; }
.hero-progress { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; width: min(220px, 60%); }
.hero-progress span { flex: 1; height: 4px; border-radius: 4px; background: rgba(237, 185, 0, 0.2); border: 1px solid rgba(237, 185, 0, 0.4); }
.hero-progress span:first-child { background: var(--yellow); box-shadow: 0 0 8px var(--yellow-glow); }

/* ============================================
   ABOUT / PILARES
   ============================================ */
.about-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
.about-text h2 { font-size: clamp(2rem, 4.5vw, 3rem); margin-bottom: 1.4rem; }
.about-text h2 em { color: var(--yellow); }
.about-text p { color: var(--gray-400); font-size: 1.02rem; line-height: 1.8; margin-bottom: 1rem; max-width: 540px; }
.about-text strong { color: var(--white); font-weight: 600; }

.pillars { border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 4vw, 3rem); }
.pillars-title { font-size: clamp(1.8rem, 3.5vw, 2.4rem); margin-bottom: 1.4rem; }
.pillars-list { display: flex; flex-direction: column; gap: 0.7rem; }
.pill {
  background: var(--card); color: var(--gray-100);
  font-weight: 600; font-size: 0.96rem;
  padding: 0.85rem 1.3rem; border-radius: var(--radius-sm);
  border: 1px solid var(--line-strong);
  display: inline-flex; align-items: center; gap: 0.8rem;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}
.pill:hover { transform: translateX(4px); border-color: rgba(237, 185, 0, 0.4); background: var(--card-hover); }
.pill-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  background-color: var(--yellow);
  -webkit-mask: url(assets/icone-ym.png) center / contain no-repeat;
  mask: url(assets/icone-ym.png) center / contain no-repeat;
}

/* ============================================
   KPI DASHBOARD
   ============================================ */
.kpi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1rem; }
.kpi-card {
  background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--radius);
  padding: 1.5rem 1.4rem; transition: transform var(--transition), border-color var(--transition);
}
.kpi-card:hover { transform: translateY(-3px); border-color: rgba(237, 185, 0, 0.4); }
.kpi-value {
  font-weight: 900; font-size: clamp(1.9rem, 4vw, 2.7rem);
  color: var(--yellow); line-height: 1; display: flex; align-items: baseline; gap: 0.1rem;
  letter-spacing: -0.02em;
}
.kpi-value .unit { font-size: 1.1rem; color: var(--gray-300); font-weight: 700; }
.kpi-value.is-warn { color: var(--red); }
.kpi-label { color: var(--gray-400); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.7rem; }

.callout {
  margin-top: 1.8rem;
  background: linear-gradient(135deg, rgba(237, 185, 0, 0.08) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(237, 185, 0, 0.22);
  border-radius: var(--radius); padding: 1.5rem 1.7rem;
}
.callout p { color: var(--gray-300); font-size: 1.02rem; }
.callout strong { color: var(--yellow-soft); font-weight: 700; }

/* ============================================
   DIAGNÓSTICO: marca x comercial
   ============================================ */
.split-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-top: 1.4rem; }
.split-card { border-radius: var(--radius); padding: 1.7rem; border: 1px solid var(--line-strong); background: var(--card); }
.split-card h3 { font-size: 1.3rem; margin-bottom: 0.3rem; }
.split-card .tag { font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; font-weight: 700; padding: 0.25rem 0.7rem; border-radius: var(--radius-pill); display: inline-block; margin-bottom: 0.9rem; }
.split-card.good .tag { background: rgba(75, 189, 122, 0.16); color: var(--green); }
.split-card.bad .tag { background: rgba(224, 88, 75, 0.16); color: var(--red); }
.split-card p { color: var(--gray-400); font-size: 0.95rem; margin-bottom: 1rem; }
.split-stat { display: flex; align-items: baseline; gap: 0.5rem; flex-wrap: wrap; }
.split-stat .big { font-weight: 900; font-size: 2.4rem; line-height: 1; letter-spacing: -0.02em; }
.split-card.good .big { color: var(--green); }
.split-card.bad .big { color: var(--red); }
.split-stat .small { color: var(--gray-500); font-size: 0.85rem; }

/* ============================================
   INDEXAÇÃO (donut + barras)
   ============================================ */
.index-grid { display: grid; grid-template-columns: 1fr; gap: 2.2rem; align-items: center; margin-top: 1.4rem; }
.donut-wrap { display: grid; place-items: center; gap: 1.2rem; }
.donut { position: relative; width: min(280px, 80%); aspect-ratio: 1; }
.donut svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.donut-center { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.donut-center .pct { font-weight: 900; font-size: 2.9rem; color: var(--yellow); line-height: 1; letter-spacing: -0.02em; }
.donut-center .cap { font-size: 0.75rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.3rem; }
.kpi-note { color: var(--gray-400); font-size: 0.85rem; }

.index-bars { display: flex; flex-direction: column; gap: 1.1rem; }
.bar-row .bar-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.4rem; gap: 0.6rem; }
.bar-row .bar-label { font-size: 0.92rem; color: var(--gray-300); }
.bar-row .bar-val { font-weight: 800; color: var(--white); font-size: 1.05rem; }
.bar-track { background: rgba(255,255,255,0.07); border-radius: 6px; height: 14px; overflow: hidden; }
.bar-fill { height: 100%; border-radius: 6px; width: 0; transition: width 1.1s cubic-bezier(0.4,0,0.2,1); }
.bar-fill.crit { background: linear-gradient(90deg, #e0584b, #c0392b); }
.bar-fill.warn { background: linear-gradient(90deg, #e9a23b, #c97e1c); }
.bar-fill.ok   { background: var(--grad); }
.bar-row .bar-sub { font-size: 0.8rem; color: var(--gray-500); margin-top: 0.3rem; }

/* ============================================
   KEYWORDS
   ============================================ */
.kw-toggle { display: inline-flex; background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--radius-pill); padding: 0.3rem; gap: 0.3rem; margin-bottom: 1.6rem; flex-wrap: wrap; }
.kw-toggle button { background: none; border: none; cursor: pointer; color: var(--gray-400); font-family: var(--font); font-size: 0.86rem; font-weight: 600; padding: 0.5rem 1.1rem; border-radius: var(--radius-pill); transition: background var(--transition), color var(--transition); }
.kw-toggle button.active { background: var(--yellow); color: #0b0b0b; }

.kw-list { display: flex; flex-direction: column; gap: 0.7rem; }
.kw-item { display: grid; grid-template-columns: 1fr; gap: 0.6rem; background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 1.1rem 1.3rem; transition: border-color var(--transition), transform var(--transition); }
.kw-item:hover { border-color: rgba(237, 185, 0, 0.35); transform: translateX(3px); }
.kw-head { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; flex-wrap: wrap; }
.kw-term { font-weight: 700; color: var(--white); font-size: 1rem; }
.kw-pos { font-size: 0.78rem; font-weight: 700; padding: 0.2rem 0.6rem; border-radius: var(--radius-pill); white-space: nowrap; }
.kw-pos.bad { background: rgba(224,88,75,0.16); color: var(--red); }
.kw-pos.mid { background: rgba(233,162,59,0.16); color: var(--amber); }
.kw-pos.good { background: rgba(75,189,122,0.16); color: var(--green); }
.kw-meter { display: flex; align-items: center; gap: 0.8rem; }
.kw-meter .track { flex: 1; background: rgba(255,255,255,0.07); border-radius: 5px; height: 10px; overflow: hidden; }
.kw-meter .track i { display: block; height: 100%; background: var(--grad); border-radius: 5px; width: 0; transition: width 1s ease; }
.kw-meter .imp { font-size: 0.84rem; color: var(--gray-300); white-space: nowrap; min-width: 150px; text-align: right; }
.kw-meter .imp b { color: var(--yellow); font-weight: 700; }

/* ============================================
   PLANO (fases)
   ============================================ */
.phases-grid { display: grid; grid-template-columns: 1fr; gap: 1.2rem; margin-top: 1rem; }
.phase-card { background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 1.7rem; transition: transform var(--transition), border-color var(--transition); }
.phase-card:hover { transform: translateY(-3px); border-color: rgba(237, 185, 0, 0.35); }
.phase-head { display: flex; align-items: center; gap: 0.9rem; margin-bottom: 1.1rem; }
.phase-num { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: var(--grad); color: #0b0b0b; display: grid; place-items: center; font-weight: 900; font-size: 1.25rem; }
.phase-head h3 { font-size: 1.2rem; }
.phase-head .prio { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; padding: 0.18rem 0.6rem; border-radius: var(--radius-pill); margin-top: 0.3rem; display: inline-block; }
.prio.alta { background: rgba(224,88,75,0.16); color: var(--red); }
.prio.media { background: rgba(233,162,59,0.16); color: var(--amber); }
.prio.baixa { background: rgba(75,189,122,0.16); color: var(--green); }
.phase-card ul { display: flex; flex-direction: column; gap: 0.55rem; }
.phase-card li { position: relative; padding-left: 1.3rem; color: var(--gray-300); font-size: 0.92rem; line-height: 1.6; }
.phase-card li::before { content: ""; position: absolute; left: 0; top: 0.6rem; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }

/* ============================================
   CRONOGRAMA
   ============================================ */
.schedule-grid { display: grid; grid-template-columns: 1fr; gap: 2.5rem; align-items: start; }
.schedule-intro h2 { font-size: clamp(2rem, 4.5vw, 2.8rem); margin-bottom: 1rem; }
.schedule-intro p { color: var(--gray-400); font-size: 1.05rem; }
.schedule-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; }
.dark-card { background: var(--card); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 1.4rem 1.5rem; transition: transform var(--transition), border-color var(--transition); }
.dark-card:hover { transform: translateY(-3px); border-color: rgba(237, 185, 0, 0.4); }
.dark-card p { color: var(--gray-400); font-size: 0.93rem; line-height: 1.6; }
.schedule-cards .dark-card h3 { font-size: 1.05rem; color: var(--yellow); font-weight: 700; letter-spacing: 0.01em; margin-bottom: 0.4rem; }
.dark-card--full { grid-column: 1 / -1; background: linear-gradient(135deg, rgba(237, 185, 0, 0.08) 0%, rgba(255,255,255,0.02) 100%); border-color: rgba(237, 185, 0, 0.2); }
.schedule-final h3 { color: var(--yellow-soft) !important; }

/* ============================================
   INVESTIMENTO
   ============================================ */
.setup-banner {
  display: grid; grid-template-columns: 1fr; gap: 1.4rem; align-items: center;
  background: var(--bg-elev); border: 1px solid rgba(237,185,0,0.25);
  border-radius: var(--radius); padding: 2.1rem 2rem; margin-top: 1rem;
  box-shadow: 0 12px 36px rgba(0,0,0,0.35);
}
.setup-banner .setup-info h3 { font-size: 1.5rem; margin-bottom: 0.6rem; }
.setup-banner .setup-info p { color: var(--gray-400); font-size: 0.95rem; }
.setup-banner .setup-info ul { margin-top: 0.9rem; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.setup-banner .setup-info li { font-size: 0.78rem; color: var(--gray-300); background: var(--card); border: 1px solid var(--line-strong); padding: 0.3rem 0.8rem; border-radius: var(--radius-pill); }
.setup-price { text-align: left; }
.setup-price .from { font-size: 0.72rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.08em; }
.setup-price .amount { font-weight: 900; font-size: clamp(2.2rem,5vw,2.9rem); color: var(--yellow); line-height: 1.05; letter-spacing: -0.02em; }
.setup-price .once { font-size: 0.85rem; color: var(--gray-500); }

.packages-head { margin-top: 3.2rem; margin-bottom: 0.4rem; text-align: center; }
.packages-head h3 { font-size: clamp(1.6rem, 3.5vw, 2.1rem); }
.packages-sub { text-align: center; color: var(--gray-400); font-size: 0.98rem; max-width: 640px; margin: 0.6rem auto 0; }

.plans-grid { display: grid; grid-template-columns: 1fr; gap: 1.4rem; margin-top: 2rem; }
.plan-card {
  background: var(--bg-elev); color: var(--white);
  border-radius: var(--radius); padding: 2rem 1.7rem; position: relative;
  display: flex; flex-direction: column; gap: 1.1rem;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  box-shadow: 0 12px 32px rgba(0,0,0,0.25); border: 1px solid var(--line-strong);
}
.plan-card:hover { transform: translateY(-6px); border-color: rgba(237, 185, 0, 0.3); box-shadow: 0 18px 44px rgba(0,0,0,0.35); }
.plan-card--featured { border-color: rgba(237, 185, 0, 0.5); box-shadow: 0 16px 48px rgba(0,0,0,0.45), 0 0 0 1px rgba(237, 185, 0, 0.2); background: linear-gradient(180deg, #181712 0%, #0d0d0d 100%); }
.plan-badge { position: absolute; top: -12px; right: 16px; background: var(--grad); color: #0b0b0b; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: var(--radius-pill); box-shadow: 0 4px 12px rgba(237, 185, 0, 0.3); }
.plan-header { display: flex; align-items: center; justify-content: space-between; gap: 0.8rem; padding-bottom: 1rem; border-bottom: 1px solid var(--line); }
.plan-header h3 { font-size: 1.7rem; font-weight: 900; letter-spacing: -0.02em; }
.plan-qty { font-size: 0.78rem; color: var(--gray-400); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.2rem; }
.plan-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--grad); color: #0b0b0b; display: grid; place-items: center; font-size: 1.1rem; flex-shrink: 0; }
.plan-unit { display: flex; align-items: baseline; gap: 0.35rem; }
.plan-unit .u-val { font-weight: 900; font-size: 1.7rem; color: var(--yellow); letter-spacing: -0.02em; }
.plan-unit .u-cap { font-size: 0.84rem; color: var(--gray-400); }
.plan-total { display: flex; align-items: baseline; gap: 0.3rem; flex-wrap: wrap; }
.plan-total .t-cap { flex-basis: 100%; font-size: 0.72rem; color: var(--gray-500); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.1rem; }
.plan-total .t-cur { font-size: 1rem; color: var(--gray-300); font-weight: 700; }
.plan-total .t-val { font-weight: 900; font-size: 2.1rem; color: var(--white); line-height: 1; letter-spacing: -0.02em; }
.plan-save { font-size: 0.82rem; color: var(--green); font-weight: 700; }
.plan-card--featured .plan-save { color: var(--yellow-soft); }
.plan-foot { font-size: 0.82rem; color: var(--gray-400); margin-top: auto; line-height: 1.5; }

.pricing-note { margin-top: 2rem; text-align: center; color: var(--gray-400); font-size: 0.86rem; max-width: 720px; margin-left: auto; margin-right: auto; }
.pricing-note strong { color: var(--white); }

/* ============================================
   CONTACT
   ============================================ */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 2rem; align-items: center; }
.contact-brand { text-align: center; padding: 1.5rem; display: grid; place-items: center; }
.contact-logo {
  width: min(260px, 78%);
  aspect-ratio: 1 / 1;
  background-color: var(--yellow);
  -webkit-mask: url(assets/logo-yeomids.png) center / contain no-repeat;
  mask: url(assets/logo-yeomids.png) center / contain no-repeat;
  filter: drop-shadow(0 8px 24px rgba(237, 185, 0, 0.18));
  transition: transform var(--transition);
}
.contact-logo:hover { transform: translateY(-2px); }
.contact-content { border-left: 1px solid var(--line); padding-left: clamp(1.5rem, 4vw, 3rem); }
.contact-content h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: 1.4rem; }
.contact-label { font-weight: 700; color: var(--white); margin-bottom: 1rem; font-size: 1rem; }
.contact-list { display: flex; flex-direction: column; gap: 0.6rem; }
.contact-list a { display: inline-flex; align-items: center; gap: 0.7rem; color: var(--gray-300); font-size: 1rem; font-weight: 500; padding: 0.6rem 0; transition: color var(--transition), transform var(--transition); }
.contact-list a:hover { color: var(--yellow); transform: translateX(4px); }
.contact-list a i { width: 32px; height: 32px; border-radius: 9px; background: rgba(237, 185, 0, 0.12); color: var(--yellow); display: grid; place-items: center; font-size: 1rem; flex-shrink: 0; }

/* ============================================
   FOOTER + WHATSAPP
   ============================================ */
.site-footer { padding: 2rem 0; background: var(--bg); border-top: 1px solid var(--line); }
.footer-note { color: var(--gray-500); font-size: 0.85rem; text-align: center; line-height: 1.6; }
.footer-note strong { color: var(--gray-300); font-weight: 600; }

.whatsapp-float { position: fixed; right: 1.4rem; bottom: 1.4rem; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: 0 6px 22px rgba(37, 211, 102, 0.4); z-index: 40; transition: transform var(--transition), box-shadow var(--transition); font-size: 1.7rem; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.06); box-shadow: 0 10px 30px rgba(37, 211, 102, 0.55); }
.whatsapp-pulse { position: absolute; inset: -4px; border-radius: 50%; border: 2px solid #25D366; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%, 100% { transform: scale(1); opacity: 0.6; } 50% { transform: scale(1.18); opacity: 0; } }

/* ============================================
   REVEAL
   ============================================ */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (min-width: 620px) {
  .kpi-grid { grid-template-columns: repeat(3, 1fr); }
  .schedule-cards { grid-template-columns: repeat(2, 1fr); }
  .split-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 900px) {
  .hamburger { display: none; }
  .nav { display: inline-flex; }
  .about-grid { grid-template-columns: 1.1fr 1fr; gap: 3.5rem; }
  .index-grid { grid-template-columns: 0.9fr 1.1fr; gap: 3.5rem; }
  .phases-grid { grid-template-columns: repeat(2, 1fr); }
  .schedule-grid { grid-template-columns: 1fr 1.5fr; gap: 3rem; }
  .plans-grid { grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
  .plan-card--featured { transform: translateY(-12px); }
  .plan-card--featured:hover { transform: translateY(-18px); }
  .contact-grid { grid-template-columns: 1fr 1.2fr; gap: 4rem; }
  .setup-banner { grid-template-columns: 1.6fr 1fr; gap: 2.5rem; }
  .setup-price { text-align: right; }
  .kpi-grid { grid-template-columns: repeat(6, 1fr); }
}
@media (max-width: 619px) {
  .pillars { padding-left: 0; border-left: none; padding-top: 1rem; border-top: 1px solid var(--line); }
  .contact-content { border-left: none; padding-left: 0; padding-top: 1.5rem; border-top: 1px solid var(--line); }
  .kw-meter .imp { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; }
  .bar-fill, .kw-meter .track i { transition: none !important; }
}
