:root {
  --primary: #0B1F3B;
  --charcoal: #111827;
  --accent: #C8A34A;
  --bg: #F7F8FA;
  --text: #0F172A;
  --border: #E5E7EB;
  --surface: #FFFFFF;
  --muted: #475569;
  --shadow: 0 8px 20px rgba(11, 31, 59, 0.06);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
}

a { color: var(--primary); }

a:hover,
a:focus-visible { color: var(--charcoal); }

.container {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(6px);
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand img {
  width: 176px;
  height: auto;
}

.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
}

.site-nav a {
  display: inline-block;
  text-decoration: none;
  color: var(--charcoal);
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 500;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: #f2f4f8;
  border-color: var(--border);
}

main { padding-bottom: 2rem; }

.hero,
.page-hero { padding: 2.2rem 0 1rem; }

.hero-grid,
.grid-2,
.grid-3,
.footer-grid {
  display: grid;
  gap: 1rem;
}

.hero-grid { grid-template-columns: 1.1fr 0.9fr; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.footer-grid { grid-template-columns: 1fr 1fr; }

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--primary);
  margin: 0.1rem 0 0.6rem;
  line-height: 1.25;
}

h1 { font-size: clamp(1.85rem, 4vw, 2.6rem); }
h2 { font-size: clamp(1.25rem, 2.5vw, 1.85rem); }
h3 { font-size: 1.18rem; }

.lead { font-size: 1.03rem; color: #1e293b; }

.meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.meta-list li {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--border);
}

.meta-list li:last-child { border-bottom: 0; }

.badge-row {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.badge {
  padding: 0.34rem 0.64rem;
  border: 1px solid #d7dce5;
  background: #fafbfc;
  border-radius: 999px;
  font-size: 0.84rem;
}

.cta-row {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}

.btn {
  display: inline-block;
  text-decoration: none;
  background: var(--primary);
  color: #fff;
  padding: 0.68rem 0.98rem;
  border-radius: 8px;
  border: 1px solid var(--primary);
  font-weight: 600;
}

.btn:hover,
.btn:focus-visible { filter: brightness(1.05); }

.btn.alt {
  background: #fff;
  color: var(--primary);
  border-color: var(--border);
}

.section { margin: 1rem 0 1.35rem; }

.notice {
  border-left: 3px solid var(--accent);
  background: #fffdf7;
}

.faq details {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 0.66rem 0.86rem;
  margin-bottom: 0.7rem;
}

.faq summary {
  font-weight: 600;
  color: var(--charcoal);
  cursor: pointer;
}

form { display: grid; gap: 0.75rem; }

label {
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--charcoal);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.64rem 0.72rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font: inherit;
}

textarea {
  min-height: 130px;
  resize: vertical;
}

.help-text,
.small {
  font-size: 0.86rem;
  color: var(--muted);
}

.site-footer {
  border-top: 1px solid var(--border);
  background: var(--charcoal);
  color: #e5e7eb;
  padding: 1rem 0;
}

.site-footer a { color: #f0d793; }

.footer-brandline {
  color: #f4deaa;
  font-size: 0.88rem;
}

@media (max-width: 920px) {
  .hero-grid,
  .grid-2,
  .grid-3,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .brand img { width: 150px; }
}

.header-cta{display:flex;align-items:center;gap:.5rem}
.header-wa{padding:.52rem .72rem;font-size:.88rem;display:inline-flex;align-items:center;gap:.35rem}
.wa-icon{display:inline-flex;align-items:center;justify-content:center;width:1.1rem;height:1.1rem;border-radius:999px;background:#25D366;color:#0b1f3b;font-size:.65rem;font-weight:700}
.header-service{font-size:.78rem;color:var(--muted);white-space:nowrap}
@media (max-width:920px){.header-cta{width:100%;justify-content:space-between}.header-service{font-size:.75rem}}


