@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg: #ffffff; --bg2: #f7f7f5; --bg3: #eeeee9;
  --bg-dark: #1a1a2e; --bg-dark2: #16162a;
  --text: #1a1a2e; --text-light: #ffffff; --text-muted: #6b6b7b;
  --accent: #c9a84c; --accent-hover: #b8952f; --accent-light: #f5ecd4;
  --border: #e2e2dc; --border-dark: rgba(255,255,255,0.08);
  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Outfit', sans-serif;
  --radius: 12px; --radius-sm: 8px;
  --shadow: 0 2px 16px rgba(0,0,0,0.06);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.1);
}
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: var(--font-body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }

/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; display: flex; align-items: center; justify-content: space-between; padding: 0 4%; height: 68px; background: rgba(255,255,255,0.92); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); transition: box-shadow 0.3s; }
nav.scrolled { box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 600; color: var(--text); text-decoration: none; letter-spacing: -0.01em; }
.logo span { color: var(--accent); font-weight: 700; }
.nav-links { display: flex; gap: 2rem; align-items: center; list-style: none; }
.nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.88rem; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--text); }
.nav-cta { background: var(--accent); color: #fff !important; padding: 0.55rem 1.5rem; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; border-radius: 6px; transition: all 0.2s; }
.nav-cta:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(201,168,76,0.3); color: #fff !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); transition: 0.3s; border-radius: 2px; }

/* BUTTONS */
.btn-primary { background: var(--accent); color: #fff; padding: 0.9rem 2rem; font-family: var(--font-body); font-size: 0.88rem; font-weight: 600; text-decoration: none; border-radius: 8px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(201,168,76,0.3); }
.article-body .btn-primary { color: #fff; text-decoration: none; }
.btn-outline { border: 1.5px solid var(--border); color: var(--text); padding: 0.9rem 2rem; font-family: var(--font-body); font-size: 0.88rem; font-weight: 600; text-decoration: none; border-radius: 8px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; background: transparent; }
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }
.btn-outline-light { border: 1.5px solid rgba(255,255,255,0.2); color: var(--text-light); padding: 0.85rem 2rem; font-size: 0.85rem; font-weight: 600; text-decoration: none; border-radius: 8px; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; }
.btn-outline-light:hover { border-color: var(--accent); color: var(--accent); }

/* SECTIONS */
section { padding: 5rem 4%; }
.section-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.75rem; }
.section-tag::before { content: ''; width: 20px; height: 2px; background: var(--accent); border-radius: 1px; }
.section-h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; line-height: 1.2; margin-bottom: 0.75rem; letter-spacing: -0.01em; }
.section-h2 em { font-style: italic; color: var(--accent); }
.section-sub { font-size: 1rem; color: var(--text-muted); max-width: 560px; line-height: 1.75; font-weight: 400; }

/* TRUST BAR */
.trust-bar { padding: 2.5rem 4%; border-bottom: 1px solid var(--border); background: var(--bg2); }
.trust-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.trust-label { font-size: 0.78rem; font-weight: 500; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; white-space: nowrap; }
.logos-row { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem 2.5rem; }
.logos-row img { height: 28px; object-fit: contain; opacity: 0.4; transition: opacity 0.2s; filter: grayscale(1); }
.logos-row img:hover { opacity: 0.7; }

/* CTA BANNER */
.cta-banner { background: var(--bg-dark); text-align: center; padding: 5rem 4%; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; top: -50%; left: -20%; width: 140%; height: 200%; background: radial-gradient(ellipse, rgba(201,168,76,0.08) 0%, transparent 60%); pointer-events: none; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; margin-bottom: 1rem; color: var(--text-light); position: relative; }
.cta-banner h2 em { color: var(--accent); font-style: italic; }
.cta-banner p { color: rgba(255,255,255,0.55); font-size: 1rem; max-width: 480px; margin: 0 auto 2rem; font-weight: 400; line-height: 1.7; position: relative; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; }

/* FOOTER */
footer { background: var(--bg-dark2); border-top: 1px solid var(--border-dark); padding: 4rem 4% 2rem; color: var(--text-light); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { color: rgba(255,255,255,0.45); font-size: 0.875rem; line-height: 1.75; margin-top: 1rem; max-width: 300px; font-weight: 400; }
.footer-brand .logo { color: var(--text-light); }
.footer-col h5 { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.6rem; }
.footer-col ul li a { color: rgba(255,255,255,0.45); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; font-weight: 400; }
.footer-col ul li a:hover { color: var(--text-light); }
.footer-bottom { border-top: 1px solid var(--border-dark); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
.footer-legal { display: flex; gap: 2rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-legal a:hover { color: var(--text-light); }

/* PAGE HEADER (inner pages) */
.page-header { padding: 8rem 4% 3.5rem; margin-top: 68px; background: var(--bg2); border-bottom: 1px solid var(--border); }
.page-header .section-tag { margin-bottom: 0.5rem; }
.page-header h1 { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; }
.page-header h1 em { font-style: italic; color: var(--accent); }
.page-header p { color: var(--text-muted); font-size: 1.05rem; margin-top: 1rem; max-width: 600px; font-weight: 400; line-height: 1.75; }

/* RESPONSIVE BASE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: #fff; padding: 1.5rem 4%; border-bottom: 1px solid var(--border); gap: 1rem; box-shadow: 0 8px 30px rgba(0,0,0,0.08); }
  .hamburger { display: flex; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
}
