/* AtinabWeb Native Forms */
.aw-native-form{
    --awf-bg:#fff;
    --awf-text:#172033;
    --awf-muted:#6b7280;
    --awf-line:#e7eaf0;
    --awf-soft:#f7f9fc;
    --awf-brand:var(--aw-brand,#26c6da);
    direction:rtl;
    max-width:980px;
    margin:0 auto;
    background:var(--awf-bg);
    border:1px solid var(--awf-line);
    border-radius:28px;
    box-shadow:0 28px 70px rgba(15,23,42,.09);
    overflow:hidden;
    color:var(--awf-text);
}
.aw-native-form__header{display:flex;gap:18px;align-items:flex-start;padding:30px 32px 24px;background:linear-gradient(135deg,rgba(38,198,218,.08),rgba(255,255,255,.9) 48%,rgba(15,23,42,.02));border-bottom:1px solid var(--awf-line)}
.aw-native-form__icon{width:54px;height:54px;min-width:54px;display:grid;place-items:center;border-radius:18px;background:var(--awf-brand);color:#fff;box-shadow:0 12px 28px rgba(38,198,218,.22)}
.aw-native-form__icon svg{width:26px;height:26px}
.aw-native-form__eyebrow{display:block;margin:0 0 5px;color:var(--awf-brand);font-size:12px;font-weight:800;letter-spacing:.01em}
.aw-native-form__header h2{margin:0;font-size:26px;line-height:1.45;font-weight:900;color:var(--awf-text)}
.aw-native-form__desc{margin-top:8px;color:var(--awf-muted);font-size:14px;line-height:2}
.aw-native-form__desc p{margin:0}
.aw-form{padding:30px 32px 32px}
.aw-form__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px 18px}
.aw-form-field{grid-column:span 6;min-width:0}
.aw-form-field--half{grid-column:span 3}
.aw-form-field--third{grid-column:span 2}
.aw-form-field>label:not(.aw-form-checkbox){display:flex;align-items:center;gap:4px;margin:0 0 8px;font-size:13px;font-weight:800;color:#344054}
.aw-form-field>label b,.aw-form-checkbox b{color:#ef4444;font-size:15px}
.aw-form-control-wrap{position:relative}
.aw-form input:not([type=checkbox]),.aw-form select,.aw-form textarea{width:100%;min-height:50px;border:1px solid #dfe3ea!important;border-radius:14px!important;background:#fff!important;color:var(--awf-text)!important;padding:12px 14px!important;font-family:inherit!important;font-size:14px!important;line-height:1.7!important;outline:0!important;box-shadow:0 1px 2px rgba(15,23,42,.02)!important;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease!important}
.aw-form textarea{min-height:130px;resize:vertical;margin:0!important}
.aw-form select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,#98a2b3 50%),linear-gradient(135deg,#98a2b3 50%,transparent 50%)!important;background-position:18px 21px,13px 21px!important;background-size:5px 5px,5px 5px!important;background-repeat:no-repeat!important;padding-left:38px!important}
.aw-form input:focus,.aw-form select:focus,.aw-form textarea:focus{border-color:var(--awf-brand)!important;box-shadow:0 0 0 4px rgba(38,198,218,.10)!important;background:#fff!important}
.aw-form input::placeholder,.aw-form textarea::placeholder{color:#a0a7b2;opacity:1}
.aw-form-field.is-error input,.aw-form-field.is-error select,.aw-form-field.is-error textarea{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.08)!important}
.aw-form-field__error{display:block;min-height:18px;padding-top:5px;font-size:11px;line-height:1.6;color:#dc2626}
.aw-form-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:13px 14px;border:1px solid var(--awf-line);border-radius:14px;background:var(--awf-soft);font-size:13px;line-height:1.8}
.aw-form-checkbox input{position:absolute;opacity:0;pointer-events:none}
.aw-form-checkbox__box{width:20px;height:20px;min-width:20px;border:2px solid #cbd2dc;border-radius:6px;background:#fff;position:relative;margin-top:1px;transition:.2s ease}
.aw-form-checkbox input:checked+.aw-form-checkbox__box{background:var(--awf-brand);border-color:var(--awf-brand)}
.aw-form-checkbox input:checked+.aw-form-checkbox__box:after{content:"";position:absolute;width:9px;height:5px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);left:3px;top:4px}
.aw-form__footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:8px;padding-top:22px;border-top:1px solid var(--awf-line)}
.aw-form__privacy{display:flex;align-items:flex-start;gap:8px;max-width:590px;color:var(--awf-muted);font-size:11px;line-height:1.8}
.aw-form__privacy svg{width:18px;height:18px;min-width:18px;color:#22a06b;margin-top:1px}
.aw-form__submit{min-width:175px;height:52px;border:0!important;border-radius:15px!important;padding:0 20px!important;display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--awf-brand)!important;background:linear-gradient(135deg,var(--awf-brand),color-mix(in srgb,var(--awf-brand),#0f172a 18%))!important;color:#fff!important;font-family:inherit!important;font-size:14px!important;font-weight:900!important;cursor:pointer;box-shadow:0 12px 28px color-mix(in srgb,var(--awf-brand),transparent 76%);transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease!important}
.aw-form__submit:hover{transform:translateY(-2px);box-shadow:0 16px 34px color-mix(in srgb,var(--awf-brand),transparent 70%)}
.aw-form__submit:disabled{cursor:wait;opacity:.78;transform:none}
.aw-form__submit svg{width:18px;height:18px;transform:scaleX(-1)}
.aw-form__spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:aw-form-spin .7s linear infinite}
.aw-form__submit.is-loading .aw-form__spinner{display:block}
.aw-form__submit.is-loading>svg{display:none}
@keyframes aw-form-spin{to{transform:rotate(360deg)}}
.aw-form__response{display:none;margin-top:18px;padding:15px 16px;border-radius:14px;align-items:flex-start;gap:12px;font-size:13px;line-height:1.8}
.aw-form__response.is-visible{display:flex}
.aw-form__response.is-success{background:#ecfdf3;border:1px solid #a6f4c5;color:#067647}
.aw-form__response.is-error{background:#fff4f3;border:1px solid #fecdca;color:#b42318}
.aw-form__response-icon{width:26px;height:26px;min-width:26px;display:grid;place-items:center;border-radius:50%;font-weight:900;background:currentColor;color:#fff;position:relative;font-size:0}
.aw-form__response-icon:after{content:"✓";font-size:15px;color:#fff}.aw-form__response.is-error .aw-form__response-icon:after{content:"!"}
.aw-form__response strong{display:block;font-size:13px}.aw-form__response p{margin:2px 0 0}.aw-form__response small{display:inline-block;margin-top:4px;font-weight:800}
.aw-form-hp{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.aw-form-notice{padding:18px;border-radius:14px;font-size:13px}.aw-form-notice--warning{background:#fff8e7;color:#8a5d00;border:1px solid #f3d48a}

.aw-native-form-host{padding:34px 0;position:relative}
#ma-contact-support .aw-native-form-host{padding:0;background:none}
#ma-contact-support .container .row.aw-native-form-row{background:transparent;box-shadow:none;border:0!important;padding:0;margin:42px 0}

/* Dedicated form landing page */
.aw-form-page{padding:54px 0 80px;background:linear-gradient(180deg,#f8fafc 0,#fff 32%)}
.aw-form-page__hero{max-width:1160px;margin:0 auto 28px;padding:0 20px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:stretch}
.aw-form-page__intro{padding:34px 36px;border-radius:26px;background:#111827;color:#fff;position:relative;overflow:hidden}
.aw-form-page__intro:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:var(--aw-brand,#26c6da);filter:blur(20px);opacity:.15;left:-70px;top:-80px}
.aw-form-page__intro>*{position:relative;z-index:1}.aw-form-page__intro .aw-form-page__kicker{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.15);border-radius:99px;font-size:11px;font-weight:800;color:#d7fbff;background:rgba(255,255,255,.06)}
.aw-form-page__intro h1{margin:14px 0 10px;font-size:34px;line-height:1.45;font-weight:900;color:#fff}.aw-form-page__intro p,.aw-form-page__lead{margin:0;color:#cbd5e1;line-height:2;font-size:14px}.aw-form-page__lead p{margin:0}
.aw-form-page__trust{display:grid;gap:12px}.aw-form-page__trust-card{border:1px solid #e7eaf0;border-radius:20px;background:#fff;padding:18px;box-shadow:0 12px 35px rgba(15,23,42,.05)}
.aw-form-page__trust-card strong{display:block;margin-bottom:5px;font-size:14px;color:#172033}.aw-form-page__trust-card span{font-size:12px;line-height:1.8;color:#667085}
.aw-form-page__content{max-width:1160px;margin:0 auto;padding:0 20px}.aw-form-page__content .aw-native-form{max-width:none}

@media(max-width:900px){.aw-form-field--third{grid-column:span 3}.aw-form-page__hero{grid-template-columns:1fr}.aw-form-page__trust{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.aw-native-form{border-radius:20px}.aw-native-form__header{padding:24px 20px 20px}.aw-native-form__header h2{font-size:21px}.aw-native-form__icon{width:46px;height:46px;min-width:46px;border-radius:14px}.aw-form{padding:22px 20px 24px}.aw-form__grid{gap:14px}.aw-form-field--half,.aw-form-field--third{grid-column:span 6}.aw-form__footer{align-items:stretch;flex-direction:column}.aw-form__submit{width:100%}.aw-form-page{padding-top:28px}.aw-form-page__hero{padding:0 14px}.aw-form-page__content{padding:0 14px}.aw-form-page__intro{padding:26px 22px}.aw-form-page__intro h1{font-size:27px}.aw-form-page__trust{grid-template-columns:1fr}.aw-form-page__trust-card{padding:15px 17px}}
@media(prefers-reduced-motion:reduce){.aw-form__submit,.aw-form input,.aw-form textarea,.aw-form select,.aw-form-checkbox__box{transition:none!important}.aw-form__spinner{animation-duration:1.4s}}
