@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap");

:root {
  --bg: #f6f7fb;
  --panel: #ffffff;
  --card: #ffffff;
  --txt: #0f172a;
  --muted: #5f6b7a;
  --line: #e3e7ef;
  --accent: #1b5bd7;
  --accent-2: #0ea5e9;
  --accent-3: #16a34a;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Sora", "Segoe UI", system-ui, -apple-system, sans-serif;
  background:
    radial-gradient(circle at 10% 10%, rgba(27,91,215,.08), transparent 35%),
    radial-gradient(circle at 80% 0%, rgba(14,165,233,.08), transparent 40%),
    #f6f7fb;
  color: var(--txt);
}
a { color: var(--accent); }
a:hover { color: #1648ad; }
button { font: inherit; color: inherit; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.topbar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.topbar-inner {
  display: flex; flex-direction: column; gap: 6px;
  padding: 8px 14px;
}
.topbar-row { display: flex; gap: 12px; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; }
.topbar-main { align-items: center; }
.topbar-brand { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; letter-spacing: 0.3px; }
.topbar-brand-text { display: flex; flex-direction: column; gap: 2px; }
.brand-name { font-weight: 700; letter-spacing: 0.3px; }
.topbar-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.topbar-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.topbar-links a { white-space: nowrap; font-size: 14px; }
.topbar a { color: var(--muted); text-decoration: none; font-weight: 600; }
.topbar a:hover { color: var(--accent); }
.logo.small { width: 38px; height: 38px; font-size: 14px; }
.topbar-cta .btn.iconic { align-items: center; }
.topbar-cta .btn.iconic .icon { display: none; }
.topbar-cta .btn.iconic::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.topbar-cta a[href^="https://wa.me/"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300c853'><path d='M12.04 2a10 10 0 0 0-8.53 15.18L2 22l4.95-1.31A10 10 0 1 0 12.04 2zm5.78 14.27c-.24.69-1.4 1.35-1.92 1.42-.5.07-1.16.1-1.87-.12-.43-.14-.99-.32-1.7-.64-2.98-1.29-4.93-4.43-5.08-4.63-.15-.2-1.2-1.6-1.2-3.05 0-1.45.75-2.16 1.01-2.46.26-.3.58-.37.77-.37h.56c.18 0 .42-.07.66.5.24.58.82 2.0.89 2.15.07.14.12.31.02.5-.1.2-.15.31-.3.48-.15.17-.31.38-.45.5-.15.15-.3.31-.13.61.17.3.75 1.24 1.6 2.0 1.1.99 2.03 1.3 2.32 1.45.3.15.47.12.65-.08.18-.2.75-.87.95-1.17.2-.3.4-.25.66-.15.26.1 1.68.8 1.97.94.29.14.48.22.55.34.07.12.07.68-.17 1.37z'/></svg>");
}
.topbar-cta a[href^="tel:"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231b5bd7'><path d='M6.6 10.8a15.5 15.5 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.2 1 .4 2 .6 3.1.6.7 0 1.3.6 1.3 1.3V21c0 .7-.6 1.3-1.3 1.3C10 22.3 1.7 14 1.7 3.4 1.7 2.7 2.3 2 3 2h4.1c.7 0 1.3.6 1.3 1.3 0 1.1.2 2.1.6 3.1.1.4.1.9-.2 1.2l-2.2 2.2z'/></svg>");
}
.topbar-cta a[href^="mailto:"]::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23f59e0b'><path d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/></svg>");
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.lang-dropdown { position: relative; }
.lang-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; }
.lang-toggle span:first-child { font-size: 16px; }
.lang-menu {
  position: absolute; top: calc(100% + 6px); right: 0;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 6px;
  display: grid; gap: 6px;
  min-width: 140px;
  box-shadow: 0 10px 22px rgba(15,23,42,.12);
}
.lang-menu[hidden] { display: none; }
.lang-option {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(15,23,42,.04);
  border: 1px solid var(--line);
  color: var(--txt);
  padding: 8px 10px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
.lang-option span:first-child { font-size: 15px; }
.lang-option:hover { border-color: var(--accent); color: var(--accent); }

.wrap { max-width: 1100px; margin: 0 auto; padding: 26px 20px 32px; }
.logo {
  width: 52px; height: 52px;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  font-weight: 700; letter-spacing: 1px;
  background: linear-gradient(140deg, rgba(27,91,215,.12), rgba(14,165,233,.12));
}
h1 { margin: 0; font-size: 26px; letter-spacing: 0.3px; }
h1.hero-title { font-size: 30px; line-height: 1.2; margin: 2px 0 10px; }

.pill {
  background: rgba(15,23,42,.04);
  border: 1px solid var(--line);
  color: var(--txt);
  padding: 6px 10px;
  border-radius: 10px;
  cursor: pointer;
}
.pill.active { border-color: var(--accent); color: var(--accent); background: rgba(27,91,215,.08); }

.cta { display: flex; gap: 12px; margin-top: 10px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 16px; border-radius: 12px;
  border: 1px solid var(--line); color: var(--txt);
  text-decoration: none; background: #ffffff;
  font-weight: 600; letter-spacing: 0.1px;
  min-height: 44px;
}
.btn.primary {
  background: linear-gradient(120deg, #1b5bd7, #0ea5e9);
  color: #ffffff;
  border-color: #1b5bd7;
  box-shadow: 0 8px 20px rgba(27,91,215,.18);
}
.btn.btn-secondary {
  background: #ffffff;
  color: var(--txt);
  border-color: #c9d3e6;
}
.btn.btn-secondary:hover { border-color: #b6c4dd; }
.btn:not(.iconic)[href^="https://wa.me/"]::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300c853'><path d='M12.04 2a10 10 0 0 0-8.53 15.18L2 22l4.95-1.31A10 10 0 1 0 12.04 2zm5.78 14.27c-.24.69-1.4 1.35-1.92 1.42-.5.07-1.16.1-1.87-.12-.43-.14-.99-.32-1.7-.64-2.98-1.29-4.93-4.43-5.08-4.63-.15-.2-1.2-1.6-1.2-3.05 0-1.45.75-2.16 1.01-2.46.26-.3.58-.37.77-.37h.56c.18 0 .42-.07.66.5.24.58.82 2.0.89 2.15.07.14.12.31.02.5-.1.2-.15.31-.3.48-.15.17-.31.38-.45.5-.15.15-.3.31-.13.61.17.3.75 1.24 1.6 2.0 1.1.99 2.03 1.3 2.32 1.45.3.15.47.12.65-.08.18-.2.75-.87.95-1.17.2-.3.4-.25.66-.15.26.1 1.68.8 1.97.94.29.14.48.22.55.34.07.12.07.68-.17 1.37z'/></svg>");
}
.btn:hover { border-color: #c9d3e6; }
.btn.primary:hover { filter: brightness(0.96); }
.btn.iconic { gap: 8px; }
.btn .icon {
  width: 18px; height: 18px;
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
  background: rgba(15,23,42,.08);
  color: var(--txt);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.btn[href^="https://wa.me/"] .icon { background: #00a743; }
.btn[href^="tel:"] .icon { background: #1b5bd7; }
.btn[href^="https://wa.me/"] .icon svg path,
.btn[href^="tel:"] .icon svg path { fill: #ffffff; }
.icon-wa {
  background: linear-gradient(135deg, #00c853, #00a743);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'><path d='M12.04 2a10 10 0 0 0-8.53 15.18L2 22l4.95-1.31A10 10 0 1 0 12.04 2zm5.78 14.27c-.24.69-1.4 1.35-1.92 1.42-.5.07-1.16.1-1.87-.12-.43-.14-.99-.32-1.7-.64-2.98-1.29-4.93-4.43-5.08-4.63-.15-.2-1.2-1.6-1.2-3.05 0-1.45.75-2.16 1.01-2.46.26-.3.58-.37.77-.37h.56c.18 0 .42-.07.66.5.24.58.82 2.0.89 2.15.07.14.12.31.02.5-.1.2-.15.31-.3.48-.15.17-.31.38-.45.5-.15.15-.3.31-.13.61.17.3.75 1.24 1.6 2.0 1.1.99 2.03 1.3 2.32 1.45.3.15.47.12.65-.08.18-.2.75-.87.95-1.17.2-.3.4-.25.66-.15.26.1 1.68.8 1.97.94.29.14.48.22.55.34.07.12.07.68-.17 1.37z'/></svg>");
}
.icon-phone {
  background: linear-gradient(135deg, #6fa6ff, #4377ff);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 5c0-1.1.9-2 2-2h2l2 4-1.5 1.5a11 11 0 0 0 5 5L14 12l4 2v2c0 1.1-.9 2-2 2a12 12 0 0 1-12-12z'/></svg>");
}
.icon-mail {
  background: linear-gradient(135deg, #f6d365, #fda085);
  color: #0b0c10;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b0c10' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2' ry='2'/><path d='m3 7 9 6 9-6'/></svg>");
}
.micro { margin: 6px 0 0; color: var(--muted); }

main { display: flex; flex-direction: column; gap: 16px; }
.card {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  background: var(--card);
  box-shadow: 0 12px 28px rgba(15,23,42,.08);
  scroll-margin-top: 120px;
}
.highlight { background: linear-gradient(160deg, rgba(27,91,215,.08), rgba(14,165,233,.08)), var(--card); }
.label {
  display: inline-block; padding: 4px 10px;
  background: rgba(27,91,215,.08);
  border: 1px solid rgba(27,91,215,.2);
  border-radius: 999px;
  font-size: 12px; color: var(--txt);
  margin-bottom: 6px;
}
h2 { margin: 6px 0 10px; font-size: 22px; }
p { margin: 0 0 10px; color: var(--muted); line-height: 1.6; }
.note {
  margin-top: 10px;
  padding: 10px 12px;
  background: rgba(14,165,233,.08);
  border: 1px dashed rgba(14,165,233,.4);
  border-radius: 12px;
  color: var(--txt);
}

.grid {
  list-style: none;
  padding: 0; margin: 14px 0 0;
  display: grid; gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid li {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px;
  background: #ffffff;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.grid strong { display: block; margin-bottom: 6px; color: var(--txt); }
.grid span { color: var(--muted); font-size: 14px; }
.grid li:hover {
  border-color: rgba(27,91,215,.35);
  box-shadow: 0 10px 24px rgba(15,23,42,.12);
  transform: translateY(-2px);
}
.quick-grid .cta { margin-top: 12px; }
.quick-grid .btn { width: 100%; justify-content: center; }
.blog-grid .btn { margin-top: 10px; }

.form { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field label { font-weight: 600; color: var(--txt); }
.field input, .field textarea {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--txt);
  font: inherit;
}
.field textarea { min-height: 120px; resize: vertical; }

.inline { margin-top: 10px; }
.mini { font-size: 14px; }
.lede { font-size: 16px; color: var(--txt); margin: 0 0 10px; }

.hero { padding: 24px 22px; gap: 6px; display: flex; flex-direction: column; }
.hero-cta { margin-top: 14px; width: 100%; }
.hero-cta .btn { flex: 1 1 220px; min-width: 180px; }
.hero-contact { color: var(--muted); margin: 6px 0 2px; }
.hero-note { color: var(--muted); margin: 0; }
.urgent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 4px;
}
.chip-link {
  border: 1px solid var(--line);
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(15,23,42,.04);
  color: var(--txt);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}
.chip-link:hover { border-color: #c9d3e6; }
.chip-link[href^="https://wa.me/"]::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300c853'><path d='M12.04 2a10 10 0 0 0-8.53 15.18L2 22l4.95-1.31A10 10 0 1 0 12.04 2zm5.78 14.27c-.24.69-1.4 1.35-1.92 1.42-.5.07-1.16.1-1.87-.12-.43-.14-.99-.32-1.7-.64-2.98-1.29-4.93-4.43-5.08-4.63-.15-.2-1.2-1.6-1.2-3.05 0-1.45.75-2.16 1.01-2.46.26-.3.58-.37.77-.37h.56c.18 0 .42-.07.66.5.24.58.82 2.0.89 2.15.07.14.12.31.02.5-.1.2-.15.31-.3.48-.15.17-.31.38-.45.5-.15.15-.3.31-.13.61.17.3.75 1.24 1.6 2.0 1.1.99 2.03 1.3 2.32 1.45.3.15.47.12.65-.08.18-.2.75-.87.95-1.17.2-.3.4-.25.66-.15.26.1 1.68.8 1.97.94.29.14.48.22.55.34.07.12.07.68-.17 1.37z'/></svg>");
}
.brand { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.subtitle { margin: 6px 0 0; color: var(--muted); }

@media (max-width: 720px) {
  .hero { padding: 20px 16px; }
  h1.hero-title { font-size: 24px; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; }
  .urgent-chips { gap: 6px; }
  .chip-link { font-size: 11px; }
}

.tags {
  list-style: none; padding: 0; margin: 14px 0 0;
  display: flex; gap: 10px; flex-wrap: wrap;
}
.tags li {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(15,23,42,.04);
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer { margin-top: 12px; color: var(--muted); font-size: 13px; padding-bottom: 24px; text-align: center; }

.btn.tiny { padding: 10px 12px; font-size: 14px; }
.mobile-cta {
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  display: none;
  gap: 10px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.95);
  box-shadow: 0 12px 28px rgba(15,23,42,.18);
  z-index: 30;
}
.mobile-cta .btn { flex: 1 1 0; }
.mobile-cta .icon { display: inline-flex; }

@media (min-width: 900px) {
  .topbar-row { flex-wrap: nowrap; }
  .topbar-actions { justify-content: flex-end; }
}

@media (max-width: 640px) {
  .topbar-inner { padding: 8px 12px; gap: 6px; }
  .topbar-links { gap: 8px; }
  .topbar-cta .btn:nth-child(3) { display: none; }
  .topbar-cta .btn { padding: 10px 12px; }
  .mobile-cta .btn-label { display: none; }
  .mobile-cta .btn {
    min-width: 46px;
    justify-content: center;
  }
  .mobile-cta .btn .icon {
    margin-right: 0;
    width: 20px;
    height: 20px;
    background-size: 16px;
  }
}

@media (max-width: 720px) {
  body { padding-bottom: 92px; }
  .mobile-cta { display: flex; }
}
