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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.7;
  color: #1F2937;
  background: #F3F4F6;
  font-size: 17px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.container-narrow {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

@media (min-width: 769px) {
  .lp2-main .container-narrow {
    width: 100%;
    max-width: 640px;
  }
}

.topbar {
  background: white;
  border-bottom: 2px solid #E5E7EB;
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  font-size: 22px;
  font-weight: 800;
  color: #047857;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.3px;
}

.brand svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.topbar-new {
  background: linear-gradient(135deg, #1E40AF 0%, #1D4ED8 100%);
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
}

.topbar-new .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-new {
  font-size: 20px;
  font-weight: 800;
  color: white;
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: -0.3px;
}

.logo-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.topbar-new .top-nav a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s;
  padding: 8px 16px;
  border-radius: 6px;
}

.topbar-new .top-nav a:hover {
  background: rgba(255, 255, 255, 0.15);
}

.top-nav {
  display: flex;
  gap: 24px;
}

.top-nav a {
  color: #4B5563;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s;
  padding: 8px 12px;
  border-radius: 6px;
}

.top-nav a:hover {
  color: #047857;
  background: #F0FDF4;
}

.hero-lp1 {
  padding: 60px 0;
  background: linear-gradient(135deg, #ECFDF5 0%, #ffffff 100%);
}

.hero-lp1 .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.hero-content-lp1 h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #0F172A;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.subhead {
  font-size: 20px;
  color: #475569;
  margin-bottom: 28px;
  line-height: 1.7;
  font-weight: 400;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 28px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 18px;
  color: #334155;
  line-height: 1.6;
}

.hero-bullets svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.cta-primary {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  border: none;
  padding: 18px 48px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.4);
  letter-spacing: 0.3px;
}

.cta-primary:hover {
  background: linear-gradient(135deg, #047857 0%, #065F46 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.5);
}

.cta-secondary {
  background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
  color: white;
  border: none;
  padding: 16px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.4);
  letter-spacing: 0.3px;
}

.cta-secondary:hover {
  background: linear-gradient(135deg, #0369A1 0%, #075985 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.5);
}

.micro-copy {
  font-size: 15px;
  color: #64748B;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.trust-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.trust-item {
  font-size: 16px;
  color: #047857;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #F0FDF4;
  padding: 10px 18px;
  border-radius: 8px;
  border: 2px solid #BBF7D0;
}

.trust-item svg {
  flex-shrink: 0;
}

.hero-image-lp1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-lp1 img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.trust-section {
  padding: 48px 0;
  background: white;
  border-top: 2px solid #E2E8F0;
  border-bottom: 2px solid #E2E8F0;
}

.trust-badges {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  padding: 24px 20px;
  background: #F0FDF4;
  border-radius: 10px;
  border: 2px solid #BBF7D0;
}

.trust-badge-item svg {
  flex-shrink: 0;
}

.trust-badge-item strong {
  font-size: 17px;
  color: #047857;
  font-weight: 700;
  line-height: 1.4;
}

.how-works, .what-use, .why-now, .faq-section {
  padding: 56px 0;
}

.how-works h2, .what-use h2, .why-now h2, .faq-section h2 {
  font-size: 40px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  color: #0F172A;
  letter-spacing: -0.5px;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.step-card {
  background: white;
  padding: 32px 28px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
  border: 2px solid #E2E8F0;
  transition: all 0.3s;
}

.step-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  border-color: #BBF7D0;
}

.step-num {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
  margin: 0 auto 20px;
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.35);
}

.step-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0F172A;
  line-height: 1.4;
}

.step-card p {
  font-size: 17px;
  color: #64748B;
  line-height: 1.7;
}

.what-use {
  background: white;
}

.section-desc {
  text-align: center;
  font-size: 20px;
  color: #475569;
  margin-bottom: 32px;
  line-height: 1.7;
  font-weight: 500;
}

.use-list {
  list-style: none;
  max-width: 700px;
  margin: 0 auto 24px;
}

.use-list li {
  font-size: 18px;
  padding: 14px 0;
  border-bottom: 2px solid #E2E8F0;
  color: #334155;
  font-weight: 500;
}

.mini-note {
  text-align: center;
  font-size: 15px;
  color: #94A3B8;
  font-style: italic;
  margin-top: 24px;
}

.why-now {
  background: #FEF3C7;
  text-align: center;
}

.why-text {
  font-size: 20px;
  color: #475569;
  margin-bottom: 32px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
  font-weight: 500;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border: 2px solid #E2E8F0;
  transition: all 0.3s;
}

.faq-item:hover {
  border-color: #BBF7D0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: white;
  border: none;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #0F172A;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #F8FAFC;
}

.faq-icon {
  transition: transform 0.3s;
  flex-shrink: 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.faq-answer p {
  padding: 0 24px 20px;
  font-size: 17px;
  color: #64748B;
  line-height: 1.75;
}

.footer-lp {
  background: #111827;
  color: white;
  padding: 40px 0;
  text-align: center;
}

.footer-disclaimer {
  font-size: 15px;
  color: #9CA3AF;
  margin-bottom: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;
}

.footer-nav a {
  color: #9CA3AF;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.2s;
  font-weight: 600;
}

.footer-nav a:hover {
  color: white;
}

.lp2-main {
  padding: 48px 0 80px;
  min-height: 80vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #F3F4F6;
}

.progress-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.step-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #E2E8F0;
  color: #94A3B8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 22px;
  border: 3px solid #F1F5F9;
}

.progress-step.completed .step-circle {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  border-color: #059669;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.3);
}

.progress-step.active .step-circle {
  background: linear-gradient(135deg, #0284C7 0%, #0369A1 100%);
  color: white;
  border-color: #0284C7;
  box-shadow: 0 2px 8px rgba(2, 132, 199, 0.3);
}

.progress-step span {
  font-size: 16px;
  color: #475569;
  font-weight: 600;
}

.progress-line {
  width: 80px;
  height: 3px;
  background: #E2E8F0;
  margin: 0 16px;
}

.form-header-lp2 {
  text-align: center;
  margin-bottom: 40px;
}

.form-header-lp2 h1 {
  font-size: 40px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 18px;
  letter-spacing: -0.5px;
}

.subhead-lp2 {
  font-size: 20px;
  color: #475569;
  margin-bottom: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.time-estimate {
  font-size: 16px;
  color: #059669;
  font-weight: 700;
}

.form-lp2 {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  border: 2px solid #E2E8F0;
}

.form-step.hidden {
  display: none;
}

.step-title {
  font-size: 28px;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 10px;
}

.req {
  color: #DC2626;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #CBD5E1;
  border-radius: 10px;
  font-size: 17px;
  transition: all 0.2s;
  color: #0F172A;
  font-weight: 500;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #059669;
  box-shadow: 0 0 0 4px rgba(5, 150, 105, 0.15);
  background: #F0FDF4;
}

.error-message {
  display: none;
  color: #DC2626;
  font-size: 15px;
  margin-top: 6px;
  font-weight: 600;
}

.helper-text {
  font-size: 15px;
  color: #64748B;
  margin-bottom: 24px;
  font-style: italic;
  line-height: 1.6;
}

.btn-continue,
.btn-submit {
  width: 100%;
  padding: 18px 24px;
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 8px;
  box-shadow: 0 4px 16px rgba(5, 150, 105, 0.4);
  letter-spacing: 0.3px;
}

.btn-continue:hover,
.btn-submit:hover {
  background: linear-gradient(135deg, #047857 0%, #065F46 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(5, 150, 105, 0.5);
}

.btn-submit:disabled {
  background: #94A3B8;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.verification-notice {
  background: linear-gradient(135deg, #FEF9C3 0%, #FEF3C7 100%);
  border: 3px solid #F59E0B;
  border-radius: 12px;
  padding: 24px;
  margin: 28px 0;
  box-shadow: 0 3px 10px rgba(245, 158, 11, 0.15);
}

.verification-notice h3 {
  font-size: 20px;
  font-weight: 800;
  color: #78350F;
  margin-bottom: 14px;
  letter-spacing: -0.3px;
}

.verification-notice p {
  font-size: 16px;
  color: #92400E;
  margin-bottom: 10px;
  line-height: 1.7;
  font-weight: 500;
}

.consent-text {
  font-size: 15px;
  color: #64748B;
  line-height: 1.7;
  margin-bottom: 24px;
  font-weight: 500;
}

.reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
  font-size: 15px;
  color: #047857;
  font-weight: 700;
  flex-wrap: wrap;
}

.reassurance > span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.reassurance > span:nth-child(2n) {
  color: #94A3B8;
}

.reassurance svg {
  flex-shrink: 0;
}

.card-input-wrapper {
  position: relative;
}

.card-input-wrapper input {
  padding-right: 60px;
}

.card-brand-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.security-badges {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 32px 0;
  padding: 24px;
  background: #F0FDF4;
  border-radius: 8px;
}

.security-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #166534;
  font-weight: 600;
}

.hidden {
  display: none !important;
}

.success-message {
  text-align: center;
  padding: 48px 0;
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #10B981;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 700;
  margin: 0 auto 32px;
}

.success-message h2 {
  font-size: 32px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 16px;
}

.success-message p {
  font-size: 18px;
  color: #6B7280;
  margin-bottom: 16px;
  line-height: 1.6;
}

.success-detail {
  font-size: 16px;
  color: #4B5563;
  margin-top: 24px;
}

.next-steps {
  background: #F9FAFB;
  border: 2px solid #E5E7EB;
  border-radius: 8px;
  padding: 32px;
  margin-top: 48px;
  text-align: left;
}

.next-steps h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

.next-steps ul {
  list-style: none;
  padding-left: 0;
}

.next-steps li {
  font-size: 16px;
  color: #4B5563;
  padding: 12px 0;
  padding-left: 32px;
  position: relative;
  line-height: 1.6;
}

.next-steps li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10B981;
  font-weight: 700;
  font-size: 18px;
}

.security-banner {
  background: linear-gradient(135deg, #ECFDF5 0%, #D1FAE5 100%);
  border: 3px solid #059669;
  border-radius: 10px;
  padding: 14px 0;
  margin-bottom: 28px;
  box-shadow: 0 3px 10px rgba(5, 150, 105, 0.2);
}

.security-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 17px;
  font-weight: 800;
  color: #047857;
  letter-spacing: 0.2px;
}

.security-banner-content svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.accepted-cards {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  padding: 10px 0;
}

.accepted-cards-label {
  font-size: 13px;
  color: #6B7280;
  font-weight: 500;
}

.card-logos {
  display: flex;
  gap: 8px;
  align-items: center;
}

.card-logo {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  border: 1.5px solid;
  background: white;
}

.card-logo.visa {
  color: #1A1F71;
  border-color: #1A1F71;
}

.card-logo.mastercard {
  color: #EB001B;
  border-color: #EB001B;
}

.card-logo.amex {
  color: #006FCF;
  border-color: #006FCF;
}

.card-logo.discover {
  color: #FF6000;
  border-color: #FF6000;
}

.security-seals-section {
  background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
  border: 2px solid #10B981;
  border-radius: 12px;
  padding: 28px 24px;
  margin: 32px 0;
}

.security-seal-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.security-seal-header h3 {
  font-size: 20px;
  font-weight: 800;
  color: #047857;
  margin: 0;
}

.security-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid #BBF7D0;
}

.security-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #047857;
  font-weight: 600;
}

.trust-header-verification {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 2px solid #E5E7EB;
}

.trust-seal {
  background: #ECFDF5;
  padding: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.trust-header-text {
  flex: 1;
}

.trust-header-text .step-title {
  margin-bottom: 4px;
}

.trust-subtext {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.4;
}

.verification-notice-enhanced {
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
  border: 2px solid #3B82F6;
  border-radius: 12px;
  padding: 24px;
  margin: 24px 0 32px;
  display: flex;
  gap: 16px;
}

.notice-icon {
  flex-shrink: 0;
  background: white;
  padding: 8px;
  border-radius: 50%;
  height: fit-content;
}

.notice-content {
  flex: 1;
}

.notice-content h3 {
  font-size: 20px;
  font-weight: 800;
  color: #1E3A8A;
  margin-bottom: 16px;
  letter-spacing: -0.3px;
}

.notice-content p {
  font-size: 16px;
  color: #1E40AF;
  margin-bottom: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.notice-content p:last-child {
  margin-bottom: 0;
}

.security-badges-enhanced {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0;
  padding: 24px;
  background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 100%);
  border-radius: 12px;
  border: 1px solid #BBF7D0;
}

.security-badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.badge-icon {
  background: white;
  padding: 10px;
  border-radius: 8px;
  flex-shrink: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.badge-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-text strong {
  font-size: 13px;
  color: #166534;
  font-weight: 700;
}

.badge-text span {
  font-size: 11px;
  color: #15803D;
}

.consent-text-enhanced {
  font-size: 13px;
  color: #6B7280;
  line-height: 1.6;
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 16px;
  background: #F9FAFB;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
}

.consent-text-enhanced a {
  color: #3B82F6;
  text-decoration: underline;
}

.consent-text-enhanced a:hover {
  color: #2563EB;
}

.btn-submit-enhanced {
  width: 100%;
  padding: 18px 24px;
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(16, 185, 129, 0.25);
  position: relative;
  overflow: hidden;
}

.btn-submit-enhanced:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.btn-submit-enhanced:hover:before {
  left: 100%;
}

.btn-submit-enhanced:hover {
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.35);
}

.btn-submit-enhanced:disabled {
  background: #9CA3AF;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.btn-submit-enhanced:disabled:before {
  display: none;
}

.spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.reassurance-enhanced {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px;
  background: #F0FDF4;
  border-radius: 8px;
  font-size: 13px;
  color: #166534;
  line-height: 1.5;
}

.trust-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #E5E7EB;
}

.trust-footer-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6B7280;
}

.trust-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 32px;
  padding: 24px;
  background: linear-gradient(135deg, #ECFDF5 0%, #F0FDF4 100%);
  border-radius: 12px;
  border: 2px solid #BBF7D0;
}

.guarantee-badge {
  flex-shrink: 0;
  background: white;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(5, 150, 105, 0.15);
}

.guarantee-content {
  flex: 1;
}

.guarantee-content h4 {
  font-size: 20px;
  font-weight: 800;
  color: #047857;
  margin-bottom: 12px;
  letter-spacing: -0.3px;
}

.guarantee-content p {
  font-size: 16px;
  color: #065F46;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.hero-new {
  background: linear-gradient(135deg, #EFF6FF 0%, #F0F9FF 100%);
  padding: 48px 0 80px;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-new .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 900px;
  margin: 0 auto;
}

.hero-alert {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #FEF2F2 0%, #FEE2E2 100%);
  border: 2px solid #DC2626;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 32px;
  box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
  animation: pulse-border 2s ease-in-out infinite;
  width: 100%;
}

@keyframes pulse-border {
  0%, 100% {
    border-color: #DC2626;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.15);
  }
  50% {
    border-color: #EF4444;
    box-shadow: 0 6px 16px rgba(220, 38, 38, 0.25);
  }
}

.hero-alert svg {
  flex-shrink: 0;
}

.hero-alert strong {
  color: #DC2626;
  font-weight: 800;
}

.hero-content-new {
  width: 100%;
  text-align: center;
}

.hero-content-new h1 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.1;
  color: #0F172A;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}

.hero-subtitle {
  font-size: 19px;
  color: #475569;
  margin-bottom: 28px;
  line-height: 1.6;
  font-weight: 500;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 28px;
  max-width: 100%;
  justify-content: center;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: white;
  padding: 20px 16px;
  border-radius: 12px;
  border: 2px solid #DBEAFE;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.08);
  transition: all 0.3s;
  text-align: center;
}

.benefit-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.15);
  border-color: #2563EB;
}

.benefit-item span {
  font-size: 15px;
  font-weight: 700;
  color: #1E40AF;
}

.urgency-box {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);
  border: 2px solid #F59E0B;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 24px;
  width: 100%;
  max-width: 100%;
}

.urgency-box span {
  font-size: 16px;
  font-weight: 700;
  color: #78350F;
  line-height: 1.5;
}

.chatbot-container {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  border: 2px solid #E5E7EB;
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 600px;
  max-height: 600px;
  position: relative;
}

.chatbot-header {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
  position: sticky;
  top: 0;
  z-index: 10;
}

.agent-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.agent-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agent-info strong {
  color: white;
  font-size: 17px;
  font-weight: 700;
}

.agent-status {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
  font-weight: 500;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

.chatbot-messages {
  padding: 24px;
  padding-bottom: 100px;
  flex: 1;
  overflow-y: auto;
  overflow-anchor: none;
  background: #F9FAFB;
  display: flex;
  flex-direction: column;
  -webkit-overflow-scrolling: touch;
}

.message {
  margin-bottom: 16px;
  display: flex;
}

.agent-message {
  justify-content: flex-start;
}

.user-message {
  justify-content: flex-end;
}

.message-bubble {
  max-width: 85%;
  padding: 14px 18px;
  border-radius: 18px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}

.agent-message .message-bubble {
  background: white;
  color: #1F2937;
  border: 2px solid #E5E7EB;
  border-bottom-left-radius: 4px;
}

.user-message .message-bubble {
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  color: white;
  border-bottom-right-radius: 4px;
}

.typing-indicator .message-bubble {
  display: flex;
  gap: 6px;
  padding: 16px 20px;
}

.typing-indicator .message-bubble span {
  width: 8px;
  height: 8px;
  background: #9CA3AF;
  border-radius: 50%;
  animation: typing-bounce 1.4s ease-in-out infinite;
}

.typing-indicator .message-bubble span:nth-child(2) {
  animation-delay: 0.2s;
}

.typing-indicator .message-bubble span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes typing-bounce {
  0%, 60%, 100% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-8px);
  }
}

.chatbot-form {
  padding: 20px 24px;
  background: white;
  border-top: 2px solid #E5E7EB;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.input-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 12px;
}

.input-wrapper input,
.input-wrapper select {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid #D1D5DB;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #1F2937;
  transition: all 0.2s;
}

.input-wrapper input:focus,
.input-wrapper select:focus {
  outline: none;
  border-color: #2563EB;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.send-btn {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  border: none;
  border-radius: 12px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.send-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.send-btn:active {
  transform: translateY(0);
}

.chatbot-footer {
  background: #F9FAFB;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-top: 2px solid #E5E7EB;
}

.chatbot-footer span {
  font-size: 13px;
  color: #6B7280;
  font-weight: 600;
}

.cta-chat {
  background: linear-gradient(135deg, #10B981 0%, #059669 100%);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  width: 100%;
  justify-content: center;
}

.cta-chat:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

.info-section {
  padding: 32px 0;
  background: white;
}

.info-banner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
  border: 2px solid #2563EB;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.1);
}

.info-banner svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.info-banner strong {
  color: #1E40AF;
  font-weight: 800;
}

.trust-section-new {
  padding: 56px 0;
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}

.trust-badges-new {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto;
}

.trust-badge-item-new {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 32px 24px;
  background: white;
  border-radius: 16px;
  border: 2px solid #E5E7EB;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.trust-badge-item-new:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #2563EB;
}

.trust-badge-item-new strong {
  font-size: 18px;
  color: #1E40AF;
  font-weight: 800;
  line-height: 1.3;
}

.trust-badge-item-new span {
  font-size: 14px;
  color: #6B7280;
  font-weight: 600;
}

.scroll-indicator {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #2563EB 0%, #1D4ED8 100%);
  padding: 16px 24px;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.4);
  cursor: pointer;
  transition: all 0.3s;
  animation: bounce 2s ease-in-out infinite;
}

.scroll-indicator:hover {
  transform: translateX(-50%) translateY(-4px);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.5);
}

.scroll-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.scroll-indicator span {
  color: white;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

@media (max-width: 768px) {
  body {
    font-size: 18px;
  }

  .hero-lp1 .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-content-lp1 h1 {
    font-size: 36px;
  }

  .subhead {
    font-size: 19px;
  }

  .hero-bullets li {
    font-size: 17px;
  }

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

  .form-row {
    grid-template-columns: 1fr;
  }

  .form-lp2 {
    padding: 28px 20px;
  }

  .form-header-lp2 {
    margin-bottom: 32px;
  }

  .top-nav {
    gap: 12px;
    font-size: 15px;
  }

  .trust-row {
    gap: 16px;
  }

  .brand {
    font-size: 18px;
  }

  .brand svg {
    width: 28px;
    height: 28px;
  }

  .topbar {
    padding: 16px 0;
  }

  .top-nav a {
    padding: 6px 8px;
    font-size: 14px;
  }

  .how-works h2, .what-use h2, .why-now h2, .faq-section h2 {
    font-size: 34px;
  }

  .form-header-lp2 h1 {
    font-size: 34px;
  }

  .progress-steps {
    flex-wrap: wrap;
    gap: 16px;
  }

  .progress-line {
    display: none;
  }

  .security-badges {
    flex-direction: column;
    gap: 16px;
  }

  .security-badges-enhanced {
    grid-template-columns: 1fr;
  }

  .trust-footer {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trust-header-verification {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .verification-notice-enhanced {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .notice-icon {
    margin-bottom: 8px;
  }

  .notice-content {
    width: 100%;
  }

  .security-features {
    grid-template-columns: 1fr;
  }

  .accepted-cards {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .card-logos {
    flex-wrap: wrap;
  }

  .trust-guarantee {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .trust-badges {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trust-section {
    padding: 40px 0;
  }

  .hero-new .container {
    gap: 32px;
    max-width: 100%;
  }

  .hero-content-new h1 {
    font-size: 32px;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .benefit-item {
    padding: 16px 12px;
  }

  .benefit-item span {
    font-size: 14px;
  }

  .trust-badges-new {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .brand-new {
    font-size: 16px;
  }

  .logo-icon {
    width: 32px;
    height: 32px;
  }

  .chatbot-container {
    max-height: 500px;
  }

  .hero-alert {
    padding: 16px 20px;
    font-size: 15px;
  }

  .scroll-indicator {
    bottom: 20px;
    padding: 12px 20px;
  }

  .scroll-indicator span {
    font-size: 12px;
  }

  .scroll-arrow svg {
    width: 24px;
    height: 24px;
  }

  .chatbot-container {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .form-lp2 {
    padding: 48px 56px;
  }

  .progress-steps {
    margin-bottom: 40px;
  }

  .form-header-lp2 {
    margin-bottom: 48px;
  }

  .trust-header-verification {
    gap: 20px;
  }

  .security-badges-enhanced {
    gap: 24px;
  }

  .trust-footer {
    gap: 16px;
  }

  .verification-notice-enhanced {
    padding: 28px;
  }

  .lp2-main {
    padding: 60px 20px 100px;
  }

  .container-narrow {
    padding: 0 40px;
  }
}
