:root{
  --bg:#07122a;
  --bg-2:#0b1735;
  --card:#ffffff;
  --surface:#f6f8fc;
  --surface-2:#edf3fb;
  --text:#0f172a;
  --muted:#475569;
  --line:#d9e2f2;
  --accent:#2563eb;
  --accent-2:#0ea5e9;
  --success:#16a34a;
  --warning:#f59e0b;
  --danger:#dc2626;
  --white:#ffffff;
  --shadow:0 16px 36px rgba(12,25,56,.08);
  --radius:24px;
  --radius-sm:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--surface);color:var(--text);line-height:1.6;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(1120px,calc(100% - 32px));margin:0 auto}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,18,42,.94);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px;color:var(--white)}
.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,#38bdf8,#2563eb);font-weight:800}
.brand strong,.brand small{display:block}
.brand small{color:#cbd5e1}
.site-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.nav-link{padding:10px 12px;color:#dbeafe;border-radius:999px}
.nav-link:hover,.nav-link-active{background:rgba(255,255,255,.1);color:#fff}
.nav-cta{margin-left:6px}
.menu-toggle{display:none;background:none;border:0;padding:6px;cursor:pointer}
.menu-toggle span{display:block;width:24px;height:2px;background:#fff;margin:5px 0;border-radius:999px}
.top-contact-bar{background:#dbeafe;border-bottom:1px solid #bfdbfe}
.top-contact-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:16px;padding:10px 0;font-size:14px}
.breadcrumb{background:#fff;border-bottom:1px solid #e2e8f0}
.breadcrumb ol{list-style:none;display:flex;gap:10px;flex-wrap:wrap;padding:12px 0;margin:0;font-size:14px;color:#475569}
.breadcrumb li:not(:last-child)::after{content:"/";margin-left:10px;color:#94a3b8}
.hero{padding:56px 0 28px;background:radial-gradient(circle at top left,#1d4ed8 0,#07122a 46%,#050c1d 100%);color:#fff}
.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}
.hero-copy h1{font-size:clamp(32px,5vw,58px);line-height:1.05;margin:0 0 18px;letter-spacing:-.03em}
.hero-copy p{font-size:18px;color:#dbeafe;max-width:64ch}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin:24px 0 12px}
.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(56,189,248,.14);border:1px solid rgba(191,219,254,.25);font-size:13px;font-weight:700;color:#dbeafe;margin-bottom:16px}
.hero-card,.stat-card,.panel,.info-card,.booking-shell,.admin-shell,.chat-panel,.notice-card,.article-card,.faq-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 18px;border-radius:16px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff}
.btn-secondary{background:#fff;color:#0f172a}
.btn-outline{background:transparent;border-color:#bfdbfe;color:#dbeafe}
.btn-soft{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}
.hero-card{padding:28px;background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.12);color:#fff}
.hero-card p,.hero-card li{color:#dbeafe}
.list-clean{padding:0;margin:0;list-style:none;display:grid;gap:12px}
.list-clean li{display:flex;gap:10px;align-items:flex-start}
.dot{width:10px;height:10px;border-radius:999px;background:#22c55e;margin-top:8px;flex:0 0 auto}
.section{padding:56px 0}
.section-alt{background:#fff}
.section-soft{background:linear-gradient(180deg,#f8fbff,#edf5ff)}
.section-head{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:18px;margin-bottom:28px}
.section-head h1,.section-head h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.1}
.section-head p{margin:0;color:var(--muted);max-width:68ch}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.grid-2-1{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}
.info-card,.panel,.notice-card,.booking-shell,.admin-shell,.article-card,.faq-card{padding:24px;background:#fff}
.info-card h3,.article-card h3,.panel h2,.faq-card h2{margin-top:0}
.kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:24px}
.stat-card{padding:20px;background:#fff;color:var(--text)}
.stat-card strong{display:block;font-size:26px;margin-bottom:6px}
.panel-dark{background:linear-gradient(180deg,#0f172a,#0b1120);color:#fff;border-color:#0f172a}
.panel-dark p,.panel-dark li,.panel-dark .muted{color:#dbeafe}
.timeline{display:grid;gap:14px;padding:0;list-style:none;margin:0}
.timeline li{display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:start}
.timeline-step{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:#dbeafe;color:#1d4ed8;font-weight:800}
.notice-card{border-left:6px solid #1d4ed8}
.notice-card p:last-child,.info-card p:last-child,.panel p:last-child,.article-card p:last-child{margin-bottom:0}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.form-group{display:grid;gap:8px}
.form-group-full{grid-column:1/-1}
label{font-weight:700}
input,select,textarea{width:100%;padding:14px 16px;border-radius:16px;border:1px solid #cbd5e1;background:#fff;color:#0f172a}
input:focus,select:focus,textarea:focus,summary:focus{outline:3px solid rgba(37,99,235,.14);outline-offset:2px;border-color:#2563eb}
.input-help{font-size:13px;color:var(--muted)}
.form-error{min-height:20px;color:var(--danger);font-size:14px}
.form-success{min-height:20px;color:#166534;font-size:14px}
.form-note{font-size:13px;color:var(--muted)}
.booking-shell{padding:26px}
.booking-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}
.step-pill{padding:12px;border-radius:18px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:700;text-align:center}
.step-pill.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}
.step-card{display:none}
.step-card.active{display:block}
.slots-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.slot-btn{padding:14px;border-radius:16px;border:1px solid #cbd5e1;background:#fff;text-align:center;font-weight:700;cursor:pointer}
.slot-btn[aria-pressed="true"],.slot-btn:hover{border-color:#2563eb;background:#eff6ff}
.slot-btn[disabled]{opacity:.5;cursor:not-allowed}
.summary-card{padding:20px;border-radius:20px;background:#f8fafc;border:1px solid #e2e8f0}
.callout{padding:16px 18px;border-radius:18px;background:#eff6ff;border:1px solid #bfdbfe}
.metric-strip{display:flex;flex-wrap:wrap;gap:10px}
.metric-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:700}
.table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:20px}
table{width:100%;border-collapse:collapse;background:#fff}
th,td{padding:14px;border-bottom:1px solid #e2e8f0;text-align:left;font-size:14px;vertical-align:top}
th{background:#f8fafc}
.badge-status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.status-initiated,.status-pending,.status-open{background:#fef3c7;color:#92400e}
.status-confirmed,.status-paid,.status-cash,.status-resolved{background:#dcfce7;color:#166534}
.status-cancelled,.status-rescheduled{background:#fee2e2;color:#991b1b}
.status-in_progress{background:#dbeafe;color:#1d4ed8}
.faq-list{display:grid;gap:14px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:20px;padding:0}
.faq-item summary{list-style:none;cursor:pointer;padding:18px 20px;font-weight:800}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item[open] summary{border-bottom:1px solid #e2e8f0}
.faq-item .faq-answer{padding:16px 20px 20px;color:#334155}
.article-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:14px;color:#475569}
.article-card .tag,.tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
.article-body{display:grid;gap:18px}
.article-body h2{margin-bottom:0}
.article-body ul,.article-body ol{padding-left:22px;margin:0}
.split-actions{display:flex;flex-wrap:wrap;gap:10px}
.site-footer{padding:56px 0 110px;background:#07122a;color:#dbeafe}
.footer-grid{display:grid;grid-template-columns:1.15fr .95fr .9fr;gap:22px}
.footer-links{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.footer-links a{color:#dbeafe}
.footer-bottom{display:flex;gap:18px;flex-wrap:wrap;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);margin-top:24px}
.muted{color:var(--muted)}
.muted-light{color:#cbd5e1}
.text-danger{color:var(--danger)}
.text-success{color:#166534}
.center{text-align:center}
.stack{display:grid;gap:16px}
.mt-0{margin-top:0}.mt-1{margin-top:6px}.mt-2{margin-top:12px}.mt-3{margin-top:18px}.mt-4{margin-top:24px}
.chat-dock{position:fixed;right:18px;bottom:18px;z-index:60}
.chat-fab{padding:14px 18px;border:0;border-radius:999px;background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;font-weight:800;box-shadow:var(--shadow);cursor:pointer}
.chat-panel{position:absolute;right:0;bottom:72px;width:min(390px,calc(100vw - 24px));padding:0;overflow:hidden}
.chat-header{display:flex;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid #e2e8f0;background:#eff6ff}
.chat-header p{margin:4px 0 0;font-size:13px;color:#334155}
.chat-body{padding:16px;display:grid;gap:12px;max-height:340px;overflow:auto;background:#fff}
.chat-msg{padding:14px 16px;border-radius:18px;font-size:14px;max-width:90%}
.chat-msg-user{justify-self:end;background:#dbeafe}
.chat-msg-assistant{justify-self:start;background:#f8fafc;border:1px solid #e2e8f0}
.chat-form{padding:14px;display:grid;gap:10px;border-top:1px solid #e2e8f0}
.chat-notice{padding:12px 14px;font-size:12px;background:#fff7ed;color:#9a3412;border-top:1px solid #ffedd5;border-bottom:1px solid #ffedd5}
.icon-btn{background:none;border:0;font-size:28px;line-height:1;cursor:pointer}
.feature-list{display:grid;gap:14px}
.feature-list strong{display:block;margin-bottom:4px}
.article-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.hero-map-link{display:inline-flex;align-items:center;gap:10px;font-weight:700}
.cta-banner{padding:24px;border-radius:var(--radius);background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe}
@media (max-width: 1020px){
  .hero-grid,.grid-4,.grid-3,.grid-2,.grid-2-1,.kpi-row,.footer-grid,.top-contact-grid,.form-grid,.booking-steps,.slots-grid,.article-grid{grid-template-columns:1fr 1fr}
  .site-nav{position:fixed;inset:73px 12px auto 12px;display:none;flex-direction:column;align-items:stretch;background:#07122a;padding:16px;border-radius:24px;border:1px solid rgba(255,255,255,.1)}
  .site-nav.open{display:flex}
  .menu-toggle{display:block}
}
@media (max-width: 700px){
  .hero{padding-top:40px}
  .hero-grid,.grid-4,.grid-3,.grid-2,.grid-2-1,.kpi-row,.footer-grid,.top-contact-grid,.form-grid,.booking-steps,.slots-grid,.article-grid{grid-template-columns:1fr}
  .container{width:min(100% - 20px,1120px)}
  .chat-panel{width:min(100vw - 20px,390px)}
  .hero-copy p{font-size:17px}
  .chat-dock{right:10px;bottom:10px}
}

:root{--surface:#f4f7fb;--surface-2:#eaf2ff;--accent:#2563eb;--accent-2:#14b8a6;--bg:#0f172a;--bg-2:#132242;--line:#d7e3f4;--shadow:0 18px 42px rgba(15,23,42,.08)}
body{background:linear-gradient(180deg,#f8fbff,#f4f7fb)}
.hero-soft{background:radial-gradient(circle at top left,#dbeafe 0,#eff6ff 30%,#f8fbff 100%);color:var(--text)}
.hero-soft .hero-copy p,.hero-soft .badge{color:#0f172a}
.hero-soft .badge{background:#dbeafe;border-color:#bfdbfe}
.hero-card-light{background:#fff;color:var(--text);border-color:#dbeafe}
.hero-card-light p,.hero-card-light li{color:#334155}
.micro-contact-bar{background:#eff6ff;border-bottom:1px solid #dbeafe;font-size:13px}
.micro-contact-grid{display:flex;flex-wrap:wrap;gap:14px;padding:8px 0;color:#334155}
.muted-sep{color:#94a3b8}
.contact-badges{display:flex;flex-wrap:wrap;gap:10px}.contact-badges span{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-weight:700;font-size:13px}
.article-grid-3{grid-template-columns:repeat(3,1fr)}
.booking-side-note{max-width:440px}
.day-slot-shell{display:grid;gap:14px}
.day-slot-label{font-weight:800;color:#0f172a}
.day-chip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.day-chip{padding:14px 12px;border:1px solid #cbd5e1;border-radius:18px;background:#fff;cursor:pointer;text-align:left;display:grid;gap:6px;font-weight:700;min-height:86px}
.day-chip span{font-size:13px;color:#475569}.day-chip strong{font-size:16px;color:#0f172a}
.day-chip:hover,.day-chip.selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.btn-small{padding:10px 14px;font-size:14px}
.section-mini-head{display:flex;justify-content:space-between;gap:12px;align-items:center;flex-wrap:wrap}
.slot-btn.selected,.slot-btn[aria-pressed="true"]{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.cta-row{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.cta-ready{box-shadow:0 12px 24px rgba(37,99,235,.22)}
.cta-pulse{animation:ctaPulse 1.4s ease}
@keyframes ctaPulse{0%{transform:scale(1)}35%{transform:scale(1.03)}100%{transform:scale(1)}}
.success-panel{display:flex;gap:16px;align-items:center;padding:20px;border-radius:24px;background:linear-gradient(135deg,#ecfdf5,#dcfce7);border:1px solid #86efac}
.success-icon{display:grid;place-items:center;width:56px;height:56px;border-radius:999px;background:#16a34a;color:#fff;font-size:28px;font-weight:800}
.selectable-card{cursor:pointer;display:grid;gap:8px}.selectable-card input{width:auto}.selectable-card:has(input:checked){border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}
.footer-social{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.footer-social a{display:inline-flex;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:#dbeafe}
.cta-banner-strong{background:linear-gradient(135deg,#dbeafe,#eff6ff)}
@media (max-width:1020px){.article-grid-3,.day-chip-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:700px){.article-grid-3,.day-chip-grid{grid-template-columns:1fr}.micro-contact-grid{display:grid}.hero-actions .btn,.cta-row .btn{width:100%}}
