.sw-offers-page{
background-image:url('/wp-content/uploads/2026/03/SpinWizard-Background-scaled.webp');
background-size:cover;
background-position:center top;
background-repeat:no-repeat;
background-attachment:fixed;
padding-bottom:60px;
padding-top:0px;
font-family:'Montserrat',sans-serif;
}

.sw-container{
max-width:1100px;
margin:0 auto;
padding:0 20px;
}

/* HERO */

.sw-offers-hero{
position:relative;
text-align:center;
padding:20px 0 20px;
}

.sw-offers-title{
font-size:45px;
font-weight:800;
color:#fff;
margin-bottom:2px;
margin-top:10px;
line-height:1.1;
}

.sw-offers-subtitle{
font-size:26px;
color:#fff;
margin-bottom:5px;
margin-top:10px;
font-weight:600;
line-height:1.2;
}

/* HERO OVERLAY */

.sw-offers-hero::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(
to bottom,
rgba(10,10,25,0.75) 0%,
rgba(10,10,25,0.55) 40%,
rgba(10,10,25,0.35) 100%
);
z-index:0;
}

.sw-offers-hero *{
position:relative;
z-index:1;
}

/* HEADER */

.site-header{
background:#531851;
padding:8px 0;
box-shadow:0 6px 18px rgba(0,0,0,0.25);
position:sticky;
top:0;
z-index:999;
border-bottom:3px solid #ffffff;
}

.site-header img{
max-height:80px;
}

/* SMS OFFER BOX */

.sw-sms-offer{
display:flex;
align-items:center;
gap:18px;
background: rgba(255,255,255,0.85);
border-radius:12px;
padding:16px 20px;
margin:20px auto 30px;
max-width:1000px;
box-shadow:0 6px 14px rgba(0,0,0,0.08);
}

.sw-sms-icon{
flex-shrink:0;
display:flex;
align-items:center;
justify-content:center;
}

.sw-sms-icon img{
max-width:90px;
height:auto;
display:block;
}

.sw-sms-content{
flex:1;
text-align:center;
}

.sw-sms-text{
font-size:16px;
font-weight:600;
margin-bottom:10px;
}

/* ONTRAPORT FORM FIX */

.sw-ontraport-form{
max-width:700px;
margin:10px auto 0;
}

/* MOBILE */

@media (max-width:640px){

.sw-sms-icon img{
max-width:55px;
height:auto;
display:block;
}

.sw-offers-title{
font-size:22px;
line-height:1.1;
}

.sw-offers-subtitle{
font-size:15px;
}

.sw-offers-page{
padding-bottom:30px;
background-image:url('/wp-content/uploads/2026/03/SpinWizard-Mobile-BG-1.webp');
}

.sw-sms-offer{
flex-direction:column;
text-align:center;
padding:16px 20px 1px;
gap:5px;
margin:20px auto 5px;
}
.sw-sms-text{
font-size:13px;
margin-bottom:10px;
}
}
/* Ontraport form */
.sw-ontraport-form iframe{
  width:100% !important;
  max-width:700px !important;
  height:70px !important;   /* desktop */
  display:block;
  margin:0 auto;
}

/* Mobile stacked layout */
@media (max-width:640px){

.sw-ontraport-form iframe{
  height:120px !important;
}

}
/* Override old global Ontraport iframe rules for this template only */
.sw-offers-page .sw-ontraport-form iframe,
.sw-offers-page iframe[src*="ontraport"],
.sw-offers-page iframe[src*="forms.ontraport.com"]{
  width:100% !important;
  max-width:700px !important;
  height:70px !important;
  min-height:70px !important;
  max-height:70px !important;
  display:block !important;
  margin:0 auto !important;
}
@media (max-width:640px){
  .sw-offers-page .sw-ontraport-form iframe,
  .sw-offers-page iframe[src*="ontraport"],
  .sw-offers-page iframe[src*="forms.ontraport.com"]{
    height:120px !important;
    min-height:120px !important;
    max-height:120px !important;
  }
}
