:root {
  /* Navy/emas diselaraskan dengan warna ASLI logo Valora (diukur dari piksel logo-valora.jpg, sama
     persis dengan token navy dan gold di AppKlinikHewanProMax.PublicWeb) -- sebelumnya
     LandingPage memakai navy KEBIRUAN (#0A3D62) yang meleset dari warna asli logo (teal gelap).
     Permintaan user 28 September 2026: "warna khas Valora Animal Clinic, biru navy, bukan hijau,
     aplikasikan ke semua web yang ada". */
  --navy-deep: #00252E;
  --navy: #004050;
  --navy-mid: #0B5568;
  --navy-light: #147184;
  --navy-soft-bg: #E1EEF0;
  --cream: #FAF7EE;
  --cream-deep: #F3ECDA;
  --ink: #1E2A33;
  --ink-soft: #55606A;
  --muted: #7A8590;
  --gold: #D4A94A;
  --gold-deep: #B8892F;
  --gold-soft: #F6E9CE;
  --coral: #E8734A;
  --line: #EFE9DA;
  --white: #FFFFFF;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: 'Plus Jakarta Sans', sans-serif;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; display: block; }

h1, h2, h3 {
  font-family: 'Fraunces', serif;
  font-weight: 600;
  margin: 0;
  color: var(--navy);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============ Utility bar ============ */
.utility-bar {
  width: 100%;
  background: var(--navy-deep);
  color: #C9D4DC;
  font-size: 13px;
}
.utility-bar .container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.utility-bar .info-group { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.utility-bar .info-item { display: flex; align-items: center; gap: 8px; }
.utility-bar .socials { display: flex; align-items: center; gap: 14px; }
.icon-circle-sm {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
}

/* ============ Navbar ============ */
.navbar {
  width: 100%;
  background: var(--navy);
  box-shadow: 0 2px 12px rgba(6,38,63,0.25);
  position: relative;
  z-index: 30;
}
.navbar .container {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: nowrap;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.brand-text { min-width: 0; }
.brand-name { font-family: 'Fraunces', serif; font-weight: 600; font-size: 19px; color: var(--white); letter-spacing: 0.3px; }
.brand-tagline { font-size: 10.5px; color: var(--gold-soft); letter-spacing: 1.6px; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14.5px; font-weight: 500; color: #E4ECF2; flex-shrink: 0; }
.nav-links a:hover { color: var(--gold-soft); }
.navbar-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.nav-toggle-input { display: none; }
.nav-toggle {
  display: none;
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
.nav-links-mobile { display: none; }

.btn-primary {
  background: var(--coral);
  color: var(--white);
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  transition: filter 0.15s ease;
}
.btn-primary:hover { filter: brightness(1.08); }
.btn-outline {
  background: transparent;
  color: var(--navy);
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14.5px;
  border: 1.5px solid var(--navy);
}

/* ============ Hero ============ */
/* Latar navy gelap + titik keemasan, pola sama persis dengan AppKlinikHewanProMax.PublicWeb (Booking
   Online) supaya kedua situs terasa satu identitas -- permintaan user 28 September 2026: "buat tampilan
   web valoraanimalclinic.com lebih menarik seperti halaman booking online". */
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--navy-deep);
  background-image:
    radial-gradient(circle at 12% 0%, rgba(212, 169, 74, .18), transparent 32%),
    radial-gradient(circle at 92% 8%, rgba(212, 169, 74, .14), transparent 30%),
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgdmlld0JveD0iMCAwIDY0IDY0Ij48ZyBmaWxsPSIjRjZFOUNFIiBmaWxsLW9wYWNpdHk9IjAuMDgiPjxjaXJjbGUgY3g9IjMyIiBjeT0iNDIiIHI9IjgiLz48Y2lyY2xlIGN4PSIxNSIgY3k9IjI2IiByPSI0LjYiLz48Y2lyY2xlIGN4PSIyNSIgY3k9IjE1IiByPSI0LjYiLz48Y2lyY2xlIGN4PSIzOSIgY3k9IjE1IiByPSI0LjYiLz48Y2lyY2xlIGN4PSI0OSIgY3k9IjI2IiByPSI0LjYiLz48L2c+PC9zdmc+Cg=="),
    linear-gradient(175deg, var(--navy-deep) 0%, #0C2E4C 55%, var(--navy) 100%);
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: 900px 900px, 900px 900px, 64px 64px, 100% 100%;
}
.hero .container {
  padding: 84px 24px 96px;
  display: flex;
  align-items: center;
  gap: 56px;
  position: relative;
}
.hero-copy { flex: 1.05; display: flex; flex-direction: column; gap: 22px; }
.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--gold);
  border: 1px solid rgba(212,169,74,0.5);
  padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 700;
  width: fit-content;
}
.hero h1 { line-height: 1.1; letter-spacing: -0.5px; color: var(--white); }
.hero-copy h1 { font-size: 48px; }
.hero .lede { margin: 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.78); max-width: 480px; }
.hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; align-items: center; gap: 28px; margin-top: 10px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14); }
.hero-stat .num { font-family: 'Fraunces', serif; font-weight: 700; font-size: 24px; color: var(--gold); }
.hero-stat .label { font-size: 12.5px; color: rgba(255,255,255,0.6); }
.hero-stat-sep { width: 1px; height: 32px; background: rgba(255,255,255,0.16); }
.hero-visual { flex: 0.95; display: flex; justify-content: center; position: relative; }
.hero-logo-badge {
  width: 260px; height: 260px; border-radius: 50%; object-fit: cover;
  border: 4px solid rgba(212,169,74,0.55);
  box-shadow: 0 24px 60px -12px rgba(0,0,0,0.55), 0 0 0 10px rgba(212,169,74,0.08);
}
.hero .btn-outline { color: var(--white); border-color: rgba(255,255,255,0.5); }
.hero .btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ============ Quick access ============ */
.quick-access-wrap { margin-top: -46px; position: relative; z-index: 10; }
.quick-access {
  background: var(--white);
  border-radius: 22px;
  box-shadow: 0 24px 50px -24px rgba(10,61,98,0.32);
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.quick-card {
  display: flex; flex-direction: column; gap: 12px;
  padding: 10px; border-radius: 14px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.quick-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(10,61,98,0.28); }
.quick-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.quick-card h3 { font-size: 15.5px; }
.quick-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
.quick-card .go { font-size: 12.5px; font-weight: 700; color: var(--gold); }

/* ============ Section headers ============ */
.section { padding: 96px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.section-eyebrow { color: var(--gold); font-weight: 700; font-size: 13px; letter-spacing: 1.6px; text-transform: uppercase; }
.section-head h2 { font-size: 34px; line-height: 1.25; margin-top: 12px; }
.section-head p { margin: 14px 0 0; color: var(--muted); font-size: 15.5px; line-height: 1.7; }

/* ============ Services ============ */
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card {
  background: var(--white);
  border: 1.5px solid var(--line);
  border-radius: 18px;
  padding: 30px;
  display: flex; flex-direction: column; gap: 14px;
  transition: border-color 0.15s ease;
}
.service-card:hover { border-color: var(--gold); }
.service-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; }
.service-card h3 { font-size: 19px; }
.service-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.7; }

/* ============ Promo ============ */
.promo-section { width: 100%; background: var(--cream-deep); }
.promo-columns { display: flex; align-items: flex-start; gap: 32px; }
.promo-panel { flex: 1.15; background: var(--white); border-radius: 20px; overflow: hidden; box-shadow: 0 22px 44px -24px rgba(10,61,98,0.28); }
.promo-panel-head { padding: 18px 22px; border-bottom: 1px solid var(--line); font-weight: 700; color: var(--navy); font-size: 12.5px; letter-spacing: 0.6px; }
.promo-row { display: flex; align-items: center; gap: 14px; padding: 18px 22px; border-bottom: 1px solid #F3EEE0; }
.promo-row-icon { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.promo-row-title { font-weight: 700; font-size: 14px; color: var(--navy); }
.promo-row-desc { font-size: 12px; color: #9C8F6E; margin-top: 2px; }
.promo-add {
  width: 100%; padding: 16px 22px; text-align: left;
  font-size: 13.5px; font-weight: 700; color: var(--gold);
  display: flex; align-items: center; gap: 8px;
}
.switch {
  width: 48px; height: 28px; border-radius: 999px; border: none;
  position: relative; padding: 3px; flex-shrink: 0;
}
.switch-knob {
  display: block; width: 22px; height: 22px; border-radius: 50%;
  background: var(--white); box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}
.promo-preview-label { font-size: 12.5px; font-weight: 700; color: var(--navy); letter-spacing: 0.6px; }
.promo-preview-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--white); border: 1.5px solid var(--line); border-radius: 16px;
  padding: 16px 18px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.promo-preview-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px -18px rgba(10,61,98,0.28); }
.promo-preview-icon { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.promo-empty { border: 1.5px dashed #C9B98A; border-radius: 16px; padding: 30px 20px; text-align: center; color: #9C8F6E; font-size: 13px; }

/* ============ Why choose us ============ */
.why-section { width: 100%; background: var(--navy-deep); color: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.why-icon { width: 46px; height: 46px; border-radius: 12px; background: rgba(240,219,160,0.14); display: flex; align-items: center; justify-content: center; }
.why-item h3 { color: var(--white); font-size: 15.5px; margin-top: 12px; }
.why-item p { margin: 0; font-size: 13.5px; color: #A9C0CF; line-height: 1.7; }

/* ============ Tim Dokter ============ */
.doctor-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.doctor-card { background: var(--white); border: 1.5px solid var(--line); border-radius: 18px; padding: 24px; text-align: center; }
.doctor-card:hover { border-color: var(--gold); }
.doctor-photo { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; margin: 0 auto 14px; display: block; background: #FBEFDA; }
.doctor-card h3 { font-size: 16.5px; margin: 0 0 2px; }
.doctor-spesialisasi { font-size: 13px; color: var(--muted); margin: 0 0 12px; }
.doctor-jadwal { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: var(--gold); background: #FBEFDA; border-radius: 999px; padding: 5px 12px; }

/* ============ Testimonials ============ */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.testimonial-card { background: var(--white); border: 1.5px solid var(--line); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.stars { color: var(--gold); letter-spacing: 3px; }
.testimonial-card p { margin: 0; font-size: 14.5px; color: #4A545D; line-height: 1.75; }
.testimonial-author { font-weight: 700; font-size: 14px; color: var(--navy); }

/* ============ CTA banner ============ */
.cta-banner {
  background: linear-gradient(120deg, var(--gold), var(--coral));
  border-radius: 26px; padding: 56px 64px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
  box-shadow: 0 30px 60px -26px rgba(200,90,52,0.5);
}
.cta-banner h2 { color: var(--white); font-size: 28px; margin-bottom: 8px; }
.cta-banner p { margin: 0; color: rgba(255,255,255,0.9); font-size: 14.5px; }
.btn-dark { background: var(--navy-deep); color: var(--white); padding: 16px 30px; border-radius: 999px; font-weight: 700; font-size: 15px; white-space: nowrap; }

/* ============ Footer ============ */
.footer { width: 100%; background: var(--navy-deep); color: #A9C0CF; }
.footer-grid { padding: 64px 0 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col-title { font-weight: 700; color: var(--white); font-size: 14px; margin-bottom: 4px; }
.footer-col a:hover { color: var(--gold); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); }
.footer-bottom .container { padding: 20px 24px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 12.5px; color: #7A93A3; }

/* ============ Responsive ============ */
@media (max-width: 960px) {
  .utility-bar .info-group { display: none; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-toggle-input:checked ~ .navbar .nav-links-mobile { display: flex; }
  .hero .container { flex-direction: column; }
  .hero-visual { order: -1; }
  .quick-access { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .doctor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .promo-columns { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cta-banner { padding: 40px 32px; }
}

.nav-links-mobile {
  flex-direction: column;
  gap: 2px;
  padding: 8px 24px 20px;
  background: var(--navy);
  border-top: 1px solid rgba(255,255,255,0.12);
}
.nav-links-mobile a {
  color: #E4ECF2;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav-links-mobile a:hover { color: var(--gold-soft); }

@media (max-width: 480px) {
  .brand-tagline { display: none; }
  .btn-primary-text { display: none; }
  .btn-primary { padding: 11px; }
  .hero-copy h1 { font-size: 34px; }
  .quick-access { grid-template-columns: 1fr; padding: 20px; }
  .why-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; align-items: flex-start; }
}

/* ============ FAQ ============ */
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  background: var(--white); border: 1.5px solid var(--line); border-radius: 14px;
  padding: 18px 22px;
}
.faq-item summary {
  cursor: pointer; font-weight: 700; color: var(--navy); font-size: 15.5px;
  list-style: none; display: flex; align-items: center; justify-content: space-between;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 20px; color: var(--gold); font-weight: 400; margin-left: 12px; flex-shrink: 0;
}
.faq-item[open] summary::after { content: "−"; }
.faq-item p { margin: 14px 0 0; color: var(--ink-soft); font-size: 14.5px; line-height: 1.7; }

/* ============ Admin ============ */
.admin-wrap { min-height: 70vh; padding: 64px 24px; max-width: 1000px; margin: 0 auto; }
.admin-login-card {
  max-width: 380px; margin: 40px auto; background: var(--white);
  border: 1.5px solid var(--line); border-radius: 18px; padding: 32px;
  display: flex; flex-direction: column; gap: 14px; text-align: center;
}
.admin-login-card h1 { font-size: 24px; }
.admin-login-card p { margin: 0; color: var(--muted); font-size: 14px; }
.admin-input {
  width: 100%; padding: 12px 14px; border-radius: 10px;
  border: 1.5px solid var(--line); font-size: 14.5px; font-family: inherit;
  box-sizing: border-box;
}
.admin-input:focus { outline: none; border-color: var(--gold); }
.admin-pesan-error { color: var(--coral); font-size: 13.5px; font-weight: 600; }
.admin-pesan-sukses {
  background: #E7F0EC; color: #2F7A5C; border: 1px solid #C8E0D3;
  padding: 12px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; margin-bottom: 20px;
}
.admin-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 28px; flex-wrap: wrap; }
.admin-header h1 { font-size: 26px; }
.admin-header p { margin: 6px 0 0; color: var(--muted); font-size: 14px; max-width: 480px; }
.admin-section-title { font-size: 13px; font-weight: 700; color: var(--gold); letter-spacing: 0.8px; text-transform: uppercase; margin: 32px 0 14px; }
.admin-settings-card { background: var(--white); border: 1.5px solid var(--line); border-radius: 14px; padding: 22px; }
.admin-settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.admin-field-label { display: flex; flex-direction: column; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--navy); }
.admin-field-full { grid-column: 1 / -1; }
textarea.admin-input { resize: vertical; font-family: inherit; }
.admin-list { display: flex; flex-direction: column; gap: 14px; }
.admin-row {
  background: var(--white); border: 1.5px solid var(--line); border-radius: 14px;
  padding: 16px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.admin-row-baru { border-style: dashed; border-color: var(--gold); background: #FFFDF6; }
.admin-row-fields { display: flex; flex-direction: column; gap: 8px; flex: 1; min-width: 260px; }
.admin-row-fields-sm { display: flex; gap: 8px; }
.admin-row-fields-sm .admin-input[type="color"] { width: 48px; padding: 4px; flex-shrink: 0; }
.admin-row-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.admin-toggle-label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: var(--navy); white-space: nowrap; }
.admin-foto-preview { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; flex-shrink: 0; background: #FBEFDA; border: 1px solid var(--line); }
.admin-foto-upload { display: flex; align-items: center; gap: 10px; }
.admin-foto-upload input[type="file"] { font-size: 12.5px; max-width: 180px; }
.admin-stars-input { display: flex; gap: 4px; }
.admin-stars-input button { background: none; border: none; cursor: pointer; font-size: 20px; color: var(--line); padding: 0; line-height: 1; }
.admin-stars-input button.aktif { color: var(--gold); }
.admin-btn-sm { padding: 10px 16px; font-size: 13px; white-space: nowrap; }
.admin-btn-hapus {
  color: var(--coral); font-weight: 700; font-size: 13px;
  padding: 10px 12px; border-radius: 999px; white-space: nowrap;
}
.admin-btn-hapus:hover { background: #FDEBE3; }

/* Blazor WASM boilerplate */
.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}
.loading-progress circle {
  fill: none;
  stroke: var(--line);
  stroke-width: 0.6rem;
  transform-origin: 50% 50%;
  transform: rotate(-90deg);
}
.loading-progress circle:last-child {
  stroke: var(--coral);
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0) * 0.8), 500%;
  transition: stroke-dasharray 0.05s ease-in-out;
}
.loading-progress-text {
  text-align: center;
  font-weight: 700;
  color: var(--navy);
}
#blazor-error-ui {
  background: #f4a984;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#blazor-error-ui .dismiss { cursor: pointer; position: absolute; right: 0.75rem; top: 0.5rem; }
