:root {
  --bg: #fff8f3;
  --surface: #ffffff;
  --surface-soft: #f5e6da;
  --surface-muted: #f8eee6;
  --gold: #d4af7a;
  --gold-deep: #bb935d;
  --text: #2c2c2c;
  --text-soft: #5f5a54;
  --border: rgba(44, 44, 44, 0.08);
  --shadow-soft: 0 18px 45px rgba(70, 47, 24, 0.12);
  --shadow-strong: 0 22px 60px rgba(44, 44, 44, 0.16);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --container: min(1120px, calc(100vw - 2rem));
  --header-height: 82px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(212, 175, 122, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf6 0%, var(--bg) 100%);
  line-height: 1.6;
}

body.menu-open {
  overflow: hidden;
}

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

[hidden] {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 25px rgba(44, 44, 44, 0.06);
}

.navbar {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.6rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand span {
  color: var(--gold-deep);
}

.nav-toggle {
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  border: 1px solid rgba(44, 44, 44, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  background: rgba(255, 255, 255, 0.86);
}

.nav-toggle span {
  width: 1.25rem;
  height: 2px;
  background: var(--text);
  border-radius: 999px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-menu {
  position: fixed;
  inset: var(--header-height) 1rem auto 1rem;
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(44, 44, 44, 0.08);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  transform: translateY(-1rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-menu a {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  font-weight: 700;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: var(--surface-soft);
  color: var(--gold-deep);
  transform: translateX(4px);
}

body.menu-open .nav-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - var(--header-height));
  display: grid;
  align-items: center;
  overflow: clip;
}

.hero-media,
.hero-frame {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-imagen-galeria{
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(30, 26, 20, 0.76) 0%, rgba(30, 26, 20, 0.54) 55%, rgba(30, 26, 20, 0.62) 100%);
}

.hero-placeholder {
  color: #fffefc;
  background:
    linear-gradient(120deg, rgba(212, 175, 122, 0.16), rgba(245, 230, 218, 0.08)),
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 45%),
    linear-gradient(135deg, #44362b 0%, #1f1a16 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 12vw, 7rem) 0;
}

.hero-panel {
  max-width: 44rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border-radius: 30px;
  background: rgba(255, 250, 245, 0.94);
  border: 1px solid rgba(44, 44, 44, 0.08);
  box-shadow: 0 24px 60px rgba(44, 44, 44, 0.14);
  color: var(--text);
}

.eyebrow {
  margin: 0 0 0.7rem;
  font-size: 0.85rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--gold-deep);
}

.hero-section .eyebrow {
  color: #8a5b24;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Playfair Display", serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.6rem, 8vw, 5.4rem);
}

h2 {
  font-size: clamp(2rem, 5vw, 3.4rem);
}

h3 {
  font-size: clamp(1.2rem, 3vw, 1.55rem);
}

p {
  margin: 0;
}

.hero-copy {
  margin-top: 1.25rem;
  max-width: 38rem;
  font-size: clamp(1rem, 2.7vw, 1.16rem);
  color: var(--text-soft);
}

.hero-panel .btn-outline-light {
  color: var(--text);
  border-color: rgba(44, 44, 44, 0.16);
  background: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.modal-actions,
.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-actions {
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0.85rem 1.5rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(44, 44, 44, 0.14);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold) 0%, #ead0a8 100%);
  color: #221c17;
}

.btn-outline-light,
.btn-outline-dark {
  border: 1px solid currentColor;
}

.btn-outline-light {
  color: #fffdfb;
  background: rgba(255, 255, 255, 0.12);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.2);
}

.btn-outline-dark {
  color: var(--text);
}

.btn-whatsapp {
  background: linear-gradient(135deg, #25d366 0%, #179b4a 100%);
  color: #fff;
}

.btn-danger {
  background: linear-gradient(135deg, #e66b6b 0%, #c24848 100%);
  color: #fff;
}

.section {
  padding: clamp(4.5rem, 10vw, 7rem) 0;
}

.section-heading {
  max-width: 42rem;
  text-align: center;
  margin: 0 auto 2.5rem;
}

.section-heading p:last-child,
.section-intro {
  margin-top: 1rem;
  color: var(--text-soft);
}

.section-about {
  position: relative;
}

.about-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.about-copy {
  display: grid;
  gap: 1.15rem;
}

.metrics-grid {
  display: grid;
  gap: 1rem;
  margin-top: 0.8rem;
}

.metric-card,
.gallery-card,
.plan-card,
.process-step,
.contact-card,
.content-card,
.summary-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(44, 44, 44, 0.07);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.metric-card {
  border-radius: var(--radius-md);
  padding: 1.2rem;
  display: grid;
  gap: 0.35rem;
}

.metric-card strong {
  font-size: 1.35rem;
}

.metric-card span {
  color: var(--text-soft);
}

.metric-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(212, 175, 122, 0.2), rgba(245, 230, 218, 0.65));
}

.metric-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  stroke: var(--gold-deep);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(245, 230, 218, 0.9), rgba(212, 175, 122, 0.35)),
    linear-gradient(180deg, #f9eee4, #f4dfd0);
  min-height: 16rem;
}

.media-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.5s ease;
}

.media-frame.is-loaded .media-image {
  opacity: 1;
}

.media-frame:hover .media-image {
  transform: scale(1.04);
}

.media-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 0.45rem;
  padding: 1.5rem;
  text-align: center;
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.75), transparent 45%),
    linear-gradient(135deg, rgba(245, 230, 218, 0.88), rgba(212, 175, 122, 0.38));
  color: var(--text);
  transition: opacity 0.35s ease;
}

.media-placeholder strong {
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
}

.media-placeholder span {
  color: var(--text-soft);
  max-width: 18rem;
}

.media-frame.is-loaded .media-placeholder {
  opacity: 0;
  pointer-events: none;
}

.tall-frame {
  min-height: 32rem;
}

.section-gallery {
  background:
    radial-gradient(circle at 10% 0%, rgba(245, 230, 218, 0.7), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.75));
}

.carousel {
  position: relative;
  padding: 0 0 3.5rem;
}

.carousel-viewport {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.55s ease;
  will-change: transform;
}

.gallery-card {
  flex: 0 0 100%;
  margin: 0 0.55rem;
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-strong);
}

.gallery-card h3 {
  padding: 1.25rem 1.2rem 1.4rem;
}

.gallery-frame {
  min-height: 18rem;
  border-radius: 0;
}

.carousel-arrow {
  position: absolute;
  top: calc(50% - 1.5rem);
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(44, 44, 44, 0.14);
  display: grid;
  place-items: center;
  z-index: 2;
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: var(--surface-soft);
}

.carousel-arrow span {
  font-size: 2rem;
  line-height: 1;
  color: var(--gold-deep);
}

.carousel-arrow-prev {
  left: -0.4rem;
}

.carousel-arrow-next {
  right: -0.4rem;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.5rem;
}

.carousel-dot {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(44, 44, 44, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}

.carousel-dot.active {
  transform: scale(1.2);
  background: var(--gold-deep);
}

.plans-grid {
  display: grid;
  gap: 1.35rem;
}

.plan-card {
  position: relative;
  border-radius: 28px;
  padding: 2rem 1.5rem;
  display: grid;
  gap: 0.95rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-strong);
}

.plan-card-featured {
  border: 1px solid rgba(212, 175, 122, 0.58);
  transform: translateY(-0.25rem);
}

.plan-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--gold), #f1dcc0);
  color: #241d17;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.plan-icon {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 1rem;
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(212, 175, 122, 0.22), rgba(245, 230, 218, 0.92));
  color: var(--gold-deep);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.plan-price {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold-deep);
}

.plan-description {
  color: var(--text-soft);
}

.plan-features,
.include-list,
.summary-extras ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-features li,
.include-list li,
.summary-extras li {
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-soft);
}

.plan-features li + li,
.include-list li + li,
.summary-extras li + li {
  margin-top: 0.65rem;
}

.plan-features li::before,
.include-list li::before,
.summary-extras li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-deep);
  font-weight: 800;
}

.process-grid {
  display: grid;
  gap: 1rem;
}

.process-step {
  position: relative;
  border-radius: 28px;
  padding: 1.7rem 1.4rem;
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold), #f0d8b9);
  color: #261f19;
  font-weight: 900;
  margin-bottom: 1rem;
}

.contact-grid {
  display: grid;
  gap: 1rem;
}

.site-footer {
  background:
    radial-gradient(circle at top, rgba(212, 175, 122, 0.12), transparent 35%),
    linear-gradient(180deg, #2c2c2c 0%, #1d1d1d 100%);
  color: #fef8f2;
  padding: 4.5rem 0 2rem;
}

.section-heading-light .eyebrow,
.section-heading-light p:last-child {
  color: rgba(255, 248, 243, 0.8);
}

.contact-card {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
  color: #fffaf6;
  padding: 1.5rem;
}

.contact-card p,
.contact-card a {
  color: rgba(255, 248, 243, 0.82);
}


.footer-actions {
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.social-links a {
  color: rgba(255, 248, 243, 0.84);
  font-weight: 700;
}

.footer-copy {
  margin-top: 2rem;
  color: rgba(255, 248, 243, 0.66);
}

.plan-header {
  position: sticky;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 800;
  color: var(--gold-deep);
}

.plan-page {
  padding-bottom: 4rem;
}

.plan-hero {
  padding: clamp(4.5rem, 9vw, 6.5rem) 0 3.25rem;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.55), transparent 35%),
    linear-gradient(135deg, rgba(212, 175, 122, 0.42), rgba(245, 230, 218, 0.9));
}

.plan-hero .container {
  max-width: 52rem;
}

.plan-hero p + .plan-hero-price,
.plan-hero h1 + p {
  margin-top: 1rem;
}

.plan-hero-price {
  display: inline-block;
  margin-top: 1.5rem;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--gold-deep);
}

.plan-layout {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

.plan-main {
  display: grid;
  gap: 1.5rem;
}

.content-card,
.summary-card {
  border-radius: 30px;
  padding: 1.6rem;
}

.content-card {
  display: grid;
  gap: 1rem;
}

.include-list li {
  padding-left: 1.7rem;
}

.booking-form {
  display: grid;
  gap: 1.5rem;
}

.form-grid,
.extras-grid {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.55rem;
  color: var(--text);
  font-weight: 700;
}

.field small {
  color: var(--text-soft);
  font-weight: 600;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(44, 44, 44, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  padding: 0.95rem 1rem;
  color: var(--text);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(212, 175, 122, 0.92);
  box-shadow: 0 0 0 4px rgba(212, 175, 122, 0.16);
}

.field-textarea textarea {
  resize: vertical;
  min-height: 10rem;
}

.block-heading h3 {
  font-size: 1.35rem;
}

.extras-grid {
  margin-top: 0.75rem;
}

.extra-card {
  position: relative;
  display: grid;
  gap: 0.35rem;
  padding: 1.2rem 1.15rem 1.2rem 3rem;
  border-radius: 22px;
  border: 1px solid rgba(44, 44, 44, 0.08);
  background: rgba(255, 255, 255, 0.82);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.extra-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(44, 44, 44, 0.09);
}

.extra-card input {
  position: absolute;
  left: 1rem;
  top: 1.2rem;
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--gold-deep);
}

.extra-card:has(input:checked) {
  border-color: rgba(212, 175, 122, 0.65);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 230, 218, 0.72));
}

.extra-title {
  font-weight: 800;
}

.extra-description {
  color: var(--text-soft);
}

.dietary-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 0.75rem;
}

.dietary-options label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(44, 44, 44, 0.08);
  font-weight: 700;
}

.dietary-options input {
  accent-color: var(--gold-deep);
}

.summary-card {
  position: sticky;
  top: calc(var(--header-height) + 1rem);
  display: grid;
  gap: 1rem;
}

.summary-line,
.summary-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.summary-line span,
.summary-extras p,
.summary-note {
  color: var(--text-soft);
}

.summary-total {
  border-top: 1px solid rgba(44, 44, 44, 0.1);
  padding-top: 1rem;
  align-items: center;
}

.summary-total strong {
  font-size: 1.5rem;
  color: var(--gold-deep);
}

.form-error {
  min-height: 1.5rem;
  color: #c24848;
  font-weight: 700;
}

.btn-submit {
  width: 100%;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(26, 22, 18, 0.62);
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 110;
}

.modal-overlay[hidden] {
  display: none !important;
}

.success-modal {
  width: min(32rem, 100%);
  border-radius: 28px;
  padding: 2rem;
  background: #fffaf5;
  box-shadow: var(--shadow-strong);
  display: grid;
  gap: 1rem;
  text-align: center;
}

.btn-small {
  min-height: 2.8rem;
  padding: 0.65rem 1.05rem;
}

.panel-nav-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  justify-content: flex-end;
}

.panel-hero .container {
  max-width: 56rem;
}

.admin-login-card {
  max-width: 34rem;
  margin: 0 auto;
}

.admin-panel {
  display: grid;
  gap: 1.35rem;
}

.admin-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.admin-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: end;
}

.admin-filter {
  min-width: min(16rem, 100%);
}

.admin-stats {
  display: grid;
  gap: 1rem;
}

.admin-stat {
  border-radius: 24px;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(44, 44, 44, 0.07);
  box-shadow: var(--shadow-soft);
  display: grid;
  gap: 0.25rem;
}

.admin-stat strong {
  font-size: 2rem;
  color: var(--gold-deep);
}

.admin-stat span {
  color: var(--text-soft);
  font-weight: 800;
}

.admin-workspace {
  display: grid;
  gap: 1.35rem;
  align-items: start;
}

.request-list-card,
.request-detail-card {
  min-height: 24rem;
}

.admin-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.admin-section-heading h3 {
  font-size: 1.45rem;
}

.admin-section-heading span {
  color: var(--text-soft);
  font-weight: 800;
}

.detail-heading-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.request-list {
  display: grid;
  gap: 0.8rem;
}

.request-row {
  width: 100%;
  text-align: left;
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid transparent;
  border-top-color: rgba(44, 44, 44, 0.08);
  border-radius: 18px;
  color: var(--text);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.request-row:first-child {
  border-top-color: transparent;
}

.request-row:hover,
.request-row:focus-visible,
.request-row.is-active {
  color: var(--gold-deep);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(187, 147, 93, 0.24);
}

.request-row:focus-visible {
  outline: 3px solid rgba(187, 147, 93, 0.22);
  outline-offset: 2px;
}

.request-row.status-aceptada {
  background: rgba(37, 211, 102, 0.08);
  border-color: rgba(37, 211, 102, 0.18);
}

.request-row.status-rechazada {
  background: rgba(194, 72, 72, 0.08);
  border-color: rgba(194, 72, 72, 0.18);
}

.request-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.request-row-header strong {
  min-width: 0;
}

.request-row span {
  color: var(--text-soft);
}

.request-row-preview {
  font-size: 0.92rem;
  overflow-wrap: anywhere;
}

.status-pill {
  width: fit-content;
  min-width: 6.25rem;
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(44, 44, 44, 0.08);
  padding: 0.35rem 0.7rem;
  background: var(--surface-soft);
  color: var(--text);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.status-pendiente {
  border-color: rgba(187, 147, 93, 0.26);
}

.status-aceptada,
.status-contactada {
  border-color: rgba(37, 211, 102, 0.28);
}

.status-pill.status-aceptada,
.status-pill.status-contactada {
  background: rgba(37, 211, 102, 0.14);
  color: #166534;
}

.status-rechazada {
  border-color: rgba(194, 72, 72, 0.28);
}

.status-pill.status-rechazada {
  background: rgba(194, 72, 72, 0.12);
  color: #9f2424;
}

.request-detail {
  display: grid;
  gap: 1rem;
}

.detail-block {
  display: grid;
  gap: 0.65rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(44, 44, 44, 0.08);
}

.detail-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.detail-block h4 {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-deep);
}

.detail-block p {
  display: grid;
  gap: 0.15rem;
}

.detail-block span {
  color: var(--text-soft);
  font-weight: 700;
}

.detail-block strong {
  overflow-wrap: anywhere;
}

.admin-contact-actions,
.admin-status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.btn-status-accepted {
  background: linear-gradient(135deg, #6ee7a1 0%, #25d366 100%);
  color: #10351f;
}

.btn-status-rejected {
  border-color: rgba(194, 72, 72, 0.5);
  color: #9f2424;
}

.btn-status-rejected:hover,
.btn-status-rejected:focus-visible {
  background: rgba(194, 72, 72, 0.1);
}

.empty-state {
  color: var(--text-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .carousel-arrow {
    display: none;
  }
}

@media (min-width: 640px) {
  .metrics-grid,
  .contact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  .nav-menu {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-menu a {
    padding: 0.6rem 0.9rem;
  }

  .about-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 3rem;
  }

  .gallery-card {
    flex-basis: 50%;
  }

  .plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
  }

  .process-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .plan-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.65fr);
  }

  .admin-workspace.has-detail {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  }
}

@media (min-width: 1024px) {
  .gallery-card {
    flex-basis: 33.3333%;
  }

  .plan-card-featured {
    transform: translateY(-1rem);
  }
}
