:root {
  --bg-warm: #fcfaf6;
  --bg-card: #ffffff;
  --bg-alt: #f4efe6;
  --text-dark: #1c1917;
  --text-muted: #78716c;
  --accent-amber: #d97706;
  --accent-emerald: #059669;
  --border-subtle: #e7e5e4;
  --font-family: 'Plus Jakarta Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { margin: 0; padding: 0; background: var(--bg-warm); color: var(--text-dark); font-family: var(--font-family); line-height: 1.6; }
a { color: inherit; text-decoration: none; }

.warm-layout { max-width: 1240px; margin: 0 auto; padding: 0 24px; }

.warm-header {
  height: 84px; display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--border-subtle);
}
.warm-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 20px; color: var(--text-dark); }
.brand-circle { width: 38px; height: 38px; border-radius: 50%; background: var(--accent-amber); color: #fff; display: grid; place-items: center; font-size: 13px; font-weight: 800; }

.warm-nav { display: flex; gap: 32px; font-size: 14px; font-weight: 600; color: var(--text-muted); }
.warm-nav a:hover { color: var(--accent-amber); }

.warm-btn-header {
  padding: 10px 20px; border-radius: 20px; background: var(--text-dark); color: #fff;
  font-weight: 700; font-size: 14px; border: none; cursor: pointer; transition: background 0.2s ease;
}
.warm-btn-header:hover { background: var(--accent-amber); }

.warm-hero { padding: 80px 0; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
.kicker-badge { font-size: 12px; font-weight: 800; color: var(--accent-amber); letter-spacing: 0.08em; display: inline-block; margin-bottom: 16px; }
.hero-text-block h1 { font-size: 48px; line-height: 1.1; font-weight: 800; margin: 0 0 20px; letter-spacing: -0.03em; }
.hero-text-block h1 em { font-style: normal; color: var(--accent-amber); }
.lede-text { font-size: 18px; color: var(--text-muted); margin-bottom: 32px; max-width: 540px; }

.action-row { display: flex; gap: 16px; flex-wrap: wrap; }
.warm-btn-primary {
  padding: 14px 28px; border-radius: 24px; background: var(--accent-amber); color: #fff;
  font-weight: 700; font-size: 15px; border: none; cursor: pointer; transition: transform 0.2s ease;
}
.warm-btn-primary:hover { transform: translateY(-2px); }
.warm-btn-ghost {
  padding: 14px 28px; border-radius: 24px; background: transparent; border: 1px solid var(--border-subtle);
  color: var(--text-dark); font-weight: 600; font-size: 15px; cursor: pointer; transition: background 0.2s ease;
}
.warm-btn-ghost:hover { background: var(--bg-alt); }

.trust-bar { display: flex; align-items: center; gap: 20px; margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border-subtle); }
.trust-stat { font-size: 36px; font-weight: 800; color: var(--accent-amber); line-height: 1; }
.trust-info { font-size: 13px; color: var(--text-muted); max-width: 400px; }

.photo-card { background: #fff; border: 1px solid var(--border-subtle); border-radius: 24px; padding: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.04); }
.photo-card img { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; display: block; }
.card-caption { padding: 16px; }
.card-caption strong { font-size: 15px; color: var(--text-dark); display: block; }
.card-caption p { margin: 4px 0 0; font-size: 13px; color: var(--text-muted); }

.warm-section { padding: 80px 0; border-top: 1px solid var(--border-subtle); }
.warm-section.alt-bg { background: var(--bg-alt); margin: 0 -24px; padding: 80px 24px; }
.sub-label { font-size: 12px; font-weight: 800; color: var(--accent-amber); letter-spacing: 0.08em; display: block; margin-bottom: 8px; }
.section-heading h2 { font-size: 36px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.02em; }
.section-heading p { color: var(--text-muted); font-size: 16px; margin: 0 0 40px; max-width: 600px; }

.model-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.warm-card {
  background: #fff; border: 1px solid var(--border-subtle); border-radius: 24px; padding: 32px;
  display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.warm-card.featured { border-color: var(--accent-emerald); box-shadow: 0 15px 35px rgba(5, 150, 105, 0.1); }
.card-tag { font-size: 11px; font-weight: 800; padding: 4px 12px; border-radius: 12px; width: fit-content; margin-bottom: 20px; }
.card-tag.amber { background: #fef3c7; color: #b45309; }
.card-tag.emerald { background: #d1fae5; color: #047857; }
.card-tag.slate { background: #e2e8f0; color: #475569; }

.warm-card h3 { font-size: 22px; margin: 0 0 12px; }
.warm-card p { font-size: 14px; color: var(--text-muted); margin: 0 0 24px; flex-grow: 1; }

.spec-list { list-style: none; padding: 0; margin: 0 0 24px; }
.spec-list li { font-size: 13px; font-weight: 600; padding: 8px 0; border-bottom: 1px solid var(--border-subtle); }

.card-footer-info { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border-subtle); }
.card-footer-info span { font-size: 11px; font-weight: 700; text-transform: uppercase; color: var(--text-muted); display: block; }
.card-footer-info strong { font-size: 14px; color: var(--text-dark); }

.qualification-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.speed-column h3, .checks-column h3 { font-size: 20px; margin: 0 0 24px; }
.speed-box { background: #fff; padding: 20px; border-radius: 16px; margin-bottom: 16px; border: 1px solid var(--border-subtle); }
.speed-box strong { font-size: 18px; color: var(--accent-amber); display: block; margin-bottom: 4px; }
.speed-box p { margin: 0; font-size: 13px; color: var(--text-muted); }

.check-item { display: flex; gap: 16px; background: #fff; padding: 16px 20px; border-radius: 16px; margin-bottom: 12px; border: 1px solid var(--border-subtle); align-items: center; }
.chk-icon { width: 28px; height: 28px; border-radius: 50%; background: #d1fae5; color: #047857; display: grid; place-items: center; font-weight: 800; font-size: 14px; }
.check-item strong { color: var(--text-dark); }

.pricing-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-box { background: #fff; border: 1px solid var(--border-subtle); border-radius: 24px; padding: 32px; text-align: center; }
.price-val { font-size: 40px; font-weight: 800; color: var(--accent-amber); display: block; margin-bottom: 8px; }
.price-box h4 { font-size: 18px; margin: 0 0 8px; }
.price-box p { font-size: 13px; color: var(--text-muted); margin: 0; }

.warm-cta { padding: 80px 0; text-align: center; border-top: 1px solid var(--border-subtle); }
.warm-cta h2 { font-size: 36px; margin: 0 0 28px; }

.warm-footer { padding: 40px 0; border-top: 1px solid var(--border-subtle); display: flex; justify-content: space-between; font-size: 13px; color: var(--text-muted); }

@media (max-width: 900px) {
  .warm-hero, .model-cards-grid, .qualification-wrapper, .pricing-cards-row { grid-template-columns: 1fr; }
  .warm-nav { display: none; }
  .hero-text-block h1 { font-size: 36px; }
}
