/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
}
body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  background-color: #0F172A;
  color: #F8FAFC;
  scroll-behavior: smooth;
}
section {
  padding: 4rem 2rem;
  text-align: center;
}
h2 {
  color: #38bdf8;
  margin-bottom: 1rem;
}
#acerca-de h2, #servicios h2, #proyectos h2, #clientes h2, .social-section h2, #contacto h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 1.5rem;
}
h3 {
  color: #38bdf8;
}
header {
  background: #F8FAFC;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navbar {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  gap: 1rem;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  margin-left: auto;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #2A2C69;
  font-weight: 600;
  font-size: 1.2rem;
}
.logo-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: #1E293B;
}
.nav-links a {
  color: #1E293B;
  text-decoration: none;
  transition: color 0.2s ease;
}
.nav-links a:hover {
  color: #38bdf8;
}
.nav-close {
  display: none;
}
.has-dropdown {
  position: static;
}
.has-dropdown > a {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.has-dropdown > a::after {
  content: '▾';
  font-size: 0.75em;
  transition: transform 0.25s ease;
  color: #1E293B;
}
.has-dropdown.open > a::after {
  transform: rotate(180deg);
}
.mega-menu {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  background: #F8FAFC;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.15);
  z-index: 999;
  border-top: 2px solid #38bdf8;
  flex-direction: row;
  min-height: 200px;
}
.has-dropdown.open .mega-menu {
  display: flex;
}
.mega-sidebar {
  width: 33.333%;
  background: #f1f5f9;
  border-right: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
.mega-tab {
  background: none;
  border: none;
  text-align: left;
  padding: 0.85rem 1.75rem;
  font-size: 0.95rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  border-left: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}
.mega-tab:hover {
  color: #38bdf8;
  background: #e8f7fd;
}
.mega-tab.active {
  color: #38bdf8;
  border-left-color: #38bdf8;
  background: #e8f7fd;
  font-weight: 600;
}
.mega-content {
  width: 66.666%;
  padding: 1.5rem 2rem;
}
.mega-panel {
  display: none;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.mega-panel.active {
  display: flex;
}
.mega-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding: 0.85rem 1.25rem;
  border-radius: 8px;
  color: #1E293B;
  transition: background 0.15s, color 0.15s;
  min-width: 180px;
  max-width: 220px;
}
.mega-item:hover {
  background: rgba(56, 189, 248, 0.1);
}
.mega-item strong {
  font-size: 0.95rem;
  color: #0f172a;
}
.mega-item span {
  font-size: 0.8rem;
  color: #64748b;
  margin-top: 0.2rem;
}
.mega-menu--flat {
  padding: 1.5rem 2rem;
  min-height: unset;
}
.mega-flat-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.mega-flat-item {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-decoration: none;
  color: #1E293B;
  font-size: 0.95rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.mega-flat-item:hover {
  background: rgba(56, 189, 248, 0.1);
  color: #38bdf8;
}
@media (max-width: 768px) {
  .nav-toggle {
    display: block;
  }
  .logo {
    flex: 1;
  }
  .lang-btn {
    order: 2;
    margin-right: 0.5rem;
  }
  .nav-toggle {
    order: 3;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #F8FAFC;
    flex-direction: column;
    padding: 0;
    gap: 0;
    border-left: none;
    box-shadow: none;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 1501;
  }
  .nav-links.show {
    transform: translateX(0);
  }
  .nav-close {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    background: #F8FAFC;
    z-index: 10;
  }
  .nav-close button {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #1E293B;
  }
  .nav-links > li:not(.nav-close) {
    border-bottom: 1px solid #e2e8f0;
  }
  .nav-links > li:not(.nav-close):not(.has-dropdown) > a {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
  }
  .has-dropdown > a {
    justify-content: space-between;
    gap: 0;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1500;
  }
  .nav-overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .mega-menu {
    position: static;
    flex-direction: column;
    border-top: none;
    border-left: none;
    box-shadow: none;
    margin: 0;
    background: #f8fafc;
  }
  .mega-sidebar {
    width: 100%;
    background: transparent;
    border-right: none;
    border-bottom: none;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
  }
  .mega-tab {
    border-left: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 0.85rem 1.5rem;
    font-size: 0.95rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    background: #f1f5f9;
    color: #475569;
    font-weight: 500;
  }
  .mega-tab::after {
    content: '\2228';
    font-size: 0.85em;
    color: #94a3b8;
  }
  .mega-tab.open::after {
    content: '\2227';
    color: #38bdf8;
  }
  .mega-tab.active {
    border-left: none;
    border-bottom: 1px solid #e2e8f0;
    background: #f1f5f9;
    color: #475569;
    font-weight: 500;
  }
  .mega-tab.open {
    color: #38bdf8;
    background: #e8f7fd;
  }
  .mega-sidebar .mega-panel {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    background: #ffffff;
  }
  .mega-sidebar .mega-item {
    min-width: unset;
    max-width: unset;
    width: 100%;
    padding: 0.75rem 1.75rem;
    border-radius: 0;
    border-bottom: 1px solid #f1f5f9;
    color: #1E293B;
  }
  .mega-sidebar .mega-item:last-child {
    border-bottom: none;
  }
  .mega-sidebar .mega-item strong {
    font-size: 0.9rem;
    color: #0f172a;
  }
  .mega-sidebar .mega-item span {
    font-size: 0.8rem;
    color: #64748b;
  }
  .mega-content {
    display: none;
  }
  .mega-menu--flat {
    padding: 0;
    min-height: unset;
  }
  .mega-flat-grid {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .mega-flat-item {
    padding: 0.85rem 1.5rem;
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
    display: block;
    font-size: 0.95rem;
    background: #f1f5f9;
  }
  .mega-flat-item:last-child {
    border-bottom: none;
  }
}
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url('../img/fondo.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.how-hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F172A;
  color: #F8FAFC;
  padding: 4rem 2rem;
  text-align: center;
}
.how-hero-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.how-hero-icon {
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  z-index: 3;
}
.how-hero-icon img {
  width: 120px;
  height: auto;
}
.how-hero--auto .how-hero-icon {
  z-index: 3;
}
.how-hero-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin: 0;
  color: #F8FAFC;
}
.how-hero-title span {
  color: #38bdf8;
}
.how-hero--auto {
  overflow: hidden;
}
.how-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.how-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.how-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.65);
  z-index: 1;
}
.how-hero--auto .how-hero-icon {
  position: absolute;
  z-index: 3;
}
.how-hero--auto .how-hero-inner {
  position: relative;
  z-index: 2;
}
.how-process {
  background: #F8FAFC;
  color: #0F172A;
}
.how-process-intro {
  max-width: 900px;
  margin: 0 auto 3rem auto;
  font-size: 1rem;
  line-height: 1.6;
}
.how-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 4rem;
}
.how-step:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.how-step:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.how-step:nth-child(3) {
  grid-column: 2;
  grid-row: 1;
}
.how-step:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}
.how-step-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.how-step-icon {
  width: 40px;
  height: auto;
  flex-shrink: 0;
}
.how-step-title {
  font-family: 'Merriweather', serif;
  font-size: 1.6rem;
  margin: 0;
  color: #38bdf8;
}
.how-step p {
  margin-top: 0.75rem;
  text-align: left;
  line-height: 1.6;
}
.how-final {
  background: #0F172A;
  color: #F8FAFC;
}
.how-final-inner {
  max-width: 880px;
  margin: 0 auto;
}
.how-final-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.how-final-title {
  font-family: 'Merriweather', serif;
  font-size: 2rem;
  margin: 0;
  color: #38bdf8;
}
.how-final-text {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}
.how-contact-title {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.how-contact-subtitle {
  margin-top: 2rem;
  color: #64748b;
}
.how-contact-btn {
  margin-top: 1.5rem;
}
@media (max-width: 768px) {
  .how-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .how-hero-title {
    font-size: 2.1rem;
  }
  .how-step p {
    text-align: left;
  }
  .how-grid {
    grid-template-columns: 1fr;
  }
  .how-step:nth-child(1), .how-step:nth-child(2), .how-step:nth-child(3), .how-step:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
.stats {
  background: #0F172A;
}
.stats-grid {
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 2rem;
}
.stat strong {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  color: #f8fafc;
}
.stat span {
  display: block;
  margin-top: 0.25rem;
  color: #cbd5f5;
  font-size: 0.95rem;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.hero * {
  position: relative;
  z-index: 1;
}
.hero span {
  color: #38bdf8;
}
.btn {
  display: inline-block;
  background: #38bdf8;
  color: #0f172a;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  margin-top: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}
.btn:hover {
  background: #7dd3fc;
}
.cards {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 2rem;
}
#servicios {
  background: #f8fafc;
  color: #0f172a;
}
#servicios .card {
  background: #1e293b;
}
#servicios .card p {
  color: #f8fafc;
}
.card {
  display: block;
  background: #1e293b;
  border-radius: 10px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.clients-section {
  background: #1e293b;
}
.client-logos {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.client-logo img {
  max-height: 140px;
  width: auto;
  display: block;
}
.social-section {
  background: #f8fafc;
  color: #0f172a;
}
.social-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
  margin-top: 2rem;
}
.social-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #0f172a;
}
.social-card img {
  width: 80px;
  height: 80px;
}
.social-card span {
  margin-top: 0.75rem;
  font-weight: 500;
}
.contact {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #0f172a;
}
.contact-inner {
  max-width: 1000px;
  margin: 3rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.contact-logo {
  position: absolute;
  top: 1.5rem;
  left: 2rem;
}
.contact-logo img {
  width: 120px;
  height: auto;
}
.contact-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 1.5rem;
}
.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #0f172a;
  padding: 0.75rem 1.25rem;
  border-radius: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}
.contact-icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}
.contact-icon-circle img {
  width: 46px;
  height: 46px;
}
.contact-card span {
  margin-top: 0.9rem;
  font-weight: 500;
}
.contact-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 260px;
  pointer-events: none;
  transform: translate(50%, 50%);
}
.contact-circle img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .contact-inner {
    text-align: center;
  }
  .contact-circle {
    width: 180px;
  }
}
footer {
  background: #1e293b;
  padding: 1.5rem;
  text-align: center;
  color: #94a3b8;
  font-size: 0.9rem;
}
.scroll-anim {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.scroll-anim.visible {
  opacity: 1;
  transform: translateY(0);
}
.hero h2 {
  font-family: 'Merriweather', serif;
  font-weight: 700;
  font-size: 2.5rem;
  color: #f8fafc;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2A2C69;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#loader img {
  width: 700px;
  height: auto;
}
#loader.hidden {
  opacity: 0;
  visibility: hidden;
}
.lang-btn {
  background: none;
  border: 1px solid #1E293B;
  padding: 4px 10px;
  border-radius: 6px;
  cursor: pointer;
  color: #1E293B;
}
.appointment-form-card {
  max-width: 600px;
  margin: 2rem auto 0 auto;
  background: #1e293b;
  border-radius: 10px;
  padding: 2rem;
  text-align: left;
}
.appointment-form-card .form-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 1rem;
}
.appointment-form-card label {
  font-weight: 600;
  color: #e2e8f0;
}
.appointment-form-card input, .appointment-form-card textarea {
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #f8fafc;
}
.appointment-form-card input:focus, .appointment-form-card textarea:focus {
  outline: none;
  border-color: #38bdf8;
  box-shadow: 0 0 0 1px #38bdf8;
}
.appointment-form-card textarea {
  min-height: 100px;
  resize: vertical;
}
.appointment-message {
  margin-top: 1rem;
  font-size: 0.95rem;
}
.appointment-message.success {
  color: #4ade80;
}
.appointment-message.error {
  color: #f97373;
}
.admin-panel {
  margin-top: 2.5rem;
  background: #1e293b;
  border-radius: 10px;
  padding: 1.5rem;
}
.admin-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.btn-secondary {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid #64748b;
}
.btn-secondary:hover {
  background: #1f2937;
}
.btn-danger {
  background: #b91c1c;
  color: #f9fafb;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
}
.btn-danger:hover {
  background: #dc2626;
}
.btn-xs {
  padding: 0.3rem 0.55rem;
  font-size: 0.8rem;
}
.btn-success {
  background: #15803d;
  color: #f9fafb;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
}
.btn-success:hover {
  background: #22c55e;
}
.btn-warning {
  background: #92400e;
  color: #f9fafb;
  padding: 0.4rem 0.75rem;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 0.85rem;
}
.btn-warning:hover {
  background: #ea580c;
}
.admin-table-wrapper {
  margin-top: 1rem;
  overflow-x: auto;
}
.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.admin-table th, .admin-table td {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #334155;
  text-align: left;
}
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.admin-table th {
  color: #e2e8f0;
  font-weight: 600;
}
.admin-table tr:hover {
  background: #020617;
}
.error-page {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 1.5rem;
  background: #0F172A;
}
.error-card {
  position: relative;
  max-width: 960px;
  width: 100%;
  background: #020617;
  border-radius: 24px;
  padding: 3rem 3.5rem;
  text-align: left;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.9);
  overflow: hidden;
}
.error-code {
  font-size: 1.1rem;
  font-weight: 600;
  color: #94a3b8;
  margin: 0 0 1rem;
}
.error-title {
  font-family: 'Merriweather', serif;
  font-size: 2.4rem;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: #f8fafc;
}
.error-text {
  margin: 0 0 2rem;
  color: #cbd5f5;
  font-size: 1.05rem;
}
.error-btn {
  margin-top: 0;
}
.error-illustration {
  position: absolute;
  right: 2.5rem;
  bottom: 1.75rem;
  max-width: 180px;
  opacity: 0.85;
}
.error-illustration img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .error-card {
    padding: 2.5rem 1.75rem 2.25rem;
  }
  .error-title {
    font-size: 1.8rem;
  }
  .error-illustration {
    position: static;
    margin-top: 2rem;
    max-width: 140px;
  }
  .error-card {
    text-align: left;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
