/* taloriah — Corporate / Minimalist theme */
:root {
  --ink: #212121;
  --muted: #757575;
  --accent: #f44336;
  --accent-dark: #c62828;
  --paper: #fafafa;
  --line: #e6e6e6;
  --white: #ffffff;
}

html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }

body {
  color: var(--ink);
  font-family: 'Manrope', system-ui, sans-serif;
  background-color: var(--paper);
  line-height: 1.65;
}

h1, h2, h3, h4, .font-head { font-family: 'Sora', system-ui, sans-serif; letter-spacing: -0.01em; }

a { color: inherit; }

/* ---------- Layout helpers ---------- */
.wrap { max-width: 1140px; margin: 0 auto; padding-left: 1.25rem; padding-right: 1.25rem; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .18em;
  font-size: .72rem; font-weight: 700; color: var(--accent);
}
.rule { width: 56px; height: 3px; background: var(--accent); border-radius: 2px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-weight: 700; border-radius: 4px; cursor: pointer; line-height: 1;
  padding: .95rem 1.7rem; border: 1px solid transparent; text-align: center;
  transition: transform .14s ease, box-shadow .14s ease, background .14s ease, color .14s ease;
}
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 10px 24px -10px rgba(244,67,54,.7); }
.btn-accent:hover { background: var(--accent-dark); transform: translateY(-2px); box-shadow: 0 16px 30px -10px rgba(244,67,54,.75); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.btn-lg { font-size: 1.05rem; padding: 1.1rem 2.1rem; }

/* ---------- Header ---------- */
.topbar { background: var(--ink); color: #fff; font-size: .82rem; }
.topbar a { color: #fff; }
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.logo-mark {
  width: 38px; height: 38px; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center;
  background: var(--ink); color: #fff; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 1.1rem;
}
.navlink { position: relative; font-weight: 600; color: var(--ink); padding-bottom: 2px; }
.navlink::after { content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px; background: var(--accent); transition: width .2s ease; }
.navlink:hover::after { width: 100%; }

/* ---------- Cards / panels ---------- */
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 8px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(33,33,33,.45); border-color: #d6d6d6; }
.numbox {
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 2.4rem; line-height: 1;
  color: var(--accent); min-width: 64px;
}

/* ---------- Forms ---------- */
.field {
  width: 100%; padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 6px;
  background: #fff; font-family: inherit; font-size: .98rem; color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(244,67,54,.14); }
label.lbl { display: block; font-weight: 600; font-size: .85rem; margin-bottom: .35rem; color: var(--ink); }

/* ---------- Accordion ---------- */
.acc-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.acc-trigger {
  width: 100%; text-align: left; padding: 1.1rem 1.25rem; font-family: 'Sora', sans-serif;
  font-weight: 600; font-size: 1.02rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; background: #fff;
}
.acc-trigger .chev { transition: transform .2s ease; color: var(--accent); flex: 0 0 auto; }
.acc-panel { max-height: 0; overflow: hidden; transition: max-height .28s ease; padding: 0 1.25rem; color: var(--muted); }
.acc-item.open .acc-panel { max-height: 520px; padding-bottom: 1.2rem; }
.acc-item.open .chev { transform: rotate(45deg); }

/* ---------- Reviews slider ---------- */
.slider { position: relative; overflow: hidden; }
.slides { display: flex; transition: transform .45s ease; }
.slide { min-width: 100%; padding: .25rem; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: var(--line); border: none; cursor: pointer; }
.dot.active { background: var(--accent); }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Map ---------- */
.map-frame { width: 100%; border: 0; min-height: 340px; border-radius: 8px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #cfcfcf; }
.site-footer a { color: #cfcfcf; }
.site-footer a:hover { color: #fff; }
.foot-head { color: #fff; font-family: 'Sora', sans-serif; font-weight: 700; font-size: 1rem; }

/* ---------- Cookie consent ---------- */
.cookie-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: #fff;
  border-top: 1px solid var(--line); box-shadow: 0 -10px 30px -18px rgba(0,0,0,.4);
}
.cookie-bar.hidden-bar { display: none; }
.cookie-modal { position: fixed; inset: 0; z-index: 70; background: rgba(33,33,33,.55); display: none; align-items: center; justify-content: center; padding: 1rem; }
.cookie-modal.show { display: flex; }
.toggle { position: relative; width: 46px; height: 26px; border-radius: 999px; background: #ccc; transition: background .2s; flex: 0 0 auto; }
.toggle::after { content: ""; position: absolute; top: 3px; left: 3px; width: 20px; height: 20px; border-radius: 50%; background: #fff; transition: transform .2s; }
.toggle.on { background: var(--accent); }
.toggle.on::after { transform: translateX(20px); }
.toggle.locked { background: var(--muted); cursor: not-allowed; }

/* ---------- Disclaimer ---------- */
.disclaimer { background: #fff; border: 1px dashed #d8d8d8; border-radius: 8px; color: var(--muted); font-size: .88rem; }

/* ---------- Misc ---------- */
.divider { height: 1px; background: var(--line); }
.badge { display: inline-block; background: rgba(244,67,54,.1); color: var(--accent-dark); font-weight: 700; font-size: .78rem; padding: .3rem .7rem; border-radius: 999px; }
.kicker-num { font-family: 'Sora', sans-serif; font-weight: 800; color: var(--accent); }
.legal h2 { font-size: 1.35rem; margin-top: 2rem; margin-bottom: .6rem; }
.legal h3 { font-size: 1.08rem; margin-top: 1.3rem; margin-bottom: .4rem; }
.legal p, .legal li { color: #3a3a3a; }
.legal ul { list-style: disc; padding-left: 1.4rem; }
