.embed-form-shell{--embed-ink:#090b10;--embed-card:rgba(11,14,20,0.94);--embed-text:#f4ede4;--embed-muted:#a79b90;--embed-line:rgba(196,63,40,0.22);--embed-accent:#c2410c;--embed-accent-soft:#fb923c;position:relative;margin:28px 0;padding:26px;border:1px solid var(--embed-line);border-radius:22px;background:radial-gradient(circle at 72% 8%,rgba(194,65,12,0.22),transparent 30%),radial-gradient(circle at 12% 88%,rgba(251,146,60,0.13),transparent 32%),linear-gradient(145deg,rgba(6,8,12,0.98) 0%,rgba(12,14,19,0.98) 48%,rgba(25,14,10,0.96) 100%);box-shadow:0 32px 96px rgba(0,0,0,0.48),0 2px 0 rgba(194,65,12,0.12),inset 0 1px 0 rgba(255,255,255,0.05);color:var(--embed-text);overflow:hidden}.embed-form-shell,.embed-form-shell *{box-sizing:border-box}.embed-form-shell::before{content:"";position:absolute;inset:0;background:linear-gradient(118deg,rgba(255,255,255,0.055) 0%,transparent 22%),linear-gradient(180deg,transparent 55%,rgba(194,65,12,0.07));pointer-events:none;z-index:0}.embed-form-shell::after{content:"";position:absolute;top:0;left:14%;right:14%;height:1px;background:linear-gradient(90deg,transparent,rgba(251,146,60,0.6) 30%,rgba(251,146,60,0.95) 50%,rgba(251,146,60,0.6) 70%,transparent);box-shadow:0 0 18px rgba(251,146,60,0.38);pointer-events:none;z-index:0}.embed-form-shell__hero{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.embed-form-shell__copy{max-width:720px}.embed-form-shell__eyebrow{display:flex;align-items:center;gap:9px;margin:0 0 11px;color:var(--embed-accent-soft);font-size:10px;font-weight:700;letter-spacing:0.26em;text-transform:uppercase}.embed-form-shell__eyebrow::before{content:"";display:block;width:20px;height:2px;flex-shrink:0;background:linear-gradient(90deg,var(--embed-accent),var(--embed-accent-soft));border-radius:1px}.embed-form-shell__title{margin:0;font-size:clamp(22px,3vw,38px);line-height:1.08;letter-spacing:0.01em;text-transform:none;white-space:nowrap;word-break:normal}.embed-form-shell__subtitle{max-width:720px;margin:11px 0 0;color:var(--embed-muted);font-size:14px;line-height:1.6}.embed-form-shell__trust{display:grid;gap:10px;min-width:88px;padding-top:8px}.embed-form-shell__trust span{display:block;height:2px;background:linear-gradient(90deg,rgba(194,65,12,0.15),rgba(251,146,60,0.95),rgba(194,65,12,0.15));box-shadow:0 0 16px rgba(251,146,60,0.3);animation:trust-pulse 3.2s ease-in-out infinite}.embed-form-shell__trust span:nth-child(2){width:72px;animation-delay:0.4s}.embed-form-shell__trust span:nth-child(3){width:52px;animation-delay:0.8s}@keyframes trust-pulse{0%,100%{opacity:0.7}50%{opacity:1}}.embed-form-card{position:relative;z-index:1;padding:22px;border-radius:16px;background:radial-gradient(circle at 18% 0%,rgba(194,65,12,0.11),transparent 28%),linear-gradient(180deg,rgba(15,18,24,0.96),rgba(10,12,16,0.99));border:1px solid rgba(255,255,255,0.055);box-shadow:inset 0 1px 0 rgba(255,255,255,0.04),0 8px 32px rgba(0,0,0,0.28)}.embed-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.embed-form .field{display:flex;flex-direction:column;gap:8px}.embed-form .field span{color:#dacfc5;font-size:11px;font-weight:700;letter-spacing:0.18em;text-transform:uppercase}.embed-form .field input,.embed-form .field textarea{width:100%;padding:14px 16px;border:1px solid rgba(194,65,12,0.22);border-radius:14px;background:linear-gradient(180deg,rgba(18,22,29,0.96),rgba(10,13,18,0.98));color:var(--embed-text);font-size:14px;line-height:1.55;box-shadow:inset 0 1px 0 rgba(255,255,255,0.03),0 12px 28px rgba(0,0,0,0.2);transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.15s ease}.embed-form .field textarea{min-height:140px;resize:vertical}.embed-form .field input::placeholder,.embed-form .field textarea::placeholder{color:rgba(167,155,144,0.55)}.embed-form .field input:hover,.embed-form .field textarea:hover{border-color:rgba(251,146,60,0.38)}.embed-form .field input:focus,.embed-form .field textarea:focus{outline:none;border-color:rgba(251,146,60,0.75);box-shadow:0 0 0 3px rgba(194,65,12,0.14),0 0 28px rgba(251,146,60,0.1),0 16px 36px rgba(0,0,0,0.28);transform:translateY(-1px)}.embed-form .field:has(textarea),.embed-form .field--checkbox,.embed-form-captcha,.embed-form .form-actions{grid-column:1 / -1}.embed-form-check{display:flex;align-items:flex-start;gap:12px;color:var(--embed-muted);font-size:14px;line-height:1.6}.embed-form-check input[type="checkbox"]{width:18px;height:18px;margin:2px 0 0;flex-shrink:0;accent-color:var(--embed-accent);box-shadow:none}.embed-form-check a{color:var(--embed-text);text-decoration:underline;text-decoration-color:rgba(251,146,60,0.45);text-underline-offset:3px}.embed-form-check a:hover{color:var(--embed-accent-soft)}.embed-form-captcha{padding:16px 18px;border-radius:14px;border:1px solid rgba(194,65,12,0.18);background:rgba(12,14,19,0.72)}.embed-form-status{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;padding:18px 20px;border-radius:14px;border:1px solid rgba(255,255,255,0.06)}.embed-form-status--success{background:linear-gradient(135deg,rgba(22,163,74,0.14),rgba(10,12,16,0.92));border-color:rgba(34,197,94,0.22)}.embed-form-status--danger{background:linear-gradient(135deg,rgba(194,65,12,0.14),rgba(10,12,16,0.92));border-color:rgba(251,146,60,0.2)}.embed-form-status__icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;flex-shrink:0;background:rgba(255,255,255,0.07);color:#fff;font-weight:800}.embed-form-status__title{margin:0 0 5px;color:var(--embed-text);font-size:13px;font-weight:800;letter-spacing:0.13em;text-transform:uppercase}.embed-form-status__text{color:var(--embed-muted);font-size:14px;line-height:1.65}.embed-form .form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:6px;padding-top:6px;border-top:1px solid rgba(255,255,255,0.04)}.embed-form__submit{position:relative;min-width:190px;min-height:48px;padding:12px 22px;border:1px solid rgba(251,146,60,0.2);border-radius:999px;background:linear-gradient(135deg,#c2410c 0%,#ea580c 46%,#fb923c 100%);box-shadow:0 18px 40px rgba(194,65,12,0.28),inset 0 1px 0 rgba(255,255,255,0.14);color:#fff7ed;font-size:12px;font-weight:800;letter-spacing:0.18em;text-transform:uppercase;overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease,filter 0.2s ease}.embed-form__submit::before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,0.18) 50%,transparent 100%);transform:skewX(-18deg);transition:left 0.42s ease;pointer-events:none}.embed-form__submit:hover::before{left:140%}.embed-form__submit:hover{transform:translateY(-2px);box-shadow:0 24px 52px rgba(194,65,12,0.36);filter:saturate(1.1)}.embed-form__meta{margin:0;color:var(--embed-muted);font-size:11px;letter-spacing:0.09em;text-transform:uppercase}@media (max-width:900px){.embed-form-shell{padding:20px}.embed-form-card{padding:18px}.embed-form{grid-template-columns:1fr}.embed-form-shell__hero{flex-direction:column;gap:14px;margin-bottom:16px}.embed-form-shell__trust{flex-direction:row;display:flex;min-width:0;gap:8px}.embed-form-shell__trust span,.embed-form-shell__trust span:nth-child(2),.embed-form-shell__trust span:nth-child(3){width:32px}.embed-form .form-actions{align-items:flex-start;flex-direction:column}.embed-form__submit{width:100%}}@media (max-width:560px){.embed-form-shell{margin:16px 0;padding:12px 12px 16px;border-radius:16px}.embed-form-card{padding:14px 12px;border-radius:12px}.embed-form-shell__hero{gap:10px;margin-bottom:14px}.embed-form-shell__title{font-size:22px;line-height:1.12;white-space:normal}.embed-form-shell__subtitle{font-size:13px;margin-top:8px}.embed-form{gap:12px}.embed-form .field input,.embed-form .field textarea{padding:12px 13px;border-radius:12px}.embed-form-status{padding:14px 14px;gap:11px}}@media (max-width:400px){.embed-form-shell{padding:9px 9px 13px;border-radius:14px}.embed-form-card{padding:12px 9px;border-radius:11px}.embed-form-shell__eyebrow{font-size:9px}.embed-form-shell__title{font-size:20px}.embed-form .field input,.embed-form .field textarea{padding:11px 12px;font-size:13px}}