:root {
  --primary: #0b153a;
  --secondary: #0f766e;
  --accent: #f59e0b;
  --gold: #f4c95d;
  --light: #f8fafc;
  --text: #0f172a;
  --muted: #475569;
  --grad-1: linear-gradient(135deg, #0b153a, #0f766e);
  --grad-2: linear-gradient(135deg, #0ea5e9, #14b8a6);
  --radius: 18px;
  --shadow: 0 16px 40px rgba(2, 6, 23, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif; color: var(--text); background: #eef4ff; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, 92%); margin: 0 auto; }
.section { padding: 74px 0; }
.section-title { font-size: clamp(1.8rem, 3.5vw, 2.7rem); margin: 0 0 14px; }
.section-intro { color: var(--muted); max-width: 780px; line-height: 1.8; }

.breadcrumb-nav {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.85rem;
  padding: 10px 0;
}
.breadcrumb-nav a { color: var(--secondary); font-weight: 600; }
.breadcrumb-nav span { color: var(--muted); }

.seo-faq .faq-grid { display: grid; gap: 12px; max-width: 900px; }
.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 0 18px;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.04);
}
.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--primary);
  padding: 16px 0;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item p { margin: 0 0 16px; color: var(--muted); line-height: 1.7; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 20px; border-radius: 999px; border: 0; cursor: pointer; font-weight: 600; transition: .28s ease; }
.btn-primary { background: var(--grad-1); color: #fff; box-shadow: var(--shadow); }
.btn-primary:hover { transform: translateY(-2px) scale(1.02); }
.btn-light { background: #fff; color: var(--primary); }
.btn-outline { border: 1.5px solid rgba(255,255,255,.55); color: #fff; }
.btn-gold { background: linear-gradient(135deg,#f59e0b,#f4c95d); color: #1f2937; box-shadow: 0 8px 22px rgba(245,158,11,.35); }
.btn-outline-light { border: 1.5px solid rgba(255,255,255,.75); color: #fff; background: rgba(255,255,255,.08); }

.topbar { background: var(--primary); color: #fff; font-size: .86rem; }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 8px 0; }
/* Navbar: see css/navbar.css */

.hero { position: relative; overflow: clip; padding: 84px 0; background: radial-gradient(circle at 90% 5%, rgba(56,189,248,.34), transparent 36%), var(--grad-1); color: #fff; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: center; }
.kicker { text-transform: uppercase; font-size: .75rem; letter-spacing: .11em; font-weight: 700; color: #facc15; }
.hero h1 { font-size: clamp(2rem,5vw,3.8rem); line-height: 1.12; margin: 10px 0 14px; }
.hero p { line-height: 1.8; }
.hero-card { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28); border-radius: 20px; padding: 14px; backdrop-filter: blur(8px); box-shadow: var(--shadow); }
.hero-card img { border-radius: 14px; width: 100%; height: auto; max-height: 520px; object-fit: contain; background: rgba(255,255,255,.12); }

.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.grid-1 { display: grid; grid-template-columns: 1fr; }
.card { background: rgba(255,255,255,.82); border: 1px solid rgba(15,23,42,.08); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); transition: .25s ease; }
.card:hover { transform: translateY(-4px); }
.photo-card { padding: 10px; display: flex; flex-direction: column; }
.photo-card img {
  width: 100%;
  height: auto;
  max-height: 420px;
  min-height: 160px;
  object-fit: contain;
  object-position: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}
.card img:not(.brand-logo):not(.footer-logo) {
  object-fit: contain;
  object-position: center;
}
.photo-card figcaption { display: none; }

.page-hero { background: var(--grad-1); color: #fff; padding: 62px 0; }
.page-hero h1 { margin: 0 0 10px; font-size: clamp(2rem,4vw,3rem); }
.breadcrumbs { color: #cbd5e1; font-size: .92rem; }

.table-wrap { overflow: auto; }
.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; }
.table th, .table td { padding: 12px; border-bottom: 1px solid #e2e8f0; text-align: left; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
input, textarea, select { width: 100%; padding: 12px 14px; border-radius: 12px; border: 1px solid #cbd5e1; font: inherit; }
textarea { min-height: 120px; resize: vertical; }
.day-card h3 { margin: 0 0 8px; color: #0b153a; }

.footer { position: relative; background: linear-gradient(180deg,#020617 0%,#0b153a 55%,#0f766e 140%); color: #e2e8f0; margin-top: 40px; overflow: hidden; }
.footer-wave { height: 56px; background: linear-gradient(180deg,transparent,rgba(14,165,233,.08)); }
.footer-shell { padding: 0 0 28px; }
.footer-cta-panel { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; background: linear-gradient(135deg,rgba(14,165,233,.22),rgba(245,158,11,.18)); border: 1px solid rgba(191,219,254,.28); border-radius: 20px; padding: 26px 28px; margin-bottom: 28px; box-shadow: 0 20px 50px rgba(2,6,23,.35); }
.footer-badge { display: inline-block; padding: 6px 12px; border-radius: 999px; background: rgba(244,201,93,.2); color: #fde68a; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 8px; }
.footer-cta-panel h3 { margin: 0 0 8px; color: #fff; font-size: clamp(1.2rem,2.5vw,1.65rem); }
.footer-cta-panel p { margin: 0; color: #cbd5e1; max-width: 560px; line-height: 1.7; }
.footer-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-main-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.1fr; gap: 24px; }
.footer-brand-col { padding-right: 12px; }
.footer-brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.footer-logo { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; background: transparent; filter: drop-shadow(0 4px 10px rgba(0,0,0,.35)); }
.footer-brand-col h4 { margin: 0 0 4px; color: #fff; font-size: 1.05rem; }
.footer-managed { margin: 0; color: #94a3b8; font-size: .9rem; }
.footer-address { margin: 0 0 14px; line-height: 1.7; color: #cbd5e1; }
.footer-contact-pills { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-pills .contact-pill { display: inline-flex; align-items: center; gap: 10px; padding: 8px 12px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(148,163,184,.25); color: #e2e8f0; font-size: .9rem; transition: .25s ease; word-break: break-word; }
.footer-contact-pills .contact-pill:hover { background: rgba(255,255,255,.12); transform: translateX(4px); }
.footer-contact-pills .pill-icon { width: 18px; height: 18px; flex-shrink: 0; opacity: .9; }
.footer-contact-pills .contact-pill span { line-height: 1.35; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 8px; }
.footer-legal a { color: #94a3b8; font-size: .85rem; }
.footer-legal a:hover { color: #fde68a; }
.legal-content h2 { margin: 1.2rem 0 .5rem; font-size: 1.1rem; color: var(--primary); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { line-height: 1.75; color: var(--muted); }
.footer-col h5 { margin: 0 0 14px; color: #f8fafc; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer-col a { color: #bfdbfe; font-size: .92rem; display: inline-flex; align-items: center; gap: 6px; }
.footer-col a:hover { color: #fff; }
.footer-newsletter { display: grid; gap: 10px; }
.footer-newsletter input { background: rgba(15,23,42,.55); border-color: rgba(148,163,184,.35); color: #fff; }
.footer-newsletter input::placeholder { color: #94a3b8; }
.footer-newsletter p { font-size: .82rem; margin: 0; color: #86efac; }
.footer-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.footer-social a { padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(148,163,184,.3); font-size: .82rem; color: #e2e8f0; }
.footer-social a:hover { background: rgba(255,255,255,.16); }
.subfooter { border-top: 1px solid rgba(255,255,255,.12); background: rgba(2,6,23,.55); }
.subfooter-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding: 16px 0; font-size: .86rem; color: #93c5fd; }

.floating-actions { position: fixed; right: 18px; bottom: 18px; display: flex; flex-direction: column; gap: 10px; z-index: 90; }
.fab { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 700; box-shadow: var(--shadow); }
.fab-call { background: #0284c7; }
.fab-wa { background: #16a34a; }
.fab-top { background: #1e293b; }

.site-loader { position: fixed; inset: 0; background: linear-gradient(145deg,rgba(11,21,58,.96),rgba(15,118,110,.96)); display: grid; place-items: center; z-index: 9999; color: #fff; transition: opacity .2s ease, visibility .2s ease; }
.site-loader.hide { opacity: 0; visibility: hidden; pointer-events: none; }
.loader-ring { width: 64px; height: 64px; border-radius: 50%; border: 4px solid rgba(255,255,255,.25); border-top-color: #f4c95d; animation: spin 1s linear infinite; }

.svg-icon { width: 14px; height: 14px; display: inline-block; vertical-align: -2px; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .hero-grid, .grid-3, .grid-2, .footer-main-grid, .form-grid { grid-template-columns: 1fr; }
  .photo-card img { max-height: 360px; }
  .footer-cta-panel { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .section { padding: 56px 0; }
  .hero { padding-top: 60px; }
  .photo-card img { max-height: 300px; min-height: 140px; }
  .hero-card img { max-height: 320px; }
  .subfooter-inner { flex-direction: column; }
}
