.compare-page[data-v-377fdfba] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #111827;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav[data-v-377fdfba] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.nav-logo[data-v-377fdfba] {
  display: flex;
  align-items: center;
}
.nav-logo img[data-v-377fdfba] {
  height: 40px;
  width: auto;
}
.main-content[data-v-377fdfba] {
  flex: 1;
}
.hero-section[data-v-377fdfba] {
  position: relative;
  padding: 40px 24px 32px;
  background: linear-gradient(to right, #f9fafb, #f3f4f6);
}
@media (min-width: 1024px) {
.hero-section[data-v-377fdfba] {
    padding: 64px 24px 40px;
}
}
.hero-container[data-v-377fdfba] {
  max-width: 1152px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}
@media (min-width: 1024px) {
.hero-container[data-v-377fdfba] {
    grid-template-columns: 1fr 1fr;
}
}
.hero-left .hero-title[data-v-377fdfba] {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.025em;
  color: #111827;
  margin: 0;
}
@media (min-width: 1024px) {
.hero-left .hero-title[data-v-377fdfba] {
    font-size: 48px;
}
}
.hero-left .hero-title .strikethrough[data-v-377fdfba] {
  color: #dc2626;
  text-decoration: line-through;
  opacity: 0.7;
}
.hero-left .hero-description[data-v-377fdfba] {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.5;
  color: #4b5563;
}
.hero-left .hero-description strong[data-v-377fdfba] {
  font-weight: 600;
}
.hero-left .hero-badges[data-v-377fdfba] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  flex-wrap: wrap;
}
.hero-left .badge[data-v-377fdfba] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-left .check-icon[data-v-377fdfba] {
  width: 20px;
  height: 20px;
  color: #10b981;
}
.hero-right .form-card[data-v-377fdfba] {
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1024px) {
.hero-right .form-card[data-v-377fdfba] {
    padding: 32px;
}
}
.hero-right .form-header[data-v-377fdfba] {
  margin-bottom: 16px;
  text-align: center;
}
.hero-right .form-title[data-v-377fdfba] {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px;
}
.hero-right .form-subtitle[data-v-377fdfba] {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.hero-right .form[data-v-377fdfba] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero-right .form-group[data-v-377fdfba] {
  display: flex;
  flex-direction: column;
}
.hero-right .form-label[data-v-377fdfba] {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.hero-right .form-label .label-hint[data-v-377fdfba] {
  color: #6b7280;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
}
.hero-right .form-input[data-v-377fdfba],
.hero-right .form-select[data-v-377fdfba] {
  width: 100%;
  padding: 8px 16px;
  margin-top: 4px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 14px;
  color: #111827;
  background-color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.hero-right .form-input[data-v-377fdfba]:focus,
.hero-right .form-select[data-v-377fdfba]:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}
.hero-right .form-input[data-v-377fdfba]::placeholder,
.hero-right .form-select[data-v-377fdfba]::placeholder {
  color: #9ca3af;
}
.hero-right .select-wrapper[data-v-377fdfba] {
  position: relative;
}
.hero-right .select-wrapper .form-select[data-v-377fdfba] {
  appearance: none;
  padding-right: 40px;
}
.hero-right .select-wrapper .select-arrow[data-v-377fdfba] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #6b7280;
  pointer-events: none;
  margin-top: 4px;
}
.hero-right .submit-btn[data-v-377fdfba] {
  width: 100%;
  padding: 12px;
  margin-top: 16px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #2563eb;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.hero-right .submit-btn[data-v-377fdfba]:hover:not(:disabled) {
  background-color: #1d4ed8;
}
.hero-right .submit-btn[data-v-377fdfba]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.hero-right .success-message[data-v-377fdfba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.hero-right .success-icon[data-v-377fdfba] {
  width: 64px;
  height: 64px;
  color: #10b981;
  margin-bottom: 16px;
}
.hero-right .success-title[data-v-377fdfba] {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}
.hero-right .success-text[data-v-377fdfba] {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}
.hero-right .form-note[data-v-377fdfba] {
  font-size: 12px;
  text-align: center;
  color: #9ca3af;
  margin-top: 8px;
}
.hero-right .checkbox-group[data-v-377fdfba] {
  margin-top: 8px;
}
.hero-right .checkbox-label[data-v-377fdfba] {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 12px;
  line-height: 1.5;
  color: #374151;
}
.hero-right .checkbox-input[data-v-377fdfba] {
  margin-right: 8px;
  margin-top: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #2563eb;
}
.hero-right .checkbox-text[data-v-377fdfba] {
  flex: 1;
  line-height: 1.5;
}
.hero-right .checkbox-link[data-v-377fdfba] {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s;
}
.hero-right .checkbox-link[data-v-377fdfba]:hover {
  color: #1d4ed8;
  text-decoration: underline;
}
.comparison-section[data-v-377fdfba] {
  padding: 24px 16px 64px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
.comparison-section[data-v-377fdfba] {
    padding: 24px 24px 64px;
}
}
.comparison-container[data-v-377fdfba] {
  max-width: 1152px;
  margin: 0 auto;
}
.comparison-title[data-v-377fdfba] {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #111827;
}
@media (min-width: 768px) {
.comparison-title[data-v-377fdfba] {
    margin-bottom: 16px;
    font-size: 30px;
}
}
.comparison-subtitle[data-v-377fdfba] {
  margin-bottom: 32px;
  font-size: 14px;
  text-align: center;
  color: #6b7280;
}
@media (min-width: 768px) {
.comparison-subtitle[data-v-377fdfba] {
    font-size: 16px;
}
}
.comparison-table-wrapper[data-v-377fdfba] {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media (max-width: 767px) {
.comparison-table-wrapper[data-v-377fdfba] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
}
.comparison-table[data-v-377fdfba] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  min-width: 0;
}
@media (min-width: 768px) {
.comparison-table[data-v-377fdfba] {
    grid-template-columns: repeat(3, 1fr);
    min-width: 700px;
}
}
.comparison-table .table-header[data-v-377fdfba] {
  display: contents;
}
.comparison-table .table-header-cell[data-v-377fdfba] {
  padding: 16px;
  text-align: center;
  background-color: #f9fafb;
  font-size: 16px;
  font-weight: 700;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
.comparison-table .table-header-cell[data-v-377fdfba] {
    padding: 24px;
    font-size: 18px;
}
}
.comparison-table .table-header-cell[data-v-377fdfba]:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
.comparison-table .table-header-cell.highlight[data-v-377fdfba] {
  position: relative;
  background-color: #eff6ff;
  color: #1e40af;
}
.comparison-table .table-header-cell.highlight[data-v-377fdfba]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3b82f6;
}
@media (min-width: 768px) {
.comparison-table .table-header-cell.highlight[data-v-377fdfba] {
    font-size: 20px;
}
}
.comparison-table .table-row[data-v-377fdfba] {
  display: contents;
}
.comparison-table .table-row.highlight-row .table-cell[data-v-377fdfba] {
  background-color: rgba(239, 246, 255, 0.3);
}
.comparison-table .table-row.highlight-row .highlight-cell[data-v-377fdfba] {
  background-color: rgba(239, 246, 255, 0.3);
  border-left: 1px solid #bfdbfe;
}
.comparison-table .table-cell[data-v-377fdfba] {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 768px) {
.comparison-table .table-cell[data-v-377fdfba] {
    padding: 24px;
}
}
.comparison-table .table-cell[data-v-377fdfba]:not(:last-child) {
  border-right: 1px solid #e5e7eb;
}
.comparison-table .table-cell.highlight-cell[data-v-377fdfba] {
  background-color: rgba(239, 246, 255, 0.3);
  border-left: 1px solid #bfdbfe;
}
.comparison-table .cell-content[data-v-377fdfba] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.comparison-table .cell-icon[data-v-377fdfba] {
  font-size: 20px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
.comparison-table .cell-icon[data-v-377fdfba] {
    font-size: 24px;
}
}
.comparison-table .cell-title[data-v-377fdfba] {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
@media (min-width: 768px) {
.comparison-table .cell-title[data-v-377fdfba] {
    font-size: 14px;
}
}
.comparison-table .cell-title.highlight-text[data-v-377fdfba] {
  color: #1e3a8a;
}
.comparison-table .cell-subtitle[data-v-377fdfba] {
  font-size: 10px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 4px;
  margin-bottom: 0;
}
.comparison-table .cell-subtitle.highlight-subtitle[data-v-377fdfba] {
  color: #1e40af;
}
.scroll-hint[data-v-377fdfba] {
  margin-top: 16px;
  font-size: 12px;
  text-align: center;
  color: #9ca3af;
}
@media (min-width: 768px) {
.scroll-hint[data-v-377fdfba] {
    display: none;
}
}
.footer[data-v-377fdfba] {
  padding: 24px;
  background-color: #f9fafb;
  border-top: 1px solid #e5e7eb;
}
.footer-container[data-v-377fdfba] {
  max-width: 1152px;
  margin: 0 auto;
  text-align: center;
}
.footer-text[data-v-377fdfba] {
  font-size: 12px;
  color: #9ca3af;
  margin: 0;
}
.footer-separator[data-v-377fdfba] {
  margin: 0 8px;
}
.footer-link[data-v-377fdfba] {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-link[data-v-377fdfba]:hover {
  color: #4b5563;
  text-decoration: underline;
}

