:root{
  --giveaway-blue:#2e3f75;
  --giveaway-blue-deep:#21335f;
  --giveaway-red:#d83f34;
  --giveaway-red-dark:#b93229;
  --giveaway-water:#6eb7cc;
  --giveaway-green:#6f9f32;
  --giveaway-cream:#f4f2e8;
  --giveaway-ink:#24304f;
  --giveaway-muted:#526078;
  --giveaway-border:rgba(46,63,117,.13);
  --giveaway-shadow:0 22px 56px rgba(31,45,73,.13);
}

.asm-giveaway{
  overflow:hidden;
  color:var(--giveaway-ink);
  background:#fff;
}

.asm-giveaway h1,
.asm-giveaway h2,
.asm-giveaway h3{
  font-family:'Montserrat',sans-serif;
}

.asm-giveaway-hero{
  position:relative;
  padding:66px 0 82px;
  color:#fff;
  background:
    radial-gradient(850px 480px at 100% 0%,rgba(110,183,204,.34),transparent 64%),
    radial-gradient(720px 400px at 0% 100%,rgba(148,201,76,.17),transparent 64%),
    linear-gradient(135deg,var(--giveaway-blue-deep) 0%,var(--giveaway-blue) 58%,#3e5a86 100%);
}

.asm-giveaway-hero::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-190px;
  width:440px;
  height:440px;
  border:70px solid rgba(255,255,255,.05);
  border-radius:50%;
  pointer-events:none;
}

.asm-giveaway-hero .container{
  position:relative;
  z-index:1;
}

.asm-giveaway-breadcrumbs{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  margin-bottom:2rem;
  color:rgba(255,255,255,.86);
  font-size:.84rem;
  font-weight:800;
}

.asm-giveaway-breadcrumbs a{
  color:#fff;
  text-underline-offset:3px;
}

.asm-giveaway-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(390px,.88fr);
  gap:4rem;
  align-items:center;
}

.asm-giveaway-kicker{
  display:inline-flex;
  margin-bottom:1rem;
  color:#fff;
  font-size:.76rem;
  font-weight:900;
  letter-spacing:.13em;
  line-height:1.4;
  text-transform:uppercase;
}

.asm-giveaway-kicker-dark{
  color:#4b6929;
}

.asm-giveaway-hero h1{
  max-width:760px;
  margin:0 0 1.1rem;
  color:#fff;
  font-size:clamp(2.75rem,5.8vw,5.4rem);
  font-weight:900;
  letter-spacing:-.055em;
  line-height:.98;
}

.asm-giveaway-hero-copy > p{
  max-width:700px;
  margin:0 0 1.35rem;
  color:rgba(255,255,255,.92);
  font-size:1.08rem;
  line-height:1.75;
}

.asm-giveaway-value{
  display:inline-grid;
  gap:.15rem;
  margin-bottom:1.5rem;
  padding:.85rem 1.15rem;
  color:#fff;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2);
  border-radius:15px;
  backdrop-filter:blur(8px);
}

.asm-giveaway-value span{
  font-size:.7rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.asm-giveaway-value strong{
  color:#fff;
  font-size:1.35rem;
  line-height:1.2;
}

.asm-giveaway-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
}

.asm-giveaway-btn,
.asm-giveaway-submit{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55rem;
  min-height:50px;
  padding:.84rem 1.18rem;
  border-radius:999px;
  font-size:.78rem;
  font-weight:900;
  letter-spacing:.065em;
  line-height:1.25;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}

.asm-giveaway-btn:hover,
.asm-giveaway-submit:hover{
  transform:translateY(-2px);
  text-decoration:none;
}

.asm-giveaway-btn-primary,
.asm-giveaway-submit{
  color:#fff;
  background:linear-gradient(135deg,var(--giveaway-red),var(--giveaway-red-dark));
  border:1px solid transparent;
  box-shadow:0 14px 28px rgba(216,63,52,.25);
}

.asm-giveaway-btn-primary:hover,
.asm-giveaway-submit:hover{
  color:#fff;
}

.asm-giveaway-btn-light{
  color:#fff;
  background:transparent;
  border:1px solid rgba(255,255,255,.4);
}

.asm-giveaway-btn-light:hover{
  color:#fff;
  background:rgba(255,255,255,.1);
}

.asm-giveaway-btn-outline{
  color:var(--giveaway-blue);
  background:#fff;
  border:1px solid rgba(46,63,117,.3);
}

.asm-giveaway-btn-outline:hover{
  color:var(--giveaway-blue-deep);
  box-shadow:0 12px 24px rgba(31,45,73,.1);
}

.asm-giveaway-trust{
  display:flex;
  flex-wrap:wrap;
  gap:.75rem 1.15rem;
  margin-top:1.45rem;
  color:rgba(255,255,255,.93);
  font-size:.8rem;
  font-weight:800;
}

.asm-giveaway-trust span{
  display:inline-flex;
  align-items:center;
  gap:.42rem;
}

.asm-giveaway-hero-image{
  position:relative;
  margin:0;
  overflow:hidden;
  background:#fff;
  border:8px solid rgba(255,255,255,.12);
  border-radius:34px 34px 34px 8px;
  box-shadow:0 30px 70px rgba(10,20,40,.3);
  transform:rotate(1.5deg);
}

.asm-giveaway-hero-image img{
  display:block;
  width:100%;
  aspect-ratio:3/2;
  object-fit:cover;
}

.asm-giveaway-hero-image figcaption{
  padding:.75rem 1rem;
  color:#40506a;
  background:#fff;
  font-size:.75rem;
  line-height:1.5;
}

.asm-giveaway-section{
  padding:86px 0;
}

.asm-giveaway-prize-section{
  background:
    radial-gradient(560px 340px at 0% 100%,rgba(110,183,204,.13),transparent 70%),
    #fff;
}

.asm-giveaway-prize-grid,
.asm-giveaway-story-grid,
.asm-giveaway-team-grid{
  display:grid;
  grid-template-columns:minmax(380px,.92fr) minmax(0,1.08fr);
  gap:4.5rem;
  align-items:center;
}

.asm-giveaway-system-image,
.asm-giveaway-story-grid figure,
.asm-giveaway-team-grid figure{
  position:relative;
  margin:0;
}

.asm-giveaway-system-image::before{
  content:"";
  position:absolute;
  inset:-18px 32px 18px -18px;
  background:var(--giveaway-cream);
  border-radius:26px;
  transform:rotate(-3deg);
}

.asm-giveaway-system-image img,
.asm-giveaway-story-grid img,
.asm-giveaway-team-grid img{
  position:relative;
  display:block;
  width:100%;
  border-radius:26px;
  box-shadow:var(--giveaway-shadow);
  object-fit:cover;
}

.asm-giveaway-prize-grid h2,
.asm-giveaway-entry-copy h2,
.asm-giveaway-story-grid h2,
.asm-giveaway-section-head h2,
.asm-giveaway-faq-layout h2,
.asm-giveaway-team-grid h2{
  margin:0 0 1rem;
  color:var(--giveaway-blue);
  font-size:clamp(2rem,4vw,3.35rem);
  font-weight:900;
  letter-spacing:-.045em;
  line-height:1.06;
}

.asm-giveaway-prize-grid > div > p,
.asm-giveaway-entry-copy > p,
.asm-giveaway-story-grid p,
.asm-giveaway-section-head p,
.asm-giveaway-faq-layout > div:first-child p,
.asm-giveaway-team-grid p{
  color:var(--giveaway-muted);
  line-height:1.75;
}

.asm-giveaway-checklist{
  display:grid;
  gap:.7rem;
  margin:1.35rem 0;
  padding:0;
  list-style:none;
}

.asm-giveaway-checklist li{
  display:grid;
  grid-template-columns:34px minmax(0,1fr);
  gap:.75rem;
  align-items:center;
  padding:.8rem .9rem;
  color:#33445e;
  background:#f8fafc;
  border:1px solid var(--giveaway-border);
  border-radius:14px;
  font-weight:700;
}

.asm-giveaway-checklist li span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--giveaway-green);
  border-radius:10px;
}

.asm-giveaway-text-link{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  color:#29477b;
  font-weight:900;
  text-underline-offset:4px;
}

.asm-giveaway-offer{
  color:#fff;
  background:linear-gradient(135deg,var(--giveaway-red-dark),var(--giveaway-red));
}

.asm-giveaway-offer-inner{
  display:grid;
  grid-template-columns:70px minmax(0,1fr) auto;
  gap:1.35rem;
  align-items:center;
  padding-top:2rem;
  padding-bottom:2rem;
}

.asm-giveaway-offer-icon{
  width:70px;
  height:70px;
  display:grid;
  place-items:center;
  color:var(--giveaway-red);
  background:#fff;
  border-radius:22px;
  font-size:1.7rem;
}

.asm-giveaway-offer span{
  font-size:.73rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.asm-giveaway-offer h2{
  margin:.15rem 0 .25rem;
  color:#fff;
  font-size:clamp(1.7rem,3.2vw,2.6rem);
  font-weight:900;
  line-height:1.1;
}

.asm-giveaway-offer p{
  margin:0;
  color:rgba(255,255,255,.92);
  line-height:1.6;
}

.asm-giveaway-entry-grid{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(460px,1.12fr);
  gap:4rem;
  align-items:start;
}

.asm-giveaway-coverage{
  display:grid;
  gap:.7rem;
  margin-top:1.5rem;
}

.asm-giveaway-coverage article{
  display:grid;
  gap:.2rem;
  padding:.9rem 1rem;
  background:#f7fafc;
  border-left:4px solid var(--giveaway-water);
  border-radius:0 13px 13px 0;
}

.asm-giveaway-coverage strong{
  color:var(--giveaway-blue);
  font-family:'Montserrat',sans-serif;
  font-weight:900;
}

.asm-giveaway-coverage span,
.asm-giveaway-dates{
  color:var(--giveaway-muted);
  font-size:.88rem;
  line-height:1.55;
}

.asm-giveaway-form-card{
  padding:1.6rem;
  background:#fff;
  border:1px solid var(--giveaway-border);
  border-radius:28px;
  box-shadow:var(--giveaway-shadow);
}

.asm-giveaway-field-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1rem;
}

.asm-giveaway-field-wide{
  grid-column:1/-1;
}

.asm-giveaway-field label{
  display:block;
  margin-bottom:.38rem;
  color:#33445e;
  font-size:.82rem;
  font-weight:900;
}

.asm-giveaway-field label span{
  color:#6c788c;
  font-weight:600;
}

.asm-giveaway-field input,
.asm-giveaway-field select,
.asm-giveaway-field textarea{
  width:100%;
  min-height:48px;
  padding:.72rem .8rem;
  color:#24304f;
  background:#fbfcfe;
  border:1px solid #b9c3d1;
  border-radius:11px;
  font:inherit;
}

.asm-giveaway-field textarea{
  min-height:96px;
  resize:vertical;
}

.asm-giveaway-field input:focus,
.asm-giveaway-field select:focus,
.asm-giveaway-field textarea:focus{
  outline:3px solid rgba(110,183,204,.28);
  border-color:#4f90a8;
}

.asm-giveaway-consent{
  display:grid;
  grid-template-columns:22px minmax(0,1fr);
  gap:.7rem;
  align-items:start;
  margin:1rem 0;
  color:#48566c;
  font-size:.82rem;
  line-height:1.55;
}

.asm-giveaway-consent input{
  width:20px;
  height:20px;
  margin-top:.05rem;
}

.asm-giveaway-submit{
  width:100%;
  border:0;
  cursor:pointer;
}

.asm-giveaway-submit:disabled{
  cursor:wait;
  opacity:.65;
}

.asm-giveaway-form-status{
  min-height:24px;
  margin-top:.75rem;
  font-size:.88rem;
  font-weight:800;
  line-height:1.5;
  text-align:center;
}

.asm-giveaway-form-status.is-success{color:#336b25}
.asm-giveaway-form-status.is-error{color:#a72c24}
.asm-giveaway-form-status.is-loading{color:#44577d}

.asm-giveaway-honeypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.asm-giveaway-terms{
  margin:1rem 0 0;
  padding-top:1rem;
  color:#657186;
  border-top:1px solid var(--giveaway-border);
  font-size:.75rem;
  line-height:1.6;
}

.asm-giveaway-closed{
  padding:2rem 1rem;
  text-align:center;
}

.asm-giveaway-closed > span{
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  margin:0 auto 1rem;
  color:#fff;
  background:var(--giveaway-blue);
  border-radius:20px;
  font-size:1.55rem;
}

.asm-giveaway-closed h3{
  color:var(--giveaway-blue);
  font-weight:900;
}

.asm-giveaway-story-section{
  background:var(--giveaway-cream);
}

.asm-giveaway-story-grid{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
}

.asm-giveaway-story-grid img{
  aspect-ratio:3/2;
}

.asm-giveaway-story-links{
  display:grid;
  gap:.6rem;
  margin-top:1.2rem;
}

.asm-giveaway-story-links a{
  padding:.75rem .85rem;
  color:#29477b;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(46,63,117,.12);
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
}

.asm-giveaway-story-links a:hover{
  background:#fff;
  text-decoration:underline;
}

.asm-giveaway-section-head{
  display:flex;
  gap:2rem;
  align-items:end;
  justify-content:space-between;
  margin-bottom:2rem;
}

.asm-giveaway-section-head p{
  max-width:720px;
  margin:0;
}

.asm-giveaway-flyer-section{
  background:#f8fafc;
}

.asm-giveaway-flyer-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:1.5rem;
  max-width:1120px;
  margin:0 auto;
}

.asm-giveaway-flyer-grid a{
  display:block;
  padding:.75rem;
  background:#fff;
  border:1px solid var(--giveaway-border);
  border-radius:22px;
  box-shadow:0 14px 34px rgba(31,45,73,.09);
  transition:transform .2s ease,box-shadow .2s ease;
}

.asm-giveaway-flyer-grid a:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 42px rgba(31,45,73,.14);
}

.asm-giveaway-flyer-grid img{
  display:block;
  width:100%;
  height:auto;
  border-radius:14px;
}

.asm-giveaway-faq-section{
  background:#fff;
}

.asm-giveaway-faq-layout{
  display:grid;
  grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
  gap:4rem;
  align-items:start;
}

.asm-giveaway-faqs{
  display:grid;
  gap:.75rem;
}

.asm-giveaway-faq{
  overflow:hidden;
  background:#fff;
  border:1px solid var(--giveaway-border);
  border-radius:16px;
  box-shadow:0 8px 22px rgba(31,45,73,.05);
}

.asm-giveaway-faq summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) 34px;
  gap:1rem;
  align-items:center;
  min-height:62px;
  padding:.85rem 1rem;
  color:var(--giveaway-blue);
  cursor:pointer;
  font-weight:900;
  list-style:none;
}

.asm-giveaway-faq summary::-webkit-details-marker{display:none}

.asm-giveaway-faq summary > span:last-child{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--giveaway-red);
  border-radius:10px;
}

.asm-giveaway-faq[open] summary > span:last-child{
  transform:rotate(45deg);
}

.asm-giveaway-faq > div{
  padding:0 1rem 1rem;
}

.asm-giveaway-faq p{
  margin:0;
  padding-top:.85rem;
  color:var(--giveaway-muted);
  border-top:1px solid var(--giveaway-border);
  line-height:1.7;
}

.asm-giveaway-team{
  padding:78px 0;
  color:#fff;
  background:
    radial-gradient(600px 360px at 100% 0%,rgba(110,183,204,.28),transparent 70%),
    linear-gradient(135deg,var(--giveaway-blue-deep),var(--giveaway-blue));
}

.asm-giveaway-team-grid{
  grid-template-columns:minmax(350px,.82fr) minmax(0,1.18fr);
}

.asm-giveaway-team-grid img{
  aspect-ratio:5/4;
}

.asm-giveaway-team-grid h2,
.asm-giveaway-team-grid p{
  color:#fff;
}

.asm-giveaway a:focus-visible,
.asm-giveaway button:focus-visible,
.asm-giveaway summary:focus-visible{
  outline:3px solid #f5b82e;
  outline-offset:3px;
}

@media (max-width:991.98px){
  .asm-giveaway-hero-grid,
  .asm-giveaway-prize-grid,
  .asm-giveaway-entry-grid,
  .asm-giveaway-story-grid,
  .asm-giveaway-faq-layout,
  .asm-giveaway-team-grid{
    grid-template-columns:1fr;
    gap:2.4rem;
  }

  .asm-giveaway-hero-image{
    max-width:680px;
    transform:none;
  }

  .asm-giveaway-system-image,
  .asm-giveaway-story-grid figure,
  .asm-giveaway-team-grid figure{
    max-width:680px;
  }

  .asm-giveaway-offer-inner{
    grid-template-columns:60px minmax(0,1fr);
  }

  .asm-giveaway-offer-inner > .asm-giveaway-btn{
    grid-column:2;
    justify-self:start;
  }

  .asm-giveaway-section-head{
    align-items:start;
    flex-direction:column;
  }
}

@media (max-width:767.98px){
  .asm-giveaway-hero{
    padding:48px 0 62px;
  }

  .asm-giveaway-section,
  .asm-giveaway-team{
    padding:64px 0;
  }

  .asm-giveaway-field-grid,
  .asm-giveaway-flyer-grid{
    grid-template-columns:1fr;
  }

  .asm-giveaway-field-wide{
    grid-column:auto;
  }

  .asm-giveaway-offer-inner{
    grid-template-columns:1fr;
    text-align:center;
  }

  .asm-giveaway-offer-icon{
    margin:0 auto;
  }

  .asm-giveaway-offer-inner > .asm-giveaway-btn{
    grid-column:auto;
    justify-self:center;
  }
}

@media (max-width:575.98px){
  .asm-giveaway-hero h1{
    font-size:2.55rem;
  }

  .asm-giveaway-hero-grid{
    gap:2rem;
  }

  .asm-giveaway-hero-image{
    border-width:5px;
    border-radius:24px 24px 24px 6px;
  }

  .asm-giveaway-actions,
  .asm-giveaway-actions .asm-giveaway-btn{
    width:100%;
  }

  .asm-giveaway-form-card{
    padding:1.1rem;
    border-radius:20px;
  }

  .asm-giveaway-system-image::before{
    display:none;
  }
}

@media (prefers-reduced-motion:reduce){
  .asm-giveaway *,
  .asm-giveaway *::before,
  .asm-giveaway *::after{
    scroll-behavior:auto!important;
    transition:none!important;
  }
}
