﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background: #f5f9ff !important;
    color: #002366 !important;
}
/* more_ifa.css */
header,
.header {
    background: none !important;
    color: inherit !important;
}


.top-bar {
    padding: 20px 40px;
    display: flex;
    flex-direction: column;
}

.logo {
    max-width: 200px;
    height: auto;
}

.breadcrumb-ifa {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

    .breadcrumb-ifa .highlight {
        color: #1e40af;
    }

.container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    gap: 40px;
}

.left-content {
    width: 55%;
}

    .left-content h1 {
        font-size: 38px;
        font-weight: 800;
        margin-bottom: 25px;
    }

.features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    text-align: center;
}

.icon {
    font-size: 24px;
    margin-bottom: 6px;
}

.note {
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.6;
}

.form-card {
    width: 40%;
    background: white;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

    .form-card h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .form-card form {
        display: flex;
        flex-direction: column;
    }

    .form-card input[type="text"],
    .form-card input[type="tel"] {
        padding: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
    }

.terms {
    font-size: 12px;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .terms a {
        color: #002366;
        text-decoration: underline;
        font-weight: bold;
    }

button {
    padding: 14px;
    background-color: #002366;
    color: white;
    border: none;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 15px;
}

.consent {
    display: flex;
    align-items: flex-start;
    font-size: 11px;
    color: #444;
    gap: 10px;
}
.button-row {
    display: flex;
    gap: 10px;
    width: 100%;
}

    .button-row button {
        flex: 1;
        white-space: nowrap;
    }
#termsCheckbox,
#termsCheckbox:checked,
#termsCheckbox:not(:checked) {
    position: static !important;
    left: auto !important;
    margin-right: 6px;
    display: inline-block !important;
}
