/* MAYS COMPANY - FASE 1 (rojo + negro) */
:root{
  --bg:#070707;
  --bg2:#0d0d0d;
  --text:#f4f4f4;
  --muted:#b9b9b9;
  --red:#ff1f3d;
  --red2:#ff3d5a;
  --radius:18px;
  --container:1100px;
  --shadow: 0 12px 35px rgba(0,0,0,.45);
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --sans: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Apple Color Emoji","Segoe UI Emoji";
}

.plan-highlight {
  margin-top: 15px;
  font-weight: 600;
  opacity: 0.9;
}
.list {
  list-style: none;
  padding-left: 0;
}

*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: var(--sans);
  color: var(--text);
background:
    radial-gradient(1200px 700px at 15% 10%, rgba(255, 0, 50, 0.08), transparent 80%),
    radial-gradient(1000px 600px at 85% 80%, rgba(255, 0, 50, 0.06), transparent 85%),
    linear-gradient(180deg, #0e0e11, #0a0a0c);

  background-attachment: fixed;
}
img{ max-width:100%; height:auto; display:block; }
a{ color:inherit; text-decoration:none; }
.container{ width:min(var(--container), calc(100% - 36px)); margin-inline:auto; }

/* Topbar */
.topbar{
  position:sticky; top:0; z-index:40;
  background: rgba(8,8,8,.7);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar__inner{ display:flex; align-items:center; justify-content:space-between; padding:10px 0; gap:14px; }
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 10px; border-radius:999px;
  background: rgba(255,31,61,.16);
  border: 1px solid rgba(255,31,61,.35);
  font-size:12px;
}
.pill--ghost{ background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); color: var(--muted); }
.toplink{ font-size:13px; color: var(--muted); }
.toplink:hover{ color: var(--text); }

/* Header */
.header{
  position:sticky; top:44px; z-index:35;
  background: rgba(8,8,8,.65);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header__inner{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:18px; }
.brand{ display:flex; align-items:center; gap:12px; min-width:220px; }
.brand__logo{
  width:42px; height:42px; border-radius:12px;
  background: rgba(255,31,61,.12);
  border:1px solid rgba(255,31,61,.35);
  padding:8px;
}
.brand__name{ font-weight:800; letter-spacing:.6px; line-height:1.1; }
.brand__name span{ color: var(--red); }
.brand__tag{ font-size:12px; color: var(--muted); margin-top:2px; }

.nav{ display:flex; gap:16px; align-items:center; }
.nav a{ font-size:14px; color: var(--muted); padding:10px 10px; border-radius:12px; }
.nav a:hover{ color: var(--text); background: rgba(255,255,255,.05); }
.nav__toggle{
  display:none; width:44px; height:44px;
  border-radius:12px; border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04); padding:10px;
}
.nav__toggle span{ display:block; height:2px; background: var(--text); margin:6px 0; border-radius:2px; opacity:.9; }

/* Buttons */
.btn{
  display:inline-flex; justify-content:center; align-items:center; gap:10px;
  padding:12px 16px; border-radius:14px;
  background: linear-gradient(135deg, var(--red), var(--red2));
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 10px 25px rgba(255,31,61,.22);
  font-weight:700; cursor:pointer;
}
.btn:hover{ transform: translateY(-1px); }
.btn:active{ transform: translateY(0); }
.btn--ghost{ background: rgba(255,255,255,.06); box-shadow:none; border:1px solid rgba(255,255,255,.10); }
.btn--small{ padding:10px 12px; border-radius:12px; font-size:13px; }

/* Hero */
.hero{ padding: 42px 0 10px; }
.hero__grid{ display:grid; grid-template-columns: 1.1fr .9fr; gap:28px; align-items:center; }
.kicker{
  display:inline-block; font-family: var(--mono); font-size:12px;
  background: rgba(255,31,61,.16); border:1px solid rgba(255,31,61,.35);
  padding:8px 10px; border-radius:999px;
}
.hero h1{ font-size: clamp(30px, 3.2vw, 46px); margin: 14px 0 10px; line-height:1.1; }
.accent{ color: var(--red); }
.lead{ color: var(--muted); font-size:16px; line-height:1.7; margin:0 0 16px; }
.hero__cta{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px; }

.hero__badges{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:12px; margin-top:18px; }
.badge{ background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); border-radius: var(--radius); padding:12px; }
.badge__title{ font-weight:800; font-size:13px; }
.badge__text{ color: var(--muted); font-size:12px; margin-top:4px; }

.hero__visual{ position:relative; min-height: 360px; }
.mockup{
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.mockup__top{ display:flex; gap:8px; padding:12px; border-bottom:1px solid rgba(255,255,255,.08); }
.mockup__top span{ width:10px; height:10px; border-radius:999px; background: rgba(255,255,255,.18); }
.mockup__content{ padding: 18px; display:grid; gap:14px; }
.mini-card{ border-radius: 18px; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); padding: 14px; }
.mini-card--dark{ background: rgba(0,0,0,.20); }
.mini-card__line{ height:10px; border-radius:8px; background: rgba(255,255,255,.14); margin-bottom:10px; }
.mini-card__btn{ margin-top: 10px; width:120px; height:34px; border-radius:12px; background: rgba(255,31,61,.25); border:1px solid rgba(255,31,61,.35); }
.w55{ width:55%; } .w60{ width:60%; } .w70{ width:70%; } .w75{ width:75%; } .w85{ width:85%; } .w90{ width:90%; }

.mini-grid{ display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:10px; }
.mini-tile{ height: 58px; border-radius: 16px; background: rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.08); }

.glow{ position:absolute; filter: blur(30px); opacity:.55; pointer-events:none; }
.glow--a{ width: 240px; height:240px; background: rgba(255,31,61,.55); left:-40px; top: 40px; }
.glow--b{ width: 220px; height:220px; background: rgba(255,31,61,.35); right:-40px; bottom: 10px; }

/* Sections */
.section{ padding: 56px 0; }
.section--alt{
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.01));
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{ margin-bottom: 18px; }
.section__head h2{ margin:0 0 8px; font-size:26px; }
.section__head p{ margin:0; color: var(--muted); line-height:1.7; }

/* Cards */
.cards{ display:grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap:14px; }
.card{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0 10px 28px rgba(0,0,0,.28);
}
.card__icon{
  width:42px; height:42px; display:grid; place-items:center;
  border-radius:14px; background: rgba(255,31,61,.16);
  border:1px solid rgba(255,31,61,.35); margin-bottom:10px;
}
.card h3{ margin:0 0 8px; }
.card p{ margin:0 0 10px; color: var(--muted); line-height:1.6; }
.list{ margin:0; padding-left:18px; color: var(--muted); }
.list li{ margin:6px 0; }

/* Pricing */
.pricing{ display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px; }
.price{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 18px;
}
.price__top{ display:flex; align-items:flex-end; justify-content:space-between; gap:10px; }
.price__tag{ margin:0; color: var(--muted); font-size:12px; }
.price__amount{ font-size:38px; font-weight:900; margin: 10px 0 12px; }
.price--featured{
  border-color: rgba(255,31,61,.45);
  background: linear-gradient(180deg, rgba(255,31,61,.16), rgba(255,255,255,.04));
  box-shadow: 0 18px 45px rgba(255,31,61,.10);
}
.note{ color: var(--muted); margin-top:14px; }

/* Portfolio */
.portfolio{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:14px; }
.work{
  position:relative; overflow:hidden;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
  box-shadow: 0 10px 28px rgba(0,0,0,.25);
}
.work img{ width:100%; aspect-ratio: 16/10; object-fit: cover; border-bottom:1px solid rgba(255,255,255,.08); }
.work__meta{ padding:14px; }
.work__meta h3{ margin:0 0 6px; }
.work__meta p{ margin:0; color: var(--muted); line-height:1.5; }
.work__cta{
  position:absolute; right:12px; top:12px;
  font-size:12px; padding:8px 10px; border-radius:999px;
  background: rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.12);
}
.work:hover{ transform: translateY(-2px); }

/* Steps */
.steps{ display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:14px; }
.step{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 16px;
}
.step__num{
  width: 36px; height:36px; display:grid; place-items:center;
  border-radius: 14px; font-weight: 900;
  background: rgba(255,31,61,.20); border:1px solid rgba(255,31,61,.35);
  margin-bottom: 8px;
}

/* Contact */
.contact{ display:grid; grid-template-columns: 1.1fr .9fr; gap:14px; align-items:start; }
.contact__copy p{ color: var(--muted); line-height:1.7; }
.contact__quick{ display:flex; gap:10px; flex-wrap:wrap; margin-top:10px; }
.contact__form{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 16px;
}
label{ display:block; font-size: 13px; color: var(--muted); margin-bottom: 10px; }
input, select, textarea{
  width:100%; margin-top:6px;
  padding: 12px 12px; border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.25);
  color: var(--text); outline:none;
}
textarea{ resize: vertical; }
.tiny{ font-size:12px; color: var(--muted); margin-top: 10px; }

/* Footer */
.footer{ padding: 34px 0; border-top:1px solid rgba(255,255,255,.06); background: rgba(0,0,0,.22); }
.footer__grid{ display:grid; grid-template-columns: 1.1fr .6fr .9fr; gap: 14px; align-items:start; }
.footer__brand{ font-weight: 900; letter-spacing:.7px; font-size: 16px; }
.footer__brand span{ color: var(--red); }
.footer__text{ color: var(--muted); line-height:1.6; margin: 10px 0 0; }
.footer__links{ display:grid; gap:10px; }
.footer__links a{ color: var(--muted); }
.footer__links a:hover{ color: var(--text); }
.footer__mini{ text-align:right; }

/* Floating buttons */
.fab{
  position: fixed; right: 16px; bottom: 16px; z-index: 60;
  display:flex; flex-direction: column; gap: 10px; align-items:flex-end;
}
.fab__btn, .fab__mini{
  width: 52px; height: 52px; border-radius: 18px;
  display:grid; place-items:center;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}
.fab__btn img, .fab__mini img{ width: 26px; height:26px; }
.fab__btn--wa{ background: rgba(0,0,0,.6); border-color: rgba(255,31,61,.30); }
.fab__stack{ display:flex; flex-direction: column; gap: 10px; opacity: .95; }
.fab__mini:hover, .fab__btn:hover{ transform: translateY(-1px); }

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .hero__visual{ order: -1; }
  .cards{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .pricing{ grid-template-columns: 1fr; }
  .portfolio{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
  .contact{ grid-template-columns: 1fr; }
  .footer__grid{ grid-template-columns: 1fr; }
  .footer__mini{ text-align:left; }
}
@media (max-width: 720px){
  .nav{ display:none; }
  .nav__toggle{ display:block; }
  .nav.nav--open{
    display:grid; position:absolute;
    left: 18px; right: 18px;
    top: calc(44px + 14px);
    background: rgba(8,8,8,.92);
    border:1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    padding: 12px; gap: 6px;
    box-shadow: var(--shadow);
  }
  .nav.nav--open a{ padding: 12px 12px; }
  .hero__badges{ grid-template-columns: 1fr; }
  .portfolio{ grid-template-columns: 1fr; }
}
