:root {
  --primary: #ef4443;
  --primary-dark: #ff3700;
  --accent: #ffb26a;
  --bg-light: #ffffff;
  --surface-light: #f6f6f6;
  --text-primary: #0a0a0a;
  --text-secondary: #666666;
  --border-light: #e0e0e0;
  --card-light: #ffffff;
  --shadow: 0 20px 45px rgba(0, 0, 0, 0.09);
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--text-primary);
  background: var(--bg-light);
}

.page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 14%, rgba(239, 68, 67, 0.12), transparent 34%),
    radial-gradient(circle at 90% 22%, rgba(255, 178, 106, 0.16), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f9f9f9 64%, #ffffff 100%);
}

.container {
  width: min(1160px, calc(100% - 2.4rem));
  margin: 0 auto;
  padding: 1.2rem 0 2.6rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid var(--border-light);
  border-radius: 12px;
  background: #ffffffd9;
  backdrop-filter: blur(8px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--text-primary);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.92rem;
}

.brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 0 0 7px rgba(239, 68, 67, 0.12);
}

.menu {
  display: inline-flex;
  align-items: center;
  gap: 1.1rem;
}

.menu a {
  text-decoration: none;
  color: var(--text-secondary);
  font-weight: 500;
  font-size: 0.95rem;
}

.menu a:hover {
  color: var(--text-primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.7rem 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #ffffff;
  background: linear-gradient(120deg, var(--primary) 0%, var(--primary-dark) 100%);
  box-shadow: 0 12px 22px rgba(239, 68, 67, 0.28);
}

.btn-outline {
  color: var(--primary);
  background: #ffffff;
  border-color: var(--primary);
}

.btn-ghost {
  color: var(--text-primary);
  background: #ffffff;
  border-color: var(--border-light);
}

.hero {
  margin-top: 1.2rem;
  padding: clamp(1.2rem, 2.5vw, 2rem);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1.2rem;
}

.hero-copy {
  background: linear-gradient(145deg, #ffffff 0%, #fafafa 100%);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.5vw, 2.1rem);
  box-shadow: var(--shadow);
}

h1 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: clamp(2rem, 4.9vw, 3.6rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 17ch;
}

.lead {
  margin: 1rem 0 0;
  color: var(--text-secondary);
  font-size: 1.05rem;
  line-height: 1.55;
  max-width: 62ch;
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}

.hero-points li {
  position: relative;
  padding-left: 1.2rem;
  color: #383838;
}

.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(120deg, var(--primary) 0%, var(--accent) 100%);
}

.hero-panel {
  border-radius: 16px;
  border: 1px solid #f3b2aa;
  background: linear-gradient(180deg, #2f0d0d 0%, #16090b 100%);
  color: #ffffff;
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.panel-title {
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffd5c8;
}

.panel-item + .panel-item {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.panel-item h3 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #fff3ee;
}

.panel-item p {
  margin: 0.45rem 0 0;
  color: #ffdbcf;
  line-height: 1.45;
  font-size: 0.93rem;
}

.pillars {
  margin-top: 0.95rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.pillars article {
  background: var(--card-light);
  border: 1px solid var(--border-light);
  border-radius: 12px;
  padding: 1rem;
}

.pillars h2 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
}

.pillars p {
  margin: 0.55rem 0 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.cta {
  margin-top: 0.95rem;
  background: linear-gradient(120deg, #ffffff 0%, #fff7f2 100%);
  border: 1px solid var(--border-light);
  border-radius: 14px;
  padding: 1.2rem;
}

.cta h4 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 1.2rem;
}

.cta p {
  margin: 0.6rem 0 0;
  color: var(--text-secondary);
}

.cta-actions {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

@media (max-width: 1040px) {
  .menu {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  h1 {
    max-width: 22ch;
  }
}

@media (max-width: 780px) {
  .pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: calc(100% - 1rem);
    padding-top: 0.5rem;
  }

  .topbar {
    border-radius: 10px;
  }

  .topbar .btn {
    display: none;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
  }
}
