.reset-hero-36d123d0 {
    padding: 80px 20px;
    text-align: center;
    background: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.hero-container-36d123d0 {
    max-width: 800px;
    margin: 0 auto;
}
.hero-container-36d123d0 .hero-title-36d123d0 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
}
.hero-container-36d123d0 .hero-desc-36d123d0 {
    font-size: 1.25rem;
    color: #4a4a4a;
    line-height: 1.6;
    margin-bottom: 30px;
}
.cta-group-36d123d0 {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.btn-primary-36d123d0 {
    background: #000;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s ease;
}
.btn-primary-36d123d0:hover {
    background: #333;
    color: #fff;
}
.btn-secondary-36d123d0 {
    background: transparent;
    color: #000;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    border: 2px solid #000;
    transition: all 0.3s ease;
}
.btn-secondary-36d123d0:hover {
    background: #000;
    color: #fff;
}
.trust-signal-36d123d0 {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #666;
}
