* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #2C2C2A;
  background: #fffafa;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  border-bottom: 0.5px solid #e8e0e0;
  background: #fffafa;
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo-mark { display: flex; align-items: center; gap: 10px; }
.logo-icon {
  width: 32px; height: 32px;
  background: #9B1C1C;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.logo-text { font-size: 16px; font-weight: 500; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { font-size: 14px; color: #5F5E5A; text-decoration: none; }
.nav-cta {
  background: #9B1C1C; color: #fff !important;
  font-size: 13px; font-weight: 500;
  padding: 8px 18px; border-radius: 8px;
}

.hero {
  padding: 80px 40px 60px;
  text-align: center;
  background: #fffafa;
  border-bottom: 0.5px solid #e8e0e0;
}
.hero-badge {
  display: inline-block;
  background: #FCEBEB; color: #791F1F;
  font-size: 12px; font-weight: 500;
  padding: 4px 14px; border-radius: 20px;
  margin-bottom: 20px;
}
.hero h1 { font-size: 48px; font-weight: 500; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.02em; }
.hero h1 span { color: #9B1C1C; }
.hero p { font-size: 18px; color: #5F5E5A; max-width: 500px; margin: 0 auto 32px; line-height: 1.6; }
.hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.btn-primary {
  background: #9B1C1C; color: #fff;
  font-size: 15px; font-weight: 500;
  padding: 13px 30px; border-radius: 10px;
  text-decoration: none; border: none; cursor: pointer;
}
.btn-secondary {
  background: #fff; color: #2C2C2A;
  font-size: 15px; padding: 13px 30px;
  border-radius: 10px; text-decoration: none;
  border: 1px solid #D3D1C7; cursor: pointer;
}

.phone-demo {
  background: #fff; border: 1px solid #e8e0e0;
  border-radius: 16px; max-width: 300px;
  margin: 48px auto 0; padding: 20px;
  text-align: left;
}
.phone-biz { text-align: center; font-size: 13px; color: #888780; padding-bottom: 12px; border-bottom: 0.5px solid #e8e0e0; margin-bottom: 14px; }
.msg-row { display: flex; flex-direction: column; gap: 8px; }
.msg { font-size: 13px; line-height: 1.45; padding: 8px 12px; border-radius: 14px; max-width: 85%; }
.msg-in { background: #F1EFE8; color: #2C2C2A; align-self: flex-start; border-bottom-left-radius: 4px; }
.msg-out { background: #9B1C1C; color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }

section { padding: 72px 40px; }
section + section { border-top: 0.5px solid #e8e0e0; }

.section-label { font-size: 12px; font-weight: 500; color: #791F1F; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 8px; }
.section-title { font-size: 32px; font-weight: 500; margin-bottom: 12px; }
.section-sub { font-size: 15px; color: #5F5E5A; margin-bottom: 36px; line-height: 1.6; max-width: 540px; }

.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-top: 36px; }
.step-card { background: #fff; border: 0.5px solid #e8e0e0; border-radius: 12px; padding: 20px; }
.step-num { width: 28px; height: 28px; background: #FCEBEB; color: #791F1F; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 500; margin-bottom: 12px; }
.step-card h3 { font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.step-card p { font-size: 13px; color: #5F5E5A; line-height: 1.5; }

.notif-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin-top: 36px; }
.notif-card { background: #fff; border: 0.5px solid #e8e0e0; border-radius: 12px; padding: 20px; }
.notif-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.notif-card h3 { font-size: 14px; font-weight: 500; margin-bottom: 6px; }
.notif-card p { font-size: 13px; color: #5F5E5A; line-height: 1.5; }
.notif-tag { display: inline-block; font-size: 11px; font-weight: 500; padding: 2px 8px; border-radius: 20px; margin-top: 10px; }
.tag-live { background: #E1F5EE; color: #085041; }
.tag-soon { background: #FAEEDA; color: #633806; }

.price-card { max-width: 420px; background: #fff; border: 2px solid #9B1C1C; border-radius: 16px; padding: 36px; margin-top: 36px; }
.price-badge { display: inline-block; background: #FCEBEB; color: #791F1F; font-size: 11px; font-weight: 500; padding: 3px 10px; border-radius: 20px; margin-bottom: 16px; }
.price-name { font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.price-amount { font-size: 52px; font-weight: 500; line-height: 1; margin-bottom: 8px; }
.price-amount span { font-size: 16px; color: #888780; font-weight: 400; }
.price-desc { font-size: 14px; color: #5F5E5A; margin-bottom: 20px; line-height: 1.5; border-bottom: 0.5px solid #e8e0e0; padding-bottom: 20px; }
.price-features { list-style: none; font-size: 14px; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.price-features li { display: flex; align-items: center; gap: 10px; }
.price-features li::before { content: ""; display: inline-block; width: 16px; height: 16px; min-width: 16px; background: #FCEBEB url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 5l2 2 4-4' stroke='%239B1C1C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center; border-radius: 50%; }
.price-cta { display: block; text-align: center; background: #9B1C1C; color: #fff; font-size: 15px; font-weight: 500; padding: 14px; border-radius: 10px; text-decoration: none; border: none; cursor: pointer; }

.join-form { max-width: 500px; background: #fff; border: 0.5px solid #e8e0e0; border-radius: 16px; padding: 36px; margin-top: 36px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 13px; font-weight: 500; margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea,
.join-form input[type=text], .join-form input[type=email],
.join-form input[type=tel], .join-form input[type=url], .join-form select {
  width: 100%; padding: 10px 12px;
  border: 0.5px solid #D3D1C7; border-radius: 8px;
  font-size: 14px; color: #2C2C2A;
  background: #fff; outline: none;
  font-family: inherit;
}
.form-divider { font-size: 12px; font-weight: 500; color: #888780; text-transform: uppercase; letter-spacing: 0.06em; margin: 24px 0 14px; border-top: 0.5px solid #e8e0e0; padding-top: 20px; }
.checkbox-group { display: flex; flex-direction: column; gap: 12px; }
.checkbox-row { display: flex; align-items: flex-start; gap: 10px; }
.checkbox-row input[type=checkbox] { margin-top: 3px; accent-color: #9B1C1C; width: 15px; height: 15px; flex-shrink: 0; }
.checkbox-label { font-size: 13px; line-height: 1.4; cursor: pointer; }
.checkbox-label span { display: block; font-size: 12px; color: #888780; margin-top: 1px; }
.conditional { display: none; margin-top: 8px; }
.upload-box { border: 1.5px dashed #D3D1C7; border-radius: 8px; padding: 24px; text-align: center; background: #fffafa; cursor: pointer; }
.upload-box strong { font-size: 13px; }
.upload-box p { font-size: 12px; color: #888780; margin-top: 4px; }
.upload-icon { width: 28px; height: 28px; background: #FCEBEB; border-radius: 8px; margin: 0 auto 8px; display: flex; align-items: center; justify-content: center; }
.form-submit { width: 100%; background: #9B1C1C; color: #fff; font-size: 15px; font-weight: 500; padding: 13px; border-radius: 10px; border: none; cursor: pointer; margin-top: 20px; }

.contact-inner { max-width: 480px; }
.contact-inner p { font-size: 15px; color: #5F5E5A; margin-bottom: 20px; line-height: 1.6; }
.contact-inner input, .contact-inner textarea {
  width: 100%; padding: 10px 12px;
  border: 0.5px solid #D3D1C7; border-radius: 8px;
  font-size: 14px; color: #2C2C2A;
  background: #fff; outline: none;
  margin-bottom: 12px; font-family: inherit;
}
.contact-inner textarea { height: 110px; resize: vertical; }
.contact-btn { background: #9B1C1C; color: #fff; font-size: 14px; font-weight: 500; padding: 11px 24px; border-radius: 8px; border: none; cursor: pointer; }

footer {
  background: #2C2C2A; color: #B4B2A9;
  padding: 32px 40px;
  display: flex; justify-content: space-between;
  align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: 13px;
}
.footer-logo { color: #fff; font-size: 15px; font-weight: 500; }

@media (max-width: 600px) {
  nav { padding: 16px 20px; }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 48px 20px 40px; }
  .hero h1 { font-size: 32px; }
  section { padding: 48px 20px; }
  footer { padding: 24px 20px; flex-direction: column; text-align: center; }
}