.contact-list {
    color: #F28301;
    font-size: 24px;
    font-weight: 700;
    margin: 20px;
}

.contact-title {
    color: #1C1C1C;
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 0;
}

.contact-content {
    color: #1C1C1C;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.contact-banner {
    margin: 0 20px;
    background: #379993;
    border-radius: 10px;
    position: relative;
    overflow: visible;
}

/* inner container and layout */
.contact-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 32px 40px; */
    /* min-height: 310px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.contact-banner-text {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    flex: 0 1 770px;
    /* prefer up to 770px width */
    max-width: 770px;
    width: 100%;
    overflow-wrap: anywhere;
}

.contact-banner-text p {
    margin: 0 0 10px;
}

.contact-banner-illustration {
    flex: 0 0 auto;
    position: relative;
    z-index: 1;
}

.contact-banner-illustration img {
    display: block;
    height: 388px;
    width: auto;
    object-fit: contain;
    margin-top: -160px;
}

.contact-banner-text-item {
    background: #58AAA5;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* responsive */
@media (max-width: 768px) {
    .contact-title {
        font-size: 32px;
    }

    .contact-content {
        font-size: 16px;
    }

    .contact-banner {
        margin: 0 10px;
    }

    .contact-banner-inner {
        flex-direction: column;
        text-align: left;
        padding: 20px;
        min-height: unset;
        gap: 24px;
    }

    .contact-banner-text {
        max-width: 100%;
        font-size: 14px;
        flex: 1;
    }

    .contact-banner-illustration img {
        height: 180px;
        margin-top: -12px;
    }
}

/* ==============================
   Section 1: Consult two-column
   ============================== */
.consult-section {
    position: relative;
    padding: 80px 20px 60px;
}

.consult-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 450px 690px;
    gap: 60px;
}


.consult-title {
    color: #1C1C1C;
    font-size: 40px;
    line-height: 1.5;
    font-weight: 700;
    margin: 0 0 10px;
}

.consult-description {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.consult-image img {
    width: 450px;
    height: 400px;
    border-radius: 12px;
}


.consult-item {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 30px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* margin-bottom: 25px; */
}

.consult-item-title {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.consult-item-title::before {
    content: '';
    width: 4px;
    height: 30px;
    background-color: #F28301;
    border-radius: 2px;
    flex-shrink: 0;
    margin-right: 20px;
}

.consult-item-text {
    font-size: 16px;
    font-weight: 400;
    color: #1C1C1C;
    margin: 0;
    line-height: 1.5;
    margin-left: 35px;
}

/* soft background accents */
.consult-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 46%;
    background: #E7F3F2;
    z-index: -2;
}

.consult-bg-blur {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 280px;
    height: 280px;
    background: #58AAA5;
    filter: blur(120px);
    opacity: .35;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 768px) {
    .consult-section {
        padding: 60px 20px 40px;
    }

    .consult-title {
        font-size: 28px;
    }

    .consult-description {
        font-size: 14px;
    }

    .consult-image img {
        width: 100%;
        height: auto;
    }

    .consult-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* ==============================
   Section 2: Flow steps with line
   ============================== */
.flow-section {
    padding: 80px 20px 90px;
    background: #F2FCFC;
}

.flow-header {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
}

.flow-title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 30px;
    color: #1C1C1C;
}

.flow-description {
    margin: 0;
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.flow-timeline {
    position: relative;
    max-width: 980px;
    margin: 0 auto 28px;
    height: 40px;
}

.flow-timeline-line {
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50%;
    height: 4px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #58AAA5, #F28301);
    border-radius: 2px;
}

.flow-timeline-point {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
}

.flow-timeline-point::before {
    content: attr(data-step);
    position: absolute;
    bottom: 18px;
    /* number above the line */
    left: 50%;
    transform: translateX(-50%);
    color: #F28301;
    font-weight: 700;
    font-size: 20px;
}

.flow-timeline-point::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #1F9A94;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #1F9A94;
}

.flow-timeline-point:nth-of-type(2) {
    left: 5%;
}

.flow-timeline-point:nth-of-type(3) {
    left: 37%;
}

.flow-timeline-point:nth-of-type(4) {
    left: 63%;
}

.flow-timeline-point:nth-of-type(5) {
    left: 95%;
}

.flow-steps {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.flow-step {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.flow-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background: #E9F6F5; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.flow-step-icon img {
    width: 30px;
    height: 30px;
    display: block;
}

.flow-step-title {
    margin: 0 0 6px;
    font-weight: 700;
    color: #1C1C1C;
    font-size: 16px;
}

.flow-step-text {
    margin: 0;
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

@media (max-width: 768px) {
    .flow-section {
        padding: 60px 20px 70px;
        position: relative;
    }

    .flow-header {
        margin-bottom: 30px;
        text-align: center;
    }

    .flow-title {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .flow-description {
        font-size: 14px;
    }

    .flow-timeline {
        display: none;
    }

    .flow-steps {
        grid-template-columns: 1fr;
        gap: 24px;
        position: relative;
        padding-left: 50px;
        max-width: 100%;
        margin-top: 0;
    }

    .flow-steps::before {
        content: '';
        position: absolute;
        left: 28px;
        top: 0;
        bottom: 0;
        width: 4px;
        background: linear-gradient(180deg, #58AAA5, #F28301);
        border-radius: 2px;
        z-index: 1;
    }

    .flow-step {
        background: #FFFFFF;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        text-align: left;
        position: relative;
        min-height: 120px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .flow-step:nth-child(1)::before {
        content: '01';
    }

    .flow-step:nth-child(2)::before {
        content: '02';
    }

    .flow-step:nth-child(3)::before {
        content: '03';
    }

    .flow-step:nth-child(4)::before {
        content: '04';
    }

    .flow-step::before {
        position: absolute;
        left: -50px;
        top: 10px;
        transform: translate(-50%, -50%);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F28301;
        font-weight: 700;
        font-size: 18px;
        z-index: 3;
        line-height: 1;
    }

    .flow-step::after {
        content: '';
        position: absolute;
        left: -20px;
        top: 10px;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: #1F9A94;
        box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #1F9A94;
        z-index: 2;
    }

    .flow-step-icon {
        width: 100%;
        /* height: 50px; */
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 12px;
        background: transparent;
    }

    .flow-step-icon img {
        width: 40px;
        height: 40px;
        display: block;
        filter: brightness(0) saturate(100%) invert(60%) sepia(95%) saturate(2000%) hue-rotate(0deg) brightness(1) contrast(1);
    }

    .flow-step-title {
        margin: 0 0 8px;
        font-weight: 700;
        color: #1C1C1C;
        font-size: 16px;
    }

    .flow-step-text {
        margin: 0;
        color: #1C1C1C;
        font-size: 14px;
        line-height: 1.7;
        font-weight: 400;
    }
}

/* ==============================
   Section 3: Contact Form
   ============================== */
.contact-form-section {
    padding: 80px 20px 100px;
}

.contact-form-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 400px 760px;
    gap: 40px;
}

.contact-form-title {
    font-size: 40px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 15px 0 40px;
}

.contact-form-description {
    color: #1C1C1C;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.contact-form-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 10px 0 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}

.contact-form-subtitle::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: #F28301;
    width: 4px;
    height: 30px;
    border-radius: 2px;
}

.form-label-required {
    color: #F04438;
    font-size: 14px;
    font-weight: 700;
    margin-left: 4px;
}

.contact-form {
    background: #FFFFFF;
    border-radius: 12px;
    /* padding: 20px; */
    /* box-shadow: 0 4px 16px rgba(0,0,0,0.06); */
}

.form-row {
    margin-bottom: 16px;
}

.form-row.two-cols {
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 30px;
    margin-bottom: 30px;
}

.form-row.three-cols {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.form-label {
    display: block;
    font-size: 14px;
    color: #1C1C1C;
    font-weight: 400;
    margin-bottom: 6px;
}

.form-control {
    width: 100%;
    height: 44px;
    padding: 3px 12px;
    /* background: #FAFAFA; */
    border: 1px solid #EDEDED;
    border-radius: 8px;
    font-size: 14px;
    color: #1C1C1C;
}

.input-form {
    width: 90%;
}

textarea.form-control {
    height: 140px;
    resize: vertical;
    width: 100%;
}

.checkbox-row {
    margin: 6px 0 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.checkbox {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #1C1C1C;
    font-size: 14px;
}

.checkbox p {
    margin: 0 0 4px 0;
    font-size: 14px;
}

.checkbox-input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.checkbox-input-wrapper input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
}

.form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
}

.btn {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 700;
    cursor: pointer;
}

.btn-primary {
    background: #F28301;
    color: #FFFFFF;
}

.btn-secondary {
    background: #1F9A94;
    color: #FFFFFF;
}

/* Custom multi-select */
.custom-multi {
    position: relative;
}

.custom-multi-toggle {
    width: 100%;
    height: 48px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    color: #1C1C1C;
}

.custom-multi-toggle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(31, 154, 148, 0.15);
}

.custom-multi-caret {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #EDEDED;
}

.custom-multi[aria-expanded="true"] .custom-multi-caret {
    transform: rotate(180deg);
}

.custom-multi-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 16px;
    z-index: 20;
    display: none;
}

.custom-multi.open .custom-multi-menu {
    display: block;
}

.custom-multi.open .custom-multi-toggle {
    border-color: #1F9A94;
}

.custom-multi-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    color: #1C1C1C;
}

.custom-multi-option input {
    width: 18px;
    height: 18px;
}

/* Styled native select to match inputs */
.custom-select {
    position: relative;
}

.custom-select select.form-control {
    height: 48px;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 40px;
}

.custom-select::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #EDEDED;
    pointer-events: none;
}

.recaptcha-label {
    margin: 0;
    font-size: 14px;
}

.contact-form-description-link {
    color: #058078;
    text-decoration: none;
    font-weight: 700;
}

.privacy-policy-link {
    color: #058078;
    text-decoration: none;
}

/* ==============================
   Section 4: Reasons grid
   ============================== */
.reasons-section {
    padding: 80px 20px 100px;
}

.reasons-container {
    max-width: 1200px;
    margin: 0 auto;
}

.reasons-title {
    font-size: 40px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 0 0 24px;
}

.reasons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.reason-card {
    background: #FAFAFA;
    border-radius: 14px;
    padding: 14px;
    /* box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06); */
    position: relative;
}

.tip-line {
    position: absolute;
    bottom: 0;
    left: 20%;
    right: 39%;
    transform: translateX(-50%);
    width: 70px;
    height: 4px;
    background-color: #058078;
}

.reason-image {
    width: 100%;
    height: 220px;
    border-radius: 12px;
    overflow: hidden;
}

.reason-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.reason-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1C1C1C;
    margin: 12px 0 8px;
}

.reason-card-text {
    font-size: 16px;
    color: #5B6876;
    margin: 0;
    line-height: 1.7;
}

.company-cta__list li {
    background: none;
}

.company-cta__inner {
    height: 380px;
}

.company-cta__headline {
    line-height: 1.5;
}

.company-cta__headline:before {
    top: 10px;
}

.captcha-error {
    color: #cc0000;
    font-size: 14px;
    margin-top: 10px;
    display: none;
    font-weight: bold;
    padding: 8px 12px;
    background-color: #ffe6e6;
    border: 1px solid #cc0000;
    border-radius: 4px;
}

.captcha-error.show {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Contact form alert messages */
.contact-alert {
    padding: 16px 40px 16px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.6;
    animation: fadeIn 0.3s ease-in;
    position: relative;
}

.contact-alert.contact-alert-closing {
    animation: fadeOut 0.3s ease-out forwards;
}

.contact-alert-error {
    background-color: #ffe6e6;
    border: 1px solid #cc0000;
    color: #cc0000;
}

.contact-alert-success {
    background-color: #e6f7e6;
    border: 1px solid #00cc00;
    color: #006600;
}

.contact-alert p {
    margin: 0;
    font-weight: 500;
}

.contact-alert-close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 8px;
    color: inherit;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.contact-alert-close:hover {
    opacity: 1;
}

.contact-alert-error .contact-alert-close {
    color: #cc0000;
}

.contact-alert-success .contact-alert-close {
    color: #006600;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .reasons-section {
        padding: 60px 20px 80px;
    }

    .reasons-title {
        font-size: 28px;
    }

    .reasons-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .contact-form-section {
        padding: 0 20px 80px;
    }

    .contact-form-title {
        font-size: 28px;
    }

    .contact-form-description {
        font-size: 14px;
    }

    .contact-form-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .form-row.two-cols,
    .form-row.three-cols {
        grid-template-columns: 1fr;
    }

    .form-actions {
        justify-content: stretch;
    }

    .form-actions .btn {
        flex: 1;
    }

    .form-control {
        padding: 0;
    }
}

/* ==============================
   Contact Success Page
   ============================== */
.contact-success-section {
    padding: 80px 20px;
    background: #FFFFFF;
}

.contact-success-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.contact-success-text {
    flex: 1;
    max-width: 66.666%;
}

.contact-success-title {
    color: #1C1C1C;
    font-size: 54px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

.contact-success-message {
    color: #1C1C1C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
}

.contact-success-illustration {
    flex: 0 0 auto;
    position: relative;
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-success-circle {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: radial-gradient(circle, rgba(255, 183, 77, 0.4) 0%, rgba(255, 183, 77, 0.2) 40%, rgba(255, 183, 77, 0.1) 60%, transparent 80%); */
    border-radius: 50%;
}

.contact-success-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    z-index: 1;
}

@media (max-width: 768px) {
    .contact-success-section {
        padding: 60px 20px;
    }

    .contact-success-inner {
        flex-direction: column;
        gap: 40px;
    }

    .contact-success-text {
        max-width: 100%;
        text-align: center;
    }

    .contact-success-illustration {
        width: 100%;
        max-width: 300px;
    }

    .contact-success-title {
        font-size: 32px;
    }

    .contact-success-message {
        font-size: 14px;
    }

    .contact-success-circle {
        max-width: 250px;
    }


    .company-cta__headline {
        font-size: 24px;
    }

    .company-cta__list {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .company-cta__list li {
        font-size: 14px;
        margin: 0;
        padding: 0;
    }

    .company-cta__inner {
        height: 400px;
    }

    .company-cta__btn {
        padding: 10px;
    }

    .company-cta__illustration {
        position: absolute;
        right: 5px;
        bottom: -30px;
        z-index: 1;
    }

    .checkbox-row {
        display: block;

    }
}