.sw-landing {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background: #F0F4FB;
  color: #1F2937;
  line-height: 1.6;
}

.sw-landing .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.sw-landing .hero {
  padding: 80px 0 60px;
  text-align: center;
}

.sw-landing .eyebrow {
  display: inline-block;
  background: #FEF3C7;
  color: #92400E;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 24px;
}

.sw-landing .hero h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  color: #1F2937;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.sw-landing .hero h1 .accent { color: #2563EB; }

.sw-landing .hero-sub {
  font-size: 20px;
  color: #4B5563;
  max-width: 720px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

.sw-landing .hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2563EB;
  color: white !important;
  padding: 16px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.25);
}

.sw-landing .hero-cta:hover { background: #1D4ED8; color: #fff !important; }

.sw-landing .hero-trust { margin-top: 20px; font-size: 13px; color: #6B7280; }

.sw-landing .offer-section { padding: 40px 0 80px; }

.sw-landing .offer-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
  max-width: 800px;
  margin: 0 auto;
}

.sw-landing .offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.sw-landing .offer-item {
  text-align: center;
  padding: 20px;
  background: #F0F4FB;
  border-radius: 12px;
}

.sw-landing .offer-value {
  font-size: 32px;
  font-weight: 700;
  color: #2563EB;
  line-height: 1;
  margin-bottom: 6px;
}

.sw-landing .offer-label {
  font-size: 12px;
  color: #6B7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.sw-landing .offer-detail { font-size: 11px; color: #9CA3AF; margin-top: 6px; }

.sw-landing .upload-zone {
  border: 2px dashed #D1D5DB;
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  background: #F9FAFB;
  cursor: pointer;
  transition: all 0.2s;
  display: block;
}

.sw-landing .upload-zone:hover { border-color: #2563EB; background: #EFF6FF; }

.sw-landing .upload-icon { font-size: 32px; margin-bottom: 12px; color: #2563EB; }

.sw-landing .upload-title { font-size: 15px; font-weight: 600; color: #1F2937; margin-bottom: 6px; }

.sw-landing .upload-sub { font-size: 12px; color: #6B7280; }

.sw-landing .why-section { background: #FFFFFF; padding: 80px 0; }

.sw-landing .section-header { text-align: center; max-width: 720px; margin: 0 auto 60px; }

.sw-landing .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.sw-landing .section-header p { font-size: 17px; color: #6B7280; line-height: 1.6; }

.sw-landing .comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}

.sw-landing .comp-col { padding: 32px; border-radius: 16px; }

.sw-landing .comp-col.bad { background: #FEF2F2; border: 1px solid #FCA5A5; }

.sw-landing .comp-col.good { background: #EFF6FF; border: 1px solid #93C5FD; }

.sw-landing .comp-title { font-size: 16px; font-weight: 700; margin-bottom: 20px; }

.sw-landing .comp-col.bad .comp-title { color: #991B1B; }

.sw-landing .comp-col.good .comp-title { color: #1E3A8A; }

.sw-landing .comp-list { list-style: none; padding: 0; margin: 0; }

.sw-landing .comp-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sw-landing .comp-list li:last-child { border-bottom: none; }

.sw-landing .comp-col.bad .comp-list li::before {
  content: "✕";
  position: absolute;
  left: 0;
  top: 10px;
  color: #B91C1C;
  font-weight: 700;
}

.sw-landing .comp-col.good .comp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 10px;
  color: #2563EB;
  font-weight: 700;
}

.sw-landing .how-section { padding: 80px 0; }

.sw-landing .steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}

.sw-landing .step {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
}

.sw-landing .step-num {
  width: 40px;
  height: 40px;
  background: #2563EB;
  color: white;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 16px;
}

.sw-landing .features-section { background: #FFFFFF; padding: 80px 0; }

.sw-landing .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.sw-landing .feature { padding: 24px; }

.sw-landing .feature-icon {
  width: 44px;
  height: 44px;
  background: #EFF6FF;
  color: #2563EB;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.sw-landing .faq-section { padding: 80px 0; }

.sw-landing .faq-item {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 12px;
}

.sw-landing .faq-q { font-size: 15px; font-weight: 600; color: #1F2937; margin-bottom: 8px; }

.sw-landing .faq-a { font-size: 14px; color: #4B5563; line-height: 1.6; }

.sw-landing .final-cta {
  background: #1F2937;
  color: white;
  padding: 80px 0;
  text-align: center;
}

.sw-landing .final-cta h2 {
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
}

.sw-landing .final-cta p {
  font-size: 17px;
  color: #D1D5DB;
  max-width: 600px;
  margin: 0 auto 32px;
}

.sw-landing .final-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #2563EB;
  color: white !important;
  padding: 16px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.sw-landing .final-fine { font-size: 12px; color: #9CA3AF; margin-top: 16px; }

.sw-landing .claim-form { margin-top: 24px; text-align: left; }

.sw-landing .claim-form .name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 575px) {
  .sw-landing .claim-form .name-row { grid-template-columns: 1fr; }
}

.sw-landing .claim-login-hint {
  font-size: 13px;
  color: #6B7280;
  margin-top: 12px;
  text-align: center;
}

.sw-landing .form-label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 6px; }

.sw-landing .form-input {
  width: 100%;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-size: 15px;
}

.sw-landing .form-submit {
  width: 100%;
  background: #2563EB;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px 20px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.sw-landing .alert-success,
.sw-landing .alert-danger {
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 16px;
  font-size: 14px;
}

.sw-landing .alert-success { background: #ECFDF5; color: #065F46; border: 1px solid #A7F3D0; }

.sw-landing .alert-danger { background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }

.sw-landing .verified-banner {
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 20px;
  color: #065F46;
  font-weight: 600;
}

.sw-landing .hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

@media (max-width: 768px) {
  .sw-landing .hero { padding: 50px 0 40px; }
  .sw-landing .hero h1 { font-size: 36px; }
  .sw-landing .hero-sub { font-size: 16px; }
  .sw-landing .offer-card { padding: 24px; }
  .sw-landing .offer-grid { grid-template-columns: 1fr; gap: 12px; }
  .sw-landing .comparison-grid { grid-template-columns: 1fr; }
  .sw-landing .steps { grid-template-columns: 1fr; }
  .sw-landing .features-grid { grid-template-columns: 1fr; }
  .sw-landing .section-header h2,
  .sw-landing .final-cta h2 { font-size: 28px; }
}
