/* Reset */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  background: #fdfaf0;
  color: #333;
}

/* Headings: Maglite */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Maglite", serif;
  color: #065d75;
  text-transform: uppercase;
}

/* Body text: Montserrat */
body,
p,
li,
a,
span,
small {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3 {
  color: #065d75;
}
.container {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0;
}
a {
  text-decoration: none;
}

/* Announcement */
.announcement {
  background: #065d75;
  color: #fff;
  text-align: center;
  padding: 1px;
  font-weight: 500;
}

/* Hero */

.hero-sub {
  font-size: 1rem;
  color: #c2a66e;
  font-weight: 600;
  margin-bottom: 15px;
}

.hero {
  text-align: center;
  padding: 0px 20px;
  background: #fdfaf0;
}
.hero h1 {
  font-size: 2rem;
  margin: 20px 0;
  color: #065d75;
}

.hero-bonus {
  font-size: 1rem;
  color: #333;
  margin-top: 15px;
  line-height: 1.6;
}

/* VSL */
.vsl h2 {
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.video-wrap {
  margin-top: 18px;
  display: flex;
  justify-content: center;
}
.video-placeholder {
  position: relative;
  max-width: 900px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}
.video-placeholder img {
  width: 100%;
  display: block;
}
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
      padding: 12px 22px;
  border-radius: 50%;
  font-size: 1.4rem;
  text-decoration: none;
}

/* Buttons */
.btn-primary {
  display: inline-block;
  background: #c2a66e;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: bold;
  margin: 20px 0;
  transition: background 0.3s;
}
.btn-primary:hover {
  background: #043d4d;
}
.small {
  font-size: 0.9rem;
  color: #666;
}

/* Lead Magnet */
.leadmagnet-grid {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  align-items: center;
}
.leadmagnet-img img {
  width: 100%;
  border-radius: 8px;
}
.leadmagnet-content ul {
  list-style: none;
  padding: 0;
}
.leadmagnet-content li {
  margin: 10px 0;
}
.leadmagnet-content i {
  color: #c2a66e;
  margin-right: 8px;
}

/* Community */
.community {
  background: #065d75;
  color: #fff;
  text-align: center;
  /* padding: 60px 20px; */
}
.community h2 {
  color: #fff;
}
.logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.logos img {
  max-height: 60px;
}

/* Audience */
.audience ul {
  list-style: none;
  padding: 0;
}
.audience li {
  margin: 10px 0;
}
.audience i {
  color: #c2a66e;
  margin-right: 8px;
}

/* Reasons */
.reasons {
  background: #fdfaf0;
}
.reason-list {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  text-align: center;
}
.reason {
  flex: 1 1 30%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.reason i {
  font-size: 2rem;
  color: #c2a66e;
  margin-bottom: 10px;
}

/* What You Get */
.what-grid {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  align-items: start;
  margin-bottom: 40px;
  background: #fff; /* card background */
  border: 2px solid #c2a66e; /* branding border - gold */
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* soft shadow */
  padding: 25px;
}

.what-text {
  flex: 1 1 60%;
}

.what-text h3 {
  color: #065d75;
  margin-bottom: 10px;
}

.what-img {
  flex: 1 1 40%;
  text-align: center;
}

.what-img img {
  width: 100%;
  border-radius: 8px;
}

/* Highlight text */
.highlight-text {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
  color: #065d75;
}

/* Centered CTA */
.cta-center {
  text-align: center;
  margin: 20px 0;
}

.cta-center .fa-check-circle {
  font-size: 50px;
  color: #c2a66e;
}

/* Centered note */
.note-center {
  text-align: center;
  font-size: 1rem;
  color: #333;
  margin-top: 10px;
}

/* About Eva */
/* Section Title */
.about-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2rem;
  color: #065d75;
}

/* Grid Layout */
.about-grid {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 30px;
  align-items: center;
}

.about-text {
  flex: 1 1 60%;
  text-align: left; /* ensure text is left-aligned */
}

.about-img {
  flex: 1 1 40%;
  text-align: right;
}

.about-img img {
  max-width: 100%;
  border-radius: 8px;
}

/* Mobile */
@media (max-width: 768px) {
  .about-grid {
    flex-direction: column;
    text-align: center;
  }
  .about-text {
    text-align: center;
  }
  .about-img {
    text-align: center;
  }
}

/* Expertise */
.expertise {
  background: #fdfaf0;
  padding: 50px 0;
}
.expertise-grid {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: space-between;
  text-align: center;
}
.exp {
  flex: 1 1 22%;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.exp i {
  font-size: 2rem;
  color: #c2a66e;
}

/* Final Lead Magnet */
.final-lead .leadmagnet-grid {
  margin-top: 30px;
}

/* Footer */
.footer {
  text-align: center;
  background: #065d75;
  color: #fff;
  padding: 30px 20px;
}
.footer a {
  color: #fff;
  margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .leadmagnet-grid,
  .what-grid,
  .about-grid {
    flex-direction: column;
  }
  .reason-list,
  .expertise-grid {
    flex-direction: column;
  }
}

.bonus-price.highlight {
  text-align: center;
}

.bonus-price.highlight .strike {
  color: #c2a66e;
  font-weight: bold;
}

.bonus-price {
  margin-top: 6px;
  font-size: 0.95rem;
}

.bonus-price .strike {
  text-decoration: line-through;
  color: #999;
  margin: 0 4px;
}

.bonus-price .free {
  font-weight: 700;
  color: #065d75; /* petrol brand color */
  background: rgba(194, 166, 110, 0.15); /* soft gold highlight */
  padding: 2px 6px;
  border-radius: 4px;
}

/* FAQ accordion styles (brand-aligned) */
.faq-accordion {
  /* margin: 40px 0; */
}
.faq-accordion .section-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
  color: #065d75;
  font-family: "Maglite", serif;
  text-transform: uppercase;
}

/* Accordion container */
.accordion {
  max-width: 1000px;
  margin: 0 auto;
}

/* Each item */
.accordion-item {
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
}

/* Toggle button (large clickable area) */
.accordion-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid rgba(6, 93, 117, 0.06);
  padding: 20px 18px;
  font-size: 1rem;
  color: #065d75;
  cursor: pointer;
  text-align: left;
  border-radius: 10px;
  transition: background 0.18s, transform 0.06s;
}
.accordion-toggle:hover {
  transform: translateY(-1px);
}
.accordion-toggle .q {
  font-weight: 700;
  font-family: "Maglite", serif;
  text-transform: uppercase;
}
.accordion-toggle .chev {
  font-size: 1rem;
  color: #c2a66e;
}

/* Panel (collapsible) */
.accordion-panel {
  padding: 16px 18px 20px;
  background: #fff;
  border-left: 2px solid rgba(194, 166, 110, 0.08);
  border-right: 2px solid rgba(194, 166, 110, 0.08);
  border-bottom: 1px solid rgba(6, 93, 117, 0.04);
  box-shadow: 0 8px 20px rgba(6, 93, 117, 0.04);
  margin-top: 6px;
  line-height: 1.6;
  color: #333;
}

/* When closed, panel is hidden using JS (we use [hidden]) */

/* Small screens: tighten spacing */
@media (max-width: 760px) {
  .accordion-panel {
    padding: 14px;
  }
  .accordion-toggle {
    padding: 12px 14px;
    font-size: 0.98rem;
  }
}

.thankyou-page .leadmagnet-img {
  width: 70%;
}

.thankyou-page .leadmagnet.container {
  padding-top: 0;
}

/* Thank you page video css*/

.thankyou-page .reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}

.thankyou-page .reason {
  flex: 1 1 calc(30.333% - 20px); /* 3 columns with gap */
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.thankyou-page .reason h3 {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: #065d75;
}

/* Responsive video wrapper */
.thankyou-page .reason-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.thankyou-page .reason-video iframe,
.thankyou-page .reason-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

/* On mobile stack into 1 column */
@media (max-width: 900px) {
  .thankyou-page .reason {
    flex: 1 1 100%;
  }
}
.thankyou-page .hero .container .cta-center{
      margin: 0 0 20px 0;
      max-width:100%;
}
.thankyou-page .hero h1{
  margin:0;
}
.thankyou-page .hero .hero-sub{
  margin: 0;
}
.thankyou-page .community{
  padding:0;
}

.thankyou-page .about .about-title{
  margin-top:0;
}
.thankyou-page .about .logos{
  justify-content: space-between;
}
.background_section{
  background-color:#F9F5E3;
}
.thankyou-page .about-img img{
  margin: 0 auto;
  display:block;
}
.cta-center{
  max-width: 550px;
      margin: 20px auto;
}
.thankyou_upsell .community{
      padding: 0;
}
.thankyou_upsell .hero .container{
  padding:50px 0 0 0;
}
.thankyou_upsell .vsl.container{
  padding:0 0 50px 0;
}
.video-placeholder video{
  max-width: 1266px;
    border-radius: 20px;
    margin: 0 auto;
    width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.accordion-toggle .chev{
  position:relative;
}
.accordion-toggle .chev::after{
  content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
   transform: translateY(-50%) rotate(180deg);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c2a66e;
    color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    background-repeat: no-repeat;
}
.accordion-toggle[aria-expanded="true"] .chev::after {
  transform: translateY(-50%) rotate(0deg);
}