.str-form { max-width: 720px; margin: 16px 0; font-family: 'Kanit', sans-serif; }
.str-form .str-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.str-form label { display:block; font-weight:600; font-size: .95rem; color:#111827; }

.str-form input,
.str-form textarea,
.str-form select,
.str-form .str-grid input,
.str-form .str-grid textarea,
.str-form .str-grid select {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    font-size: 1.05rem !important;
}

#lbl-name input,
#lbl-phone input,
#lbl-email input {
    font-size: 1.15rem !important;
    font-weight: 600;
}

.str-form button {
    margin-top: 8px;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid #ff0000;
    background: #ff002e;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: clamp(14px, 2.8vw, 20px);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.str-form .str-msg { margin-top:8px; font-weight:600; }
.str-form .str-msg--success { color:#15803d; }
.str-form .str-msg--error { color:#b91c1c; }

.str-form .str-wa{
    margin-top:10px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.str-chip { display:inline-block; padding:2px 8px; border:1px solid #e5e7eb; border-radius:10px; background:#f3f4f6; color:#111827; font-weight:500; }

.str-gdpr {
    grid-column: 1 / -1;
    display:flex;
    align-items:flex-start;
    gap:8px;
    font-size: .85rem;
    font-weight:500;
}
.str-gdpr input[type="checkbox"] { width:auto; margin-top:3px; }
.str-gdpr a { text-decoration: underline; font-weight:600; }

.str-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

@media (max-width:640px){
    .str-form .str-grid{ grid-template-columns: 1fr; }
}


.str-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:8px}

.str-btn-mail{margin-top:0;padding:14px 20px;border-radius:12px;border:1px solid #ff0000;background:#ff002e;color:#fff;cursor:pointer;font-weight:700;font-size:clamp(14px,2.8vw,20px);text-transform:uppercase;letter-spacing:.5px}

.str-cal{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;padding:12px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#f3f4f6;color:#111827;font-weight:700;text-decoration:none}

.str-front-list{margin:20px 0;font-family:'Kanit',sans-serif}.str-front-table-wrapper{overflow-x:auto}.str-front-table{width:100%;border-collapse:collapse;font-size:14px}.str-front-table th,.str-front-table td{border:1px solid #e5e7eb;padding:6px 8px;text-align:left}.str-front-table th{background:#f3f4f6;font-weight:600}
