.email-signup { position: relative; z-index: 1; display: grid; justify-items: center; gap: 20px; margin: 24px; padding: clamp(48px, 5vw, 76px) 32px; border: 1px solid rgba(255,255,255,.9); border-radius: 44px; background: linear-gradient(140deg, #f9fcfd, #e4f2f6); box-shadow: inset 0 1px 0 #fff; }
.email-signup__intro { text-align: center; }
.email-signup h2 { font-size: clamp(34px, 4.1vw, 58px); font-weight: 700; line-height: 1.08; letter-spacing: -.055em; margin-bottom: 12px; }
.email-signup h2 span { color: var(--blue-deep); }
.email-signup__intro > p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.email-signup__action { width: min(100%, 570px); min-height: 64px; }
.email-signup__label { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.email-signup__field { display: flex; align-items: center; gap: 8px; padding: 6px; border: 1px solid #c5d9e1; border-radius: 999px; background: #fff; box-shadow: 0 8px 24px rgba(31,65,78,.04); transition: border-color .2s; }
.email-signup__field:focus-within { border-color: var(--blue-deep); }
.email-signup__field > input { min-width: 0; width: 100%; height: 50px; border: 0; border-radius: 999px; background: transparent; color: var(--ink); padding: 0 18px; font-size: 16px; }
.email-signup__field > input::placeholder { color: #71828a; }
.email-signup__field .button { cursor: pointer; flex-shrink: 0; gap: 16px; min-height: 50px; padding: 0 24px; border-radius: 999px; font-size: 12px; background: var(--blue-deep); color: white; border-color: var(--blue-deep); box-shadow: none; }
.email-signup__field .button:hover { background: var(--blue-dark); }
.email-signup__consent { display: block; text-align: center; margin: 18px 14px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.email-signup__consent a { text-underline-offset: 3px; }
.email-signup :focus-visible { outline: 2px solid var(--blue-deep); outline-offset: 3px; }
.email-signup__success[hidden], .email-signup form[hidden] { display: none; }
.email-signup__success { text-align: center; }
.email-signup__success h3 { font-size: 26px; letter-spacing: -.035em; margin: 12px 0 8px; }
.email-signup__check { display: grid; place-items: center; width: 36px; height: 36px; margin-inline: auto; background: #d9eee8; border-radius: 50%; color: #236951; }
@media (max-width: 900px) { .email-signup { margin: 16px; border-radius: 30px; } }
@media (max-width: 600px) { .email-signup { padding: 44px 22px; gap: 16px; } .email-signup h2 { max-width: 360px; margin-inline: auto; margin-bottom: 0; } .email-signup h2 span { display: block; } .email-signup__intro > p { max-width: 290px; margin-inline: auto; font-size: 14px; } .email-signup__field { flex-direction: column; padding: 0; gap: 10px; background: none; border: none; box-shadow: none; border-radius: 0; } .email-signup__field > input { background: #fff; border: 1px solid #c5d9e1; height: 54px; padding-inline: 20px; } .email-signup__field .button { width: 100%; min-height: 52px; justify-content: center; } .email-signup__consent { margin: 16px 2px 0; font-size: 11px; } }

.email-signup__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.email-signup__status { margin-top: 12px; text-align: center; font-size: 12px; line-height: 1.6; color: #953c25; }
.email-signup__status:empty { display: none; }
.email-signup__field .button:disabled { cursor: wait; opacity: .65; }

/* The submitted button becomes the success shell; its content arrives after the geometry. */
.email-signup__completed { display: flex; align-items: center; justify-content: center; width: 100%; height: 64px; border-radius: 999px; background: var(--blue-deep); color: #fff; overflow: hidden; }
.email-signup__completed h3 { margin: 0; padding: 0 18px; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; white-space: nowrap; }
.email-signup__completed h3 span { margin-right: 8px; }

@media (max-width: 600px) { .email-signup__action { min-height: 116px; } }

.email-signup__brand-signal { color: var(--ink); font-weight: inherit; }
