* { box-sizing: border-box; }
:root {
  --bg: #f5f1ea;
  --panel: #ffffff;
  --panel-soft: #fbf8f3;
  --text: #1f2937;
  --muted: #5f6b73;
  --line: #d9d2c6;
  --accent: #335c67;
  --accent-2: #4d7c8a;
  --accent-3: #8a6f3c;
  --shadow: 0 10px 30px rgba(31, 41, 55, 0.08);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f8f5ef 0%, #f5f1ea 36%, #f2ede5 100%);
  color: var(--text);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.sitebar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(245, 241, 234, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(217, 210, 198, 0.75);
}
.sitebar-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 16px 0;
}
.brand { display: flex; flex-direction: column; gap: 2px; text-decoration: none; }
.brand strong { font-size: 1rem; letter-spacing: 0.01em; }
.brand span { color: var(--muted); font-size: 0.92rem; }
.nav { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.nav a {
  text-decoration: none; font-size: 0.92rem; color: var(--muted);
  padding: 8px 10px; border-radius: 999px; border: 1px solid transparent;
}
.nav a:hover, .nav a:focus { color: var(--text); border-color: var(--line); background: rgba(255,255,255,0.55); }
.hero { padding: 64px 0 28px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px; border: 1px solid var(--line); border-radius: 999px;
  background: rgba(255,255,255,0.55); color: var(--accent); font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.08em;
}
h1, h2, h3, h4 { margin: 0; line-height: 1.12; letter-spacing: -0.02em; }
h1 { font-size: clamp(2.25rem, 5vw, 4.1rem); max-width: 10.5ch; margin-top: 18px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.22rem); line-height: 1.7; color: var(--muted); max-width: 64ch; margin: 18px 0 0; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 18px; border-radius: 12px; text-decoration: none; border: 1px solid transparent;
  font-weight: 600; box-shadow: none;
}
.button.primary { background: var(--accent); color: #fff; }
.button.primary:hover { background: #26464e; }
.button.secondary { background: rgba(255,255,255,0.62); border-color: var(--line); color: var(--text); }
.button.secondary:hover { background: #fff; }
.section { padding: 26px 0 64px; }
.kicker { color: var(--accent-2); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.78rem; margin-bottom: 10px; }
.section h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 10px; }
.section-copy { color: var(--muted); line-height: 1.7; max-width: 74ch; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 22px; }
.card {
  background: var(--panel);
  border: 1px solid rgba(217, 210, 198, 0.9);
  border-radius: 18px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.card.soft { background: var(--panel-soft); }
.card h3 { font-size: 1.12rem; margin-bottom: 10px; }
.card p, .card li { color: var(--muted); line-height: 1.65; }
.card ul { margin: 12px 0 0; padding-left: 18px; }
.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--accent); background: rgba(51, 92, 103, 0.08); border-radius: 999px; padding: 6px 10px; margin-bottom: 14px;
}
.combo {
  display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 12px; margin-top: 22px;
}
.combo .cell {
  background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 18px;
}
.combo .head { background: var(--accent); color: #fff; border-color: transparent; }
.combo .head p, .combo .head span { color: rgba(255,255,255,0.86); }
.combo h3 { font-size: 1rem; margin-bottom: 8px; }
.combo p, .combo span { color: var(--muted); line-height: 1.55; font-size: 0.95rem; }
.meta-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 22px; }
.meta { padding: 16px; border-radius: 16px; background: rgba(255,255,255,0.7); border: 1px solid var(--line); }
.meta strong { display: block; margin-bottom: 6px; }
.rule { border-top: 1px solid rgba(217, 210, 198, 0.95); margin: 32px 0; }
.steps { counter-reset: step; }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; padding: 18px 0; border-top: 1px solid rgba(217, 210, 198, 0.85); }
.step:first-child { border-top: 0; }
.step::before {
  counter-increment: step; content: counter(step);
  width: 54px; height: 54px; display: grid; place-items: center;
  border-radius: 16px; background: var(--accent); color: #fff; font-weight: 700;
}
.step h3 { margin-bottom: 6px; }
.footer {
  padding: 34px 0 56px; color: var(--muted); font-size: 0.95rem;
}
.footer a { color: var(--accent); text-decoration: none; }
.fineprint { margin-top: 12px; font-size: 0.88rem; }
.pillrow { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.pill { background: rgba(255,255,255,0.7); border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; color: var(--muted); font-size: 0.9rem; }
.breadcrumbs { color: var(--muted); font-size: 0.92rem; margin-top: 10px; }
.breadcrumbs a { text-decoration: none; color: var(--accent); }
.bucket-hero { padding: 48px 0 24px; }
.bucket-hero h1 { max-width: 14ch; }
.callout {
  border-left: 4px solid var(--accent);
  background: rgba(51, 92, 103, 0.06);
  border-radius: 0 16px 16px 0;
  padding: 18px 18px 18px 20px;
  color: var(--text);
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 18px;
  align-items: stretch;
  margin-top: 18px;
}
.hero-panel {
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(217, 210, 198, 0.95);
  border-radius: 22px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.hero-panel h3 { font-size: 1.18rem; margin-bottom: 10px; }
.hero-panel p, .hero-panel li { color: var(--muted); line-height: 1.65; }
.hero-panel ul { margin: 12px 0 0; padding-left: 18px; }
.statbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.statbar .stat {
  background: rgba(255,255,255,0.7);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
}
.statbar .stat strong { display: block; font-size: 1.15rem; margin-bottom: 4px; }
.statbar .stat span { color: var(--muted); font-size: 0.92rem; line-height: 1.5; }
.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.faq-item {
  background: var(--panel);
  border: 1px solid rgba(217, 210, 198, 0.9);
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: var(--shadow);
}
.faq-item h3 { font-size: 1rem; margin-bottom: 6px; }
.faq-item p { margin: 0; color: var(--muted); line-height: 1.65; }
@media (max-width: 900px) {
  .grid-3, .grid-2, .meta-list, .combo, .hero-grid, .statbar { grid-template-columns: 1fr; }
  .sitebar-inner { flex-direction: column; align-items: flex-start; }
  .nav { justify-content: flex-start; }
  h1 { max-width: 12ch; }
}
