* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Segoe UI', system-ui, sans-serif;
  background: #f5f0e8;
  color: #2b1d18;
  min-height: 100vh;
  font-size: 16px;
}
a { color: inherit; text-decoration: none; }

.center-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.wrap { width: 100%; max-width: 420px; }
.card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  text-align: center;
}
h1 { font-size: 28px; margin-bottom: 12px; }
p { color: #6b5d54; margin-bottom: 24px; line-height: 1.7; font-size: 16px; }

.btn {
  display: block;
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
  transition: opacity 0.2s ease, transform 0.15s ease, background 0.2s ease;
  text-align: center;
}
.btn:hover { opacity: 0.9; }
.btn:active { transform: scale(0.98); }
.btn-google { background: #fff; color: #2b1d18; border: 2px solid #e0d5c8; }
.btn-primary { background: #a3273f; color: #fff; }
.btn-secondary { background: transparent; color: #6b5d54; text-decoration: underline; }
.badge {
  display: inline-block;
  background: #f0e4d4;
  color: #8a5a2b;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.btn-inline { display: inline-block; width: auto; margin-bottom: 0; }
.btn-outline { background: #fff; color: #2b1d18; border: 1.5px solid #e0d5c8; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: #fff;
  border-bottom: 1px solid #e8ddd0;
}
.nav-brand { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 17px; color: #2b1d18; }
.nav-logo {
  width: 32px; height: 32px; border-radius: 50%;
  background: #a3273f; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 15px;
}
.nav-links { display: flex; gap: 28px; font-size: 15px; }
.nav-links a { color: #6b5d54; transition: color 0.2s ease; }
.nav-links a:hover { color: #2b1d18; }
.nav-actions { display: flex; gap: 10px; align-items: center; }

.hero { padding: 88px 24px 56px; text-align: center; max-width: 700px; margin: 0 auto; }
.hero h1 { font-size: 38px; line-height: 1.25; margin-bottom: 18px; }
.hero p { font-size: 18px; max-width: 560px; margin: 0 auto 30px; }
.hero-trust { font-size: 14px; color: #8a7a6d; margin-top: 20px; margin-bottom: 0; }
.hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.carousel-wrap { max-width: 900px; margin: 0 auto 72px; padding: 0 24px; }
.carousel { position: relative; overflow: hidden; border-radius: 14px; background: #2b1d18; }
.carousel-track { display: flex; transition: transform 0.45s ease; }
.carousel-slide { min-width: 100%; padding: 56px 48px; }
.carousel-slide-label {
  font-size: 13px; font-weight: 600; color: #d8a5a5;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 18px;
}
.fake-row {
  height: 14px; border-radius: 4px; background: #3d2c25; margin-bottom: 10px; opacity: 0.8;
}
.fake-row:nth-child(3) { width: 80%; }
.fake-row:nth-child(4) { width: 60%; }
.carousel-slide-caption { color: #d8cbbe; font-size: 15px; margin: 18px 0 0; line-height: 1.7; }
.carousel-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 38px; height: 38px; border-radius: 50%; border: none;
  background: rgba(255,255,255,0.15); color: #fff; font-size: 19px; cursor: pointer;
  transition: background 0.2s ease;
}
.carousel-arrow:hover { background: rgba(255,255,255,0.28); }
.carousel-arrow-left { left: 12px; }
.carousel-arrow-right { right: 12px; }
.carousel-controls { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
.carousel-dot { width: 8px; height: 8px; border-radius: 50%; background: #e0d5c8; cursor: pointer; transition: background 0.2s ease; }
.carousel-dot.active { background: #a3273f; }

.section { padding: 72px 24px; }
.section-white { background: #fff; }
.section-eyebrow {
  text-align: center; font-size: 13px; font-weight: 600; color: #a3273f;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 10px;
}
.section-title { text-align: center; font-size: 28px; font-weight: 600; margin-bottom: 16px; color: #2b1d18; }
.section-subtitle { text-align: center; max-width: 540px; margin: 0 auto 48px; font-size: 16px; }

.features {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  max-width: 940px; margin: 0 auto;
}
.feature-icon {
  width: 44px; height: 44px; border-radius: 10px; background: #f0e4d4;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 16px;
}
.feature-title { font-weight: 600; font-size: 17px; margin-bottom: 8px; color: #2b1d18; }
.feature-desc { font-size: 15px; color: #6b5d54; line-height: 1.7; }

.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  max-width: 940px; margin: 0 auto;
}
.step-num {
  width: 38px; height: 38px; border-radius: 50%; background: #a3273f; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 16px; margin-bottom: 16px;
}
.step-title { font-weight: 600; font-size: 17px; margin-bottom: 8px; color: #2b1d18; }
.step-desc { font-size: 15px; color: #6b5d54; line-height: 1.7; }

.pricing-card {
  max-width: 360px; margin: 0 auto; background: #fff;
  border: 2px solid #a3273f; border-radius: 16px; padding: 40px 34px; text-align: center;
}
.pricing-amount { font-size: 40px; font-weight: 600; color: #2b1d18; }
.pricing-amount span { font-size: 15px; color: #6b5d54; font-weight: 400; }
.pricing-list {
  text-align: left; display: flex; flex-direction: column; gap: 12px;
  margin: 26px 0 28px; font-size: 15px; color: #2b1d18;
}

.faq { max-width: 700px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
.faq-item { border-bottom: 1px solid #e8ddd0; padding-bottom: 22px; }
.faq-q { font-weight: 600; font-size: 16.5px; margin-bottom: 8px; color: #2b1d18; }
.faq-a { font-size: 15px; margin: 0; }

.footer { padding: 40px 24px; background: #2b1d18; color: #d8cbbe; }
.footer-inner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 24px;
  max-width: 940px; margin: 0 auto;
}
.footer-links { display: flex; gap: 26px; font-size: 13.5px; flex-wrap: wrap; }
.footer-links a { color: #d8cbbe; transition: color 0.2s ease; }
.footer-links a:hover { color: #fff; }

.back-link { display: inline-block; margin-bottom: 20px; font-size: 14px; color: #6b5d54; transition: color 0.2s ease; }
.back-link:hover { color: #2b1d18; }
