body {
    background-color: #f7f9fc;
    margin: 0;
    padding: 0;
}

.ava-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 2rem 1rem;
    background-color: #f7f9fc;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

/* Header */
.ava-header {
    text-align: center;
    margin-bottom: 2rem;
}

.ava-logo-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ava-diamond {
    width: 35px;
    height: 35px;
    background-color: #17a2b8;
    transform: rotate(45deg);
    border-radius: 8px;
}

.ava-diamond.orange {
    background-color: #f39c12;
    transform: rotate(45deg) scale(1.1);
    position: relative;
    top: -5px;
}

.ava-title {
    color: #1a2b4c;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 5px;
}

.ava-subtitle {
    color: #17a2b8;
    font-weight: 500;
    font-size: 1.1rem;
}

/* Welcome Card */
.ava-welcome-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 2rem;
    flex-wrap: wrap-reverse;
}

.ava-welcome-text {
    flex: 1;
    min-width: 250px;
    text-align: right;
}

.ava-welcome-text h2 {
    color: #000000;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 0;
}

.ava-welcome-text .name {
    color: #dfa132;
}

.ava-welcome-text h2 span {
    color: #dfa132;
}

.ava-divider {
    display: flex;
    align-items: center;
    margin: 1rem 0;
}

.ava-divider::before,
.ava-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #dcdcdc;
}

.ava-divider i {
    color: #17a2b8;
    padding: 0 10px;
}

.ava-welcome-desc {
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

.ava-welcome-slogan {
    color: #17a2b8;
    font-weight: 700;
    margin-top: 10px;
}

.ava-card-img {
    flex: 1;
    min-width: 250px;
    text-align: center;
}

.ava-card-img img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.ava-wrapper .footer {
    font-size: 13px;
    text-align: center;
}

.ava-wrapper .footer i {
    margin-right: 5px;
    color: #029cca;
}

/* Submit Button */
.ava-submit-btn {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #0f869c 0%, #17a2b8 100%);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 15px rgba(23, 162, 184, 0.3);
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
    margin-bottom: 2rem;
}

.ava-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(23, 162, 184, 0.4);
    color: white;
}

.ava-btn-text {
    flex: 1;
    text-align: center;
}

/* Services */
.ava-services-title {
    text-align: center;
    color: #1a2b4c;
    font-weight: 800;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 1.5rem;
}

.ava-services-title::before,
.ava-services-title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 25%;
    border-bottom: 1px dashed #dcdcdc;
}

.ava-services-title::before {
    left: 0;
}

.ava-services-title::after {
    right: 0;
}

.ava-services-grid {
    background: white;
    border-radius: 20px;
    padding: 1.5rem 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin-bottom: 2rem;
}

.ava-service-item {
    width: 18%;
    min-width: 90px;
    text-align: center;
}

.ava-service-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
}

.ava-service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ava-service-title {
    color: #1a2b4c;
    font-weight: 800;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.ava-service-desc {
    color: #666;
    font-size: 0.7rem;
    line-height: 1.4;
}

/* Banner */
.ava-bottom-banner {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.ava-bottom-banner img {
    width: 100%;
    display: block;
}

/* Footer */
.ava-footer {
    background: #eef2f7;
    border-radius: 50px;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #1a2b4c;
    font-weight: 600;
    font-size: 0.95rem;
}

.ava-footer-domain {
    font-family: sans-serif;
}

.ava-footer-divider {
    width: 1px;
    height: 20px;
    background: #ccc;
}

@media (max-width: 500px) {
    .ava-service-item {
        width: 30%;
    }

    .ava-welcome-box {
        flex-direction: column-reverse;
        text-align: center;
    }

    .ava-welcome-text {
        text-align: center;
    }

    .ava-btn-text {
        font-size: 18px;
    }
}

/* Success Page Specific */
.ava-success-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
    padding: 2rem;
}

.ava-success-icon {
    font-size: 5rem;
    color: #17a2b8;
    margin-bottom: 1.5rem;
}

.ava-success-title {
    color: #1a2b4c;
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.ava-success-desc {
    color: #666;
    font-size: 1.1rem;
}