/* ========================================
   a1-landing.css — A1 Course Landing Page
   Scoped to .a1-landing (temporary compare page).
   Design tokens match group-landing.css.
   ======================================== */

.a1-landing {
  --a1-navy: #082333;
  --a1-blue: #0b76b3;
  --a1-blue-2: #3d9fd8;
  --a1-blue-3: #2964c8;
  --a1-teal: #009a77;
  --a1-orange: #e67e22;
  --a1-orange-dark: #d4711f;
  --a1-ink: #0c344b;
  --a1-slate: #33475b;
  --a1-muted: #5a7184;
  --a1-soft: #f8fafc;
  --a1-faint: #f0f7ff;
  --a1-border: #e3ecf3;
  --a1-radius: 16px;
}

/* --- Reset heading margins inherited from theme --- */
.a1-landing h1,
.a1-landing h2,
.a1-landing h3 {
  margin-top: 0 !important;
}

/* ========================================
   HERO
   ======================================== */
.a1-hero {
  position: relative;
  background: linear-gradient(135deg, var(--a1-navy) 0%, var(--a1-blue) 60%, var(--a1-blue-2) 100%);
  padding: 110px 0 70px;
  margin-top: -1px;
  overflow: hidden;
  color: #fff;
}

.a1-hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
}

.a1-hero .hero-sub {
  font-size: 1.125rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 2rem;
  max-width: 560px;
}

.a1-hero .hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.a1-hero .hero-cta {
  border-radius: 35px !important;
  padding: 14px 40px !important;
  font-variant-caps: small-caps;
  font-size: 1.125rem !important;
  background-color: var(--a1-orange) !important;
  border-color: var(--a1-orange) !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(230, 126, 34, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}

.a1-hero .hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(230, 126, 34, 0.45);
  background-color: var(--a1-orange-dark) !important;
  border-color: var(--a1-orange-dark) !important;
}

.a1-hero .btn-ghost {
  border-radius: 35px !important;
  padding: 13px 30px !important;
  font-size: 1rem !important;
  background: transparent !important;
  border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  transition: background 0.2s, border-color 0.2s;
}

.a1-hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  color: #fff !important;
}

.a1-hero .hero-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 14px;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
  flex-wrap: wrap;
}

.a1-hero .hero-rating .stars {
  color: var(--a1-orange);
  letter-spacing: 2px;
}

.a1-hero .hero-rating .sep {
  color: rgba(255, 255, 255, 0.4);
}

.a1-hero .hero-moneyback {
  display: block;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 0.85rem;
  color: #fff;
}

.a1-hero .hmb-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 1rem;
  color: #fff !important;
  text-decoration: none !important;
}
.a1-hero .hmb-link:hover,
.a1-hero .hmb-link:focus {
  color: #fff !important;
  text-decoration: none !important;
}
.a1-hero .hmb-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
}
.a1-hero .hmb-link .hmb-icon {
  font-size: 1rem;
}

.a1-hero .hero-rating + .hero-moneyback {
  margin-left: 0;
}

.a1-hero .hero-moneyback .hmb-icon {
  font-size: 1.05rem;
}

.a1-hero .hero-visual-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.a1-hero .hero-visual {
  position: relative;
  width: 100%;
  max-width: 340px;
}

.a1-hero .hero-circle-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.07) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  animation: a1-blob-pulse 4s ease-in-out infinite;
}

@keyframes a1-blob-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }
  50% { transform: translate(-50%, -50%) scale(1.12); opacity: 1; }
}

.a1-hero .hero-svg {
  width: 100%;
  height: auto;
  display: block;
}

/* ========================================
   BANNER SHORTCODE -> "Meet your teacher" panel
   (overrides inline light-blue gradient)
   ======================================== */
.a1-landing .banner-section {
  padding: 90px 0 20px;
  background: #fff;
}

.a1-landing .banner-section .hero.row {
  background: #fff !important;
  border-radius: 0 !important;
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.a1-landing .banner-section .banner.row {
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: stretch;
}

.a1-landing .banner-section .banner.row > [class*="col-"] {
  display: flex;
}

.a1-landing .banner-section .banner.row .col-lg-5 {
  justify-content: center;
  align-items: center;
}

.a1-landing .banner-section .col-lg-5 img {
  border-radius: 20px !important;
  box-shadow: 0 20px 44px rgba(8, 35, 51, 0.12);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

@media (min-width: 992px) {
  /* give the square idiom image the full row width instead of 10/12 */
  .a1-landing .banner-section .banner.row.col-lg-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .a1-landing .banner-section .banner.row .col-lg-5 {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .a1-landing .banner-section .banner.row .col-lg-7 {
    flex: 0 0 54%;
    max-width: 54%;
  }
}


.a1-landing .banner-section .block > div:first-of-type {
  color: var(--a1-blue) !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  margin-bottom: 0.75rem !important;
}

.a1-landing .banner-section .block > div:nth-of-type(2) {
  font-size: 1.05rem !important;
  line-height: 1.75;
}

.a1-landing .banner-section .block p {
  color: var(--a1-slate);
}

.a1-landing .banner-section .block a.btn {
  margin-top: 1.5rem !important;
  background-color: var(--a1-blue) !important;
  border-color: var(--a1-blue) !important;
  box-shadow: 0 6px 18px rgba(11, 118, 179, 0.25);
}

.a1-landing .banner-section .block a.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 118, 179, 0.35);
}

/* ========================================
   BANNER (section right after hero)
   ======================================== */
.a1-landing .banner-section .banner .block,
.a1-landing .banner-section .banner .block p,
.a1-landing .banner-section .banner .block div,
.a1-landing .banner-section .banner .block h2 {
  text-align: left !important;
}

/* ========================================
   TWO-COLUMN SECTIONS (about / about-fig-left)
   ======================================== */
.a1-landing .about-fig-left {
  max-width: 1140px;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Make both columns exactly the same height, so text and image always align */
.a1-landing .about-fig-left .row {
  display: flex;
  align-items: stretch;
}

.a1-landing .about-fig-left .row > [class*="col-"] {
  display: flex;
}

.a1-landing .about-fig-left .row > [class*="col-"] > .block {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.a1-landing .about-fig-left .block h2,
.a1-landing .about-fig-left .block h3,
.a1-landing .about-fig-left .block h4,
.a1-landing .about-fig-left .block h5 {
  font-weight: 700;
  color: var(--a1-ink);
  margin-bottom: 1.25rem !important;
}

.a1-landing .about-fig-left .block p,
.a1-landing .about-fig-left .block li {
  color: var(--a1-slate);
  line-height: 1.8;
  font-size: 1.05rem;
  text-align: left;
}

.a1-landing .about-fig-left .block img {
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(8, 35, 51, 0.12);
  width: 100%;
  height: 100%;
  max-height: 460px;
  object-fit: cover;
}

.a1-landing .about-fig-left .center-vertically {
  position: static;
  transform: none;
}

/* About me: keep the original image, just center it vertically */
.a1-landing .about-fig-left.about-me .block img {
  height: auto;
  max-height: none;
  object-fit: contain;
  width: 100%;
}

/* ========================================
   A1 DEFINITION CALLOUT (hint shortcode)
   ======================================== */
.a1-landing .a1-body > .container:not(.bar) {
  padding-top: 10px;
  padding-bottom: 20px;
}

.a1-landing .book-hint.info {
  background: var(--a1-faint) !important;
  border-left: 4px solid var(--a1-blue) !important;
  border-radius: 12px;
  padding: 1.5rem 2rem;
}

.a1-landing .book-hint.info p {
  color: var(--a1-slate);
  line-height: 1.75;
  font-size: 1.02rem;
}

/* ========================================
   BAND SECTIONS (testimonials + schede)
   ======================================== */
.a1-landing .bar.background-pentagon {
  background: var(--a1-soft) !important;
  position: relative;
}

.a1-landing .bar.background-pentagon.no-mb {
  padding: 80px 0;
}

.a1-landing .bar.background-pentagon.no-mb.pt-0.pb-4 {
  padding-top: 0 !important;
  padding-bottom: 80px !important;
}

.a1-landing .bar .heading h4 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--a1-ink);
  margin-bottom: 0.75rem !important;
}

.a1-landing .bar .lead {
  text-align: center;
  color: var(--a1-muted);
  max-width: 640px;
  margin: 0 auto 2.5rem;
}

/* --- Testimonials --- */
.a1-landing .testimonials .item {
  padding: 0.5rem;
}

.a1-landing .testimonial {
  background: #fff;
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  box-shadow: 0 6px 24px rgba(8, 35, 51, 0.06);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.a1-landing .testimonial .text p {
  color: var(--a1-slate);
  font-size: 1rem;
  line-height: 1.75;
  text-align: left;
  margin-bottom: 0;
}

.a1-landing .testimonial .bottom {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  position: static !important;
  height: auto;
  padding: 0;
}

.a1-landing .testimonial .icon {
  display: none;
}

.a1-landing .testimonial .name-picture {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  float: none;
  width: auto;
  text-align: left;
}

.a1-landing .testimonial .name-picture img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  float: none;
  flex-shrink: 0;
}

.a1-landing .testimonial .name-picture .np-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
}

.a1-landing .testimonial .name-picture h5 {
  margin: 0 !important;
  font-weight: 700;
  color: var(--a1-ink);
  font-size: 1rem;
  line-height: 1.25;
}

.a1-landing .testimonial .name-picture p {
  margin: 0.15rem 0 0 !important;
  color: #f5a623 !important;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  text-align: left;
  line-height: 1.2;
}

/* --- Testimonials: equal-length truncated cards --- */
.a1-landing .testimonial-clamped {
  position: relative;
  height: 10.5rem;
  overflow: hidden;
}

.a1-landing .testimonial-clamped p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  margin-bottom: 0;
}

.a1-landing .testimonial-show-more {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 0 0 2.5rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: var(--a1-blue);
  text-decoration: underline;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 1.5rem);
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.a1-landing .testimonial-show-more:hover,
.a1-landing .testimonial-show-more:focus {
  color: var(--a1-blue);
  text-decoration: underline;
  opacity: 0.85;
}

/* --- Testimonials: review modal --- */
.a1-landing #testimonialModal.modal.in,
.a1-landing #testimonialModal.modal.show {
  display: block !important;
  opacity: 1 !important;
}

.a1-landing #testimonialModal.modal.fade.in,
.a1-landing #testimonialModal.modal.fade.show {
  opacity: 1 !important;
}

.a1-landing #testimonialModal.modal.fade.in .modal-dialog,
.a1-landing #testimonialModal.modal.fade.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.a1-landing #testimonialModal .modal-dialog {
  max-width: 720px;
}

.a1-landing #testimonialModal .modal-content {
  background: #fff;
  border-radius: var(--a1-radius);
  border: none;
  box-shadow: 0 20px 60px rgba(8, 35, 51, 0.25);
}

.a1-landing #testimonialModal .modal-header {
  background: #fff;
  border-bottom: 1px solid var(--a1-border);
  padding: 1.25rem 1.5rem;
}

.a1-landing #testimonialModal .modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--a1-ink);
}

.a1-landing #testimonialModal .modal-body {
  background: #fff;
  padding: 1.5rem;
}

.a1-landing #testimonialModal .modal-footer {
  background: #fff;
  border-top: 1px solid var(--a1-border);
  padding: 1rem 1.5rem;
}

.modal-backdrop.in,
.modal-backdrop.show {
  opacity: 0.5 !important;
}

.a1-landing #testimonialModal .tf-text {
  color: var(--a1-slate);
  font-size: 1.05rem;
  line-height: 1.8;
}

.a1-landing #testimonialModal .tf-text p {
  text-align: left;
}

.a1-landing #testimonialModal .tf-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--a1-border);
}

.a1-landing #testimonialModal .tf-author img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.a1-landing #testimonialModal .tf-author h5 {
  margin: 0 !important;
  font-weight: 700;
  color: var(--a1-ink);
}

.a1-landing #testimonialModal .tf-author p {
  margin: 0 !important;
  color: var(--a1-muted);
}

/* --- Schede cards --- */
.a1-landing .bar.background-pentagon .display-5 {
  color: var(--a1-ink);
  font-size: 2rem !important;
  font-weight: 700;
}

.a1-landing .bar.background-pentagon .text-center > p {
  color: var(--a1-muted);
  max-width: 720px;
  margin: 0 auto 2.5rem;
}

.a1-landing .scheda .card {
  background: #fff;
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(8, 35, 51, 0.05);
  transition: transform 0.2s, box-shadow 0.2s;
  height: 100%;
}

.a1-landing .scheda .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(8, 35, 51, 0.10);
}

.a1-landing .scheda .course-wrapper {
  height: 140px;
  overflow: hidden;
}

.a1-landing .scheda .course-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.a1-landing .scheda .card:hover .course-wrapper img {
  transform: scale(1.05);
}

.a1-landing .scheda .card-footer {
  background: #fff !important;
  border-top: none;
  padding: 1.5rem 1.25rem 1.75rem;
}

.a1-landing .scheda .card-footer h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--a1-ink);
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}

.a1-landing .scheda .card-content {
  color: var(--a1-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 0;
}

/* ========================================
   TRIAL LESSON (before money-back guarantee)
   ======================================== */
.a1-landing .a1-trial {
  max-width: 900px;
  margin: 40px auto 8px;
  background: #fff;
  border: 1px solid var(--a1-border);
  border-left: 4px solid var(--a1-blue);
  border-radius: var(--a1-radius);
  padding: 2rem 2.5rem;
  box-shadow: 0 12px 32px rgba(8, 35, 51, 0.08);
  display: flex;
  align-items: center;
  gap: 1.75rem;
  box-sizing: border-box;
  width: calc(100% - 2rem);
}

.a1-landing .a1-trial-badge {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--a1-blue), var(--a1-blue-3));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem;
}

.a1-landing .a1-trial-body h3 {
  color: var(--a1-ink);
  font-weight: 700;
  font-size: 1.35rem;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.a1-landing .a1-trial-body p {
  color: var(--a1-slate);
  line-height: 1.7;
  font-size: 1.02rem;
  margin-bottom: 0.75rem;
}

.a1-landing .a1-trial-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .a1-trial {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem;
  }
}

/* ========================================
   MONEY-BACK GUARANTEE (next to reviews)
   ======================================== */
.a1-landing .a1-moneyback {
  max-width: 900px;
  margin: 40px auto 20px;
  background: #fff;
  border: 1px solid var(--a1-border);
  border-left: 4px solid var(--a1-teal);
  border-radius: var(--a1-radius);
  padding: 2rem 2.5rem;
  box-shadow: 0 12px 32px rgba(8, 35, 51, 0.08);
  display: flex;
  align-items: center;
  gap: 1.75rem;
  box-sizing: border-box;
  width: calc(100% - 2rem);
}

.a1-landing .a1-moneyback-badge {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--a1-teal), #00c89a);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.9rem;
}

.a1-landing .a1-moneyback-body h3 {
  color: var(--a1-ink);
  font-weight: 700;
  font-size: 1.35rem;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.a1-landing .a1-moneyback-body p {
  color: var(--a1-slate);
  line-height: 1.7;
  font-size: 1.02rem;
  margin-bottom: 0.75rem;
}

.a1-landing .a1-moneyback-link {
  display: inline-block;
  color: var(--a1-blue) !important;
  font-weight: 600;
  text-decoration: none !important;
}
.a1-landing .a1-moneyback-link:hover {
  text-decoration: underline !important;
}

@media (max-width: 575.98px) {
  .a1-moneyback {
    flex-direction: column;
    text-align: center;
    padding: 1.75rem;
  }
}

/* ========================================
   ITEM-CARDS2 -> DARK NAVY CONTRAST BAND
   (overrides inline light gradient)
   ======================================== */
.a1-landing > .container-fluid {
  background: linear-gradient(135deg, var(--a1-navy) 0%, var(--a1-blue) 60%, var(--a1-blue-2) 100%) !important;
}

.a1-landing > .container-fluid .display-5 {
  color: #fff !important;
  font-size: 2rem !important;
  font-weight: 700;
}

.a1-landing > .container-fluid .text-center p {
  color: rgba(255, 255, 255, 0.85) !important;
}

.a1-landing > .container-fluid .card {
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.20) !important;
  border: none !important;
}

.a1-landing > .container-fluid .card a.btn {
  background-color: var(--a1-orange) !important;
  border-color: var(--a1-orange) !important;
}

.a1-landing > .container-fluid .card a.btn:hover {
  background-color: var(--a1-orange-dark) !important;
  border-color: var(--a1-orange-dark) !important;
}

/* ========================================
   CONTACT FORM -> "Seat request" CARD
   ======================================== */
.a1-landing .bar.background-pentagon.container.container-xl.mt-4 {
  background: linear-gradient(180deg, var(--a1-faint) 0%, #fff 100%) !important;
  padding: 80px 0;
  max-width: none;
}

.a1-landing .bar.background-pentagon.container.container-xl.mt-4 > .row {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  box-shadow: 0 12px 40px rgba(8, 35, 51, 0.10);
  padding: 2.5rem;
}

.a1-landing .bar.background-pentagon.container.container-xl.mt-4 > .row > p:first-child {
  color: var(--a1-slate);
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 1.75rem;
}

.a1-landing #course-message label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--a1-ink);
  margin-bottom: 0.4rem;
}

.a1-landing #course-message input[type="text"],
.a1-landing #course-message input[type="email"],
.a1-landing #course-message input[type="tel"],
.a1-landing #course-message textarea {
  width: 100% !important;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  color: var(--a1-slate);
  background: var(--a1-soft);
  border: 1px solid #d7e3ec;
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.a1-landing #course-message input:focus,
.a1-landing #course-message textarea:focus {
  background: #fff;
  border-color: var(--a1-blue);
  box-shadow: 0 0 0 3px rgba(11, 118, 179, 0.15);
  outline: none;
}

.a1-landing #course-message .w-50-1,
.a1-landing #course-message .w-80-1 {
  width: 100% !important;
}

/* Honeypot trap: hidden from humans, present for bots */
.a1-landing .a1-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.a1-landing #course-message button[type="submit"] {
  border-radius: 35px;
  padding: 12px 38px;
  font-variant-caps: small-caps;
  font-size: 1.05rem;
  background: var(--a1-orange);
  border: 1px solid var(--a1-orange);
  color: #fff;
  margin-top: 0.5rem;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}

.a1-landing #course-message button[type="submit"]:hover {
  background: var(--a1-orange-dark);
  border-color: var(--a1-orange-dark);
  box-shadow: 0 8px 20px rgba(230, 126, 34, 0.35);
}

/* ========================================
   CONTACT — condensed horizontal block
   (image + WhatsApp text on the left,
    contact form on the right)
   ======================================== */
.a1-landing .a1-contact {
  max-width: 1140px;
  margin: 80px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.35fr;
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(8, 35, 51, 0.10);
  background: #fff;
}

/* LEFT column: text (WhatsApp) above the image */
.a1-landing .a1-contact-media {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: linear-gradient(180deg, var(--a1-faint) 0%, #fff 100%);
  padding: 2.5rem;
}

.a1-landing .a1-contact-info {
  margin-bottom: 1.5rem;
}

.a1-landing .a1-contact-info h2 {
  color: var(--a1-ink);
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

.a1-landing .a1-contact-info p {
  color: var(--a1-slate);
  line-height: 1.75;
  font-size: 1.05rem;
  text-align: left;
}

.a1-landing .a1-contact-wa {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.75rem;
  background: #25d366;
  color: #fff !important;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none !important;
  padding: 0.45rem 1.25rem 0.65rem;
  border-radius: 35px;
  transition: background 0.2s, transform 0.2s;
}

.a1-landing .a1-contact-wa:hover {
  background: #1eba56;
  transform: translateY(-1px);
}

.a1-landing .a1-contact-media img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: auto;
  border-radius: 14px;
}

/* RIGHT column: the form */
.a1-landing .a1-contact-form {
  background: #fff;
  padding: 2.5rem;
}

.a1-landing .a1-contact-form > p:first-child,
.a1-landing .a1-contact-form-intro {
  color: var(--a1-slate);
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 1.5rem;
}
  box-shadow: 0 8px 20px rgba(230, 126, 34, 0.35);
}

/* ========================================
   SEE-ALSO
   ======================================== */
.a1-landing .see-also-box {
  background: var(--a1-faint) !important;
  border-left: 4px solid var(--a1-blue) !important;
  border-radius: 0 12px 12px 0 !important;
  padding: 2rem 2.25rem !important;
}

.a1-landing .see-also-box h3 {
  font-size: 1.3rem;
  color: var(--a1-ink);
}

.a1-landing .see-also-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 2rem;
}

.a1-landing .see-also-grid li {
  color: var(--a1-slate);
  line-height: 1.6;
  font-size: 0.98rem;
  padding-left: 0.5rem;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 991.98px) {
  .a1-hero h1 {
    font-size: 2.1rem;
  }
  .a1-hero .hero-visual-col {
    margin-top: 2.5rem;
  }
  .a1-hero .hero-visual {
    max-width: 280px;
  }
  .a1-landing .about-fig-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .a1-landing .banner-section {
    padding-top: 60px;
  }
  .a1-landing .banner-section .col-lg-5 {
    margin-bottom: 1.5rem;
  }
  .a1-landing .about-fig-left .block {
    text-align: center;
  }
  /* stacked columns: let the image keep its natural height */
  .a1-landing .about-fig-left .block img,
  .a1-landing .banner-section .col-lg-5 img {
    height: auto;
    max-height: none;
  }
  .a1-landing .banner-section .col-lg-5 img {
    max-width: 340px;
  }
}

@media (max-width: 767.98px) {
  .a1-landing .see-also-grid ul {
    grid-template-columns: 1fr;
  }
  /* condensed contact: stack the two columns */
  .a1-landing .a1-contact {
    grid-template-columns: 1fr;
    margin: 50px auto;
  }
  .a1-landing .a1-contact-media,
  .a1-landing .a1-contact-form {
    padding: 1.75rem;
  }
  .a1-landing .a1-contact-media img {
    margin-top: 1.5rem;
  }
  .a1-faq {
    padding: 1rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .a1-hero {
    padding: 90px 0 60px;
  }
  .a1-hero h1 {
    font-size: 1.7rem;
  }
  .a1-hero .hero-ctas .btn {
    width: 100%;
    text-align: center;
  }
  .a1-hero .hero-moneyback {
    margin-top: 0.5rem;
  }
  .a1-landing .banner-section {
    padding: 50px 0 10px;
  }
  .a1-landing .about-fig-left {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .a1-landing .bar.background-pentagon.no-mb,
  .a1-landing .bar.background-pentagon.no-mb.pt-0.pb-4 {
    padding: 50px 0 !important;
  }
  .a1-landing .bar.background-pentagon.container.container-xl.mt-4 {
    padding: 50px 0;
  }
  .a1-landing .bar.background-pentagon.container.container-xl.mt-4 > .row {
    padding: 1.5rem;
  }
  .a1-landing > .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* ========================================
   NEW BLOCKS: ROADMAP, CALLOUT, FAQ, CTA, PRICING
   ======================================== */

/* --- A1 roadmap --- */
.a1-landing .a1-roadmap {
  margin: 60px 0 20px;
  background: var(--a1-soft);
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  padding: 2.5rem 3rem;
}

.a1-landing .a1-roadmap h2 {
  color: var(--a1-ink);
  font-weight: 700;
  font-size: 1.7rem;
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}

.a1-landing .a1-roadmap .lead {
  color: var(--a1-muted);
  max-width: 680px;
  margin-bottom: 1.5rem;
}

.a1-landing .a1-roadmap ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: a1step;
}

.a1-landing .a1-roadmap ol li {
  counter-increment: a1step;
  position: relative;
  padding: 0 0 1.1rem 3.2rem;
  color: var(--a1-slate);
  line-height: 1.7;
}

.a1-landing .a1-roadmap ol li::before {
  content: counter(a1step);
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--a1-blue);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.a1-landing .a1-roadmap ol li strong {
  color: var(--a1-ink);
}

.a1-landing .a1-roadmap .a1-roadmap-note {
  margin-top: 1rem;
  padding-top: 1.25rem;
  border-top: 1px dashed var(--a1-border);
  color: var(--a1-muted);
  font-size: 0.95rem;
}

/* --- Callout (objection reassurance) --- */
.a1-landing .callout-box {
  max-width: 900px;
  margin: 20px auto 20px !important;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--a1-slate);
  box-sizing: border-box;
  width: calc(100% - 2rem);
}

/* --- FAQ --- */
.a1-faq {
  max-width: 800px;
  margin: 0 auto 40px;
  background: #fff;
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  padding: 1.25rem 1.75rem;
  box-shadow: 0 12px 32px rgba(8, 35, 51, 0.08);
}

.a1-landing .a1-faq-title {
  color: var(--a1-ink);
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
  text-align: center;
}

.a1-landing .a1-faq .py-0 {
  border-bottom: 1px solid var(--a1-border);
  padding: 0 !important;
  margin: 0 !important;
}
.a1-landing .a1-faq .py-0:last-child {
  border-bottom: 0;
}

/* question row */
.a1-landing .a1-faq .btn-support {
  display: block;
  width: 100%;
  text-align: left;
  color: var(--a1-ink) !important;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.9rem 2.4rem 0.9rem 0.25rem;
  margin: 0;
  border-radius: 0;
  position: relative;
  background: transparent;
}
.a1-landing .a1-faq .btn-support::after {
  content: "+";
  position: absolute;
  right: 0.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  color: var(--a1-blue);
  transition: transform 0.2s ease;
}
.a1-landing .a1-faq .btn-support[aria-expanded="true"]::after {
  content: "−";
}

/* answer body */
.a1-landing .a1-faq .collapse {
  margin: 0 !important;
  color: var(--a1-slate);
  font-size: 0.98rem;
  line-height: 1.7;
  padding: 0 0.25rem 1rem;
}
.a1-landing .a1-faq .collapse p {
  color: var(--a1-slate);
  font-size: 0.98rem;
  line-height: 1.7;
  margin: 0;
}

.a1-landing .btn-support:hover {
  color: var(--a1-blue) !important;
  opacity: 0.85;
}

/* --- CTA --- */
.a1-landing .cta-box {
  max-width: 960px;
  margin: 40px auto;
}

/* --- Pricing --- */
.a1-landing #pricing {
  padding: 70px 0 10px;
}

.a1-landing #pricing .chunky-row {
  margin: 0 auto;
  float: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.a1-landing #pricing .col-lg-6 {
  flex: 0 0 calc(50% - 0.75rem);
  max-width: calc(50% - 0.75rem);
}

.a1-landing #pricing .price-item {
  border: 1px solid var(--a1-border);
  border-radius: var(--a1-radius);
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(8, 35, 51, 0.06);
  background: #fff;
  height: 100%;
  padding-bottom: 30px;
}

.a1-landing #pricing .price-title {
  background: var(--a1-navy);
  padding: 30px 20px;
}

.a1-landing #pricing .price-title h3 {
  color: #fff;
  font-weight: 700;
}

.a1-landing #pricing .price-title .value {
  color: var(--a1-orange);
}

.a1-landing #pricing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.a1-landing #pricing ul li {
  padding: 12px 20px;
  background: transparent;
  color: var(--a1-slate);
  text-align: center;
}

.a1-landing #pricing ul li:nth-child(2n) {
  background: var(--a1-soft);
  color: var(--a1-slate);
}

.a1-landing #pricing .btn {
  margin: 20px 0;
  background: var(--a1-orange);
  border: 1px solid var(--a1-orange);
  color: #fff !important;
  border-radius: 35px;
  padding: 10px 32px;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(230, 126, 34, 0.35);
}

.a1-landing #pricing .btn:hover {
  background: var(--a1-orange-dark);
  border-color: var(--a1-orange-dark);
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(230, 126, 34, 0.45);
}

/* --- Pricing: single horizontal card --- */
.a1-landing #pricing .col-lg-12.pricing-single {
  flex: 0 0 100%;
  max-width: 960px;
  margin: 0 auto;
}

.a1-landing #pricing .pricing-single .price-item {
  display: grid;
  grid-template-columns: 34% 1fr;
  grid-template-rows: auto auto;
  height: auto;
  padding-bottom: 0;
  max-width: 960px;
}

.a1-landing #pricing .pricing-single .price-title {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 1.5rem;
}

.a1-landing #pricing .pricing-single .price-title h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.a1-landing #pricing .pricing-single .price-title p {
  font-size: 1.35rem;
}

.a1-landing #pricing .pricing-single .price-title .value {
  font-size: 2.4rem;
  color: var(--a1-orange);
}

.a1-landing #pricing .pricing-single ul {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
  padding: 2rem 2rem 0.5rem;
}

.a1-landing #pricing .pricing-single ul li {
  padding: 10px 12px;
  text-align: center;
  background: var(--a1-soft);
  border-radius: 8px;
  border: 1px solid var(--a1-border);
}

.a1-landing #pricing .pricing-single ul li:nth-child(2n) {
  background: var(--a1-soft);
  color: var(--a1-slate);
}

.a1-landing #pricing .pricing-single a.btn {
  grid-column: 2;
  grid-row: 2;
  margin: 0.5rem auto 2rem;
}

@media (max-width: 767.98px) {
  .a1-landing #pricing .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .a1-landing #pricing .pricing-single .price-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .a1-landing #pricing .pricing-single .price-title {
    grid-column: 1;
    grid-row: 1;
  }
  .a1-landing #pricing .pricing-single ul {
    grid-column: 1;
    grid-row: 2;
    grid-template-columns: 1fr;
  }
  .a1-landing #pricing .pricing-single a.btn {
    grid-column: 1;
    grid-row: 3;
  }
  .a1-landing .a1-roadmap {
    padding: 1.75rem 1.5rem;
  }
}

/* ========================================
   SEAT REQUEST FORM (from group landing)
   applied to the A1 landing's seat section.
   Scoped to .a1-landing.
   ======================================== */
.a1-landing .a1-seat-section {
  padding: 80px 0;
  background: linear-gradient(180deg, var(--a1-faint) 0%, #fff 100%);
}

.a1-landing .a1-seat-card {
  background: #fff;
  border-radius: var(--a1-radius);
  padding: 2.5rem;
  box-shadow: 0 8px 40px rgba(8, 35, 51, 0.10);
  border: 1px solid var(--a1-border);
  max-width: 860px;
  margin: 0 auto;
}

.a1-landing .a1-seat-card h2 {
  margin-bottom: 0.5rem;
}

.a1-landing .a1-seat-intro {
  color: var(--a1-slate);
  margin-bottom: 2rem;
}

.a1-landing .a1-seat-card form .form-group {
  margin-bottom: 1.25rem;
}

.a1-landing .a1-seat-card form label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--a1-ink);
  margin-bottom: 0.4rem;
}

.a1-landing .a1-seat-card form .form-control {
  height: auto;
  padding: 0.7rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--a1-slate);
  background-color: var(--a1-soft);
  border: 1px solid #d7e3ec;
  border-radius: 10px;
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.a1-landing .a1-seat-card form .form-control:focus {
  background-color: #fff;
  border-color: var(--a1-blue);
  box-shadow: 0 0 0 3px rgba(11, 118, 179, 0.15);
  outline: none;
}

.a1-landing .a1-seat-card form .form-control::placeholder {
  color: #9db1c0;
}

.a1-landing .a1-seat-submit {
  border-radius: 35px !important;
  padding: 14px 40px !important;
  font-variant-caps: small-caps;
  font-size: 1.125rem !important;
  background-color: var(--a1-blue) !important;
  border-color: var(--a1-blue) !important;
  transition: transform 0.2s, box-shadow 0.2s;
  margin-top: 0.5rem;
}

.a1-landing .a1-seat-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(11, 118, 179, 0.35);
  background-color: #095d8f !important;
  border-color: #095d8f !important;
}

.a1-landing .seat-msg {
  margin-top: 1rem;
  font-weight: 600;
  text-align: center;
}

.a1-landing .seat-alt {
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: var(--a1-slate);
}

.a1-landing .seat-alt a {
  color: var(--a1-blue);
  font-weight: 600;
  text-decoration: underline;
}

.a1-landing .checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: var(--a1-soft);
  border: 1px solid #d7e3ec;
  border-radius: 10px;
  padding: 0.9rem 1rem;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

.a1-landing .checkbox-group:hover {
  background: #fff;
  border-color: var(--a1-blue);
}

@media (max-width: 575.98px) {
  .a1-landing .a1-seat-card {
    padding: 1.5rem;
  }
  .a1-landing .a1-seat-section {
    padding: 50px 0 40px;
  }
}
