html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --background-height: 100vh;
  --viewport-height: 100vh;
}

html {
  font-size: 16pt;
}

body {
  min-width: 320px;
  min-height: var(--viewport-height);
  overflow-x: hidden;
  line-height: 1;
  color: #ffffff;
  background: #c3e1fe;
  -webkit-text-size-adjust: none;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: var(--background-height);
  pointer-events: none;
  background:
    linear-gradient(45deg, #ffffff 0%, #86c3fc 71%),
    #c3e1fe;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  background: #ffffff;
  transition: opacity 1s ease-in-out, visibility 1s;
}

body.is-loading::after {
  visibility: visible;
  opacity: 1;
}

body.is-ready::after {
  display: none;
}

.loader {
  position: fixed;
  top: calc(50% - 1.875rem);
  left: calc(50% - 1.875rem);
  z-index: 10;
  width: 3.75rem;
  height: 3.75rem;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  border: 0.35rem solid rgba(255, 255, 255, 0.45);
  border-top-color: rgba(134, 195, 252, 0.95);
  border-radius: 50%;
  transition: opacity 0.25s ease, transform 0.75s ease, visibility 0.25s;
  animation: loader-spin 1s linear infinite;
}

body.with-loader.is-loading .loader {
  visibility: visible;
  opacity: 1;
}

body.is-ready .loader {
  visibility: hidden;
  opacity: 0;
  transform: scale(0.5);
}

.sparkles {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  filter: blur(6px);
}

.sparkles span {
  position: absolute;
  width: 2rem;
  height: 1.75rem;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
  animation: hex-pulse var(--speed, 14s) ease-in-out var(--delay, 0s) infinite;
}

.site-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: var(--viewport-height);
  padding: 1.5rem;
}

.site-main {
  width: min(31rem, 100%);
  max-width: 100%;
  min-width: 0;
  text-align: center;
  transform-origin: 50% 50%;
  transition: opacity 0.75s ease, transform 0.75s ease;
}

body.is-loading .site-main {
  opacity: 0;
  transform: perspective(1000px) rotateY(3.75deg);
}

.portrait-card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: min(45rem, calc(var(--viewport-height) - 3rem));
  overflow: hidden;
  border: 8px solid #ffffff;
  border-radius: 1.25rem;
  background-image:
    linear-gradient(180deg, rgba(24, 37, 57, 0.03) 17%, rgba(24, 37, 57, 0.18) 47%, rgba(24, 37, 57, 0.86) 100%),
    url("assets/images/mara.jpg");
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  box-shadow: 0 1.2rem 3rem rgba(40, 83, 124, 0.2);
  animation: card-in 1s ease 0.25s both;
}

.content {
  width: 100%;
  min-width: 0;
  padding: 2rem;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  margin-bottom: 0.85rem;
  padding: 0.45rem 0.85rem;
  color: #204a71;
  font-family: "Sora", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 2rem;
}

h1 {
  width: 100%;
  margin: 0 0 0.85rem;
  color: #fff06b;
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0.14rem 0.6rem rgba(0, 0, 0, 0.28);
  animation: fade-up 1s ease 0.25s both;
}

.lead {
  max-width: 25rem;
  margin: 0 auto 1.15rem;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0.12rem 0.7rem rgba(0, 0, 0, 0.34);
  animation: fade-up 1s ease 0.35s both;
}

.optin-form {
  width: 100%;
  max-width: 25.5rem;
  margin: 0 auto;
  animation: bounce-up 1s ease 0.65s both;
}

.field-label {
  display: block;
  margin: 0 0 0.45rem;
  color: rgba(255, 255, 255, 0.94);
  font-family: "Sora", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: left;
  text-shadow: 0 0.1rem 0.55rem rgba(0, 0, 0, 0.34);
}

.page-home .field-label {
  text-align: center;
}

.email-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  width: 100%;
}

input[type="email"] {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.9rem 1rem;
  color: #193651;
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 0.95rem;
  box-shadow: 0 0.45rem 1rem rgba(12, 32, 52, 0.16);
  outline: none;
}

.page-home input[type="email"] {
  text-align: center;
}

input[type="email"]::placeholder {
  color: rgba(25, 54, 81, 0.52);
}

input[type="email"]:focus {
  border-color: #fff06b;
  box-shadow:
    0 0 0 0.18rem rgba(255, 240, 107, 0.35),
    0 0.45rem 1rem rgba(12, 32, 52, 0.16);
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 4.45rem;
  padding: 1.18rem 1.4rem;
  overflow: hidden;
  color: #ffffff;
  font-family: "BBH Sans Hegarty", "Sora", sans-serif;
  font-size: 1.95rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  background-color: rgba(255, 169, 82, 0.94);
  background-image: linear-gradient(113deg, rgba(255, 208, 87, 0.96) 0%, rgba(255, 151, 78, 0.94) 100%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border: 0;
  border-radius: 3rem;
  box-shadow: 0 0.7rem 1.4rem rgba(169, 90, 29, 0.26);
  transform-origin: center;
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.cta:hover,
.cta:focus-visible {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 4px;
}

.cta:disabled {
  cursor: wait;
  opacity: 0.85;
  transform: none;
}

.page-home .cta {
  opacity: 0;
  animation:
    cta-wiggle-in 1s cubic-bezier(0.22, 1, 0.36, 1) 1.4s both,
    cta-idle-wiggle 2.4s ease-in-out 2.7s infinite;
}

.page-home .cta:disabled {
  opacity: 0.85;
  animation: none;
}

.page-home.variant-b .cta {
  background-color: rgba(255, 99, 148, 0.94);
  background-image: linear-gradient(113deg, rgba(255, 94, 150, 0.96) 0%, rgba(255, 188, 83, 0.94) 100%);
  box-shadow: 0 0.7rem 1.4rem rgba(148, 48, 88, 0.25);
}

.page-home.variant-b .doi-note {
  border-color: rgba(255, 188, 83, 0.95);
}

.single-action {
  max-width: 25.5rem;
  margin: 0 auto;
  animation: bounce-up 1s ease 0.65s both;
}

.hidden-field {
  display: none;
}

.doi-note,
.trust-note {
  width: 100%;
  max-width: 25.5rem;
  margin: 0.85rem auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Sora", sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 0.1rem 0.55rem rgba(0, 0, 0, 0.34);
  animation: fade-up 1s ease 0.8s both;
}

.page-home .doi-note {
  opacity: 0;
  max-width: 25.5rem;
  margin-top: 1rem;
  padding: 0.78rem 0.9rem;
  color: #183650;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.38;
  text-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 240, 107, 0.95);
  border-radius: 0.9rem;
  box-shadow: 0 0.45rem 1rem rgba(12, 32, 52, 0.14);
  animation: delayed-doi-reveal 0.85s ease 3.6s both;
}

.trust-note {
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
}

.trust-note a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16rem;
}

.confirmation-content {
  padding-bottom: 2.35rem;
}

.mail-status {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  max-width: 22rem;
  min-height: 3.4rem;
  margin: 1rem auto 0;
  padding: 0.72rem 0.9rem;
  color: #183650;
  font-family: "Sora", sans-serif;
  line-height: 1.25;
  text-align: left;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0.85rem;
  box-shadow: 0 0.4rem 1rem rgba(12, 32, 52, 0.12);
  animation: bounce-up 1s ease 0.52s both;
}

.mail-status strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
}

.mail-status small {
  display: block;
  margin-top: 0.14rem;
  color: rgba(24, 54, 80, 0.76);
  font-size: 0.66rem;
  font-weight: 500;
}

.pulse-dot {
  position: relative;
  flex: 0 0 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #32b56f;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(50, 181, 111, 0.45);
  animation: status-pulse 1.8s ease-out infinite;
}

.steps {
  display: grid;
  gap: 0.65rem;
  width: 100%;
  max-width: 22rem;
  margin: 0.9rem auto 0;
  animation: bounce-up 1s ease 0.6s both;
}

.steps p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 2.6rem;
  padding: 0.65rem 0.85rem;
  color: #183650;
  font-family: "Sora", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0.8rem;
}

.steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  margin-right: 0.65rem;
  color: #ffffff;
  font-size: 0.76rem;
  background: #4898df;
  border-radius: 50%;
}

.mail-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  width: 100%;
  max-width: 22rem;
  margin: 0.8rem auto 0;
  animation: fade-up 1s ease 0.72s both;
}

.search-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.55rem 0.75rem;
  color: #204a71;
  font-family: "Sora", sans-serif;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  box-shadow: 0 0.25rem 0.7rem rgba(12, 32, 52, 0.1);
}

.search-chip[href]:hover,
.search-chip[href]:focus-visible {
  background: #ffffff;
}

.search-chip[href]:focus-visible {
  outline: 3px solid rgba(255, 240, 107, 0.7);
  outline-offset: 3px;
}

.legal-wrapper {
  position: relative;
  z-index: 2;
  min-height: var(--viewport-height);
  padding: 2rem 1rem;
}

.legal-main {
  width: min(42rem, 100%);
  margin: 0 auto;
  padding: 2rem;
  color: #183650;
  font-family: "Sora", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.92);
  border: 8px solid #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 1.2rem 3rem rgba(40, 83, 124, 0.2);
}

.legal-main h1 {
  margin-bottom: 1.5rem;
  color: #204a71;
  text-align: left;
  text-shadow: none;
}

.legal-section {
  margin-top: 1.35rem;
}

.legal-section h2 {
  margin-bottom: 0.4rem;
  color: #204a71;
  font-size: 0.95rem;
  font-weight: 700;
}

.legal-section p {
  margin-top: 0.35rem;
  font-size: 0.86rem;
}

.legal-section a,
.legal-back {
  color: #204a71;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16rem;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 1rem;
  font-size: 0.78rem;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes hex-pulse {
  0%,
  18%,
  100% {
    opacity: 0;
  }

  38% {
    opacity: var(--peak, 0.85);
  }

  48% {
    opacity: 1;
  }

  62% {
    opacity: var(--peak, 0.85);
  }
}

@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce-up {
  0% {
    opacity: 0;
    transform: translateY(0.15rem);
  }

  55% {
    opacity: 1;
    transform: translateY(-0.15rem);
  }

  90% {
    opacity: 1;
    transform: translateY(0.04rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes status-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(50, 181, 111, 0.45);
  }

  70% {
    box-shadow: 0 0 0 0.65rem rgba(50, 181, 111, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(50, 181, 111, 0);
  }
}

@keyframes delayed-doi-reveal {
  from {
    opacity: 0;
    transform: translateY(0.55rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cta-wiggle-in {
  0% {
    opacity: 0;
    transform: translateY(0.65rem) scale(0.92) rotate(0);
  }

  42% {
    opacity: 1;
    transform: translateY(0) scale(1.04) rotate(-2deg);
  }

  58% {
    transform: translateY(0) scale(1.02) rotate(2deg);
  }

  72% {
    transform: translateY(0) scale(1.01) rotate(-1deg);
  }

  86% {
    transform: translateY(0) scale(1) rotate(0.5deg);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0);
  }
}

@keyframes cta-idle-wiggle {
  0%,
  76%,
  100% {
    transform: translateY(0) scale(1) rotate(0);
  }

  80% {
    transform: translateY(0) scale(1.015) rotate(-1.8deg);
  }

  84% {
    transform: translateY(0) scale(1.018) rotate(1.8deg);
  }

  88% {
    transform: translateY(0) scale(1.012) rotate(-1deg);
  }

  92% {
    transform: translateY(0) scale(1.006) rotate(0.7deg);
  }
}

@media (min-width: 760px) {
  .email-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 736px) {
  html {
    font-size: 12pt;
  }

  .site-wrapper {
    align-items: stretch;
    padding: 1rem;
  }

  .site-main {
    display: flex;
    width: 100%;
    max-width: 30rem;
  }

  .portrait-card {
    min-height: calc(var(--viewport-height) - 2rem);
  }

  .content {
    padding: 1.15rem;
  }

  h1 {
    font-size: 1.55rem;
  }

  .lead {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 11pt;
  }

  .portrait-card {
    border-width: 8px;
    border-radius: 1.25rem;
    background-position: 0 0, 50% 42%;
  }

  .content {
    padding: 1rem;
  }

  .cta {
    min-height: 4.2rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 1.65rem;
  }

  .doi-note {
    font-size: 0.68rem;
  }

  .mail-status,
  .steps,
  .mail-tools {
    max-width: 100%;
  }

  .mail-status {
    min-height: 3.2rem;
    padding: 0.65rem 0.78rem;
  }

  .trust-note {
    font-size: 0.6rem;
  }
}

@media (max-height: 700px) and (max-width: 480px) {
  .content {
    padding: 0.85rem;
  }

  .eyebrow {
    margin-bottom: 0.55rem;
  }

  h1 {
    margin-bottom: 0.6rem;
    font-size: 1.35rem;
  }

  .lead {
    margin-bottom: 0.85rem;
    font-size: 0.82rem;
  }

  .mail-status {
    margin-top: 0.75rem;
  }

  .steps {
    gap: 0.48rem;
    margin-top: 0.65rem;
  }

  .steps p {
    min-height: 2.35rem;
    padding: 0.55rem 0.72rem;
    font-size: 0.75rem;
  }

  .mail-tools {
    margin-top: 0.65rem;
  }

  input[type="email"] {
    min-height: 2.8rem;
  }

  .cta {
    min-height: 3.75rem;
    font-size: 1.45rem;
  }

  .doi-note {
    margin-top: 0.65rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .page-home .cta {
    opacity: 1;
    animation: none !important;
  }
}
