/* Kula Protections — site styles
   Brand: navy #0B1F3A, gold #C9A227, dark base.
   No frameworks: works by double-clicking index.html. */

:root {
  --navy: #0b1f3a;
  --navy-light: #16407a;
  --gold: #c9a227;
  --gold-light: #e4c767;
  --ink: #0a0e16;
  --ink-2: #0f1524;
  --ink-3: #141d33;
  --line: #263049;
  --text: #e9eaec;
  --muted: #9aa4b5;
  --radius: 14px;
  --shadow: 0 18px 40px rgba(0, 0, 0, .45);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font: 16px/1.65 "Segoe UI", system-ui, -apple-system, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, p { overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

/* ---------- notice bar ---------- */
.notice {
  background: var(--gold); color: var(--navy); text-align: center;
  font-size: 13.5px; font-weight: 600; padding: 8px 16px;
}

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(10, 14, 22, .9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 22px; min-height: 82px; }
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { height: 52px; width: auto; }
.brand .tag { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); line-height: 1.2; }
.brand .tag b { display: block; color: var(--text); font-size: 14px; letter-spacing: .1em; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-size: 14px; letter-spacing: .04em; color: var(--muted); padding: 6px 0; border-bottom: 2px solid transparent; transition: .18s; }
.nav a:hover, .nav a.active { color: #fff; border-bottom-color: var(--gold); }

.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: var(--text); border-radius: 8px; padding: 8px 10px; cursor: pointer; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 9px; padding: 13px 22px; border-radius: 999px; font-weight: 700; font-size: 15px; border: 1px solid transparent; cursor: pointer; transition: .18s; white-space: nowrap; }
.btn-primary { background: var(--gold); color: var(--navy); }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-ghost { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.02); }
.btn-ghost:hover { border-color: var(--gold); color: #fff; }
.btn-sm { padding: 9px 16px; font-size: 14px; }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(900px 400px at 80% 15%, rgba(201,162,39,.14), transparent 60%),
    radial-gradient(700px 500px at 10% 90%, rgba(22,64,122,.35), transparent 60%);
}
.hero .wrap { position: relative; z-index: 2; padding: 108px 0 92px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: var(--gold); }
.hero h1 { margin: 0 0 18px; font-size: clamp(30px, 7vw, 66px); line-height: 1.06; letter-spacing: -.02em; font-weight: 800; }
.hero h1 span { color: var(--gold); }
.hero p.lead { margin: 0 0 32px; font-size: clamp(17px, 2vw, 20px); color: #cfd3d9; max-width: 560px; width: 100%; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }

.stats { display: flex; flex-wrap: wrap; gap: 42px; margin-top: 58px; }
.stat b { display: block; font-size: 28px; color: #fff; line-height: 1.1; }
.stat span { font-size: 13px; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }

/* ---------- sections ---------- */
section { padding: 84px 0; }
.section-head { margin-bottom: 42px; max-width: 70ch; }
.eyebrow-sm { display: block; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; font-weight: 700; }
.section-head h2 { margin: 0 0 12px; font-size: clamp(28px, 3.6vw, 38px); letter-spacing: -.01em; font-weight: 800; }
.section-head p { margin: 0; color: var(--muted); font-size: 17px; }
.alt { background: var(--ink-2); border-block: 1px solid var(--line); }

/* ---------- cards ---------- */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); }

.card { background: var(--ink-3); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; transition: .2s; }
.card:hover { transform: translateY(-3px); border-color: var(--gold); }
.card .icon { width: 46px; height: 46px; border-radius: 11px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-light), var(--navy)); border: 1px solid var(--gold); margin-bottom: 16px; }
.card .icon svg { width: 23px; height: 23px; stroke: var(--gold-light); fill: none; stroke-width: 1.8; }
.card h3 { margin: 0 0 8px; font-size: 18.5px; }
.card p { margin: 0; color: var(--muted); font-size: 14.5px; }

/* ---------- why us ---------- */
.why-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.why-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 16px; color: #d8dce2; }
.why-list .check {
  flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--gold);
  display: grid; place-items: center; margin-top: 2px;
}
.why-list .check svg { width: 14px; height: 14px; stroke: var(--navy); stroke-width: 3; fill: none; }

/* ---------- contact ---------- */
.contact-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item .icon { width: 42px; height: 42px; border-radius: 10px; flex: none; display: grid; place-items: center; background: rgba(201,162,39,.12); border: 1px solid rgba(201,162,39,.35); }
.contact-item .icon svg { width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.9; }
.contact-item h4 { margin: 0 0 4px; font-size: 15px; }
.contact-item p, .contact-item span { margin: 0; color: var(--muted); font-size: 15px; }

.cta-panel {
  background: linear-gradient(135deg, rgba(201,162,39,.14), rgba(22,64,122,.22));
  border: 1px solid rgba(201,162,39,.3); border-radius: var(--radius);
  padding: 34px; display: flex; flex-wrap: wrap; gap: 20px; align-items: center; justify-content: space-between;
}
.cta-panel h3 { margin: 0 0 6px; font-size: 23px; }
.cta-panel p { margin: 0; color: var(--muted); }

/* ---------- footer ---------- */
.site-footer { background: #070a10; border-top: 1px solid var(--line); padding: 48px 0 28px; }
.foot-grid { display: grid; gap: 30px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.foot-grid h5 { margin: 0 0 12px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.foot-grid a, .foot-grid p { color: #c3c8cf; font-size: 14.5px; margin: 0 0 8px; display: block; }
.foot-grid a:hover { color: var(--gold); }
.foot-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: 13px; color: #6f757f; }

/* ---------- responsive ---------- */
@media (max-width: 860px) {
  .nav { position: absolute; top: 82px; left: 0; right: 0; background: var(--ink-2); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 0; padding: 8px 20px 16px; display: none; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; width: 100%; border-bottom: 1px solid var(--line); }
  .nav-toggle { display: block; }
  .hero .wrap { padding: 74px 0 64px; }
  section { padding: 62px 0; }
  .stats { gap: 18px; flex-direction: column; }
  .brand .tag { display: none; }
}

@media print {
  .site-header, .nav-toggle { display: none; }
  body { background: #fff; color: #000; }
}

/* ---------- floating WhatsApp bubble ---------- */
.whatsapp-bubble {
  position: fixed; right: 22px; bottom: 22px; z-index: 999;
  width: 60px; height: 60px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.35);
  transition: transform .15s ease, box-shadow .15s ease;
  animation: wa-pop .4s ease;
}
.whatsapp-bubble:hover { transform: scale(1.08); box-shadow: 0 8px 26px rgba(0,0,0,.45); }
.whatsapp-bubble svg { width: 30px; height: 30px; fill: #fff; }
@keyframes wa-pop {
  0% { transform: scale(0); opacity: 0; }
  70% { transform: scale(1.1); opacity: 1; }
  100% { transform: scale(1); }
}
@media (max-width: 860px) {
  .whatsapp-bubble { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .whatsapp-bubble svg { width: 27px; height: 27px; }
}
@media print {
  .whatsapp-bubble { display: none; }
}
