/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* ================================
   GLOBAL FONT OVERRIDE
================================ */

.dnd_area-row-3-background-layers, 
.dnd_area-row-2-background-layers,
.dnd_area-row-5-padding,
.dnd-section{
 background-color: #FFF;
}

.dnd_area-row-1-background-layers{
  background-color: #F4F4F4;
}

.tf-v1-widget{
 height: 130% !important; 
}

html,
body,
* {
  font-family: 'Merriweather', serif !important;
}
.hero-new {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
}

/* ---------- HEADER ---------- */

.hero-header h1 {
  font-family: "Merriweather", serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-header .blue {
  color: #1f8fff;
  font-weight: 700;
}

.hero-proof {
  font-size: 34px;
  color: #f5a100;
  font-weight: 600;
  margin-bottom: 40px;
}

/* ---------- VISUAL BLOCK ---------- */

.hero-visual {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin: 60px 0 -30px;
  position: relative;
  
  img{
    max-width: 700px;
    max-height: 700px;
  }
  
}

/* MAPS */


.map-badge {
  position: absolute;
  top: -20px;
  left: 54%;
  transform: translateX(-50%);

  z-index: 5;
  pointer-events: none;
}

.map-badge.before {
transform: translateX(-50%) rotate(3deg);
}

.map-badge.after {
    left: 44%;
    transform: translateX(-50%) rotate(-3deg) translateY(-24px);
}

.map {
  position: relative;
  opacity: 0.9;
}

.map img {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
}


.map-label {
  position: absolute;
  top: -35px;
  left: 10px;
  font-size: 18px;
  color: #777;
}

/* ---------- VIDEO ---------- */

.hero-mobile-box {
  display: contents;
}

.hero-video {
    width: 326px;
    height: 689px;
    position: relative;
    margin-inline: 25px;
  
    .hs-video-container {
      margin-right: 0 !important;
      
      .hs-video-wrapper{
       box-shadow:none; 
      }
    }
}

/* HubSpot video wrapper */
.hero-video iframe,
.hero-video video,
.hero-video .hs-video-widget,
.hero-video .hs-video-widget iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0;
  object-fit: cover;
}

/* evita padding-bottom interno de hubspot */
.hero-video .hs-video-widget > div {
  position: absolute !important;
  inset: 0;
  padding: 0 !important;
}

/* maps detrás */
.map {
  z-index: 1;
  position: relative;
}

.map-mobile {
  display: none;
}

.hero-visual {
  position: relative;
  overflow: visible;
}
/* ---------- TEXT ---------- */

.hero-text {
  font-family: 'Montserrat', serif !important;
  font-size: 28px;
  color: #444;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* ---------- CTA ---------- */

.hero-cta {
  font-family: 'Montserrat', serif !important;
  background: #1f8fff;
  color: #fff;
  padding: 18px 70px;
  border-radius: 999px;
  font-size: 21px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  transition: .25s ease;
}

.hero-cta:hover,
.hero-cta:focus{
  transform: translateY(-2px);
  text-decoration:none;
  color: #fff;
  background: #1f8fff;
}

/* ---------- TRUST ---------- */

.hero-trust {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.hero-trust img {
  height: 34px;
  opacity: .8;
}

@media (max-width: 900px) {

  /* layout base */
  .hero-new {
    padding: 40px 18px 0;
  }

  .hero-header h1 {
    font-size: 38px;
    line-height: 1.15;
  }

  .hero-proof {
    font-size: 22px;
    margin-bottom: 30px;
  }

  /* visual block */
  .hero-visual {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 28px;
  }

  /* hide desktop maps */
  .hero-visual > img {
    display: none;
  }
  
  .map-badge, .map {
    display: none;
    }

  /* video */
  .hero-video {
    width: 336px;
    height: 597px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0,0,0,.25);
  }

  .map-mobile {
   display: flex;
        justify-content: center;
        width: 104%;
            margin-top: -39px;
        max-width: 102%;
        margin: 0 auto;
        margin-inline: -2%;
        overflow: visible;
  }

  .map-mobile img {
    width: 100%;
    border-radius: 22px;
  }

  .hero-mobile-box {
    display: block;
    background: #1f8fff;
    width: 90vw;
    margin-top: -500px;
    padding: 45px 22px 50px;
    border-radius: 32px;
    }

    .hero-text {
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: 30px;
    max-width: 520px;
    margin-top: 450px;
    }

    .hero-cta {
    font-size: 16px;
    margin: 0 auto;
    background: #fff;
    color: #1f8fff;
    font-weight: 700;
    }
  
    .hero-cta:hover,
    .hero-cta:focus{
      background: #fff;
      color:#1f8fff;
      font-weight: 700;
    }

    .hero-cta img {
    filter: brightness(0) saturate(100%) invert(36%) sepia(96%) saturate(2310%) hue-rotate(197deg);
    }

  /* trust */
  .hero-trust {
    margin-top: 30px;
  }

  .hero-trust img {
    height: 28px;
  }
}

/* ================================
   3 MINUTE ASSESSMENT SECTION
================================ */

.assessment-section {
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* -------------------------------
   TOP DOTS
-------------------------------- */

.assessment-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 35px;
}

.assessment-dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.assessment-dots .red { background: #ff4d4f; }
.assessment-dots .yellow { background: #fadb14; }
.assessment-dots .orange { background: #faad14; }
.assessment-dots .blue { background: #1890ff; }

/* -------------------------------
   TITLE
-------------------------------- */

.assessment-title {
  font-family: "Playfair Display", serif;
  font-size: 58px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 90px;
  color: #000;
}

.assessment-title span {
  color: #f5a100;
  font-weight: 700;
}

/* -------------------------------
   CARDS GRID
-------------------------------- */

.assessment-cards {
  max-width: 1180px;
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  position: relative;
  z-index: 2;
}

/* -------------------------------
   GLASS CARDS
-------------------------------- */

.assessment-card {
  background: rgba(247, 247, 247, 0.45);
  box-shadow:0 8px 8px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  padding: 20px 0px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: all 0.3s ease;
}

.assessment-card:hover {
  transform: translateY(-6px);
}

/* icon */

.assessment-card .icon {
  font-size: 28px;
  color: #f5a100;
  margin-bottom: 20px;
}

/* title */

.assessment-card h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000;
}

/* text */

.assessment-card p {
  font-size: 19px;
  line-height: 1.5;
  color: #555;
}

/* -------------------------------
   BOTTOM TEXT
-------------------------------- */

.assessment-note {
  font-size: 30px;
  margin-bottom: 8px;
}

.assessment-desc {
  font-size: 30px;
  color: #1890ff;
  margin-bottom: 55px;
}

/* -------------------------------
   CTA BUTTON
-------------------------------- */

.assessment-btn {
  display: inline-flex;
  align-items: center;
  font-weight: 300;
  gap: 14px;
  padding: 12px 24px;
  background: #1f8fff;
  color: #fff;
  font-size: 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.assessment-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration:none;
}
.assessment-btn:active,
.assessment-btn:focus{
 color: #fff !important;
 text-decoration:none; 
}

/* -------------------------------
   GOOGLE WAVES
-------------------------------- */

.google-waves {
  position: absolute;
  bottom: 120px;
  left: 0;
  width: 100%;
  opacity: 0.75;
  z-index: 1;
  pointer-events: none;
}


@media (max-width: 900px) {

  .assessment-section {
    padding: 0px 20px 0px;
    text-align: center;
  }

  /* ---------- TITLE ---------- */

  .assessment-title {
    font-size: 34px;
    line-height: 1.15;
    margin-bottom: 55px;
  }

  .assessment-title span {
    display: block;
  }

  /* ---------- CARDS ---------- */

  .assessment-cards {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 420px;
    margin-bottom: 55px;
  }

  .assessment-card {
    padding: 32px 24px;
    border-radius: 22px;
  }

  .assessment-card h3 {
    font-size: 22px;
  }

  .assessment-card p {
    font-size: 16px;
  }

  .assessment-card .icon {
    margin-bottom: 14px;
  }

  /* ---------- BOTTOM TEXT ---------- */

  .assessment-note {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .assessment-desc {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
  }

  /* ---------- CTA ---------- */

  .assessment-btn {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    font-size: 20px;
    padding: 16px 22px;
    margin: 0 auto;
  }
}

/* ================================
   GOOGLE MAPS PROFIT CALCULATOR
================================ */

.calculator-section {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
}

/* -------------------------------
   TITLE
-------------------------------- */

.calculator-title {
  font-family: "Playfair Display", serif;
  font-size: 50px;
  padding-top: 50px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #000;
}

.calculator-title .blue {
  color: #1f8fff;
}

.calculator-title .orange {
  color: #f5a100;
}

/* -------------------------------
   SUBTITLE
-------------------------------- */

.calculator-subtitle {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem;
  font-family: 'Montserrat' !important;
}

/* -------------------------------
   CONTENT
-------------------------------- */

.calculator-inner {
  max-width: 90%;
  margin: 0 auto 0px;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* -------------------------------
   VIDEO MOCKUP
-------------------------------- */

iframe, .hs-video-container{
 border-radius: 22px;
}

.hs-video-container{
 margin-right: 100px !important;
  @media(max-width: 900px){
   margin-inline: auto !important;  
  }
}


.hs-video-wrapper{
   box-shadow: 0px 0px 64px #ffb0004f;
}



/* -------------------------------
   TEXT
-------------------------------- */

.calculator-text {
  text-align: left;
  font-size: 24px;
  line-height: 1.7;
  
  p {
  text-align: left;
  font-size: 24px;
  line-height: 1.7;
  font-family: 'Montserrat' !important;
  font-weight: 300;
  }
  
}

.calculator-text blockquote {
  font-family: "Playfair Display", serif;
  font-size: 39px;
  line-height: 1.3;
  margin-bottom: 30px;
  color: #000;
  position: relative;
  padding-left: 0px;
  border-left: none;
}


/* -------------------------------
   CTA
-------------------------------- */

.calculator-btn {
  margin-block: 4rem;
  align-items: center;
  gap: 14px;
  padding: 12px 32px;
  background: #1f8fff;
  color: #fff;
  font-size: 24px;
  border-radius: 999px;
  text-decoration: none;
  margin-inline: auto;
  display: flex;
  justify-self: center;
  transition: all .25s ease;
  font-weight:600
  font-family: 'Montserrat' !important;
}

.calculator-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration:none;
}
.calculator-btn:active,
.calculator-btn:focus{
 color: #fff !important;
 text-decoration:none; 
}

/* -------------------------------
   RESPONSIVE
-------------------------------- */

@media (max-width: 900px) {
  .calculator-inner {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  
  .calculator-title{
   font-size: 30px;
    padding-inline: 20px;
    margin-inline:auto;
    text-align:center
  }
  
  .calculator-subtitle{
   font-size: 18px !important;
    padding-inline: 20px;
    margin-inline:auto;
    text-align:center
  }

  .calculator-video {
    height: 0px;
  }

  .calculator-text {
    text-align: center;
    p{
    font-size:16px;
    }
  }

  .calculator-text blockquote {
    padding: 0;
    font-size:24px;
  }

  .calculator-text blockquote::before {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin-bottom: 10px;
  }
}

/* ================================
   YOUR FULL POTENTIAL
================================ */

.potential-section {
  text-align: center;
  position: relative;
}

/* -------------------------------
   TITLE
-------------------------------- */

.potential-title {
  font-size: 56px;
  font-weight: 900;
  margin-bottom: 10px;
  padding-top: 42px;
}

.potential-title span {
  color: #f5a100;
}

.potential-subtitle {
  font-size: 28px;
  font-weight: 300;
  margin-bottom: 90px;
  margin-top:10px;
  font-family: 'Montserrat' !important;
}

/* -------------------------------
   TOP CARDS
-------------------------------- */

.potential-cards {
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width:1320px;
}

.potential-card {
  position: relative;
  background: #f7f7f7b5;
  border-radius: 22px;
  box-shadow: 0 9px 16px rgba(0, 0, 0, .07);
  backdrop-filter: blur(3px);
  padding: 10px 20px 10px 20px;
  text-align: left;
  border: solid 1px #eeeeee;
}

/* number */

.potential-card .step {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  background: #1f8fff;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* icon */

.potential-card .icon {
  font-size: 26px;
  color: #f5a100;
  margin-bottom: 12px;
}

/* text */

.potential-card h3 {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 8px;
}

.potential-card p {
  font-size: 18px;
  padding-top:20px;
  color: #666;
  font-family: 'Montserrat' !important;
}

/* -------------------------------
   BOTTOM BOX
-------------------------------- */

.potential-box {
  max-width: 1100px;
  margin: 0 auto 80px;
  background: rgb(237 237 237 / 55%);
  backdrop-filter: blur(3px);
  border-radius: 28px;
  padding: 60px 40px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.08);
}

.potential-box h4 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #1f8fff;
}

/* grid */

.potential-box-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.potential-box-grid h3 {
  display: block;
  margin: 10px 0 4px;
  font-size: 28px;
}

.potential-box-grid p {
  font-size: 24px;
  color: #666;
  font-family: 'Montserrat' !important;
}

/* -------------------------------
   FOOTER TEXT
-------------------------------- */

.potential-footer {
  font-size: 32px;
  font-weight: 500;
  margin-top: 60px;
  font-family: 'Montserrat' !important;
}

.potential-footer span {
  display: block;
  font-weight: 400;
  margin-top: 6px;
  color: #1f8fff;
  font-family: 'Montserrat' !important;
}

/* -------------------------------
   RESPONSIVE
-------------------------------- */

@media (max-width: 1100px) {
  .potential-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .potential-cards {
    grid-template-columns: 1fr;
  }

  .potential-box-grid {
    grid-template-columns: 1fr;
  }

  .potential-title {
    font-size: 38px;
  }
}

@media (max-width: 900px) {

  .potential-section {
    padding: 30px 30px 0px;
  }

  /* ---------- TITLE ---------- */

  .potential-title {
    font-size: 37px;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .potential-subtitle {
    font-size: 22px;
    margin-bottom: 60px;
  }

  /* ---------- CARDS ---------- */

  .potential-cards {
    grid-template-columns: 1fr;
    gap: 26px;
    max-width: 420px;
    margin-bottom: 70px;
  }

  .potential-card {
    padding: 28px 26px;
    text-align: left;
  }

  .potential-card h3 {
    font-size: 24px;
  }

  .potential-card p {
    font-size: 17px;
    line-height: 1.45;
  }

  .potential-card .step {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  /* ---------- BOTTOM BOX ---------- */

  .potential-box {
    padding: 45px 26px;
    border-radius: 26px;
    margin-bottom: 60px;
  }

  .potential-box h4 {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .potential-box-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .potential-box-grid h3 {
    font-size: 22px;
  }

  .potential-box-grid p {
    font-size: 18px;
  }

  /* ---------- FOOTER ---------- */

  .potential-footer {
    font-size: 24px;
    line-height: 1.4;
  }

  .potential-footer span {
    font-size: 22px;
  }
}


/* ================================
   TOP 3 COMPETITORS SECTION
================================ */

.top3-section {
  background: #fff;
  text-align: center;
}

/* -------------------------------
   HEADER
-------------------------------- */

.top3-header {
  max-width: 1420px;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

/* LEFT TITLE */

.top3-left{
  width: fit-content;
}

.top3-left h2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
}

.top3-left h2 span {
  color: #f5a100;
}

/* RIGHT SIDE */

.top3-right {
  display: flex;
  align-items: center;
  gap: 25px;
}

.top3-avatar {
   height: 236px;
   width: 206px;
}

.top3-avatar img {
  width: 120%;
  height: auto;
}

.top3-side-text {
  color: #333;
    font-size: 26px;
    margin: 0;
    line-height: 1.8;
}

/* -------------------------------
   STATS
-------------------------------- */

.top3-stats {
  max-width: 1420px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: 1.4fr 0.9fr auto 0.9fr auto 0.9fr;
  align-items: center;
  gap: 40px;
}

/* left text */

.lead-title {
  font-size: 27px;
  text-align: left;
}

/* stat */

.top3-stat {
  text-align: center;
}

.top3-stat .number {
  font-size: 64px;
  font-weight: 300;
  color: #1f8fff;
}

.top3-stat p {
  font-size: 21px;
  font-weight: 300;
  color: #666;
  margin-top: 5px;
}

/* divider */

.divider {
  width: 1px;
  height: 150px;
  background: #ddd;
}

/* -------------------------------
   CTA
-------------------------------- */

.top3-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 75px;
  background: #1f8fff;
  color: #fff;
  border-radius: 999px;
  font-size: 24px;
  text-decoration: none;
  transition: all .25s ease;
  font-family: 'Montserrat' !important;
}

.top3-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration:none;
}
.top3-btn:active,
.top3-btn:focus{
 color: #fff !important;
 text-decoration:none; 
}

@media (max-width: 900px) {

  .top3-section {
    padding: 0px 20px 0px;
    text-align: center;
  }

  /* ---------- HEADER ---------- */

  .top3-header {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 70px;
  }

  .top3-left {
    width: 100%;
  }

  .top3-left h2 {
    font-size: 36px;
    line-height: 1.15;
    text-align: center;
  }

  /* hide side text */
  .top3-side-text {
    display: none;
  }

  /* ---------- AVATAR ---------- */

  .top3-right {
    justify-content: center;
  }

  .top3-avatar {
    width: 220px;
    height: auto;
    margin: 0 auto;
  }

  .top3-avatar img {
    width: 100%;
  }

  /* ---------- STATS ---------- */
  
  .divider{
   display:none; 
  }

  .top3-stats {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 55px;
  }

  .lead-title {
    font-size: 22px;
    text-align: center;
  }

  .top3-stat .number {
    font-size: 54px;
  }

  .top3-stat p {
    font-size: 18px;
    line-height: 1.4;
  }

  /* fake divider line */
  .top3-stat:not(:last-child)::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    margin: 25px auto 0;
  }

  /* ---------- CTA ---------- */

  .top3-btn {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    font-size: 20px;
    padding: 16px 24px;
  }
}


/* ================================
   GOOGLE MAPS PROFIT CALCULATOR
================================ */

.gmpc-section{
  padding:0px;
  padding-top: 40px ;
  background: #fff;
  overflow: hidden;
}

.gmpc-inner{
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 90px;
  align-items: center;
}

/* LEFT */
.gmpc-left{
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}


.gmpc-statue{
  position: relative;
  z-index: 2;
  width: 95%;
  max-width: 640px;
  height: auto;
  display: block;
}

/* RIGHT */
.gmpc-right{
  padding-top: 30px;
}

.gmpc-title{
  font-size: 46px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 22px;
  color: #111;
}

.gmpc-title span{
  color: #1f8fff;
}

.gmpc-sub{
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 18px;
  font-family: 'Montserrat' !important;
}

.gmpc-strong{
  font-size: 22px;
  font-weight: 900;
  color: #000;
  margin-bottom: 50px;
}

/* CHIPS */
.gmpc-chips{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 55px;
}

.chip{
  font-family: 'Montserrat' !important;
  align-items: center;
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, .08);
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08)
    color: #222;
    display: flex;
    font-size: 18px;
    font-weight: 400;
    gap: 14px;
    padding: 13px 18px 13px 55px;
}

.chip-icon{
  color: #f5a100;
  font-weight: 900;
  font-size: 18px;
  width: 26px;
  display: inline-flex;
  justify-content: center;
}

/* BOTTOM BOXES */
.gmpc-bottom{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.gmpc-box{
  background: #F7F7F7;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 18px 28px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .08)
}

.gmpc-box h3{
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 18px;
}

.gmpc-box ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  color: #666;
  font-size: 24px;
}

.gmpc-box ul li{
  align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 200;
    gap: 12px;
    margin: 0;
    margin-bottom: 0.5rem;
  
  img{
   width: 22px !important;
   height: 22px !important; 
  }
}
/* right box icons */
.gmpc-box ul.icons li::before{
  content: "";
  display: none;
}

.gmpc-box ul.icons li span{
  width: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #f5a100;
  font-weight: 900;
}

@media (max-width: 900px) {

  .gmpc-section {
    padding: 0px 20px 0px;
  }

  /* ---------- LAYOUT ---------- */

  .gmpc-inner {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 40px;
  }


  /* ---------- TITLES ---------- */

  .gmpc-title {
    font-size: 36px;
    line-height: 1.15;
    margin-bottom: 14px;
  }

  .gmpc-sub {
    font-size: 20px;
  }

  .gmpc-strong {
    font-size: 20px;
    margin-bottom: 36px;
  }

  /* ---------- CHIPS ---------- */

  .gmpc-chips {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 40px;
  }

  .chip {
    font-size: 17px;
    padding: 16px 18px 16px 52px;
    border-radius: 14px;
  }

  /* ---------- BOTTOM BOXES ---------- */

  .gmpc-bottom {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gmpc-box {
    padding: 26px 24px;
    border-radius: 18px;
  }

  .gmpc-box h3 {
    font-size: 26px;
    margin-bottom: 14px;
  }

  .gmpc-box ul {
    font-size: 18px;
  }

  .gmpc-box ul li {
    font-size: 18px;
  }
}


/* ================================
   POST ASSESSMENT SECTION
================================ */

.postassess-section{
  text-align: center;
}

.postassess-title{
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 80px;
  line-height: 1.1;
  color: #111;
}

.postassess-title span{
  color: #1f8fff;
}

/* TOP LAYOUT */
.postassess-top{
  margin: 0 auto 90px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 90px;
  align-items: center;
}

.postassess-image img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0px -30px 372px rgb(176 156 54 / 48%);
}

/* TEXT */
.postassess-text{
  text-align: left;
}


.postassess-quote {
  position: relative;
}

.quote-image {
    height: auto;
    left: -78px;
    pointer-events: none;
    position: absolute;
    top: 26px;
    width: 70px;
  
  &.post{
    top: -11px;
  }
}


.quote-mark{
  color: #1f8fff;
  font-size: 70px;
  font-weight: 900;
  line-height: 0.9;
  margin-top: -10px;
}

.postassess-quote h3{
  font-size: 34px;
  line-height: 1.2;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 300;
  color: #111;
}


.postassess-paras{
  display: grid;
  gap: 18px;
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  
  p{
    font-size: 24px;
    font-family: 'Montserrat' !important;
    margin-bottom: 1rem;
  }
}

/* MID LINE */
.postassess-mid{
      font-size: 29px;
    margin-bottom: 50px;
    color: #111;
    font-weight: 300;
}

.postassess-mid span{
  color: #1f8fff;
  text-decoration: none;
}

/* CARDS */
.postassess-cards{
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 52px;
}

.postassess-card{
  background: #F7F7F7;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 18px;
  padding: 32px;
}

.postassess-card .icon{
  color: #f5a100;
  margin-bottom: 14px;
  font-weight: 900;
}

.postassess-card p{
  margin: 0;
  font-size: 20px;
  color: #222;
  line-height: 1.2;
  font-family: 'Montserrat' !important;
}


@media (max-width: 900px) {

  .postassess-section {
    padding: 30px 20px 0px;
  }

  /* ---------- TITLE ---------- */

  .postassess-title {
    font-size: 38px;
    line-height: 1.15;
    margin-bottom: 50px;
  }

  /* ---------- TOP LAYOUT ---------- */

  .postassess-top {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  /* ---------- IMAGE ---------- */

  .postassess-image img {
    border-radius: 22px;
    max-width: 92%;
    margin: 0 auto;
  }

  /* ---------- TEXT ---------- */

  .postassess-text {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
  }

  /* quote image */

  .quote-image {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 12px;
    width: 52px;
  }

  .quote-image.post {
    top: 0;
    left: -139px;
  }

  /* quote title */

  .postassess-quote h3 {
    font-size: 26px;
    line-height: 1.35;
    margin-bottom: 22px;
  }

  /* paragraphs */

  .postassess-paras {
    font-size: 17px;
    line-height: 1.7;
  }

  /* ---------- MID LINE ---------- */

  .postassess-mid {
    font-size: 20px;
    margin: 60px auto 40px;
    max-width: 320px;
  }

  /* ---------- CARDS ---------- */

  .postassess-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 420px;
  }

  .postassess-card {
    display:flex;
    align-items:center;
    gap:25px;
    padding: 26px 35px;
    border-radius: 20px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
  }
  
  .postassess-card .icon{
   margin-bottom: 0; 
  }

   .postassess-card .icon img {
     width: 53px !important;
     height: 35px !important;
     object-fit: contain;
    }
  
  .postassess-card p {
    font-size: 17px;
    line-height: 1.3;
  }
}


/* ================================
   FINAL CTA SECTION
================================ */

.final-section {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 40px;
}

/* headline */

.final-eyebrow {
  font-size: 32px;
  color: #111;
  font-weight: 400;
  margin-bottom: 12px;
  font-family: 'Montserrat' !important;
}

.final-title {
  font-family: 'Montserrat' !important;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 auto 70px;
  color: #1f8fff;
}

/* glass card */

.final-card {
      position: relative;
    max-width: 760px;
    margin: 0 auto 70px;
    background: #f7f7f7b8;
    backdrop-filter: blur(3px);
    border-radius: 24px;
    padding: 55px 60px;
    box-shadow: 0 13px 45px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    color: #444;
    line-height: 1.7;
}

.final-card p {
  font-family: 'Montserrat' !important;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: start;
    font-weight: 300;
    line-height: 2.2;
}

.final-highlight {
  font-family: 'Montserrat' !important;
  display: block;
  margin-top: 25px;
  font-size: 32px;
  font-weight: 600;
  color: #1f8fff;
  text-align: start;
}

/* CTA */

.final-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 72px;
  background: #1f8fff;
  color: #fff;
  border-radius: 999px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s ease;
  font-family: 'Montserrat' !important;
}

.final-btn:hover {
  transform: translateY(-2px);
  color: #fff !important;
  text-decoration:none;
}
.final-btn:active,
.final-btn:focus{
 color: #fff !important;
 text-decoration:none; 
}


@media (max-width: 900px) {

  .final-eyebrow {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .final-title {
    font-size: 22px;
    line-height: 1.45;
    max-width: 330px;
    margin-bottom: 55px;
  }

  /* glass card */

  .final-card {
    max-width: 92%;
    padding: 34px 26px;
    margin-bottom: 55px;
    border-radius: 22px;
  }

  .final-card p {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }

  .final-highlight {
    font-size: 24px;
    margin-top: 22px;
  }

  /* CTA */

  .final-btn {
    font-size: 20px;
    padding: 16px 32px;
  }
}

.address p{
  margin-bottom: 0;
    font-size: 19px;
    text-align: center;
    font-weight: 300;
}