/* =========================================
   Therapy Training Academy
   Landing Page CSS
   File: /css/tta-landing-pages.css
========================================= */

:root{
  --tta-orange:#E4521E;
  --tta-orange-dark:#c83f12;
  --tta-blue:#0DA0F4;
  --tta-charcoal:#3c3d41;
  --tta-text:#4b5563;
  --tta-heading:#2f2f2f;
  --tta-light:#f7f7f7;
  --tta-border:rgba(15,23,42,0.08);
  --tta-shadow:0 8px 24px rgba(15,23,42,0.08);
  --tta-shadow-hover:0 14px 32px rgba(15,23,42,0.12);
  --tta-radius:16px;
}

.tta-landing-page{
  background:#fff;
}

.tta-landing-page p{
  color:var(--tta-text);
  font-size:17px;
  line-height:1.8;
}

.tta-landing-page .tta-section{
  padding:80px 0;
}

.tta-landing-page .tta-section--light{
  background:var(--tta-light);
}

.tta-landing-page .tta-section--tight{
  padding:60px 0;
}

.tta-landing-page .tta-eyebrow{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--tta-orange);
  margin-bottom:14px;
}

.tta-landing-page h1,
.tta-landing-page h2,
.tta-landing-page h3,
.tta-landing-page h4{
  color:var(--tta-heading);
}

.tta-landing-page .tta-section-title{
  margin:0 0 18px 0;
  font-size:42px;
  line-height:1.15;
  font-weight:700;
}

.tta-landing-page .tta-section-title--center{
  text-align:center;
}

.tta-landing-page .tta-section-intro{
  max-width:860px;
  margin:0 auto 30px auto;
  text-align:center;
}

.tta-landing-page .tta-accent{
  color:var(--tta-orange);
}

.tta-landing-hero{
  position:relative;
  min-height:700px;
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/blogs/landing-hero.png') center center / cover no-repeat;
  display:flex;
  align-items:center;
}

.tta-landing-hero--online{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/blogs/landing-online-hero.png') center center / cover no-repeat;
}

.tta-landing-hero--stoke{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/locations/landing-stoke-hero.png') center center / cover no-repeat;
}

.tta-landing-hero--southampton{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/locations/landing-southampton-hero.png') center center / cover no-repeat;
}

.tta-landing-hero--southlambeth{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/locations/landing-southlambeth-hero.png') center center / cover no-repeat;
}

.tta-landing-hero--solihull{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/locations/landing-solihull-hero.png') center center / cover no-repeat;
}

.tta-landing-hero--wigan{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/locations/landing-wigan-hero.png') center center / cover no-repeat;
}

.tta-landing-hero--audenshaw{
  background:
    linear-gradient(rgba(0,0,0,0.40), rgba(0,0,0,0.35)),
    url('/img/locations/landing-audenshaw-hero.png') center center / cover no-repeat;
}

@media (max-width: 767px){
  .tta-landing-hero,
  .tta-landing-hero--stoke{
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.62)),
      url('/img/locations/landing-stoke-hero.png') 68% center / cover no-repeat;
  }
  
   .tta-landing-hero,
  .tta-landing-hero--southampton{
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.62)),
      url('/img/locations/landing-southampton-hero.png') 68% center / cover no-repeat;
  }
  
     .tta-landing-hero,
  .tta-landing-hero--southlambeth{
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.62)),
      url('/img/locations/landing-southlambeth-hero.png') 68% center / cover no-repeat;
  }
  
       .tta-landing-hero,
  .tta-landing-hero--solihull{
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.62)),
      url('/img/locations/landing-solihull-hero.png') 68% center / cover no-repeat;
  }
  
       .tta-landing-hero,
  .tta-landing-hero--wigan{
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.62)),
      url('/img/locations/landing-wigan-hero.png') 68% center / cover no-repeat;
  }
  
       .tta-landing-hero,
  .tta-landing-hero--audenshaw{
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.62)),
      url('/img/locations/landing-audenshaw-hero.png') 68% center / cover no-repeat;
  }

  .tta-landing-hero__content{
    max-width: 100%;
    padding: 90px 0 60px 0;
  }
}

.tta-landing-hero__content{
  max-width:760px;
  color:#fff;
  padding:110px 0 90px 0;
}

.tta-landing-hero__content h1{
  color:#fff;
  font-size:62px;
  line-height:1.1;
  margin:0 0 20px 0;
  font-weight:700;
}

.tta-landing-hero__sub{
  font-size:27px;
  line-height:1.35;
  color:#fff;
  margin:0 0 22px 0;
  font-family:"Roboto", sans-serif;
  font-weight:500;
}

.tta-landing-hero__text{
  max-width:680px;
  margin-bottom:28px;
}

.tta-landing-hero__text p{
  color:rgba(255,255,255,0.92);
  font-size:19px;
  line-height:1.8;
}

.tta-hero-points{
  list-style:none;
  padding:0;
  margin:0 0 28px 0;
}

.tta-hero-points li{
  color:#fff;
  font-size:18px;
  line-height:1.7;
  margin-bottom:8px;
  position:relative;
  padding-left:28px;
}

.tta-hero-points li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--tta-orange);
  font-weight:700;
}

.tta-cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:10px;
}

.tta-btn{
  display:inline-block;
  padding:14px 24px;
  border-radius:6px;
  font-size:14px;
  line-height:1.2;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.3px;
  transition:all .25s ease;
  text-decoration:none !important;
}

.tta-btn--primary{
  background:var(--tta-orange);
  color:#fff;
  border:2px solid var(--tta-orange);
}

.tta-btn--primary:hover{
  background:#fff;
  color:var(--tta-orange);
}

.tta-btn--secondary{
  background:transparent;
  color:#fff;
  border:2px solid #fff;
}

.tta-btn--secondary:hover{
  background:#fff;
  color:var(--tta-heading);
}

.tta-btn--ghost{
  background:#fff;
  color:var(--tta-orange);
  border:2px solid var(--tta-orange);
}

.tta-btn--ghost:hover{
  background:var(--tta-orange);
  color:#fff;
}

.tta-btn--blue{
  background:var(--tta-blue);
  color:#fff;
  border:2px solid var(--tta-blue);
}

.tta-btn--blue:hover{
  background:#fff;
  color:var(--tta-blue);
}

.tta-btn--whatsapp{
  background:#25D366;
  color:#fff;
  border:2px solid #25D366;
}

.tta-btn--whatsapp:hover{
  background:#fff;
  color:#25D366;
}

.tta-hero-note{
  margin-top:16px;
  color:rgba(255,255,255,0.9);
  font-size:15px;
}

.tta-trust-strip{
  background:#3c3d41;
  padding:26px 0;
}

.tta-trust-strip__grid{
  display:flex;
  flex-wrap:wrap;
  gap:22px;
}

.tta-trust-strip__item{
  flex:1 1 220px;
  color:#fff;
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.tta-trust-strip__icon{
  color:var(--tta-orange);
  font-size:28px;
  line-height:1;
  margin-top:2px;
}

.tta-trust-strip__item h3{
  color:#fff;
  font-size:20px;
  margin:0 0 6px 0;
  text-transform:none;
}

.tta-trust-strip__item p{
  color:rgba(255,255,255,0.88);
  margin:0;
  font-size:15px;
  line-height:1.6;
}

.tta-two-col-copy{
  max-width:980px;
  margin:0 auto;
}

.tta-two-col-copy p{
  font-size:18px;
}

.tta-path-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px;
  margin-top:30px;
}

.tta-path-card{
  background:#fff;
  border:1px solid var(--tta-border);
  border-radius:var(--tta-radius);
  overflow:hidden;
  box-shadow:var(--tta-shadow);
  transition:all .25s ease;
  height:100%;
}

.tta-path-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--tta-shadow-hover);
}

.tta-path-card__image img{
  width:100%;
  display:block;
  height:260px;
  object-fit:cover;
}

.tta-path-card__body{
  padding:28px;
}

.tta-path-card__label{
  display:inline-block;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  color:var(--tta-orange);
  margin-bottom:10px;
  letter-spacing:0.8px;
}

.tta-path-card__body h3{
  margin:0 0 14px 0;
  font-size:30px;
  line-height:1.2;
  text-transform:none;
}

.tta-path-card__body p{
  margin-bottom:18px;
}

.tta-feature-list{
  list-style:none;
  padding:0;
  margin:0 0 22px 0;
}

.tta-feature-list li{
  position:relative;
  padding-left:26px;
  margin-bottom:10px;
  color:var(--tta-text);
  font-size:16px;
  line-height:1.7;
}

.tta-feature-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--tta-orange);
  font-weight:700;
}

.tta-course-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  margin-top:30px;
}

.tta-course-card{
  background:#fff;
  border:1px solid var(--tta-border);
  border-radius:var(--tta-radius);
  overflow:hidden;
  box-shadow:var(--tta-shadow);
  transition:all .25s ease;
  height:100%;
}

.tta-course-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--tta-shadow-hover);
}

.tta-course-card__image img{
  width:100%;
  display:block;
  height:240px;
  object-fit:cover;
}

.tta-course-card__body{
  padding:24px;
}

.tta-course-card__body h3{
  margin:0 0 10px 0;
  font-size:28px;
  line-height:1.2;
  text-transform:none;
}

.tta-course-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 14px 0;
}

.tta-course-pill{
  display:inline-block;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(228,82,30,0.10);
  color:var(--tta-orange);
  font-size:13px;
  font-weight:700;
  line-height:1.2;
}

.tta-course-card__body p{
  margin-bottom:18px;
}

.tta-mini-trust{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}

.tta-mini-trust__item{
  background:rgba(60,61,65,0.05);
  border:1px solid rgba(60,61,65,0.08);
  border-radius:12px;
  padding:12px 14px;
  font-size:14px;
  line-height:1.5;
  color:#334155;
}

.tta-steps{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}

.tta-step{
  background:#fff;
  border:1px solid var(--tta-border);
  border-radius:14px;
  padding:22px 18px;
  text-align:center;
  box-shadow:0 4px 14px rgba(15,23,42,0.05);
}

.tta-step__num{
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(228,82,30,0.12);
  color:var(--tta-orange);
  font-size:18px;
  font-weight:700;
  margin:0 auto 14px auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.tta-step h4{
  margin:0 0 8px 0;
  font-size:20px;
  text-transform:none;
}

.tta-step p{
  margin:0;
  font-size:15px;
}

.tta-usp-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  margin-top:30px;
}

.tta-usp{
  background:#fff;
  border:1px solid var(--tta-border);
  border-radius:14px;
  padding:24px;
  box-shadow:0 4px 14px rgba(15,23,42,0.05);
}

.tta-usp h3{
  margin:0 0 10px 0;
  font-size:24px;
  text-transform:none;
}

.tta-usp h3 i{
  color:var(--tta-orange);
  margin-right:8px;
}

.tta-usp p{
  margin:0;
}

.tta-logo-panel{
  background:#fff;
  border:1px solid var(--tta-border);
  border-radius:16px;
  padding:28px;
  box-shadow:var(--tta-shadow);
  margin-top:30px;
  text-align:center;
}

.tta-logo-panel h3{
  font-size:28px;
  margin:0 0 18px 0;
  text-transform:none;
}

.tta-logo-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:18px;
}

.tta-logo-row img{
  max-height:70px;
  width:auto;
}

.tta-objections{
  max-width:980px;
  margin:30px auto 0 auto;
}

.tta-objection{
  background:#fff;
  border:1px solid var(--tta-border);
  border-radius:14px;
  padding:22px 24px;
  margin-bottom:16px;
  box-shadow:0 4px 14px rgba(15,23,42,0.05);
}

.tta-objection h3{
  margin:0 0 8px 0;
  font-size:24px;
  text-transform:none;
}

.tta-objection p{
  margin:0;
}

.tta-cta-panel{
  background:linear-gradient(135deg, #3c3d41 0%, #2f3034 100%);
  border-radius:20px;
  padding:42px 38px;
  color:#fff;
  box-shadow:0 18px 40px rgba(15,23,42,0.16);
}

.tta-cta-panel h2{
  color:#fff;
  margin:0 0 14px 0;
  font-size:42px;
  line-height:1.15;
}

.tta-cta-panel p{
  color:rgba(255,255,255,0.9);
  font-size:18px;
  margin-bottom:22px;
}

.tta-cta-panel--center{
  text-align:center;
}

.tta-cta-panel--center .tta-cta-row{
  justify-content:center;
}

.tta-small-note{
  font-size:14px;
  color:#6b7280;
  margin-top:14px;
}

.tta-final-links{
  margin-top:16px;
  font-size:15px;
}

.tta-final-links a{
  color:var(--tta-orange);
  font-weight:600;
}

@media (max-width: 1199px){
  .tta-landing-hero__content h1{
    font-size:54px;
  }

  .tta-course-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .tta-steps{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width: 991px){
  .tta-landing-hero{
    min-height:auto;
  }

  .tta-landing-hero__content{
    padding:90px 0 80px 0;
  }

  .tta-landing-hero__content h1{
    font-size:46px;
  }

  .tta-landing-hero__sub{
    font-size:24px;
  }

  .tta-path-grid,
  .tta-usp-grid,
  .tta-course-grid{
    grid-template-columns:1fr;
  }

  .tta-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  
}

@media (max-width: 767px){
  .tta-landing-page .tta-section{
    padding:58px 0;
  }

  .tta-landing-page .tta-section-title{
    font-size:34px;
  }

  .tta-landing-hero__content h1{
    font-size:38px;
  }

  .tta-landing-hero__sub{
    font-size:22px;
  }

  .tta-landing-hero__text p{
    font-size:18px;
  }

  .tta-hero-points li{
    font-size:17px;
  }

  .tta-path-card__body,
  .tta-course-card__body,
  .tta-usp,
  .tta-logo-panel,
  .tta-cta-panel{
    padding:24px;
  }

  .tta-mini-trust{
    grid-template-columns:1fr;
  }

  .tta-steps{
    grid-template-columns:1fr;
  }

  .tta-trust-strip__grid{
    gap:18px;
  }

  .tta-trust-strip__item{
    flex:1 1 100%;
  }

  .tta-cta-panel h2{
    font-size:34px;
  }
}

  /* Standalone landing page content images */
.tta-content-image{
  margin:34px auto;
}

.tta-content-image img{
  display:block;
  width:100%;
  border-radius:var(--tta-radius);
  box-shadow:var(--tta-shadow);
}

/* Inline image within copy blocks */
.tta-inline-image.tta-content-image{
  max-width:860px;
}

/* Centered section images */
.tta-section-image.tta-content-image{
  max-width:980px;
}

.tta-section-image--center{
  text-align:center;
}

.tta-quote{
  max-width: 900px;
  margin: 40px auto 24px auto;
  padding: 0 20px;
  text-align: center;

  font-family: 'Roboto Slab', serif;
  font-size: 2.1rem;
  line-height: 1.45;
  font-weight: 400;
  font-style: italic;
  color: #4f5d6b;

  position: relative;
}

/* Top accent instead of left border */
.tta-quote::before{
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  background: #e65a1f;
  margin: 0 auto 18px auto;
  border-radius: 2px;
}

@media (max-width: 991px){
  .tta-quote{
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 32px auto 20px auto;
  }
}

@media (max-width: 767px){
  .tta-quote{
    font-size: 1.45rem;
    line-height: 1.55;
    margin: 26px auto 18px auto;
    padding: 0 16px;
  }
}

.tta-map{
  position: relative;
  width: 100%;
  height: 380px;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9e6e1;
}

.tta-map iframe{
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.tta-map-fallback{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  text-align: center;
  background: #e9e6e1;
}

.tta-map-fallback__inner{
  max-width: 560px;
}

.tta-map-fallback__inner h3{
  margin-bottom: 12px;
}

.tta-map-fallback__inner p{
  margin-bottom: 18px;
}