/*
Theme Name: MiWeb DameVision
Theme URI: https://miweb.damevision.com/
Author: DameVisión
Author URI: https://damevision.com/
Description: Landing profesional oscura para vender webs, landing pages, tiendas online y chatbot IA. Incluye secciones editables mediante widgets.
Version: 1.0.0
License: GPLv2 or later
Text Domain: miweb-damevision
Tags: landing-page, dark, orange, blue, widgets, responsive
*/

:root {
  --bg: #070b14;
  --bg-2: #0c1320;
  --card: #0f1726;
  --card-2: #111b2d;
  --blue: #00aaff;
  --blue-2: #006dff;
  --orange: #ff7a18;
  --orange-2: #ff3d00;
  --white: #ffffff;
  --muted: #b7c0d1;
  --border-orange: rgba(255, 122, 24, .75);
  --border-blue: rgba(0, 170, 255, .7);
  --shadow-blue: 0 0 30px rgba(0, 170, 255, .20);
  --shadow-orange: 0 0 30px rgba(255, 122, 24, .20);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0,170,255,.18), transparent 34%),
    radial-gradient(circle at top right, rgba(255,122,24,.18), transparent 30%),
    linear-gradient(180deg, #050811 0%, #0b101a 45%, #050811 100%);
  color: var(--white);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.miweb-section { padding: 95px 22px; position: relative; }
.miweb-container { width: min(100%, var(--max)); margin: auto; }

.miweb-badge {
  display: inline-flex; gap: 9px; align-items: center; padding: 9px 16px;
  border: 1px solid var(--border-orange); border-radius: 999px; color: #ffd3b0;
  background: rgba(255,122,24,.08); box-shadow: var(--shadow-orange);
  font-weight: 800; font-size: 14px; letter-spacing: .3px; text-transform: uppercase;
}
.miweb-hero { min-height: 100vh; display: grid; place-items: center; text-align: center; padding-top: 70px; }
.miweb-hero h1 { font-size: clamp(42px, 7vw, 92px); line-height: .98; margin: 26px auto 24px; max-width: 1040px; letter-spacing: -2.5px; }
.miweb-gradient { background: linear-gradient(90deg, var(--blue), var(--orange)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.miweb-hero p, .miweb-section-subtitle { max-width: 850px; margin: 0 auto 34px; color: var(--muted); font-size: clamp(18px, 2.2vw, 25px); line-height: 1.45; font-weight: 650; }
.miweb-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-top: 32px; }
.miweb-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 56px;
  padding: 0 30px; border-radius: 999px; font-weight: 900; text-transform: uppercase;
  letter-spacing: .5px; border: 1px solid transparent; transition: .25s ease; cursor: pointer; font-size: 15px;
}
.miweb-btn-primary { background: linear-gradient(90deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 14px 40px rgba(255, 82, 0, .33); }
.miweb-btn-secondary { background: linear-gradient(90deg, var(--blue), var(--blue-2)); color: #fff; box-shadow: 0 14px 40px rgba(0, 120, 255, .33); }
.miweb-btn-ghost { border-color: var(--border-orange); color: #ffd3b0; background: rgba(255,122,24,.07); }
.miweb-btn:hover { transform: translateY(-4px); filter: brightness(1.12); }

.miweb-countdown-wrap {
  margin: 46px auto 0; padding: 28px; max-width: 790px; border: 1px solid rgba(255,122,24,.45);
  background: rgba(7, 11, 20, .74); border-radius: var(--radius); box-shadow: var(--shadow-orange), var(--shadow-blue); backdrop-filter: blur(14px);
}
.miweb-countdown-title { font-size: clamp(25px, 4vw, 42px); margin-bottom: 20px; font-weight: 950; }
.miweb-timer { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.miweb-time-box { background: #fff; color: #050505; border-radius: 14px; padding: 16px 10px; box-shadow: inset 0 -4px 0 rgba(0,0,0,.08); }
.miweb-time-box strong { display: block; font-size: clamp(25px, 4vw, 38px); line-height: 1; font-weight: 950; }
.miweb-time-box span { display: block; margin-top: 7px; font-size: 11px; color: #555; text-transform: uppercase; }

.miweb-section-title { text-align: center; font-size: clamp(32px, 5vw, 58px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -1.4px; }
.miweb-section-subtitle { text-align: center; font-size: 19px; max-width: 760px; margin-bottom: 46px; }
.miweb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.miweb-card, .miweb-step, .miweb-price-card, .miweb-testimonial, .miweb-ai-card {
  background: linear-gradient(180deg, rgba(17,27,45,.96), rgba(8,12,21,.96));
  border: 1px solid var(--border-orange); border-radius: var(--radius); padding: 26px;
  box-shadow: 0 20px 55px rgba(0,0,0,.35); transition: .25s ease; position: relative; overflow: hidden;
}
.miweb-card:before, .miweb-price-card:before, .miweb-ai-card:before {
  content: ""; position: absolute; inset: 0; background: radial-gradient(circle at top right, rgba(0,170,255,.16), transparent 42%); pointer-events: none;
}
.miweb-card:hover, .miweb-price-card:hover, .miweb-step:hover, .miweb-testimonial:hover {
  transform: translateY(-7px); border-color: var(--blue); box-shadow: var(--shadow-blue), 0 20px 55px rgba(0,0,0,.45);
}
.miweb-card h3, .miweb-price-card h3, .miweb-ai-card h3 { color: var(--blue); font-size: 24px; line-height: 1.1; margin: 0 0 12px; position: relative; }
.miweb-card p, .miweb-price-card p, .miweb-step p, .miweb-ai-card p, .miweb-testimonial p { color: var(--muted); line-height: 1.55; font-size: 16px; position: relative; margin: 0; }

.miweb-pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.miweb-price { margin: 24px 0 22px; font-size: 58px; line-height: 1; color: var(--orange); font-weight: 950; }
.miweb-price small { font-size: 15px; color: var(--muted); font-weight: 700; }
.miweb-features { list-style: none; margin: 18px 0 28px; padding: 0; display: grid; gap: 12px; }
.miweb-features li { color: #dfe7f5; line-height: 1.45; }
.miweb-features li:before { content: "✓"; color: var(--orange); font-weight: 950; margin-right: 9px; }

.miweb-ai-strip { background: linear-gradient(90deg, rgba(255,122,24,.12), rgba(0,170,255,.12)); border-top: 1px solid rgba(255,122,24,.25); border-bottom: 1px solid rgba(0,170,255,.25); }
.miweb-ai-card { max-width: 730px; margin: auto; text-align: center; border-color: var(--blue); }

.miweb-steps { max-width: 940px; margin: 0 auto; display: grid; gap: 16px; }
.miweb-step { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; border-color: var(--border-blue); }
.miweb-num { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--orange); border-radius: 14px; color: var(--orange); font-weight: 950; background: rgba(255,122,24,.08); box-shadow: var(--shadow-orange); }
.miweb-step h3 { color: var(--blue); margin: 0 0 5px; }

.miweb-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; background: rgba(10,16,28,.86); border: 1px solid rgba(255,122,24,.35); border-radius: 32px; padding: 42px; box-shadow: var(--shadow-orange); }
.miweb-mockup {
  min-height: 340px; border-radius: 28px; background:
    linear-gradient(135deg, rgba(0,170,255,.9), rgba(255,122,24,.9)),
    url('https://images.unsplash.com/photo-1460925895917-afdab827c52f?auto=format&fit=crop&w=1200&q=80');
  background-size: cover; background-blend-mode: multiply; border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 70px rgba(0,0,0,.45); position: relative; overflow: hidden;
}
.miweb-mockup:after {
  content: "MI WEB PROFESIONAL"; position: absolute; left: 28px; bottom: 28px; padding: 12px 16px;
  border-radius: 14px; background: rgba(0,0,0,.55); border: 1px solid rgba(255,122,24,.7); color: #fff; font-weight: 950; letter-spacing: .8px;
}
.miweb-showcase h2 { font-size: clamp(31px, 4vw, 52px); line-height: 1.08; margin: 0 0 20px; }
.miweb-showcase p { color: var(--muted); line-height: 1.6; font-size: 18px; margin-bottom: 24px; }
.miweb-testimonials-grid { display: grid; gap: 18px; max-width: 950px; margin: auto; }
.miweb-testimonial { border-left: 5px solid var(--orange); }
.miweb-testimonial strong { color: var(--blue); }
.miweb-final-cta { text-align: center; background: radial-gradient(circle at center, rgba(0,170,255,.17), transparent 38%), linear-gradient(180deg, rgba(255,122,24,.08), rgba(0,170,255,.08)); }
.miweb-footer { padding: 34px 20px; text-align: center; color: var(--muted); border-top: 1px solid rgba(255,255,255,.08); background: #050811; }
.miweb-payment-placeholder { display: inline-block; margin-top: 18px; padding: 12px 16px; border: 1px dashed var(--orange); border-radius: 12px; color: #ffd3b0; font-weight: 900; text-transform: uppercase; background: rgba(255,122,24,.08); }

.widget { margin: 0; }
.widget-title { display:none; }

@media (max-width: 900px) {
  .miweb-grid, .miweb-pricing-grid, .miweb-showcase { grid-template-columns: 1fr; }
  .miweb-timer { grid-template-columns: repeat(2, 1fr); }
  .miweb-time-box:last-child { grid-column: span 2; }
  .miweb-section { padding: 70px 18px; }
  .miweb-showcase { padding: 28px; }
}
@media (max-width: 520px) {
  .miweb-hero h1 { letter-spacing: -1px; }
  .miweb-timer { gap: 8px; }
  .miweb-countdown-wrap { padding: 18px; }
  .miweb-btn { width: 100%; }
  .miweb-step { grid-template-columns: 1fr; text-align: center; }
  .miweb-num { margin: auto; }
}
