/* Take My Courses — UI matched to hirecoursehelper.com layout, TMC brand colors */
:root {
  --brand-orange: #FF7600;
  --brand-gold: #FFD000;
  --brand-dark: #3c1a00;
  --brand-gradient: linear-gradient(90deg, #FF7600 0%, #e06800 35%, #3c1a00 100%);
  --primary: #FF7600;
  --secondary: #1a1a1a;
  --dark-bg: #080312;
  --para: #404040;
  --white: #fff;
  --border: #e8e8e8;
  --bg-alt: #faf8f5;
  --bg-offer: #fff8f0;
  --bg-review: #eff9ff;
  --green-wa: #25d366;
  --radius: 15px;
  --shell: min(1170px, calc(100% - 2rem));
  --font: 'Poppins', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  font-family: var(--font);
  overflow-wrap: break-word;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
}
body {
  margin: 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--para);
  background: var(--white);
  overflow-x: clip;
  max-width: 100%;
}
main { overflow-x: clip; }
:is(main, header, footer, .modal) img,
:is(main, header, footer, .modal) svg {
  display: block;
  max-width: 100%;
}
a { color: var(--primary); text-decoration: none; transition: .3s ease; }
a:hover { color: var(--brand-dark); }
h1, h2, h3, h4 {
  line-height: 1.25;
  margin: 0 0 .75rem;
  color: var(--secondary);
  font-weight: 600;
}
p {
  margin: 0 0 1rem;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.8;
  color: var(--para);
}
button, input, select, textarea { font-family: inherit; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--secondary); color: #fff; padding: .75rem 1rem;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.text-gradient {
  background: var(--brand-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.icon { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
.icon--sm { width: 1rem; height: 1rem; }
.icon--xs { width: .85rem; height: .85rem; }

/* Select with chevron icon */
.select-wrap { position: relative; display: block; }
.select-wrap select {
  width: 100%; padding-right: 2.75rem; cursor: pointer;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
}
.select-wrap select:invalid { color: #9ca3af; }
.select-wrap select option { color: var(--secondary); }
.select-wrap select option[value=""] { color: #9ca3af; }
.select-wrap__icon {
  position: absolute; right: .85rem; top: 50%; transform: translateY(-50%);
  pointer-events: none; color: #374151; display: flex; align-items: center;
}
.select-wrap__icon .icon { width: 1.15rem; height: 1.15rem; }

.eyebrow {
  font-size: .875rem; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--primary); margin-bottom: .5rem;
}
.eyebrow--light { color: var(--brand-gold); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .75rem 2rem; border-radius: 2rem; font-weight: 600;
  border: 3px solid var(--primary); cursor: pointer; transition: .3s ease;
  text-align: center; font-size: 1rem;
  text-transform: capitalize; font-weight: 600;
}
.btn--primary { background: var(--primary); color: var(--white); }
.btn--primary:hover { background: var(--white); color: var(--primary); }
.btn--dark { background: var(--secondary); border-color: var(--secondary); color: var(--white); }
.btn--dark:hover { background: var(--white); color: var(--secondary); }
.btn--outline { background: transparent; color: var(--primary); }
.btn--outline:hover { background: var(--primary); color: var(--white); }
.btn--whatsapp { background: var(--green-wa); border-color: var(--green-wa); color: #fff; }
.btn--whatsapp:hover { filter: brightness(1.05); color: #fff; }
.btn--lg { padding: .85rem 2rem; font-size: 1.05rem; }
.btn--sm { padding: .5rem 1.25rem; font-size: .875rem; }
.btn--block { width: 100%; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: #000;
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
  padding: 1rem 0;
  transition: box-shadow .3s ease, padding .3s ease;
}
.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(0,0,0,.35);
  padding: .65rem 0;
}
.site-header__inner {
  display: flex; align-items: center; gap: clamp(.5rem, 1.5vw, 1rem);
  min-width: 0;
}
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand:hover { opacity: .9; }
.brand__logo {
  display: block; height: 3.5rem; width: auto; max-width: min(200px, 42vw);
}
.brand__logo--footer { height: 4rem; max-width: 220px; margin-bottom: 1rem; }

.site-nav { flex: 1; min-width: 0; }
.site-nav__list {
  display: flex; align-items: center; justify-content: center;
  gap: clamp(.45rem, 1.2vw, 1.25rem); flex-wrap: wrap;
}
.site-nav__link {
  font-size: clamp(.875rem, 1.1vw, 1.05rem); font-weight: 700; color: rgba(255,255,255,.92);
  text-transform: capitalize; display: inline-flex; align-items: center; gap: .2rem;
  white-space: nowrap;
}
.site-nav__link:hover, .site-nav__link.is-active { color: var(--brand-gold); }
.nav-chevron { transform: translateY(1px); }

.site-nav__item--dropdown { position: relative; }
.site-nav__dropdown {
  position: absolute; top: calc(100% + .5rem); left: 0; min-width: 220px;
  background: var(--white); border: 1px solid var(--border); border-radius: .75rem;
  padding: .5rem 0; box-shadow: 0 12px 30px rgba(0,0,0,.12);
  opacity: 0; visibility: hidden; transform: translateY(8px); transition: .25s ease;
  z-index: 20;
}
.site-nav__item--dropdown:hover .site-nav__dropdown,
.site-nav__item--dropdown.is-open .site-nav__dropdown {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.site-nav__dropdown a {
  display: block; padding: .6rem 1rem; color: var(--secondary); font-weight: 600; font-size: .95rem;
}
.site-nav__dropdown a:hover { color: var(--primary); background: var(--bg-alt); }

.header-call {
  display: none; align-items: flex-end; gap: .5rem;
  color: var(--white); font-weight: 700; font-size: clamp(.8rem, 1vw, 1rem);
  margin-left: auto; flex-shrink: 0; white-space: nowrap;
}
.header-call__text strong { font-size: clamp(.875rem, 1.05vw, 1.05rem); }
.header-call:hover { color: var(--brand-gold); }
.header-call__icon { color: var(--brand-gold); display: flex; align-items: center; }
.header-call__icon .icon { width: 1.75rem; height: 1.75rem; }
.nav-toggle {
  display: none; background: none; border: 0; color: var(--white);
  padding: .5rem; cursor: pointer; margin-left: auto;
  min-width: 2.75rem; min-height: 2.75rem;
  position: relative; z-index: 120;
  -webkit-tap-highlight-color: transparent;
}
.nav-toggle .icon { width: 1.75rem; height: 1.75rem; pointer-events: none; }
.nav-toggle .nav-toggle__close { display: none; }
.site-header.is-nav-open .nav-toggle .nav-toggle__menu { display: none; }
.site-header.is-nav-open .nav-toggle .nav-toggle__close { display: block; }

/* Banner / Hero */
.banner {
  padding: clamp(2.5rem, 5vw, 4rem) 0;
  background: linear-gradient(135deg, #f0f6fc 0%, #fff 40%, #fff8f0 100%);
  position: relative; overflow: hidden;
}
.banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,118,0,.08), transparent 40%);
  pointer-events: none;
}
.banner__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
  position: relative;
}
.banner__copy { min-width: 0; }
.banner__title {
  font-size: clamp(1.5rem, 2.8vw, 2.5rem); font-weight: 700; color: var(--secondary);
  margin-bottom: 1rem; line-height: 1.15;
}
.banner__title span { font-weight: 700; }
.banner__lead { font-size: 1.0625rem; max-width: 38rem; }
.banner__list {
  display: flex; gap: 2.5rem; margin: 1rem 0 1.5rem; flex-wrap: wrap;
}
.banner__list ul { display: flex; flex-direction: column; gap: .35rem; }
.banner__list li {
  display: flex; align-items: center; gap: .4rem; font-size: .95rem; font-weight: 500;
}
.banner__list .icon { color: var(--primary); }

.banner-form {
  background: var(--primary); padding: clamp(1.25rem, 2.5vw, 2rem);
  border-radius: var(--radius); min-width: 0; max-width: 100%;
}
.banner-form h2 {
  color: var(--white); font-size: clamp(1.35rem, 2vw, 2rem); font-weight: 500;
  text-align: center; margin-bottom: .25rem;
}
.banner-form > p { color: var(--white); text-align: center; margin-bottom: 1rem; }
.banner-form :is(input, textarea, select) {
  width: 100%; padding: .5rem .625rem; border: none; border-radius: .625rem;
  margin-bottom: 1rem; font: inherit; color: var(--brand-dark); outline: none;
}
.banner-form textarea { resize: vertical; min-height: 90px; }
.banner-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.banner-form__row input { margin-bottom: 0; }
.banner-form .btn--dark { margin-top: .25rem; }

/* Enlist strip */
.enlist-sec {
  padding: 5rem 0;
  position: relative;
  background:
    linear-gradient(135deg, rgba(8,3,18,.9) 0%, rgba(8,3,18,.72) 45%, rgba(255,118,0,.35) 100%),
    url('../img/bg-enlist.jpg') center / cover no-repeat;
  text-align: center; color: var(--white);
}
.enlist-sec__inner { position: relative; z-index: 1; }
.enlist-sec__title {
  font-size: clamp(2rem, 4vw, 3.5rem); color: var(--white); font-weight: 600;
  text-transform: capitalize; margin-bottom: 1rem;
}
.enlist-sec__title span { color: var(--brand-gold); }
.enlist-sec p { color: rgba(255,255,255,.92); max-width: 52rem; margin-inline: auto; margin-bottom: 1.5rem; }

/* Offer / Services */
.offer-sec { padding: 4rem 0; }
.offer-sec__title {
  font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; text-align: center; margin-bottom: 2rem;
}
.offer-sec__grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 2rem; align-items: start; }
.offer-support h3 { font-size: 2rem; font-weight: 600; color: var(--brand-dark); margin-bottom: 1rem; }
.offer-support p { font-size: 1.125rem; }
.offer-sec__photo {
  width: 100%; margin-top: 1.5rem; border-radius: var(--radius);
  aspect-ratio: 4 / 5; max-height: 360px; object-fit: cover;
  object-position: center top; display: block;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
}

.offer-cards { display: flex; flex-direction: column; gap: 1.25rem; }
.offer-card {
  background: var(--bg-offer); border-radius: var(--radius);
  overflow: hidden; text-align: center;
  border: 1px solid rgba(255,118,0,.12);
}
.offer-card__photo {
  width: 100%; height: 160px; margin: 0; display: block;
  object-fit: cover; object-position: center;
}
.offer-card__body { padding: 1.25rem 1.5rem 1.5rem; }
.offer-card h3 { font-size: 1.45rem; font-weight: 600; margin-bottom: .65rem; }
.offer-card p {
  font-size: .98rem; line-height: 1.55; margin-bottom: 1rem;
  color: var(--para); max-width: 52ch; margin-inline: auto;
}
.offer-card .btn { display: inline-flex; padding: .65rem 1.5rem; font-size: .95rem; }

/* Subjects */
.subjects-sec {
  background: var(--dark-bg); padding: 5rem 0 4.5rem; position: relative; overflow: hidden;
}
.subjects-sec__decor { position: absolute; inset: 0; pointer-events: none; }
.subjects-sec__decor-img {
  position: absolute; width: min(220px, 28vw); border-radius: 1rem;
  object-fit: cover; opacity: .14; box-shadow: 0 12px 30px rgba(0,0,0,.35);
}
.subjects-sec__decor-img--left { top: 8%; left: 2%; transform: rotate(-8deg); }
.subjects-sec__decor-img--right { bottom: 6%; right: 2%; transform: rotate(8deg); }
.subjects-sec__title {
  font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 600; color: var(--white);
  text-align: center; margin-bottom: 2rem;
}
.subject-list {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
}
.subject-card {
  display: flex; align-items: center; gap: 1rem; padding: 1.2rem;
  border-radius: .875rem; position: relative; color: var(--white); overflow: hidden;
  transition: .3s ease;
}
.subject-card::after {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: var(--brand-gradient); opacity: 0; transition: .35s ease; z-index: 0;
}
.subject-card:hover::after { opacity: 1; }
.subject-card:hover { transform: translateY(-2px); }
.subject-card__icon, .subject-card__name { position: relative; z-index: 1; }
.subject-card__icon {
  width: 2.5rem; height: 2.5rem; border-radius: 50%;
  background: rgba(255,255,255,.12); display: grid; place-items: center; color: var(--brand-gold);
  flex-shrink: 0;
}
.subject-card__icon .icon { width: 1.25rem; height: 1.25rem; }
.subject-card__name { font-weight: 500; text-transform: capitalize; font-size: 1rem; }
.subjects-sec__cta { text-align: center; margin-top: 2rem; color: rgba(255,255,255,.9); }
.subjects-sec--page { padding-top: 3rem; }

/* Foremost / Expert */
.foremost-sec { padding: 4rem 0; background: var(--bg-alt); }
.foremost-sec__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 2rem; align-items: center; }
.foremost-sec__photo {
  width: 100%; border-radius: var(--radius); object-fit: cover;
  aspect-ratio: 4 / 3; box-shadow: 0 20px 45px rgba(0,0,0,.12);
}
.foremost-sec__copy h2 { font-size: clamp(1.5rem, 3vw, 2.75rem); font-weight: 600; text-transform: capitalize; }
.foremost-sec__contact { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1.5rem; }
.foremost-sec__phone { font-size: 1.5rem; font-weight: 700; color: var(--secondary); }

/* Boost */
.boost-sec { padding: 4rem 0; background: var(--white); }
.boost-sec__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.boost-sec__title { font-size: clamp(1.75rem, 3vw, 2.75rem); font-weight: 600; }
.boost-card {
  background: var(--bg-alt); border-radius: var(--radius); padding: 2rem;
  border: 1px solid var(--border);
}
.boost-card h3 { font-size: 1.5rem; font-weight: 600; }
.boost-card__actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-top: 1rem; }

/* Track / Stats */
.track-sec {
  padding: 5rem 0;
  position: relative;
  background:
    linear-gradient(180deg, rgba(8,3,18,.92) 0%, rgba(8,3,18,.82) 100%),
    url('../img/bg-stats.jpg') center / cover no-repeat fixed;
  color: var(--white);
}
.track-sec > .shell { position: relative; z-index: 1; }
.track-sec__head { text-align: center; max-width: 42rem; margin: 0 auto 2rem; }
.track-sec__head h3 { font-size: clamp(1.75rem, 3vw, 2.5rem); color: var(--white); font-weight: 600; }
.track-sec__head p { color: rgba(255,255,255,.88); }
.track-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.track-card {
  background: var(--white); border-radius: .875rem; padding: 2rem 1.5rem;
  text-align: center; transition: .3s ease;
}
.track-card__icon { color: var(--primary); margin: 0 auto .75rem; display: flex; justify-content: center; }
.track-card__icon .icon { width: 2rem; height: 2rem; }
.track-card strong { display: block; font-size: 2rem; font-weight: 700; color: var(--brand-dark); margin-bottom: .25rem; }
.track-card span { font-size: .95rem; color: var(--para); }
.track-card:hover { background: var(--secondary); transform: translateY(-4px); }
.track-card:hover strong, .track-card:hover span { color: var(--white); }
.track-card:hover .track-card__icon { color: var(--brand-gold); }

/* Reviews */
.reviews-sec { padding: 4rem 0 3rem; overflow: hidden; }
.reviews-sec__title { font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; text-align: center; color: var(--brand-dark); }
.reviews-sec__lead { text-align: center; max-width: 46rem; margin: 1rem auto 2rem; }
.reviews-slider__controls {
  display: flex; align-items: center; gap: .75rem;
}
.reviews-slider__nav {
  width: 2.75rem; height: 2.75rem; border-radius: 50%; flex-shrink: 0;
  border: 2px solid var(--primary); background: var(--white); color: var(--primary);
  display: grid; place-items: center; cursor: pointer; padding: 0;
  transition: background .2s ease, color .2s ease, opacity .2s ease;
  box-shadow: 0 4px 14px rgba(255,118,0,.15);
}
.reviews-slider__nav:hover:not(:disabled) { background: var(--primary); color: var(--white); }
.reviews-slider__nav:disabled { opacity: .35; cursor: not-allowed; box-shadow: none; }
.reviews-slider__nav--prev .icon { transform: rotate(90deg); }
.reviews-slider__nav--next .icon { transform: rotate(-90deg); }
.reviews-slider__nav .icon { width: 1.15rem; height: 1.15rem; }
.reviews-slider__track {
  flex: 1; min-width: 0;
  display: flex; gap: 1.5rem; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 1rem; scrollbar-width: none; cursor: grab;
  scroll-behavior: smooth;
}
.reviews-slider__track::-webkit-scrollbar { display: none; }
.reviews-slider__track.is-dragging {
  cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto;
  user-select: none;
}
.review-card {
  flex: 0 0 min(100%, 420px); scroll-snap-align: center;
  background: var(--bg-review); padding: 2rem; border-radius: var(--radius);
  border-right: 5px solid var(--primary); border-bottom: 5px solid var(--primary);
  margin: 0;
}
.review-card p { font-style: italic; margin-bottom: 1rem; }
.review-card cite { font-style: normal; font-weight: 700; color: var(--primary); display: block; }
.review-card span { font-size: .9rem; color: var(--para); }
.reviews-slider__dots { display: flex; justify-content: center; gap: .5rem; margin-top: 1rem; }
.reviews-slider__dots button {
  width: 10px; height: 10px; border-radius: 50%; border: 0;
  background: #ccc; cursor: pointer; padding: 0;
}
.reviews-slider__dots button.is-active { background: var(--primary); }

/* Experts / Confidentiality */
.experts-sec {
  padding: 5rem 0 6rem; position: relative; overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8,3,18,.93) 0%, rgba(60,26,0,.85) 100%),
    url('../img/bg-confidential.jpg') center / cover no-repeat;
  color: var(--white); text-align: center;
}
.experts-sec__inner { position: relative; z-index: 1; }
.experts-sec h2 { font-size: clamp(1.75rem, 3vw, 2.75rem); color: var(--white); max-width: 52rem; margin-inline: auto; }
.experts-sec p { max-width: 42rem; margin-inline: auto; color: rgba(255,255,255,.9); margin-bottom: 1.5rem; }
.expert-quotes { position: relative; min-height: 180px; margin-top: 2rem; }
.expert-quote {
  position: absolute; background: var(--primary); color: var(--white);
  padding: .85rem 1rem; border-radius: .75rem; font-size: .95rem; font-weight: 500;
  max-width: 220px; animation: floatQuote 5s ease-in-out infinite;
}
.expert-quote:nth-child(1) { top: 1rem; left: 15%; animation-duration: 4s; }
.expert-quote:nth-child(2) { top: 0; left: 50%; transform: translateX(-50%); animation-duration: 6s; }
.expert-quote:nth-child(3) { top: 1.5rem; right: 12%; animation-duration: 5s; }
@keyframes floatQuote {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
.expert-quote:nth-child(2) { animation-name: floatQuoteCenter; }
@keyframes floatQuoteCenter {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

/* Marquee */
.marquee {
  background: var(--primary); color: var(--white); overflow: hidden; padding: .85rem 0;
}
.marquee__track {
  display: flex; width: max-content; animation: marquee 28s linear infinite;
}
.marquee__track span {
  padding: 0 2rem; font-weight: 700; font-size: 1.1rem; white-space: nowrap;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* FAQ */
.faq-sec { padding: 4rem 0; background: var(--white); }
.faq-sec__title { font-size: clamp(2rem, 3vw, 3rem); font-weight: 600; text-align: center; color: var(--brand-dark); }
.faq-sec__lead { text-align: center; max-width: 42rem; margin: 1rem auto 2rem; }
.faq-list { max-width: 800px; margin-inline: auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1rem 1.25rem; margin-bottom: .75rem;
}
.faq-item summary {
  cursor: pointer; font-weight: 700; color: var(--secondary); font-size: 1.05rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item__chevron { flex-shrink: 0; color: var(--primary); transition: transform .2s ease; }
.faq-item[open] .faq-item__chevron { transform: rotate(180deg); }
.faq-item p { margin: .75rem 0 0; }

/* Payment */
.payment-sec { padding: 4rem 0; background: #fdfdfd; }
.payment-sec__title { font-size: clamp(2rem, 3vw, 3.5rem); font-weight: 600; text-align: center; text-transform: capitalize; }
.payment-sec__lead { text-align: center; margin-bottom: 2rem; }
.payment-categories {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; text-align: center;
}
.payment-categories__icon {
  width: 3.5rem; height: 3.5rem; border-radius: 50%; margin: 0 auto 1rem;
  background: var(--primary); color: var(--white); display: grid; place-items: center;
  border: 1px solid var(--brand-dark); border-right-width: 4px; border-bottom-width: 4px;
}
.payment-categories__icon .icon { width: 1.5rem; height: 1.5rem; }
.payment-categories li span:last-child { font-weight: 600; color: var(--brand-dark); font-size: 1.05rem; }
.payment-sec__cta {
  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1.5rem; margin-top: 2.5rem;
}
.payment-sec__call {
  display: inline-flex; align-items: center; gap: .75rem;
  color: var(--secondary); font-weight: 600; font-size: 1rem;
}
.payment-sec__call:hover { color: var(--primary); }
.payment-sec__call-icon {
  width: 3rem; height: 3rem; border-radius: 50%;
  background: var(--bg-offer); border: 2px solid var(--primary);
  color: var(--primary); display: grid; place-items: center; flex-shrink: 0;
}
.payment-sec__call-icon .icon { width: 1.35rem; height: 1.35rem; }
.payment-sec__call-text { line-height: 1.35; text-align: left; }
.payment-sec__call-text strong { font-weight: 700; font-size: 1.05rem; color: var(--brand-dark); }
.payment-sec__call:hover .payment-sec__call-text strong { color: var(--primary); }

/* Lead form section */
.section--lead { padding: 4rem 0; background: linear-gradient(180deg, #fdfdfd, var(--bg-alt)); }
.lead-form-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.lead-form-wrap__copy .section__title { font-size: 2rem; font-weight: 600; }
.lead-form-wrap__channels { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.lead-form-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem; box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.lead-form { display: grid; gap: 1rem; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: .35rem; color: var(--secondary); }
.field input, .field textarea,
.field .select-wrap select {
  width: 100%; padding: .7rem .85rem; border: 1px solid var(--border);
  border-radius: .625rem; font: inherit; background: #fff;
}
.field .select-wrap select { padding-right: 2.75rem; }
.field input:focus, .field textarea:focus,
.field .select-wrap select:focus {
  outline: 2px solid var(--primary); border-color: var(--primary);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field__error { color: #c0392b; font-size: .85rem; margin: .25rem 0 0; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.alert { padding: .85rem 1rem; border-radius: 8px; margin-bottom: 1rem; font-weight: 600; }
.alert--success { background: #e8f8ef; color: #1e7e45; }
.alert--error { background: #fdecea; color: #c0392b; }

/* Inner pages */
.page-hero {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f0f6fc 0%, #fff8f0 100%);
}
.page-hero--compact { padding: 2.5rem 0; }
.page-hero__icon {
  width: 4rem; height: 4rem; border-radius: 50%; margin-bottom: 1rem;
  background: var(--white); border: 2px solid var(--primary); color: var(--primary);
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(255,118,0,.15);
}
.page-hero__icon-svg { width: 2rem; height: 2rem; }
.page-hero__grid {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 2rem; align-items: center;
}
.page-hero__photo {
  width: 100%; border-radius: var(--radius); object-fit: cover;
  aspect-ratio: 4 / 3; box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.page-hero__title { font-size: clamp(1.75rem, 3vw, 2.75rem); font-weight: 700; }
.page-hero__lead { max-width: 40rem; }
.page-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }

.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 2rem; align-items: start; }
.check-list li { display: flex; gap: .5rem; margin-bottom: .6rem; }
.check-list .icon { color: var(--primary); margin-top: .2rem; }
.info-card { background: var(--bg-alt); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; }
.prose { max-width: 720px; }
.prose h2 { margin-top: 2rem; color: var(--secondary); }
.section { padding: 4rem 0; }
.section--center { text-align: center; padding: 6rem 0; }
.section__title { font-size: 2rem; font-weight: 600; }

.contact-grid { max-width: 900px; margin-inline: auto; }
.contact-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.contact-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 1.5rem; text-align: center; color: var(--para); box-shadow: 0 8px 20px rgba(0,0,0,.05);
}
.contact-card .icon { margin: 0 auto .75rem; color: var(--primary); width: 1.75rem; height: 1.75rem; }

.service-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }
.service-card { background: var(--bg-offer); border-radius: var(--radius); padding: 1.5rem; }
.service-card__icon { color: var(--primary); margin-bottom: .75rem; display: flex; }
.service-card__icon .icon { width: 1.75rem; height: 1.75rem; }

/* Footer */
.site-footer { background: var(--dark-bg); color: rgba(255,255,255,.88); padding: 4rem 0 0; }
.site-footer a { color: var(--white); }
.site-footer a:hover { color: var(--brand-gold); }
.site-footer__grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 2rem;
}
.site-footer__title { color: var(--white); font-size: 1.75rem; font-weight: 600; margin-bottom: 1.25rem; }
.site-footer__links li, .site-footer__contact li { margin-bottom: .5rem; font-size: .95rem; }
.site-footer__contact li { display: flex; align-items: flex-start; gap: .5rem; }
.site-footer__contact .icon { color: var(--brand-gold); margin-top: .15rem; flex-shrink: 0; }
.site-footer__bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 1rem 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem;
  font-size: .85rem;
}
.site-footer__legal { display: flex; gap: .5rem; }

/* Floating actions — WhatsApp left, Tawk.to right */
.floating-actions {
  position: fixed; left: 1rem; bottom: 1rem; z-index: 90;
  display: flex; flex-direction: column; gap: .5rem;
}

.floating-actions__btn {
  padding: .65rem 1rem; border-radius: 999px; font-weight: 700; font-size: .85rem;
  color: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.2);
  display: inline-flex; align-items: center; gap: .45rem;
}
.floating-actions__btn--whatsapp { background: var(--green-wa); }
.floating-actions__btn--messenger { background: #0084ff; }
.floating-actions--with-tawk .floating-actions__btn--icon {
  width: 3.5rem; height: 3.5rem; padding: 0; border-radius: 50%;
  justify-content: center;
}
.floating-actions--with-tawk .floating-actions__btn--icon .icon {
  width: 1.65rem; height: 1.65rem;
}

#tawkchat-minified-wrapper {
  position: fixed !important;
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  top: auto !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  z-index: 9998 !important;
}

/* Modal */
.modal[hidden] { display: none; }
.modal {
  position: fixed; inset: 0; z-index: 200; display: grid; place-items: center;
  padding: 1rem;
}
.modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); backdrop-filter: blur(3px); }
.modal__panel {
  position: relative; background: #fff; border-radius: var(--radius);
  padding: 2rem; max-width: 420px; width: calc(100% - 2rem); text-align: center;
}
.modal--discount .modal__panel {
  background: #fff;
  border: 3px solid #000;
  padding: 2rem 1.75rem 1.75rem;
  max-width: 460px;
  box-shadow: 0 24px 64px rgba(0,0,0,.14);
}
.modal--discount .modal__panel::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--brand-orange), var(--brand-gold));
  border-radius: calc(var(--radius) - 3px) calc(var(--radius) - 3px) 0 0;
}
.modal--discount .modal__close {
  position: absolute; top: -14px; right: -14px;
  width: 2.25rem; height: 2.25rem; border-radius: 50%;
  background: var(--white); border: 3px solid #000;
  cursor: pointer; color: #333; padding: 0;
  display: grid; place-items: center; z-index: 10;
  transition: background .15s, color .15s;
}
.modal--discount .modal__close:hover { background: #f5f5f5; color: #000; }
.modal--discount .modal__close .icon { width: 1rem; height: 1rem; }
.modal--discount .modal__eyebrow {
  font-size: .75rem; font-weight: 600; letter-spacing: .08em;
  text-transform: uppercase; color: var(--primary); margin-bottom: .35rem;
}
.modal--discount .modal__title {
  color: var(--secondary); font-size: 1.55rem; font-weight: 700;
  letter-spacing: -.01em; margin-bottom: .5rem; line-height: 1.25;
}
.modal--discount .modal__highlight { color: var(--primary); }
.modal--discount .modal__lead {
  color: var(--para); font-size: .925rem; margin-bottom: 1.35rem;
  line-height: 1.55; max-width: 34ch; margin-inline: auto;
}
.modal--discount .modal__success h2 {
  color: var(--secondary); font-size: 1.65rem; margin-bottom: .65rem;
}
.modal--discount .modal__success p {
  color: var(--para); margin-bottom: 1.35rem; line-height: 1.55;
}
.modal--discount .modal__alert {
  padding: .65rem .85rem; border-radius: 8px; margin-bottom: 1rem;
  font-size: .875rem; font-weight: 500; text-align: left;
}
.modal--discount .modal__alert--error {
  background: #fef2f2; color: #991b1b; border: 1px solid #fecaca;
}
.modal--discount .modal__form { display: grid; gap: .7rem; text-align: left; }
.modal--discount .modal__form :is(input, textarea) {
  width: 100%; padding: .7rem .9rem; border: 1px solid var(--border);
  border-radius: .5rem; font: inherit; color: var(--secondary);
  background-color: #fafafa; outline: none;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.modal--discount .modal__form :is(input, textarea)::placeholder { color: #9ca3af; }
.modal--discount .modal__form :is(input, textarea):focus {
  border-color: var(--primary); background-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,118,0,.12);
}
.modal--discount .select-wrap select {
  padding: .7rem 2.75rem .7rem .9rem; border: 1px solid var(--border);
  border-radius: .5rem; font: inherit; color: var(--secondary);
  background-color: #fafafa; outline: none;
  transition: border-color .15s, box-shadow .15s, background-color .15s;
}
.modal--discount .select-wrap select:focus {
  border-color: var(--primary); background-color: #fff;
  box-shadow: 0 0 0 3px rgba(255,118,0,.12);
}
.modal--discount .modal__field-error {
  color: #b91c1c; font-size: .8rem; margin: -.35rem 0 .1rem; font-weight: 500;
}
.modal--discount .btn--modal-submit {
  background: var(--primary); border-color: var(--primary); color: var(--white);
  margin-top: .35rem; font-weight: 600; border-radius: .5rem; padding: .85rem 1rem;
  transition: background .15s, border-color .15s;
}
.modal--discount .btn--modal-submit:hover {
  background: #e06800; border-color: #e06800; color: var(--white);
}
body.modal-open { overflow: hidden; }
body.nav-open { overflow: hidden; }

/* Responsive */
@media (max-width: 960px) {
  .banner__grid, .offer-sec__grid, .foremost-sec__grid, .boost-sec__grid,
  .lead-form-wrap, .split, .site-footer__grid, .track-cards, .subject-list,
  .payment-categories, .banner-form__row, .page-hero__grid { grid-template-columns: 1fr; }

  .site-header { overflow: visible; }

  .nav-toggle { display: flex; align-items: center; justify-content: center; }

  .site-nav {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #000; padding: 1rem 1rem 1.25rem; display: none;
    border-top: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 12px 24px rgba(0,0,0,.35);
    z-index: 110; max-height: calc(100dvh - 4.5rem); overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .site-nav.is-open { display: block; }
  .site-nav__list {
    flex-direction: column; align-items: stretch; gap: 0;
    width: 100%;
  }
  .site-nav__list > li { width: 100%; }
  .site-nav__link {
    display: flex; width: 100%; padding: .85rem 0;
    font-size: 1.05rem; white-space: normal;
  }
  .site-nav__dropdown {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: 0; padding-left: .75rem; display: none;
  }
  .site-nav__item--dropdown.is-open .site-nav__dropdown { display: block; }
  .site-nav .site-nav__dropdown a { color: rgba(255,255,255,.88); }
  .site-nav .site-nav__dropdown a:hover { color: var(--brand-gold); background: rgba(255,255,255,.08); }

  .header-call { display: none; }
  .reviews-slider__controls { gap: .5rem; }
  .reviews-slider__nav { width: 2.35rem; height: 2.35rem; }
  .review-card { flex-basis: min(100%, 320px); }
  .subjects-sec__decor { display: none; }
  .track-sec { background-attachment: scroll; }
  .enlist-sec, .experts-sec { padding: 3.5rem 0; }
  .banner { padding: 3rem 0; text-align: center; }
  .banner__list { justify-content: center; }
  .offer-support h3, .offer-support p { text-align: center; }
  .foremost-sec__contact, .boost-card__actions { justify-content: center; }
  .expert-quote { position: static; display: inline-block; margin: .35rem; max-width: none; animation: none; }
  .expert-quotes { min-height: auto; }
}

@media (max-width: 1180px) and (min-width: 961px) {
  .brand__logo { height: 3rem; max-width: min(170px, 34vw); }
  .banner__list { gap: 1.25rem; }
}

@media (max-width: 1100px) and (min-width: 961px) {
  .banner__grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }
  .banner__copy { text-align: center; }
  .banner__lead { margin-inline: auto; }
  .banner__list { justify-content: center; }
}

@media (min-width: 961px) {
  .header-call { display: inline-flex; }
  .site-header { overflow-x: clip; }
}
