/* ─── KLARO LAW — SHARED STYLES ─── */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal-deep: #0F6E56;
  --teal-mid:  #1D9E75;
  --teal-light:#E1F5EE;
  --teal-pale: #F0FAF6;
  --teal-dark: #085041;
  --ink:       #1A2825;
  --ink-muted: #4A6259;
  --border:    rgba(15,110,86,0.15);
  --white:     #FFFFFF;
  --off-white: #F8FCFA;
  --gold:      #C9A84C;
  --gold-light:#FBF5E6;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; color: var(--ink); background: var(--white); overflow-x: hidden; }

/* ─── NAV ─── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--border);
  padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav-logo { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--teal-deep); letter-spacing: -0.3px; text-decoration: none; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 32px; list-style: none; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--ink-muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--teal-deep); }
.nav-cta { background: var(--teal-deep); color: #fff; padding: 10px 22px; border-radius: 6px; font-size: 14px; font-weight: 500; text-decoration: none; transition: background 0.2s; }
.nav-cta:hover { background: var(--teal-dark); }

/* ─── SECTION SHARED ─── */
section { padding: 80px 64px; }
.section-label { font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--teal-mid); margin-bottom: 12px; }
.section-title { font-family: 'DM Serif Display', serif; font-size: 38px; line-height: 1.15; color: var(--ink); letter-spacing: -0.5px; margin-bottom: 16px; }
.section-sub { font-size: 16px; color: var(--ink-muted); line-height: 1.7; max-width: 560px; margin-bottom: 48px; }

/* ─── TRUST BAR ─── */
.trust-bar { background: var(--off-white); border-bottom: 1px solid var(--border); padding: 18px 64px; display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-muted); font-weight: 500; }
.trust-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-mid); flex-shrink: 0; }

/* ─── PAGE HERO (inner pages) ─── */
.page-hero {
  background: var(--teal-deep);
  padding: 72px 64px 64px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,0.02) 0px, rgba(255,255,255,0.02) 1px, transparent 1px, transparent 40px);
}
.page-hero-inner { position: relative; z-index: 1; max-width: 680px; }
.page-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.9); font-size: 12px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px; }
.page-hero h1 { font-family: 'DM Serif Display', serif; font-size: 48px; line-height: 1.1; color: #fff; margin-bottom: 18px; letter-spacing: -1px; }
.page-hero h1 em { font-style: italic; color: #9FE1CB; }
.page-hero p { font-size: 17px; color: rgba(255,255,255,0.78); line-height: 1.65; max-width: 560px; }

/* ─── CTA STRIP ─── */
.cta-strip { background: var(--teal-deep); padding: 64px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 48px; }
.cta-strip h2 { font-family: 'DM Serif Display', serif; font-size: 34px; color: #fff; margin-bottom: 10px; }
.cta-strip p { font-size: 15px; color: rgba(255,255,255,0.75); max-width: 480px; }
.btn-white { background: #fff; color: var(--teal-deep); padding: 15px 30px; border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none; white-space: nowrap; display: inline-block; transition: transform 0.15s; }
.btn-white:hover { transform: translateY(-2px); }
.btn-teal { background: var(--teal-deep); color: #fff; padding: 15px 30px; border-radius: 8px; font-size: 15px; font-weight: 600; text-decoration: none; display: inline-block; transition: background 0.2s; }
.btn-teal:hover { background: var(--teal-dark); }

/* ─── FOOTER ─── */
footer { background: var(--ink); padding: 56px 64px 32px; color: rgba(255,255,255,0.65); }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-brand h4 { font-family: 'DM Serif Display', serif; font-size: 20px; color: #fff; margin-bottom: 10px; }
.footer-brand h4 span { color: var(--gold); }
.footer-brand p { font-size: 13px; line-height: 1.7; max-width: 260px; }
.footer-col h5 { font-size: 12px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 14px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: flex-start; gap: 32px; font-size: 12px; }
.footer-disclaimer { max-width: 560px; line-height: 1.6; }

/* ─── CARDS ─── */
.card { border: 1px solid var(--border); border-radius: 12px; padding: 32px 28px; transition: transform 0.2s, box-shadow 0.2s; }
.card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(15,110,86,0.1); }
.card-icon { width: 48px; height: 48px; border-radius: 10px; background: var(--teal-light); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card-icon svg { width: 24px; height: 24px; stroke: var(--teal-deep); fill: none; }

/* ─── CONTACT FORM ─── */
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 6px; letter-spacing: 0.2px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; padding: 12px 16px;
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px; color: var(--ink);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--teal-mid);
  box-shadow: 0 0 0 3px rgba(29,158,117,0.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { background: var(--teal-deep); color: #fff; border: none; padding: 14px 32px; border-radius: 8px; font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; cursor: pointer; transition: background 0.2s, transform 0.15s; width: 100%; }
.form-submit:hover { background: var(--teal-dark); transform: translateY(-1px); }
.form-note { font-size: 12px; color: var(--ink-muted); margin-top: 10px; text-align: center; }
.form-success { display: none; background: var(--teal-light); border: 1px solid var(--teal-mid); border-radius: 8px; padding: 20px 24px; text-align: center; }
.form-success h4 { color: var(--teal-deep); font-size: 16px; margin-bottom: 6px; }
.form-success p { font-size: 14px; color: var(--ink-muted); }
