:root {
  --bg: #020617;
  --bg-alt: #050816;
  --accent: #f97316;
  --accent-soft: rgba(249,115,22,0.12);
  --text: #e5e7eb;
  --muted: #9ca3af;
  --border: #1f2937;
  --radius-lg: 1.2rem;
  --radius-md: .9rem;
  --shadow-soft: 0 26px 70px rgba(15,23,42,0.9);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top, rgba(248,250,252,0.02), transparent 60%),
    radial-gradient(circle at bottom, rgba(127,29,29,0.35), #020617);
  color: var(--text);
}

/* TOPBAR */

.ar-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: linear-gradient(to bottom, rgba(15,23,42,0.96), rgba(15,23,42,0.8), transparent);
  border-bottom: 1px solid rgba(31,41,55,0.9);
}

.ar-topbar-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: .7rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ar-brand {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.ar-logo {
  width: 42px;
  height: 42px;
  border-radius: 1.2rem;
  background:
    radial-gradient(circle at 0 0, #f97316, #fb923c 45%, #7f1d1d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .95rem;
  color: #020617;
  box-shadow: 0 16px 42px rgba(15,23,42,0.9);
}

.ar-brand-text {
  display: flex;
  flex-direction: column;
}

.ar-brand-name {
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ar-brand-sub {
  font-size: .7rem;
  color: var(--muted);
}

.ar-nav {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  font-size: .8rem;
}

.ar-nav a {
  color: var(--muted);
  text-decoration: none;
}

.ar-nav a:hover {
  color: var(--text);
}

.ar-nav-cta {
  padding: .35rem .9rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.7);
  background: radial-gradient(circle at 0 0, rgba(249,115,22,0.18), transparent 50%);
  color: var(--text) !important;
}
.brand{display:flex;align-items:center;gap:.65rem}
.brand img{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 2px rgba(6,224,255,.28)}
.brand-name{font-weight:800;font-size:1.2rem;letter-spacing:.5px}
/* HERO */

.ar-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f9fafb;
  /* 🔹 SOLO la foto, sin degradado oscuro encima */
  background: url("../images/asisresto.jpg") center/cover no-repeat fixed;
}


.ar-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 3.2rem 1.25rem 3.4rem;
  position: relative;
  z-index: 1;
}

.ar-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top, rgba(15,23,42,0.4), transparent 55%),
    radial-gradient(circle at bottom, rgba(2,6,23,0.95), rgba(2,6,23,0.96));
  z-index: 0;
}

.ar-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2.4fr);
  gap: 2.4rem;
  align-items: center;
}

.ar-pill {
  display: inline-flex;
  padding: .25rem .8rem;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,0.8);
  background: radial-gradient(circle at 0 0, rgba(249,115,22,0.28), transparent 60%);
  font-size: .7rem;
  color: #e5e7eb;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 1rem;
}

.ar-hero h1 {
  font-size: clamp(2.3rem, 3.2vw + 1rem, 3.2rem);
  line-height: 1.06;
  margin-bottom: .7rem;
  text-shadow: 0 14px 40px rgba(0,0,0,0.8);
}

.ar-hero-lead {
  font-size: .98rem;
  color: #e5e7eb;
  max-width: 36rem;
  text-shadow: 0 12px 30px rgba(0,0,0,0.8);
}

.ar-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.4rem;
}

.ar-btn {
  border-radius: 999px;
  padding: .65rem 1.6rem;
  font-size: .82rem;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}

.ar-btn-primary {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #020617;
  font-weight: 600;
  box-shadow: 0 18px 45px rgba(0,0,0,0.8);
}

.ar-btn-primary:hover {
  filter: brightness(1.05);
}

.ar-btn-outline {
  background: rgba(15,23,42,0.85);
  border-color: rgba(148,163,184,0.8);
  color: #e5e7eb;
}

.ar-btn-outline:hover {
  background: rgba(15,23,42,1);
}

.ar-hero-note {
  margin-top: 1.1rem;
  font-size: .8rem;
  color: #e5e7eb;
  text-shadow: 0 12px 30px rgba(0,0,0,0.8);
}

/* HERO PANEL + MOZO ANIMADO */

.ar-hero-panel {
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top, rgba(248,250,252,0.04), transparent 60%),
    radial-gradient(circle at bottom, rgba(127,29,29,0.24), transparent 55%),
    #020617;
  border: 1px solid rgba(51,65,85,0.95);
  padding: 1.2rem;
  box-shadow: var(--shadow-soft);
}

.ar-hero-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--muted);
}

.ar-dots {
  display: flex;
  gap: .25rem;
}

.ar-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(75,85,99,1);
}

.ar-hero-panel-body {
  margin-top: .9rem;
  display: grid;
  grid-template-rows: auto auto;
  gap: .9rem;
}

/* Mozo */

.ar-waiter {
  position: relative;
  padding: .7rem;
  border-radius: 1rem;
  background: radial-gradient(circle at 0 0, rgba(248,250,252,0.04), transparent 55%);
  overflow: hidden;
}

.ar-waiter-glow {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 20% 0%, rgba(250,250,250,0.16), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(248,113,113,0.22), transparent 65%);
  opacity: 0.7;
  mix-blend-mode: screen;
  animation: ar-glow 14s ease-in-out infinite alternate;
}

.ar-waiter-figure {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 140px;
  margin: 0 auto;
  transform-origin: bottom center;
  animation: ar-float 3.1s ease-in-out infinite;
}

/* Partes del mozo */

.ar-waiter-head {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #fecaca, #f97316);
  margin: 0 auto;
  box-shadow: 0 8px 18px rgba(15,23,42,0.9);
  position: relative;
}

.ar-waiter-head::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  right: 6px;
  height: 10px;
  border-radius: 999px 999px 6px 6px;
  background: #020617;
}

.ar-waiter-body {
  width: 60px;
  height: 60px;
  border-radius: 1.4rem;
  background: linear-gradient(145deg, #020617, #0f172a);
  margin: 6px auto 0;
  border: 1px solid rgba(148,163,184,0.3);
  box-shadow: 0 18px 35px rgba(15,23,42,0.9);
}

.ar-waiter-arm {
  position: absolute;
  top: 65px;
  width: 26px;
  height: 8px;
  background: linear-gradient(90deg, #1f2937, #0b1120);
  border-radius: 999px;
}

.ar-waiter-arm-left {
  left: calc(50% - 38px);
  transform-origin: right center;
  transform: rotate(10deg);
}

.ar-waiter-arm-right {
  right: calc(50% - 38px);
  transform-origin: left center;
  transform: rotate(-18deg);
  animation: ar-tray 2.8s ease-in-out infinite;
}

.ar-waiter-tray {
  position: absolute;
  right: -8px;
  top: -12px;
  width: 42px;
  height: 14px;
  border-radius: 999px;
  background: radial-gradient(circle at 50% -50%, #f9fafb, #4b5563);
  box-shadow: 0 10px 20px rgba(15,23,42,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
}

/* Globito de diálogo */

.ar-waiter-bubble {
  position: relative;
  z-index: 1;
  max-width: 210px;
  margin: .6rem auto 0;
  padding: .45rem .7rem;
  font-size: .76rem;
  color: #e5e7eb;
  background: rgba(15,23,42,0.92);
  border-radius: .9rem;
  border: 1px solid rgba(148,163,184,0.8);
  box-shadow: 0 14px 28px rgba(15,23,42,0.95);
  animation: ar-pop 5s ease-in-out infinite;
}

.ar-waiter-bubble::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: inherit;
  border-left: inherit;
  border-top: inherit;
  transform: translateX(-50%) rotate(45deg);
}

/* Mini panel */

.ar-hero-mini {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-md);
  border: 1px solid rgba(51,65,85,0.95);
  background: #020617;
  padding: .8rem .9rem;
  font-size: .78rem;
}

.ar-mini-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: .35rem;
  align-items: center;
}

.ar-badge {
  padding: .16rem .55rem;
  border-radius: 999px;
  background: rgba(15,23,42,1);
  border: 1px solid rgba(75,85,99,1);
  font-size: .7rem;
}

.ar-badge-soft {
  background: rgba(15,23,42,0.85);
}

.ar-mini-status {
  font-size: .7rem;
  color: #e5e7eb;
}

.ar-mini-status.ready {
  color: #bbf7d0;
}

.ar-mini-status.progress {
  color: #fed7aa;
}

.ar-mini-status.queue {
  color: #93c5fd;
}

.ar-mini-note {
  margin-top: .45rem;
  color: var(--muted);
}

/* SECCIONES GENERALES */

.ar-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2.9rem 1.25rem 3.1rem;
}

.ar-section-alt {
  background: radial-gradient(circle at top, rgba(15,23,42,0.96), #020617);
}

.ar-section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2rem;
}

.ar-section-header h2 {
  font-size: 1.7rem;
  margin-bottom: .5rem;
}

.ar-section-header p {
  font-size: .93rem;
  color: var(--muted);
}

/* CARDS GRID */

.ar-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.3rem;
}

.ar-card {
  background: radial-gradient(circle at top left, rgba(15,23,42,0.98), rgba(15,23,42,0.98));
  border-radius: var(--radius-md);
  border: 1px solid rgba(31,41,55,0.95);
  padding: 1rem 1.15rem 1.2rem;
  font-size: .9rem;
  position: relative;
  overflow: hidden;
}

.ar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at -10% 0, rgba(249,115,22,0.12), transparent 55%);
  opacity: 0;
  transition: opacity .25s ease-out;
}

.ar-card:hover::before {
  opacity: 1;
}

.ar-card h3 {
  font-size: 1.05rem;
  margin-bottom: .35rem;
}

.ar-card p {
  font-size: .85rem;
  color: var(--muted);
}

.ar-card ul {
  list-style: none;
  margin-top: .5rem;
}

.ar-card ul li {
  font-size: .8rem;
  color: var(--muted);
  margin-bottom: .25rem;
}

/* FLUJO */

.ar-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
}

.ar-flow-step {
  background: #020617;
  border-radius: var(--radius-md);
  border: 1px solid rgba(31,41,55,0.95);
  padding: 1rem 1.1rem 1.1rem;
  font-size: .9rem;
}

.ar-flow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #fed7aa;
  font-size: .8rem;
  margin-bottom: .5rem;
}

.ar-flow-step h3 {
  font-size: .95rem;
  margin-bottom: .3rem;
}

.ar-flow-step p {
  font-size: .85rem;
  color: var(--muted);
}

/* TWO COL */

.ar-two-col {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 1.8rem;
  margin-top: .8rem;
}

.ar-list-check {
  list-style: none;
  font-size: .9rem;
  color: var(--muted);
}

.ar-list-check li {
  margin-bottom: .3rem;
  padding-left: 1.25rem;
  position: relative;
}

.ar-list-check li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-size: .78rem;
}

.ar-info-box {
  border-radius: var(--radius-md);
  border: 1px solid rgba(55,65,81,1);
  padding: 1rem;
  font-size: .86rem;
  color: var(--muted);
  background: radial-gradient(circle at top, rgba(15,23,42,1), rgba(2,6,23,1));
}

/* BENEFICIOS */

.ar-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.3rem;
  margin-top: .2rem;
}

.ar-benefit {
  background: #020617;
  border-radius: var(--radius-md);
  border: 1px solid rgba(31,41,55,1);
  padding: 1rem 1.1rem;
}

.ar-benefit h3 {
  font-size: .95rem;
  margin-bottom: .4rem;
}

.ar-benefit ul {
  list-style: none;
  font-size: .84rem;
  color: var(--muted);
}

.ar-benefit li {
  margin-bottom: .25rem;
}

/* CONTACTO */

.ar-contact .ar-form {
  max-width: 640px;
  margin: 0 auto;
  display: grid;
  gap: .8rem;
  margin-top: 1.4rem;
}

.ar-field {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.ar-field label {
  font-size: .8rem;
  color: var(--muted);
}

.ar-field input,
.ar-field textarea {
  background: rgba(15,23,42,1);
  border-radius: .75rem;
  border: 1px solid rgba(55,65,81,1);
  color: var(--text);
  font-size: .86rem;
  padding: .6rem .7rem;
  outline: none;
}

.ar-field input:focus,
.ar-field textarea:focus {
  border-color: var(--accent);
}

.ar-field textarea {
  resize: vertical;
  min-height: 90px;
}

.ar-btn-full {
  width: 100%;
  justify-content: center;
}

.ar-msg-estado {
  margin-top: .6rem;
  font-size: .8rem;
  color: #bbf7d0;
}

/* WHATSAPP FLOAT */

.ar-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #22c55e;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  z-index: 50;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ar-whatsapp:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 18px 45px rgba(0,0,0,0.55);
}

/* FOOTER */

.ar-footer {
  border-top: 1px solid rgba(31,41,55,1);
  padding: 1.2rem 1.25rem 1.5rem;
  text-align: center;
  font-size: .78rem;
  color: var(--muted);
  margin-top: 1rem;
}

/* ANIMACIONES */

@keyframes ar-float {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(0); }
}

@keyframes ar-tray {
  0%   { transform: rotate(-18deg); }
  50%  { transform: rotate(-8deg); }
  100% { transform: rotate(-18deg); }
}

@keyframes ar-pop {
  0%   { transform: translateY(0); opacity: 1; }
  50%  { transform: translateY(-3px); opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}

@keyframes ar-glow {
  0%   { transform: translate3d(0,0,0); }
  50%  { transform: translate3d(-10px,6px,0); }
  100% { transform: translate3d(6px,-10px,0); }
}

/* RESPONSIVE */

@media (max-width: 960px) {
  .ar-hero {
    background-attachment: scroll;
  }
  .ar-hero-grid {
    grid-template-columns: 1fr;
  }
  .ar-hero-panel {
    margin-top: 1.5rem;
  }
  .ar-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .ar-topbar-inner,
  .ar-hero-inner,
  .ar-section {
    padding-inline: 1rem;
  }
}
