.interest{display:grid;grid-template-columns:1fr 1.1fr;gap:64px;padding:48px;margin:12px 0 48px;background:#faf8f5;border:1px solid #eee9df;border-radius:24px;align-items:start}
.interest-symbol{display:inline-flex;color:var(--wine);margin-bottom:18px}
.interest .eyebrow{margin-bottom:12px;letter-spacing:.12em}
.interest h2{font-size:clamp(32px,3.2vw,46px);letter-spacing:-.025em;margin:0 0 16px}
.interest-copy>p:last-child{font-size:16px;line-height:1.75;color:var(--muted);max-width:340px;margin:0}
.interest-form{display:grid;gap:18px;min-width:0}
.interest-fields{display:grid;grid-template-columns:1fr 1.2fr;gap:16px}
.interest-field{display:grid;gap:8px;font-size:14px;font-weight:600;min-width:0}
.interest input[type=text],.interest input[type=email]{width:100%;min-width:0;border:1px solid #b9aca2;border-radius:10px;min-height:52px;padding:12px 14px;background:white;color:var(--ink);font:400 16px Arial,Tahoma,sans-serif}
.interest input[type=email]{direction:ltr;text-align:start}
.interest input:focus-visible,.interest button:focus-visible,.interest summary:focus-visible{outline:3px solid var(--wine);outline-offset:3px}
.interest-consent{display:flex;align-items:start;gap:10px;font-size:13px;line-height:1.7;color:var(--muted);cursor:pointer}
.interest-consent input{width:20px;height:20px;flex:0 0 20px;margin:1px 0 0;accent-color:var(--wine)}
.interest button{border:0;border-radius:28px;padding:14px 26px;min-height:52px;background:var(--wine);color:white;font:600 15px Arial,Tahoma,sans-serif;cursor:pointer;justify-self:start}
.interest button:hover{background:#59282e}.interest button:disabled{opacity:.6;cursor:wait}
.interest-status{font-size:14px;line-height:1.7;margin:0;min-height:24px;color:var(--wine);overflow-wrap:anywhere}
.interest-status[data-state=success]{font-weight:600}
.interest-privacy{font-size:12px;line-height:1.8;color:var(--muted)}
.interest-privacy summary{cursor:pointer;text-decoration:underline;text-underline-offset:3px;min-height:24px}
.interest-privacy p{margin:10px 0 0;overflow-wrap:anywhere}
.interest-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
[dir=rtl] .interest .eyebrow{letter-spacing:0}
[dir=rtl] .interest h2{letter-spacing:0;font-size:36px;line-height:1.5}
@media(max-width:1000px){.interest{gap:30px;padding:32px}.interest-fields{grid-template-columns:1fr}}
@media(max-width:650px){.interest{grid-template-columns:1fr;padding:28px 22px;gap:24px;margin:12px 0 30px;border-radius:18px}.interest h2{font-size:34px}.interest-copy>p:last-child{max-width:none}.interest button{width:100%}.interest-symbol{margin-bottom:14px}}
