.teh-ac3e668e-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    font-family: sans-serif;
}

.teh-ac3e668e-col-left {
    flex: 1;
    min-width: 300px;
}

.teh-ac3e668e-trust {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f8f9fa;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 20px;
}

.teh-ac3e668e-stars {
    color: #00b67a;
    letter-spacing: 2px;
}

.teh-ac3e668e-title {
    font-size: 3.5rem;
    line-height: 1.1;
    color: #0b2575;
    font-weight: 800;
    margin: 0 0 20px 0;
}

.teh-ac3e668e-desc {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 30px;
}

.teh-ac3e668e-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.teh-ac3e668e-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #1a202c;
    font-weight: 500;
}

.teh-ac3e668e-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #e6fffa;
    color: #00cdae;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.teh-ac3e668e-col-img {
    flex: 0 0 auto;
    position: relative;
}

.teh-ac3e668e-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width: 300px;
    height: 400px;
}

.teh-ac3e668e-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.teh-ac3e668e-img-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(11, 37, 117, 0.9);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.teh-ac3e668e-dot {
    width: 8px;
    height: 8px;
    background: #00cdae;
    border-radius: 50%;
}

.teh-ac3e668e-col-right {
    flex: 1;
    min-width: 300px;
}

.teh-ac3e668e-form-box {
    background: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

.teh-ac3e668e-form-title {
    font-size: 1.8rem;
    color: #1a202c;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.teh-ac3e668e-form-sub {
    color: #4a5568;
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 1.5;
}

.teh-ac3e668e-form-group {
    margin-bottom: 20px;
}

.teh-ac3e668e-form-group label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #4a5568;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.teh-ac3e668e-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.teh-ac3e668e-input-wrap i {
    position: absolute;
    left: 15px;
    color: #a0aec0;
}

.teh-ac3e668e-input-wrap input,
.teh-ac3e668e-input-wrap select {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 16px;
    color: #2d3748;
    background: #fff;
    appearance: none;
}

.teh-ac3e668e-input-wrap select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%234A5568%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px auto;
}

.teh-ac3e668e-btn {
    width: 100%;
    background: #00cdae;
    color: #fff;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    transition: background 0.2s;
}

.teh-ac3e668e-btn:hover {
    background: #00b699;
}

.teh-ac3e668e-secure {
    margin-top: 20px;
    text-align: center;
    font-size: 11px;
    color: #a0aec0;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

@media (max-width: 991px) {
    .teh-ac3e668e-col-img {
        display: none;
    }
}

@media (max-width: 767px) {
    .teh-ac3e668e-title {
        font-size: 2.5rem;
    }
    .teh-ac3e668e-wrapper {
        flex-direction: column;
    }
    .teh-ac3e668e-col-left, .teh-ac3e668e-col-right {
        width: 100%;
    }
}