.waos-two-col{
  max-width:1200px;
  margin:0 auto;
  padding:80px 20px;
  display:grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap:60px;
  /*font-family:system-ui, Arial, sans-serif;*/
  color:var(--waos-black);
}

/* LEFT SIDE */
.waos-left h2{
  font-size:36px;
  margin-bottom:6px;
}

.waos-left h4{
  font-size:18px;
  margin-bottom:20px;
  font-weight:600;
}

.waos-eyebrow{
  display:inline-block;
  margin-bottom:12px;
  font-weight:600;
  color:var(--waos-yellow);
  letter-spacing:0.5px;
	font-size:24px;
}

.waos-strong{
  font-weight:600;
  margin-bottom:14px;
}

.waos-left p{
  font-size:16px;
  line-height:1.7;
  margin-bottom:14px;
  max-width:560px;
}

/* RIGHT SIDE CTA CARD */
.waos-right{
  display:flex;
  align-items:flex-start;
}

.waos-cta-card{
  background:var(--waos-white);
  padding:36px 36px;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  width:100%;
}

.waos-cta-card h3{
  font-size:22px;
  margin-bottom:12px;
}

.waos-cta-sub{
  font-size:15px;
  margin-bottom:20px;
  color:#444;
}

/* CHECKLIST */
.waos-checklist{
  list-style:none;
  padding:0;
  margin:0 0 18px;
}

.waos-checklist li{
  position:relative;
  padding-left:34px;
  margin-bottom:12px;
  line-height:1.5;
}

.waos-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--waos-yellow);
  color:white;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:13px;
}

/* NOTE */
.waos-note{
  font-size:14px;
  color:#555;
  margin-top:8px;
}

/* RESPONSIVE */
@media(max-width:900px){
  .waos-two-col{
    grid-template-columns:1fr;
    gap:40px;
    padding:50px 16px;
  }

  .waos-left h2{
    font-size:30px;
  }
}



/*================================================*/


.waos-flat-price{
  max-width:1200px;
  margin:0 auto;
  padding:80px 20px;
  color:var(--waos-black);
}

/* INTRO */
.waos-flat-intro{
  max-width:700px;
  margin-bottom:40px;
}

.waos-flat-intro h2{
  font-size:32px;
  margin-bottom:12px;
}

.waos-flat-sub{
  font-size:17px;
  line-height:1.6;
  color:#444;
}

/* MAIN CARD */
.waos-flat-card{
  width:100%;
  background:var(--waos-white);
  margin:0 auto;
  padding:40px;
  border-radius:16px;
  /*box-shadow:0 12px 30px rgba(0,0,0,0.08);*/
}

.waos-flat-card h3{
  font-size:22px;
  margin-bottom:28px;
}

/* ICON GRID */
.waos-icon-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px 20px;
  margin-bottom:40px;
}

.waos-icon-item{
  text-align:center;
}

.waos-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--waos-yellow);
  color:var(--waos-black);
  font-size:24px;
  margin-bottom:10px;
}

.waos-icon-item p{
  font-size:15px;
  line-height:1.4;
  margin:0;
}

/* NO FEES */
.waos-no-fees{
  border-top:1px solid #e6e6e6;
  padding-top:24px;
}

.waos-no-fees h4{
  font-size:18px;
  margin-bottom:10px;
}

.waos-no-fees ul{
  padding-left:18px;
  margin-bottom:10px;
}

.waos-no-fees li{
  margin-bottom:6px;
}

.waos-no-note{
  font-size:14px;
  color:#555;
  margin-top:8px;
}


.waos-icon i{
  font-size:25px;
	color:white;
}


.waos-icon-item:hover .waos-icon{
  transform:translateY(-2px);
  transition:0.2s ease;
}


/* RESPONSIVE */
@media(max-width:900px){
  .waos-flat-card{
    width:100%;
    padding:30px 24px;
  }

  .waos-icon-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:500px){
  .waos-icon-grid{
    grid-template-columns:1fr;
  }
}



/*================================================*/


/* ================================
   SINGLE COLUMN CTA
   ================================ */

.waos-cta-single{
  max-width:1200px;
  margin:80px auto;
  padding:0 20px;
}

/*.waos-cta-bg{
  position:relative;
  border-radius:26px;
  overflow:hidden;
  background:
    url("#wp_path#/wp-content/uploads/2026/01/office.jpg") center/cover no-repeat;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}*/

/* BLUE OVERLAY */
.waos-cta-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgb(191 87 0 / 90%), rgb(191 87 0 / 80%));
    z-index: 1;
}

/* CONTENT */
.waos-cta-content{
  position:relative;
  z-index:2;
  color:white;
  max-width:720px;
  padding:40px 20px;
  font-weight: 500;
}

.waos-cta-eyebrow{
  display:block;
  font-size:14px;
  letter-spacing:0.6px;
  opacity:0.9;
  margin-bottom:12px;
}

.waos-cta-content h2{
  font-size:44px;
  margin-bottom:14px;
  line-height:1.15;
	color:white;
}

.waos-cta-desc{
  font-size:25px;
  line-height:1.6;
  margin-bottom:28px;
  opacity:0.95;
}

/* BUTTON */
a.waos-cta-btn{
  display:inline-block;
  padding:14px 34px;
  border-radius:30px;
  border:2px solid #fff;
  color:#fff;
  text-decoration:none;
  font-weight:600;
  transition:all .25s ease;
  background-color: white;
  color: black;
}

a.waos-cta-btn:hover{
  background:#fff;
  color:black;
  transform: scale(1.1);
  transition: 0.2s;

}

/* RESPONSIVE */
@media(max-width:768px){
  .waos-cta-content h2{
    font-size:32px;
  }

  .waos-cta-bg{
    min-height:300px;
  }
}


/*============= Contact us =============*/