* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f3f3f3;
  color: #111111;
}

.page-wrap {
  min-height: 100vh;
  background: linear-gradient(180deg, #efefef 0%, #f7f7f7 100%);
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 56px 20px 72px;
}

.hero {
  max-width: 900px;
  margin-bottom: 36px;
}

.eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: #ed1c24;
  padding: 10px 14px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0 0 18px;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 800;
  color: #ed1c24;
  max-width: 900px;
}

.subtext {
  max-width: 860px;
  margin: 0 0 24px;
  font-size: 21px;
  line-height: 1.65;
  color: #222222;
}

.hero-cta,
.cta-button {
  display: inline-block;
  background: #ed1c24;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 14px;
  padding: 16px 24px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-cta:hover,
.cta-button:hover {
  opacity: 0.94;
  transform: translateY(-1px);
}

.layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: start;
}

.card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.section-header h2,
.summary-card h2,
.setting-box h3,
.trust-strip h3 {
  margin-top: 0;
}

.section-header h2,
.summary-card h2 {
  font-size: 26px;
}

.pill {
  background: #ffe5e5;
  color: #ed1c24;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.tool-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #e7e7e7;
  border-radius: 18px;
  padding: 18px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.tool-item:hover {
  border-color: #ed1c24;
  box-shadow: 0 10px 24px rgba(237, 28, 36, 0.08);
  transform: translateY(-1px);
}

.tool-item input {
  margin-bottom: 6px;
}

.tool-item span {
  font-weight: 700;
  font-size: 16px;
}

.tool-item strong {
  color: #666666;
}

.settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.setting-box {
  background: #f7f7f7;
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 22px;
}

.setting-box h3 {
  font-size: 20px;
  color: #111111;
  margin-bottom: 16px;
}

.plan-option {
  display: block;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.setting-box label {
  display: block;
  margin-bottom: 8px;
  margin-top: 14px;
  font-weight: 600;
}

.setting-box input[type="range"] {
  width: 100%;
  accent-color: #ed1c24;
}

.setting-box p {
  margin: 8px 0 0;
  color: #666666;
}

.summary-card {
  background: #2b2b2b;
  color: #ffffff;
  position: sticky;
  top: 20px;
}

.summary-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 16px;
}

.summary-box p {
  margin: 0 0 8px;
  color: #dddddd;
  font-size: 14px;
}

.summary-box h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.1;
}

.summary-box small {
  display: block;
  margin-top: 8px;
  color: #dddddd;
  line-height: 1.5;
}

.highlight {
  background: #ed1c24;
  color: #ffffff;
}

.highlight p {
  color: #ffffff;
}

.outline {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
}

.cta-box {
  background: #ffffff;
  color: #111111;
  border-radius: 18px;
  padding: 20px;
  margin-top: 20px;
}

.mini-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666666;
  font-weight: 700;
  margin: 0 0 8px;
}

.cta-box p:not(.mini-title) {
  margin: 0;
  line-height: 1.6;
  color: #222222;
}

.cta-button {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
}

.trust-strip {
  margin-top: 32px;
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.trust-strip h3 {
  margin-bottom: 12px;
  font-size: 28px;
  color: #ed1c24;
}

.trust-strip p {
  margin: 0 0 12px;
  font-size: 17px;
  line-height: 1.7;
  color: #222222;
}

.footer-note {
  font-size: 14px;
  color: #666666;
}

@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }

  .tool-grid,
  .settings-grid {
    grid-template-columns: 1fr;
  }

  .summary-card {
    position: static;
  }

  .hero h1 {
    font-size: 38px;
  }

  .subtext {
    font-size: 17px;
  }

  .card,
  .trust-strip {
    padding: 22px;
  }

  .hero-cta,
  .cta-button {
    width: 100%;
    text-align: center;
  }
}
.brand-bar {
  background: #8f8f8f;
  border-radius: 20px;
  padding: 14px 24px;
  margin-bottom: 34px;
  display: flex;
  align-items: center;
}

.brand-logo {
  height: 34px;
  width: auto;
  display: block;
}