.eft-form { display:grid; max-width:760px; gap:1.25rem; }
.eft-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }
.eft-form label { display:grid; gap:.45rem; color:#19142a; font-weight:650; }
.eft-form input:not([type="checkbox"]), .eft-form select, .eft-form textarea { box-sizing:border-box!important; display:block!important; width:100%!important; min-height:48px!important; margin:0!important; padding:.75rem .85rem!important; border:2px solid #727783!important; border-radius:.35rem!important; outline:none; background:#fff!important; box-shadow:0 1px 2px rgba(15,23,42,.08)!important; color:#19142a!important; font:inherit!important; opacity:1!important; }
.eft-form textarea { min-height:160px!important; resize:vertical; }
.eft-form input:not([type="checkbox"]):hover, .eft-form select:hover, .eft-form textarea:hover { border-color:#3f4350!important; }
.eft-form input:not([type="checkbox"]):focus, .eft-form select:focus, .eft-form textarea:focus { border-color:#b41678!important; box-shadow:0 0 0 3px rgba(180,22,120,.18)!important; }
.eft-form button { justify-self:start; min-height:46px; padding:.8rem 1.35rem; border:2px solid #8b176f; border-radius:.35rem; background:#8b176f; color:#fff; font-weight:700; cursor:pointer; }
.eft-form button:hover, .eft-form button:focus { border-color:#681052; background:#681052; }
.eft-consent { grid-template-columns:auto 1fr!important; align-items:start; font-weight:400!important; }
.eft-consent input[type="checkbox"] { width:20px!important; height:20px!important; margin:.2rem 0 0!important; accent-color:#8b176f; }
.eft-help, .eft-privacy { margin:-.35rem 0 0; font-size:.92rem; line-height:1.55; }
.eft-notice { max-width:760px; margin:0 0 1rem; padding:1rem; border-left:4px solid #8b176f; background:#f5e8f1; color:#19142a; }
.eft-hp { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
@media(max-width:640px){ .eft-grid { grid-template-columns:1fr; } }
.eft-thanks { max-width:760px; padding:clamp(1.4rem,4vw,2.5rem); border-left:6px solid #b41678; border-radius:.4rem; background:#f8eef5; color:#19142a; box-shadow:0 8px 28px rgba(25,20,42,.08); }
.eft-thanks h2 { margin:.25rem 0 1rem; color:#681052; }
.eft-thanks p { line-height:1.7; }
.eft-thanks-kicker { margin:0; color:#8b176f; font-weight:750; text-transform:uppercase; letter-spacing:.06em; }
.eft-thanks-action { margin:1.4rem 0; padding:1rem 1.15rem; border:2px solid #b41678; border-radius:.35rem; background:#fff; }
.eft-thanks-action p { margin:.45rem 0 0; }
