:root {
  --ink: #111d26;
  --ink-2: #1b2a34;
  --ivory: #faf7f1;
  --porcelain: #fffdf9;
  --amber: #d89416;
  --amber-soft: #f0b340;
  --line: #e7ddd0;
  --green: #1f7a4d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--porcelain);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.94);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo img { width: 44px; height: 44px; }
.logo-title { display: block; font-size: 18px; font-weight: 800; line-height: 1; }
.logo-tagline {
  display: block;
  margin-top: 5px;
  color: rgba(17, 29, 38, 0.56);
  font-size: 11px;
  letter-spacing: 0.22em;
  line-height: 1.1;
  text-transform: uppercase;
}
.nav {
  display: flex;
  gap: 22px;
  color: rgba(17, 29, 38, 0.72);
  font-size: 14px;
  font-weight: 700;
}
.nav a:hover { color: var(--ink); }
.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}
.btn-primary { background: var(--ink); color: #fff; }
.btn-secondary { border: 1px solid rgba(17, 29, 38, 0.16); background: #fff; color: var(--ink); }
.btn-amber { width: 100%; background: var(--amber); color: var(--ink); }

.hero {
  padding-top: 112px;
  overflow: hidden;
  background-image:
    linear-gradient(rgba(216, 148, 22, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 148, 22, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}
.hero-grid {
  min-height: 680px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 56px;
  padding: 48px 0;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.rule {
  width: 64px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber), transparent);
}
h1 { margin: 20px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: 1.02; letter-spacing: 0; }
.lead {
  max-width: 680px;
  margin-top: 24px;
  color: rgba(17, 29, 38, 0.7);
  font-size: 18px;
  line-height: 1.75;
}
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
  border-left: 2px solid var(--amber);
  padding-left: 20px;
  color: rgba(17, 29, 38, 0.68);
  font-size: 14px;
}
.brand-card {
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  padding: 32px;
  box-shadow: 0 24px 80px rgba(17, 29, 38, 0.16);
}
.brand-box {
  aspect-ratio: 1;
  max-width: 360px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}
.brand-box img { width: 220px; height: 220px; }
.tagline-lockup {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  letter-spacing: 0.32em;
  text-align: center;
  text-transform: uppercase;
}
.tagline-lockup i { display: block; width: 64px; height: 1px; background: var(--amber); }

section { padding: 82px 0; scroll-margin-top: 96px; }
.white { background: #fff; }
.ivory { background: var(--ivory); }
.ink-section { background: var(--ink); color: #fff; }
.split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; }
.center { max-width: 760px; margin-inline: auto; text-align: center; }
.section-title { max-width: 760px; }
.section-title .kicker {
  margin: 0 0 12px;
  color: var(--amber);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.ink-section .section-title .kicker { color: var(--amber-soft); }
.section-title h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; }
.section-title .desc {
  margin-top: 18px;
  color: rgba(17, 29, 38, 0.68);
  font-size: 16px;
  line-height: 1.7;
}
.ink-section .section-title .desc { color: rgba(255, 255, 255, 0.68); }
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  padding: 22px;
  color: rgba(17, 29, 38, 0.82);
  font-weight: 750;
  line-height: 1.55;
}
.list { display: grid; gap: 14px; }
.list-item {
  display: flex;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 18px;
  color: rgba(17, 29, 38, 0.78);
  font-weight: 700;
  line-height: 1.55;
}
.dot { width: 12px; height: 12px; flex: 0 0 12px; margin-top: 6px; border-radius: 999px; background: var(--amber); }
.steps { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.step {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  padding: 22px;
}
.step b { color: var(--amber-soft); font-size: 13px; }
.step h3 { margin: 18px 0 0; color: #fff; }
.step p { color: rgba(255, 255, 255, 0.68); font-size: 14px; line-height: 1.65; }
.risk-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.blog-grid { grid-template-columns: repeat(3, 1fr); }
.risk, .post {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 22px;
}
.risk small, .post small {
  color: var(--amber);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.risk p, .post p { color: rgba(17, 29, 38, 0.7); line-height: 1.65; }
.profile-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 34px;
}
.profile-band .card { background: #fff; }
.about-content {
  display: grid;
  gap: 28px;
}
.about-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.about-block h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 24px;
}
.about-block h4 {
  margin: 18px 0 8px;
  color: var(--ink);
  font-size: 18px;
}
.about-block p {
  color: rgba(17, 29, 38, 0.72);
  line-height: 1.75;
}
.about-block ul {
  margin: 14px 0 0;
  padding-left: 20px;
  color: rgba(17, 29, 38, 0.72);
  line-height: 1.8;
}
.pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.pillar {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  padding: 18px;
}
.pillar strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}
.commitment-list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}
.commitment-list span {
  border-left: 3px solid var(--amber);
  padding-left: 14px;
  color: rgba(17, 29, 38, 0.78);
  font-weight: 700;
}
form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 28px;
  box-shadow: 0 24px 80px rgba(17, 29, 38, 0.12);
}
label { display: block; margin-bottom: 8px; color: var(--ink); font-size: 14px; font-weight: 800; }
input, select {
  width: 100%;
  min-height: 48px;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: 0 14px;
  color: var(--ink);
}
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note {
  display: none;
  margin-top: 14px;
  border-radius: 6px;
  background: rgba(31, 122, 77, 0.1);
  padding: 12px;
  color: #17603b;
  font-size: 14px;
  font-weight: 700;
}
.faq-box { margin-top: 32px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
details { padding: 20px; border-bottom: 1px solid var(--line); }
details:last-child { border-bottom: 0; }
summary { cursor: pointer; font-weight: 800; }
details p { color: rgba(17, 29, 38, 0.68); line-height: 1.65; }
.footer { background: var(--ink); color: #fff; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap: 48px; }
.footer .logo-tagline, .footer p, .footer a, .footer span { color: rgba(255, 255, 255, 0.7); }
.footer h2 { color: var(--amber-soft); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; }
.footer-links { display: grid; gap: 12px; font-size: 14px; }
.copyright { margin-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.1); padding-top: 20px; color: rgba(255, 255, 255, 0.45); font-size: 12px; }
.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 45;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-grid, .split, .footer-grid { grid-template-columns: 1fr; }
  .cards, .steps, .risk-grid, .blog-grid, .chips, .two, .profile-band, .pillars { grid-template-columns: 1fr; }
  .brand-card { padding: 22px; }
  .header-inner { min-height: 74px; }
  .logo-tagline { display: none; }
}
