/* HumanOps home.css */
.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #28221c;
}

.hero .container {
  width: min(calc(100% - 56px), 1280px);
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: center;
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.hero-bg-image {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -3;
  width: auto;
  height: 115%;
  max-width: none;
  object-fit: contain;
  object-position: right center;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 16%, #000 100%);
  pointer-events: none;
  transform: translateY(-50%);
}

.hero .hero-bg-image {
  --animate-duration: 1.2s;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(40, 34, 28, 0.98) 0%, rgba(40, 34, 28, 0.78) 16%, rgba(40, 34, 28, 0.22) 34%, transparent 52%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(34, 27, 20, 0.82) 0%, rgba(44, 35, 26, 0.58) 32%, rgba(44, 35, 26, 0.12) 62%, rgba(44, 35, 26, 0.04) 100%),
    linear-gradient(0deg, rgba(34, 27, 20, 0.2) 0%, transparent 42%);
  pointer-events: none;
}

.hero .head {
  padding: 0;
}

.hero-copy {
  width: min(50vw, 630px);
}

.hero .animate__animated {
  --animate-duration: .9s;
  animation-fill-mode: both;
}

.hero-bg-image.animate__animated {
  --animate-duration: 1.2s;
  transform: translateY(-50%) !important;
}

.hero-anim-1 {
  animation-delay: .1s;
}

.hero-anim-2 {
  animation-delay: .22s;
}

.hero-anim-3 {
  animation-delay: .34s;
}

.hero-anim-4 {
  animation-delay: .48s;
}

.hero-anim-5 {
  animation-delay: .58s;
}

.hero-anim-6 {
  animation-delay: .68s;
}

.hero-anim-7 {
  animation-delay: .78s;
}

.hero-anim-8 {
  animation-delay: .92s;
}

.hero-anim-9 {
  animation-delay: 1.04s;
}

@media (prefers-reduced-motion: reduce) {
  .hero .animate__animated {
    animation: none !important;
  }
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(1.35rem, 2.2vw, 2rem);
}

.hero-brand img {
  width: clamp(4rem, 6.4vw, 5.35rem);
  height: auto;
}

.hero-brand span,
.hero-brand small {
  display: block;
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0.02em;
}

.hero-brand span {
  color: var(--gold);
  font-size: clamp(1.05rem, 1.75vw, 1.55rem);
}

.hero-brand small {
  margin-top: .45rem;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: .14em;
}

.eyebrow {
  margin: 0;
  font-size: 1rem;
  line-height: 1.18;
  color: #2d2b29;
}

.eyebrow--accent {
  margin-bottom: 1.1rem;
  color: var(--gold-dark);
}

.hero h1 {
  margin: 0 0 .75rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, .45);
}

.hero h1 span {
  color: var(--gold);
}

.hero-desc {
  max-width: 560px;
  margin: 0 0 1.15rem;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(.95rem, 1.35vw, 1.15rem);
  line-height: 1.58;
}

.hero-desc p {
  margin: 0;
}

.hero-desc p + p,
.hero-desc-list + p {
  margin-top: .35rem;
}

.hero-desc-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .18rem 1.15rem;
  margin: .35rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-desc-list li {
  position: relative;
  padding-left: 1.15rem;
  white-space: nowrap;
}

.hero-desc-list li::before {
  content: "\f058";
  position: absolute;
  top: .74em;
  left: 0;
  color: var(--gold);
  font-family: "Font Awesome 6 Free";
  font-size: .78em;
  font-weight: 900;
  line-height: 1;
  transform: translateY(-50%);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin: 0 0 1.1rem;
}

.btn--hero-call {
  gap: .45rem;
  color: #fff;
  background: rgba(255, 255, 255, .10);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.btn--hero-call i {
  color: var(--gold);
}

.btn--hero-call:hover,
.btn--hero-call:focus {
  border-color: rgba(214, 164, 58, .55);
  background: rgba(214, 164, 58, .16);
}

.hero-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
  margin: 0 0 1.1rem;
}

.hero-pillar {
  min-width: 0;
  text-align: center;
}

.hero-pillar i {
  display: block;
  margin-bottom: .35rem;
  color: var(--gold);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.hero-pillar strong {
  display: block;
  margin-bottom: .22rem;
  color: var(--gold);
  font-size: 0.8rem;
  line-height: 1.25;
}

.hero-pillar span {
  display: block;
  color: rgba(255, 255, 255, .82);
  font-size: 0.8rem;
  line-height: 1.45;
}

.hero-quote {
  position: relative;
  margin: 0 0 1rem;
  padding: .65rem 3rem .65rem;
  border-top: 1px solid rgba(214, 164, 58, .34);
  border-bottom: 1px solid rgba(214, 164, 58, .34);
}

.hero-quote::before,
.hero-quote::after {
  position: absolute;
  color: var(--gold);
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 800;
}

.hero-quote::before {
  content: "“";
  left: 0;
  top: .55rem;
}

.hero-quote::after {
  content: "”";
  right: .65rem;
  bottom: -.15rem;
}

.hero-quote p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: 0.8rem;
  line-height: 1.45;
}

.hero-quote span {
  color: var(--gold);
  font-weight: 700;
}

.hero-signature {
  display: flex;
  align-items: end;
  gap: 1rem;
}

.hero-signature > strong {
  color: var(--gold);
  font-family: "Brush Script MT", "Segoe Script", cursive;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: .9;
  transform: rotate(-8deg);
}

.hero-signature span {
  display: block;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.25;
}

.hero-signature small {
  display: block;
  margin-top: .15rem;
  color: rgba(255, 255, 255, .78);
  font-size: 0.8rem;
  font-weight: 400;
}

.clients {
  padding: .5rem;
  background: #ffffff;
  border-top: 1px solid rgba(128, 121, 137, 0.10);
  border-bottom: 1px solid rgba(128, 121, 137, 0.10);
}

.clients .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.clients .head {
  width: min(calc(100% - 40px), var(--container));
  margin-right: auto;
  margin-left: auto;
}

.clients .content {
  width: 100%;
}

.section-kicker {
  margin: 0 0 0.9rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #664a32;
  letter-spacing: 0.06em;
}

.client-logos {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
}

.client-logos .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear;
}

.client-logo {
  width: 128px;
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 0.65rem 0.9rem;
  border-radius: var(--radius-sm);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 6px 14px rgba(66, 56, 45, .03);
}

.client-logo img {
  width: 100%;
  max-width: 8.5rem;
  max-height: 2.25rem;
  object-fit: contain;
}

.tech-partner {
  padding: var(--section-space-sm) 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.tech-partner-inner {
  display: grid;
  grid-template-columns: minmax(220px, .78fr) minmax(0, 1.45fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
}

.tech-partner-brand {
  display: grid;
  gap: .85rem;
  justify-items: start;
  align-content: center;
}

.tech-partner-brand span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--gold-dark);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.tech-partner-brand span::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--gold);
}

.tech-partner-brand img {
  width: min(100%, 15rem);
  max-height: 5rem;
  object-fit: contain;
}

.tech-partner-copy {
  display: grid;
  gap: .9rem;
}

.tech-partner-copy .section-kicker {
  margin: 0;
}

.tech-partner-copy h2 {
  max-width: 34rem;
  margin: 0;
  color: var(--text);
  font-size: clamp(1.45rem, 2.2vw, 1.8rem);
  line-height: 1.28;
}

.tech-partner-copy p:not(.section-kicker) {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.tech-partner-points {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.tech-partner-points span {
  min-height: 2.35rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .5rem .75rem;
  color: var(--text);
  font-size: .85rem;
  font-weight: 700;
  background: var(--paper);
  border: 1px solid rgba(214, 164, 58, .28);
  border-radius: var(--radius-sm);
}

.tech-partner-points i {
  color: var(--gold);
}

.tech-partner .btn {
  justify-self: start;
}

.why {
  padding: 2.6rem 0 2.8rem;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(19, 18, 19, .9) 0%, rgba(43, 37, 32, .88) 100%),
    url("../img/why-humanops-bg.webp") center / cover no-repeat,
    linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
  background-attachment: scroll;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.35rem;
}

.why-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-item {
  text-align: center;
  padding: 0.25rem 0.75rem;
}

.why-icon {
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 auto 1rem;
  display: grid;
  place-items: center;
  border-radius: 0;
  border: 0;
  color: var(--gold);
  background: transparent;
  font-size: 1.8rem;
}

.why-item h3 {
  margin: 0 0 0.7rem;
  font-size: 0.8rem;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.why-item p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 0.8rem;
  line-height: 1.65;
}

.services,
.training,
.projects,
.testimonials,
.student-voices {
  padding: 2.7rem 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.has-scroll-reveal .reveal-on-scroll,
.has-scroll-reveal .service-reveal,
.has-scroll-reveal .why-reveal {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.reveal-on-scroll.is-revealed,
.service-reveal.is-revealed,
.why-reveal.is-revealed {
  opacity: 1;
  transform: none;
  --animate-duration: .72s;
  animation-fill-mode: both;
}

.reveal-delay-1.is-revealed,
.service-reveal--1.is-revealed,
.why-reveal--1.is-revealed {
  animation-delay: .08s;
}

.reveal-delay-2.is-revealed,
.service-reveal--2.is-revealed,
.why-reveal--2.is-revealed {
  animation-delay: .16s;
}

.reveal-delay-3.is-revealed,
.service-reveal--3.is-revealed,
.why-reveal--3.is-revealed {
  animation-delay: .24s;
}

.reveal-delay-4.is-revealed,
.service-reveal--4.is-revealed,
.why-reveal--4.is-revealed {
  animation-delay: .32s;
}

.reveal-delay-5.is-revealed,
.service-reveal--5.is-revealed {
  animation-delay: .4s;
}

@media (max-width: 640px) {
  .reveal-delay-3.is-revealed,
  .service-reveal--3.is-revealed,
  .why-reveal--3.is-revealed,
  .reveal-delay-4.is-revealed,
  .service-reveal--4.is-revealed,
  .why-reveal--4.is-revealed,
  .reveal-delay-5.is-revealed,
  .service-reveal--5.is-revealed {
    animation-delay: .18s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .has-scroll-reveal .reveal-on-scroll,
  .has-scroll-reveal .service-reveal,
  .has-scroll-reveal .why-reveal {
    opacity: 1;
    transform: none;
    will-change: auto;
  }

  .reveal-on-scroll.is-revealed,
  .service-reveal.is-revealed,
  .why-reveal.is-revealed {
    animation: none !important;
  }
}

.stats {
  position: relative;
  padding: 1.35rem 0;
  background: var(--gold);
  color: #fff;
  overflow: hidden;
}

.stats::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.stats-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  text-align: center;
}

.stat {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 0.82rem;
  row-gap: 0.14rem;
  align-items: center;
  justify-items: start;
  justify-content: center;
  text-align: left;
  padding: 0.2rem clamp(1rem, 2.1vw, 1.55rem);
}

.stat + .stat::before {
  content: "";
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: 0;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .28), transparent);
}

.stat-icon {
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  width: 3rem;
  min-width: 3rem;
  color: #d6a43a;
  font-size: 2.42rem;
  line-height: 1;
}

.stat strong {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.stat span {
  display: block;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0;
  color: rgba(255, 255, 255, .88);
  text-transform: none;
}

.stat small {
  display: block;
  grid-column: 2;
  max-width: 11.5rem;
  color: rgba(255, 255, 255, .72);
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.35;
}

.training {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.training-stage {
  position: relative;
  min-height: clamp(27rem, 45vw, 33rem);
  margin-top: 1rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.training-stage::before {
  content: none;
}

.training-stage::after {
  content: none;
}

.training-presenter {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 7%;
  width: min(22vw, 16rem);
  aspect-ratio: 760 / 1142;
  max-height: 92%;
  height: auto;
  object-fit: contain;
  transform: translateX(-50%);
  filter: drop-shadow(0 18px 22px rgba(66, 56, 45, .14));
  pointer-events: none;
}

.training-podium {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 1.5%;
  display: grid;
  justify-items: center;
  width: min(28vw, 18.5rem);
  padding: .85rem 1.15rem .72rem;
  border: 1px solid rgba(214, 164, 58, .34);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
  text-align: center;
  transform: translateX(-50%) perspective(18rem) rotateX(7deg);
}

.training-podium::before {
  content: "";
  position: absolute;
  right: 7%;
  bottom: -0.72rem;
  left: 7%;
  height: .72rem;
  border: 1px solid rgba(214, 164, 58, .24);
  border-top: 0;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  background: linear-gradient(180deg, rgba(221, 188, 112, .46), rgba(178, 134, 58, .26));
}

.training-podium strong,
.training-podium span {
  position: relative;
  z-index: 1;
  display: block;
}

.training-podium strong {
  color: var(--text);
  font-size: .9rem;
  line-height: 1.2;
}

.training-podium span {
  margin-top: .22rem;
  color: var(--gold-dark);
  font-size: .76rem;
  font-weight: 700;
  line-height: 1.35;
}

.training-stage .cards--five {
  position: absolute;
  inset: 0;
  display: block;
}

.training-stage .course-card {
  position: absolute;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.35rem minmax(0, 1fr);
  column-gap: .7rem;
  width: min(24%, 15.8rem);
  min-height: 0;
  padding: .78rem .85rem;
  border-color: rgba(214, 164, 58, .24);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.training-card-icon {
  grid-row: 1 / 4;
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid rgba(214, 164, 58, .24);
  border-radius: 50%;
  background: rgba(214, 164, 58, .08);
  color: var(--gold);
  font-size: .92rem;
  box-shadow: inset 0 0 0 3px rgba(214, 164, 58, .08);
}

.training-stage .course-card::before {
  content: attr(data-index);
  display: block;
  margin-bottom: .18rem;
  color: var(--gold);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1;
}

.training-stage .course-thumb {
  display: none;
}

.training-stage .card-link {
  display: none;
}

.training-stage .course-card h3 {
  margin: 0 0 .26rem;
  padding: 0;
  color: var(--text);
  font-size: .74rem;
  line-height: 1.25;
}

.training-stage .course-card h3::after {
  content: none;
}

.training-stage .course-card p {
  min-height: auto;
  margin: 0;
  padding: 0;
  color: #5f5850;
  font-size: .68rem;
  line-height: 1.42;
}

.training-stage .course-card:nth-child(1) {
  top: 43%;
  left: 5%;
}

.training-stage .course-card:nth-child(2) {
  top: 12%;
  left: 7%;
}

.training-stage .course-card:nth-child(3) {
  top: 1.5%;
  left: 50%;
  width: min(24%, 15.8rem);
  transform: translateX(-50%);
}

.training-stage .course-card:nth-child(4) {
  top: 12%;
  right: 7%;
}

.training-stage .course-card:nth-child(5) {
  top: 43%;
  right: 5%;
}

.hr-training {
  padding: 2.9rem 0;
  background: var(--paper-soft);
}

.hr-training-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1.35rem;
  align-items: stretch;
}

.hr-training-media {
  position: relative;
  display: grid;
  place-items: end center;
  min-height: 21rem;
  overflow: hidden;
}

.hr-training-media::before {
  content: "";
  position: absolute;
  right: 10%;
  bottom: 4.8rem;
  left: 10%;
  height: 42%;
  border-radius: 50%;
  background: rgba(214, 164, 58, .12);
  filter: blur(22px);
}

.hr-training-expert {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 26rem);
  height: 100%;
  margin: 0;
  justify-items: center;
  align-content: end;
}

.hr-training-expert img {
  width: min(92%, 21rem);
  height: auto;
  aspect-ratio: 760 / 608;
  max-height: 17.8rem;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 22px rgba(66, 56, 45, .18));
}

.hr-training-expert figcaption {
  width: min(100% - 2rem, 21rem);
  margin: -.15rem 0 1.05rem;
  padding: .78rem .9rem;
  border: 1px solid rgba(214, 164, 58, .24);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.88);
  box-shadow: var(--shadow-soft);
  text-align: center;
}

.hr-training-expert strong,
.hr-training-expert span {
  display: block;
}

.hr-training-expert strong {
  color: var(--text);
  font-size: .98rem;
  line-height: 1.2;
}

.hr-training-expert span {
  margin-top: .2rem;
  color: var(--gold-dark);
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.35;
}

.hr-training-copy {
  display: grid;
  align-items: center;
}

.hr-training-panel {
  padding: 1.65rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(214, 164, 58, 0.18);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.hr-training-panel h3 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  line-height: 1.32;
}

.hr-training-panel > p:not(.breadcrumb) {
  margin: 0;
  color: #625f58;
  font-size: 0.84rem;
  line-height: 1.7;
}

.hr-training-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.hr-training-points span {
  min-height: 3rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius-md);
  background: rgba(214, 164, 58, 0.08);
  color: #42362d;
  font-size: 0.8rem;
  font-weight: 600;
}

.hr-training-points i {
  color: var(--gold);
  font-size: 0.95rem;
}

.course-card {
  padding: 0 0 1rem;
  overflow: hidden;
}

.course-thumb {
  aspect-ratio: 3 / 2;
  height: auto;
  margin-bottom: 0.8rem;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  background: #ede7e4;
  position: relative;
  overflow: hidden;
}

.case-card {
  display: flex;
  flex-direction: column;
}

.case-card .card-link {
  margin: 0 14px;
}

.case-card p {
  min-height: 120px;
}
.course-card h3,
.course-card p {
  padding: 0 0.9rem;
}

.course-card p {
  margin: 0 0 14px;
}

.register {
  position: relative;
  overflow: hidden;
  padding: clamp(2.6rem, 5vw, 4.4rem) 0;
  color: #fff;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}

.register::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: .2;
  pointer-events: none;
}

.register .container {
  position: relative;
  z-index: 1;
}

.register .section-head {
  max-width: 760px;
}

.register-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(250px, .62fr);
  gap: clamp(.9rem, 2vw, 1.4rem);
  align-items: stretch;
  margin-top: 1.4rem;
  padding: clamp(.8rem, 2vw, 1.05rem);
  border: 1px solid rgba(226, 177, 84, .18);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.055)),
    rgba(70, 55, 41, .52);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}

.register-copy {
  position: relative;
  padding: clamp(.75rem, 1.4vw, 1rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.register-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .7rem;
  margin-top: 0;
}

.register-form input,
.register-form select,
.register-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0 .95rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(226,177,84,.2);
  background: rgba(255,255,255,.96);
  color: #151310;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus {
  border-color: rgba(226,177,84,.66);
  box-shadow: 0 0 0 3px rgba(226,177,84,.14), inset 0 1px 0 rgba(255,255,255,.72);
}

.register-form input::placeholder,
.register-form textarea::placeholder {
  color: rgba(21,19,16,.58);
}

.register-form input:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}

.register-form input:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

.register-form input:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1;
}

.register-form button {
  grid-column: 4;
  grid-row: 1 / span 2;
  border: 0;
  border-radius: var(--radius-sm);
  min-height: 5.95rem;
  background: linear-gradient(135deg, #e3bf6e, #d6a43a);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: var(--shadow-soft);
}

.register-form input:nth-of-type(4) {
  grid-column: 1;
  grid-row: 2;
}

.register-form select {
  grid-column: 2;
  grid-row: 2;
}

.register-form textarea {
  grid-column: 3 / span 2;
  grid-row: 2;
  min-height: 6.2rem;
  padding-top: .85rem;
  resize: vertical;
}

.register-form .hidden-fields-container {
  display: none;
}

.register-form > br {
  display: none;
}

.register-form .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.register-form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: .2rem 0 0;
  padding: .72rem .85rem;
  border-radius: var(--radius-sm);
  color: rgba(255,255,255,.88);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
}

.register-form .wpcf7-not-valid-tip {
  margin-top: .32rem;
  color: #ffe1e1;
  font-size: .75rem;
  font-weight: 700;
}

.register-form .wpcf7-spinner {
  align-self: center;
  margin: .4rem 0 0;
}

#register-form .wpcf7-form-control-wrap[data-name="your-name"] {
  grid-column: 1;
  grid-row: 1;
}

#register-form .wpcf7-form-control-wrap[data-name="your-phone"] {
  grid-column: 2;
  grid-row: 1;
}

#register-form .wpcf7-form-control-wrap[data-name="your-email"] {
  grid-column: 3;
  grid-row: 1;
}

#register-form .wpcf7-submit {
  grid-column: 4;
  grid-row: 1 / span 2;
  border: 0;
  border-radius: var(--radius-sm);
  min-height: 5.95rem;
  background: linear-gradient(135deg, #e3bf6e, #d6a43a);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: var(--shadow-soft);
}

#register-form .wpcf7-form-control-wrap[data-name="your-company"] {
  grid-column: 1;
  grid-row: 2;
}

#register-form .wpcf7-form-control-wrap[data-name="your-need"] {
  grid-column: 2;
  grid-row: 2;
}

#register-form .wpcf7-form-control-wrap[data-name="your-message"] {
  grid-column: 3 / span 2;
  grid-row: 2;
}

#student-form .wpcf7-form-control-wrap[data-name="your-name"],
#student-form .wpcf7-form-control-wrap[data-name="your-email"],
#student-form .wpcf7-form-control-wrap[data-name="student-count"] {
  grid-column: 1 / span 2;
}

#student-form .wpcf7-form-control-wrap[data-name="your-phone"],
#student-form .wpcf7-form-control-wrap[data-name="your-company"] {
  grid-column: 3 / span 2;
}

#student-form .wpcf7-form-control-wrap[data-name="training-program"],
#student-form .wpcf7-form-control-wrap[data-name="your-message"],
#student-form .form-note,
#student-form .wpcf7-submit {
  grid-column: 1 / -1;
}

#student-form .wpcf7-submit {
  min-height: 3.2rem;
  border: 0;
  border-radius: var(--radius-sm);
  background: linear-gradient(135deg, #e3bf6e, #d6a43a);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: var(--shadow-soft);
}

@media (max-width: 960px) {
  #register-form .wpcf7-form-control-wrap[data-name],
  #register-form .wpcf7-submit,
  #student-form .wpcf7-form-control-wrap[data-name],
  #student-form .form-note,
  #student-form .wpcf7-submit {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  #register-form .wpcf7-submit {
    min-height: 3rem;
  }

  #student-form .wpcf7-submit {
    width: 100%;
  }
}

.register-benefits {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
  color: rgba(255,255,255,.88);
  font-size: .78rem;
}

.register-benefits li {
  position: relative;
  min-height: 2.2rem;
  padding: .48rem .7rem .48rem 1.8rem;
  border: 1px solid rgba(226,177,84,.16);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.06);
}

.register-benefits li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-size: .74rem;
  font-weight: 900;
  position: absolute;
  left: .68rem;
  top: .53rem;
  color: var(--gold);
}

.register-portrait {
  position: relative;
  min-height: 20rem;
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 0;
  margin: calc(clamp(.8rem, 2vw, 1.05rem) * -1) calc(clamp(.8rem, 2vw, 1.05rem) * -1) calc(clamp(.8rem, 2vw, 1.05rem) * -1) 0;
  padding: .7rem;
  border: 0;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background:
    linear-gradient(180deg, rgba(21, 17, 13, .08), rgba(21, 17, 13, .32)),
    url("../img/register/register-consulting-bg.webp") center / cover no-repeat;
  box-shadow: none;
  overflow: hidden;
}

.register-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255, 255, 255, .22) 47%, rgba(226, 177, 84, .18) 50%, transparent 60%, transparent 100%);
  mix-blend-mode: screen;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-135%);
  animation: register-mirror-sweep 5.8s ease-in-out infinite;
}

.register-portrait::after {
  content: "";
  position: absolute;
  inset: auto 12% 70px 12%;
  height: 86px;
  border-radius: 999px;
  background:
    radial-gradient(ellipse at center, rgba(255, 244, 221, .2) 0%, rgba(226, 177, 84, .16) 34%, rgba(226, 177, 84, .04) 62%, transparent 76%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
  filter: blur(7px);
  opacity: .72;
  transform: perspective(240px) rotateX(58deg) scaleX(.92);
  transform-origin: center bottom;
  pointer-events: none;
  animation: register-mirror-glow 4.2s ease-in-out infinite;
}

.register-portrait img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: min(100%, 18.5rem);
  max-height: 32rem;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .26));
}

@keyframes register-mirror-sweep {
  0%,
  52% {
    opacity: 0;
    transform: translateX(-135%);
  }

  62% {
    opacity: .85;
  }

  78% {
    opacity: 0;
    transform: translateX(135%);
  }

  100% {
    opacity: 0;
    transform: translateX(135%);
  }
}

@keyframes register-mirror-glow {
  0%,
  100% {
    opacity: .52;
    transform: perspective(240px) rotateX(58deg) scaleX(.86);
  }

  50% {
    opacity: .86;
    transform: perspective(240px) rotateX(58deg) scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .register-portrait::before,
  .register-portrait::after {
    animation: none;
  }

  .register-portrait::before {
    display: none;
  }
}

.register .section-foot {
  justify-content: flex-start;
  margin-top: 1.2rem;
}

.mobile-sticky-cta {
  display: none;
}

.register .section-foot .btn {
  min-width: 12rem;
  min-height: 3rem;
  box-shadow: var(--shadow-soft);
}

/* Round 3 polish: reduce repeated blocks and make conversion areas quieter. */
.register-form {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: .8rem;
}

.register-form input:nth-of-type(1) {
  grid-column: 1 / 4;
}

.register-form input:nth-of-type(2) {
  grid-column: 4 / 7;
}

.register-form input:nth-of-type(3) {
  grid-column: 7 / 10;
}

.register-form button {
  grid-column: 10 / 13;
  min-height: 6.2rem;
}

.register-form input:nth-of-type(4) {
  grid-column: 1 / 4;
}

.register-form select {
  grid-column: 4 / 7;
}

.register-form textarea {
  grid-column: 7 / 10;
}

#register-form.register-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .78rem;
}

#register-form.register-form .wpcf7-form-control-wrap[data-name="your-name"] {
  grid-column: 1;
  grid-row: 1;
}

#register-form.register-form .wpcf7-form-control-wrap[data-name="your-phone"] {
  grid-column: 2;
  grid-row: 1;
}

#register-form.register-form .wpcf7-form-control-wrap[data-name="your-email"] {
  grid-column: 1;
  grid-row: 2;
}

#register-form.register-form .wpcf7-form-control-wrap[data-name="your-company"] {
  grid-column: 2;
  grid-row: 2;
}

#register-form.register-form .wpcf7-form-control-wrap[data-name="your-need"] {
  grid-column: 1 / -1;
  grid-row: 3;
}

#register-form.register-form .wpcf7-form-control-wrap[data-name="your-message"] {
  grid-column: 1 / -1;
  grid-row: 4;
}

#register-form.register-form textarea {
  min-height: 7.2rem;
  height: 7.2rem;
}

#register-form.register-form .wpcf7-submit {
  grid-column: 1 / -1;
  grid-row: 5;
  width: 100%;
  min-height: 3.2rem;
}

#student-form.register-form {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="your-name"],
#student-form.register-form .wpcf7-form-control-wrap[data-name="your-email"],
#student-form.register-form .wpcf7-form-control-wrap[data-name="student-count"] {
  grid-column: 1 / span 2;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="your-phone"],
#student-form.register-form .wpcf7-form-control-wrap[data-name="your-company"] {
  grid-column: 3 / span 2;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="your-name"],
#student-form.register-form .wpcf7-form-control-wrap[data-name="your-phone"] {
  grid-row: 1;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="your-email"],
#student-form.register-form .wpcf7-form-control-wrap[data-name="your-company"] {
  grid-row: 2;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="student-count"],
#student-form.register-form .wpcf7-form-control-wrap[data-name="training-program"] {
  grid-row: 3;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="training-program"] {
  grid-column: 3 / span 2;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="your-message"],
#student-form.register-form .form-note,
#student-form.register-form .wpcf7-submit,
#student-form.register-form .wpcf7-response-output {
  grid-column: 1 / -1;
}

#student-form.register-form .wpcf7-form-control-wrap[data-name="your-message"] {
  grid-row: 4;
}

#student-form.register-form .form-note {
  grid-row: 5;
}

#student-form.register-form .wpcf7-submit {
  grid-row: 6;
}

#student-form.register-form .wpcf7-submit {
  width: 100%;
}

.register #register-consultation,
.register-inner {
  scroll-margin-top: 5.5rem;
}

.register-inner {
  align-items: center;
  margin-top: .85rem;
}

.register-copy {
  display: block;
}

.register-portrait {
  min-height: 0;
}

.why-grid {
  align-items: stretch;
}

.video-demo {
  padding: var(--section-space) 0;
  background: var(--paper);
}

.video-demo--compact {
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(247,244,238,.96)),
    var(--paper);
}

.video-demo--library {
  background: var(--paper-soft);
}

.video-demo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
}

.video-demo-card {
  min-width: 0;
}

.video-demo-card__button {
  width: 100%;
  height: 100%;
  min-height: 12.5rem;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: .75rem;
  padding: .85rem;
  border: 1px solid rgba(128, 121, 137, .16);
  border-radius: var(--radius-md);
  background: #fff;
  color: var(--text);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(28, 22, 18, .07);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.video-demo-card__button:hover,
.video-demo-card__button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(214, 164, 58, .42);
  box-shadow: 0 18px 38px rgba(28, 22, 18, .11);
  outline: none;
}

.video-demo-card__media {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #fff;
  box-shadow: 0 12px 24px rgba(214, 164, 58, .24);
}

.video-demo-card__body {
  display: grid;
  gap: .35rem;
}

.video-demo-card__body small {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.video-demo-card__body strong {
  color: var(--text);
  font-size: .98rem;
  line-height: 1.32;
}

.video-demo-card__body span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.55;
}

.video-demo-card__cta {
  color: var(--dark);
  font-size: .78rem;
  font-weight: 800;
}

.video-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  place-items: center;
  padding: 1rem;
}

.video-demo-modal.is-open {
  display: grid;
}

.video-demo-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 11, 10, .76);
  backdrop-filter: blur(8px);
}

.video-demo-modal__panel {
  position: relative;
  z-index: 1;
  width: min(960px, 100%);
  padding: 1rem;
  border: 1px solid rgba(226, 177, 84, .22);
  border-radius: var(--radius-md);
  background: #151310;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .42);
}

.video-demo-modal__title {
  margin: 0 2.5rem .75rem 0;
  color: #fff;
  font-size: 1rem;
  line-height: 1.35;
}

.video-demo-modal__close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
}

.video-demo-modal__player {
  width: 100%;
  max-height: min(72vh, 620px);
  display: block;
  border-radius: var(--radius-sm);
  background: #000;
}

.is-video-demo-open {
  overflow: hidden;
}

.why-item {
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr);
  column-gap: .75rem;
  align-content: start;
  text-align: left;
}

.why-icon {
  grid-row: 1 / 3;
}

.why-item h3,
.why-item p {
  margin-left: 0;
}

.testimonials-grid {
  align-items: stretch;
}

.testimonial-card {
  display: grid;
  align-content: start;
}

/* Round 4 visual polish: stronger hierarchy and less uniform mid-page rhythm. */
.section-head {
  max-width: 46rem;
  margin-right: auto;
  margin-left: auto;
}

.section-head h2 {
  font-size: clamp(1.72rem, 2.1vw, 2.08rem);
  line-height: 1.05;
}

.section-head p {
  max-width: 40rem;
  font-size: .88rem;
}

.services,
.training,
.projects,
.testimonials,
.student-voices {
  padding: clamp(3.2rem, 5vw, 4.25rem) 0;
}

.projects {
  background:
    linear-gradient(180deg, #171513 0%, #211c18 100%);
}

.projects .section-head h2,
.projects .section-head p {
  color: #fff;
}

.projects .section-head p {
  color: rgba(255, 255, 255, .68);
}

.project-track {
  grid-template-columns: 2rem minmax(0, 1.35fr) repeat(3, minmax(0, 1fr)) 2rem;
}

.project-card {
  border: 1px solid rgba(214, 164, 58, .16);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .18);
}

.project-card:nth-child(2) {
  aspect-ratio: 4 / 2.35;
}

.project-card:nth-child(2) .project-overlay {
  padding: 1.2rem;
}

.project-card:nth-child(2) h3 {
  max-width: 18rem;
  font-size: 1.1rem;
}

.project-overlay {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .74)),
    linear-gradient(90deg, rgba(24, 20, 17, .52), rgba(24, 20, 17, .1));
}

.testimonials {
  background: linear-gradient(180deg, #fff 0%, #f7f5f1 100%);
}

.testimonials-grid {
  grid-template-columns: 1.15fr repeat(2, minmax(0, .92fr));
}

.testimonial-card {
  min-height: 12rem;
  padding: 1.55rem;
}

.testimonial-card:first-child {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(214, 164, 58, .22), rgba(255, 255, 255, .04)),
    linear-gradient(180deg, #201b17 0%, #2a231e 100%);
  border-color: rgba(214, 164, 58, .28);
}

.testimonial-card:first-child p {
  color: rgba(255, 255, 255, .88);
}

.testimonial-card:first-child .stars {
  color: var(--gold-2);
}

.services-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(214, 164, 58, .2);
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(214, 164, 58, .08), rgba(255, 255, 255, .96));
  box-shadow: var(--shadow-soft);
}

.services-cta span,
.services-cta strong {
  display: block;
}

.services-cta span {
  margin-bottom: .22rem;
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 800;
}

.services-cta strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.35;
}

.project-meta {
  display: grid;
  gap: .22rem;
  margin: 0 0 .55rem;
}

.project-meta span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: .7rem;
  font-weight: 700;
  line-height: 1.35;
}

.testimonial-role {
  display: grid;
  gap: .15rem;
  margin-top: auto;
  padding-top: .85rem;
  border-top: 1px solid rgba(214, 164, 58, .18);
}

.testimonial-role strong,
.testimonial-role span {
  display: block;
}

.testimonial-role strong {
  color: var(--text);
  font-size: .86rem;
}

.testimonial-role span {
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 700;
}

.testimonial-card:first-child .testimonial-role {
  border-color: rgba(214, 164, 58, .32);
}

.testimonial-card:first-child .testimonial-role strong {
  color: #fff;
}

.testimonial-card:first-child .testimonial-role span {
  color: var(--gold-2);
}

.register-form .is-invalid {
  border-color: #d94b4b;
  box-shadow: 0 0 0 3px rgba(217, 75, 75, .16), inset 0 1px 0 rgba(255,255,255,.72);
}

.form-status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  padding: 0;
  color: rgba(255,255,255,.84);
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-status:empty {
  display: none;
}

.form-status--loading,
.form-status--success,
.form-status--error {
  padding: .72rem .85rem;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius-sm);
}

.form-status--loading {
  background: rgba(255, 255, 255, .08);
}

.form-status--success {
  color: #f9ffe9;
  background: rgba(74, 143, 73, .24);
  border-color: rgba(145, 210, 120, .26);
}

.form-status--error {
  color: #ffecec;
  background: rgba(166, 45, 45, .26);
  border-color: rgba(255, 118, 118, .28);
}

.register-form button:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.student-register {
  padding: 2.5rem 0;
  color: #fff;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}

.student-register-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 1.2rem;
  align-items: stretch;
}

.student-register-card,
.student-register-info {
  border-radius: var(--radius-md);
  border: 1px solid rgba(214,164,58,.22);
  background: rgba(255,255,255,.1);
  box-shadow: var(--shadow-soft);
}

.student-register-card {
  padding: 1.25rem;
}

.student-register-card h3 {
  margin: 0 0 1rem;
  font-size: 1.05rem;
}

.student-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.student-form input,
.student-form select,
.student-form textarea {
  width: 100%;
  min-height: 2.75rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(214,164,58,.24);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.98);
  color: var(--text);
  outline: none;
}

.student-form select,
.student-form textarea {
  grid-column: 1 / -1;
}

.student-form textarea {
  min-height: 6.5rem;
  padding-top: 0.8rem;
  resize: vertical;
}

.student-form .form-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: .7rem .85rem;
  border-radius: var(--radius-sm);
  background: rgba(214,164,58,.12);
  color: #6f512f;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.45;
}

.student-register-info {
  display: grid;
  gap: 0.85rem;
  padding: 1.25rem;
}

.student-info-item {
  display: grid;
  grid-template-columns: 2.55rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: start;
  padding: 0.9rem;
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.1);
}

.student-info-item > i {
  width: 2.55rem;
  height: 2.55rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #e3bf6e, #d6a43a);
}

.student-info-item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.92rem;
}

.student-info-item p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 0.8rem;
  line-height: 1.6;
}

.projects {
  background: #ffffff;
}

.project-track {
  display: grid;
  grid-template-columns: 2rem repeat(4, minmax(0, 1fr)) 2rem;
  gap: 1rem;
  align-items: center;
}

.project-arrow {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: #d6a43a;
  color: #fff;
  font-size: 0.85rem;
  line-height: 1;
  box-shadow: 0 8px 16px rgba(0,0,0,.08);
}

.project-card {
  position: relative;
  aspect-ratio: 3 / 2;
  min-height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.project-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.project-bg--one {
  background-image: url("../img/projects/project-packaging.webp");
}

.project-bg--two {
  background-image: url("../img/projects/project-distribution.webp");
}

.project-bg--three {
  background-image: url("../img/projects/project-service.webp");
}

.project-bg--four {
  background-image: url("../img/projects/project-solution.webp");
}

.project-overlay {
  position: absolute;
  inset: 0;
  padding: 0.95rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.76));
}

.project-tag {
  align-self: flex-start;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(230, 177, 72, 0.92);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}

.project-overlay h3 {
  margin: 0 0 8px;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.project-overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-overlay li {
  color: rgba(255,255,255,.88);
  font-size: 0.8rem;
}

.project-overlay li + li {
  margin-top: 5px;
}

.testimonials {
  background: linear-gradient(180deg, #ffffff 0%, #f4f2ef 100%);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.testimonial-card {
  padding: 1.45rem;
  border-radius: var(--radius-md);
}

.stars {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.testimonial-card p {
  padding-left: 0;
  margin: 0 0 18px;
  min-height: 6.6rem;
  color: #4e4b46;
}

.student-voices {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}

.student-voices-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .74fr);
  gap: clamp(1.4rem, 4vw, 3.2rem);
  align-items: center;
}

.student-voices-copy {
  max-width: 39rem;
}

.student-voices-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0 .65rem;
  border: 1px solid rgba(214, 164, 58, .28);
  border-radius: var(--radius-sm);
  background: rgba(214, 164, 58, .08);
  color: var(--gold-dark);
  font-size: .78rem;
  font-weight: 800;
}

.student-voices-copy h3 {
  max-width: 35rem;
  margin: .9rem 0 .7rem;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.24;
}

.student-voices-copy p {
  max-width: 34rem;
  margin: 0;
  color: #625f58;
  font-size: .92rem;
  line-height: 1.7;
}

.student-voices-points {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.15rem;
}

.student-voices-points span {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  min-height: 2.05rem;
  padding: 0 .7rem;
  border: 1px solid rgba(214, 164, 58, .18);
  border-radius: var(--radius-sm);
  background: #fff;
  color: #4f483d;
  font-size: .82rem;
  font-weight: 700;
  box-shadow: none;
}

.student-voices-points i {
  color: var(--gold);
}

.student-voices-slider {
  width: min(100%, 22rem);
  min-height: 21rem;
  margin: 0 auto;
  padding: .6rem .35rem 2rem;
}

.student-voice-card {
  display: flex;
  min-height: 18.8rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem;
  border: 1px solid rgba(214, 164, 58, .22);
  border-radius: var(--radius-md);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.student-voice-card p {
  margin: .5rem 0 1.25rem;
  color: #403b34;
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.65;
}

.student-voice-card footer {
  display: grid;
  gap: .2rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(214, 164, 58, .22);
}

.student-voice-card strong,
.student-voice-card span {
  display: block;
}

.student-voice-card strong {
  color: var(--text);
  font-size: .92rem;
}

.student-voice-card span {
  color: var(--gold-dark);
  font-size: .8rem;
  font-weight: 700;
}

.student-voices-pagination {
  bottom: 0 !important;
}

.student-voices-pagination .swiper-pagination-bullet {
  width: .46rem;
  height: .46rem;
  background: rgba(78, 72, 61, .32);
  opacity: 1;
}

.student-voices-pagination .swiper-pagination-bullet-active {
  width: 1.25rem;
  border-radius: 999px;
  background: var(--gold);
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  flex: 0 0 auto;
  object-fit: cover;
  border: 2px solid rgba(214, 164, 58, 0.45);
  background: #fff;
  box-shadow: 0 8px 18px rgba(66, 56, 45, 0.14);
}

.person strong,
.person small {
  display: block;
  line-height: 1.2;
}

.person strong {
  font-size: 0.8125rem;
}

.person small {
  font-size: 0.8rem;
  color: #6e685f;
  margin-top: 3px;
}

/* System polish: keep the home page premium, quiet, and aligned with design.md. */
.clients,
.tech-partner,
.services,
.training,
.testimonials {
  background: var(--paper);
}

.why,
.projects,
.register,
.student-voices,
.student-register {
  background: linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}

.why {
  background:
    linear-gradient(180deg, rgba(19, 18, 19, .9) 0%, rgba(43, 37, 32, .88) 100%),
    url("../img/why-humanops-bg.webp") center / cover no-repeat,
    linear-gradient(180deg, var(--dark) 0%, var(--dark-2) 100%);
}

.hr-training {
  background: var(--paper-soft);
}

.stats {
  background: var(--gold);
}

.client-logo,
.tech-partner-points span,
.why-item,
.course-card,
.register-copy,
.register-benefit-card,
.student-voice-card,
.testimonial-card,
.project-card {
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
}

.service-card,
.course-card,
.testimonial-card,
.student-voice-card,
.register-copy {
  border: 1px solid var(--line);
}

.why-item,
.register-benefit-card,
.student-register-card {
  border-color: rgba(214, 164, 58, .2);
  background: rgba(255, 255, 255, .08);
}

.training-card-icon,
.stat-icon,
.register-benefit-icon,
.project-arrow,
.student-register-icon {
  background: var(--gold);
  color: #fff;
}

.training-stage,
.hr-training-card,
.student-voice-card {
  background: var(--paper);
}

.register-form input,
.register-form select,
.register-form textarea,
.student-form input,
.student-form select,
.student-form textarea {
  border-radius: var(--radius-sm);
  border-color: rgba(214, 164, 58, .28);
  box-shadow: none;
}

.register-form input:focus,
.register-form select:focus,
.register-form textarea:focus,
.student-form input:focus,
.student-form select:focus,
.student-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(214, 164, 58, .14);
  outline: none;
}

.tech-partner-copy h2,
.section-head h2,
.student-register-copy h2,
.hr-training-copy h2 {
  letter-spacing: 0;
}

/* Final section alignment. */
.hero {
  background-color: var(--dark);
}

.clients {
  border-bottom: 1px solid var(--line);
}

.client-logo {
  background: var(--paper);
  border: 1px solid var(--line);
}

.tech-partner {
  padding: var(--section-space-sm) 0;
  border-bottom: 1px solid var(--line);
}

.tech-partner-copy p:not(.section-kicker) {
  color: var(--muted);
}

.tech-partner-points span,
.student-voices-points span,
.hr-training-points span {
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: none;
}

.why .section-head h2,
.why .section-head p,
.projects .section-head h2,
.projects .section-head p,
.register .section-head h2,
.register .section-head p,
.student-voices .section-head h2,
.student-voices .section-head p,
.student-register .section-head h2,
.student-register .section-head p {
  color: #fff;
}

.why .section-head span,
.projects .section-head span,
.register .section-head span,
.student-voices .section-head span,
.student-register .section-head span {
  color: var(--gold-2);
}

.why-item,
.register-benefit-card,
.student-register-card,
.student-info-item {
  border: 1px solid rgba(214, 164, 58, .2);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .08);
  box-shadow: none;
}

.stat {
  color: #fff;
}

.stat-icon {
  font-size: 1.25rem;
}

.stat strong {
  font-size: 1.8rem;
  line-height: 1.08;
}

.stat span {
  color: rgba(255, 255, 255, .88);
}

.training-stage,
.training-podium,
.hr-training-expert figcaption,
.hr-training-panel,
.student-voice-card,
.student-register-card,
.student-info-item {
  box-shadow: var(--shadow-soft);
}

.training-podium,
.hr-training-panel,
.student-voice-card,
.student-register-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper);
}

.hr-training-panel {
  background-image: none;
}

.student-voices-copy {
  max-width: 33rem;
}

.student-voices-kicker {
  border-color: rgba(214, 164, 58, .3);
  background: rgba(214, 164, 58, .14);
  color: var(--gold-2);
}

.student-voices-copy h3 {
  max-width: 30rem;
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.24;
}

.student-voices-copy p {
  color: rgba(255, 255, 255, .76);
}

.student-voices-points span {
  border-color: rgba(214, 164, 58, .22);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
}

.student-voices-slider {
  align-self: center;
}

.register-copy {
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
