@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background: #f4f6fb;
}

.card {
    border-radius: 14px;
    border: none;
}

.step-number {
    width: 38px;
    height: 38px;
    background: #e9ecef;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin: 0 auto 4px;
}

.step-number.active {
    background: #f26622;
    color: #fff;
}

.wizard-header {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.hero-bg {
    background: linear-gradient(135deg, #f7d9c1, #f6ceae);
    padding: 80px 0 120px;
    color: #f26622;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.hero-logo {
    width: 100px;
    height: auto;
    margin-bottom: 5px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.hero-bg h1 {
    font-weight: 700;
    font-size: 2rem;
}

.hero-bg p {
    opacity: 0.95;
    font-size: 1.1rem;
}

.floating-card {
    margin-top: -80px;
    border-radius: 15px;
}

.btn-orange {
    background-color: #f26622 !important;
    border-color: #f26622 !important;
    color: #fff !important;
}

.btn-orange:hover {
    background-color: #d7571d !important;
    border-color: #d7571d !important;
}

/* Homepage */
.hero-home {
    background: linear-gradient(135deg, #f7d9c1, #f6ceae);
    color: #f26622;
    padding: 70px 20px;
    border-radius: 12px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero-logo-home {
    width: 140px;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    margin-bottom: 20px;
}

.section-title {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    color: #003b2b;
}

.feature-icon {
    font-size: 2rem;
    color: #079948;
    margin-bottom: 10px;
}

.privacy-box {
    background: #f8f9fa;
    border-left: 5px solid #079948;
    padding: 20px;
    border-radius: 8px;
}

.benefits-box {
    background: #f8f9fa;
    border-left: 5px solid #079948;
    padding: 20px;
    border-radius: 8px;
}

.steps-box {
    background: #fff7f0;
    border-left: 5px solid #f26622;
    padding: 20px;
    border-radius: 8px;
}