/* Page: home — hero + body (simple: home-hero) */

/* ================= HERO (home) ================= */
.home-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ================= HERO ================= */
.home-hero{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(110% 140% at 75% 0%, #003B5C 0%, #00203D 52%, #001628 100%);
  color: #fff;
}
.home-hero-inner{
  position: relative;
  z-index: 2;
  padding: 5rem 1rem;
}
.home-hero-laurel{
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 1.5rem;
}
.home-hero-laurel i{
  font-size: 2.2rem;
  color: #A8D0EA;
}
.home-hero-laurel strong{
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #A8D0EA;
  line-height: 1.1;
}
.home-hero-laurel strong sup{ font-size: 0.7em; }
.home-hero-laurel span{
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}
.home-hero-title{
  font-size: clamp(2.2rem, 4.6vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 1.15rem;
  max-width: 16ch;
}
.home-hero-lead{
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 50ch;
  margin: 0 0 2rem;
}
.home-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}
.home-hero-cta{
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.8rem 1.5rem;
  border-radius: 8px;
  background: #fff;
  color: #00203D;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.25s, box-shadow 0.25s;
}
.home-hero-cta:hover{
  color: #00203D;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}
.home-hero-cta-arrow{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #0072B9;
  color: #fff;
  font-size: 0.85rem;
}
.home-hero-cta--ghost{
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}
.home-hero-cta--ghost:hover{
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

/* Glass highlight panel (right side) */
.home-hero-panel{
  position: relative;
  max-width: 420px;
  margin-left: auto;
  padding: 2rem 1.75rem 1.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.4);
}
.home-hero-panel-eyebrow{
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #A8D0EA;
  margin-bottom: 0.45rem;
}
.home-hero-panel-title{
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 1.15rem;
}
.home-hero-panel-list{
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.home-hero-panel-list li{
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}
.home-hero-panel-list i{
  color: #0072B9;
  font-size: 1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}
.home-hero-panel-list a{
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-hero-panel-list a:hover{
  color: #A8D0EA;
}
.home-hero-panel-list--services{
  gap: 0.55rem;
  margin-bottom: 1.15rem;
}
.home-hero-panel-list--services li{
  font-size: 0.84rem;
  line-height: 1.45;
}
.home-hero-panel-foot{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}
.home-hero-panel-stat strong{
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.home-hero-panel-stat strong i{
  font-size: 0.75em;
  color: #A8D0EA;
  margin-left: 0.15rem;
}
.home-hero-panel-stat span{
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.home-hero-panel-badge{
  position: absolute;
  top: -16px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(0, 114, 185, 0.45);
}

/* ================= INTRO (Who We Are) ================= */
.st-intro {
  background: #fff;
}
.st-intro__title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #00203D;
  line-height: 1.25;
  margin: 0.5rem 0 1rem;
}
.st-intro__title span { color: #0072B9; }
.st-intro__text {
  font-size: 0.98rem;
  line-height: 1.85;
  color: #3a4a63;
  margin: 0 0 1.5rem;
}
.st-intro__hl {
  color: #0072B9;
  font-weight: 700;
}
.st-intro__points {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 1rem;
}
.st-intro__points li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: #F5F9FC;
  border: 1px solid #E8F1F7;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.st-intro__points li:hover {
  transform: translateX(4px);
  border-color: rgba(0, 114, 185, 0.35);
  box-shadow: 0 10px 26px rgba(17, 45, 78, 0.08);
}
.st-intro__points i {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, #0072B9, #00203D);
}
.st-intro__points li:nth-child(2) i {
  background: linear-gradient(135deg, #0072B9, #003B5C);
}
.st-intro__points strong {
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #00203D;
  margin-bottom: 0.15rem;
}
.st-intro__points li > div > span {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #4a5a75;
}
.st-intro__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
}
.st-intro__actions .st-btn i { margin-left: 0.4rem; }
.st-intro__trust {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  color: #4a5a75;
}
.st-intro__trust i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: #0072B9;
  background: rgba(0, 114, 185, 0.12);
}
.st-intro__trust strong { color: #00203D; }

/* Photo with floating badges */
.st-intro__media {
  position: relative;
  max-width: 500px;
  margin-left: auto;
}
.st-intro__media img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 30px 60px rgba(17, 45, 78, 0.18);
  display: block;
}
.st-intro__media::before {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(0, 114, 185, 0.1), rgba(0, 114, 185, 0.12));
  z-index: -1;
}
.st-intro__media-badge {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(17, 45, 78, 0.18);
  padding: 0.85rem 1.1rem;
}
.st-intro__media-badge--years {
  top: -20px;
  left: -14px;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.st-intro__media-badge--years strong {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #0072B9;
  line-height: 1;
}
.st-intro__media-badge--years strong sup { font-size: 0.6em; }
.st-intro__media-badge--years span {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00203D;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.st-intro__media-badge--rating {
  bottom: -18px;
  right: -10px;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.st-intro__stars { color: #0072B9; font-size: 0.8rem; letter-spacing: 2px; }
.st-intro__media-badge--rating > span:last-child {
  font-size: 0.78rem;
  font-weight: 800;
  color: #00203D;
}

/* Animated stats strip */
.st-intro__stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 3.5rem;
  padding: 1.75rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(120deg, #003B5C 0%, #00203D 100%);
  text-align: center;
}
.st-intro__stat strong {
  display: block;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
}
.st-intro__stat > span {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.st-intro__stat strong span { color: #A8D0EA; }

/* ================= SERVICES ================= */
.st-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0072B9;
  margin-bottom: 0.75rem;
}
.st-services {
  background: #F5F9FC;
}
.st-services__head {
  position: sticky;
  top: 130px;
}
.st-services__title {
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #00203D;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.st-services__lead {
  color: #3a4a63;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
.st-services__note {
  font-weight: 700;
  color: #00203D;
}

.st-services__media {
  margin-top: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.st-services__media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.st-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.st-svc {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem 1.35rem;
  border: 1px solid #E8F1F7;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.st-svc:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.1);
}
.st-svc__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.st-svc__top h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0072B9;
  margin: 0;
}
.st-svc__top i {
  font-size: 1.5rem;
  color: #0072B9;
  opacity: 0.75;
}
.st-svc__tagline {
  font-size: 0.88rem;
  font-weight: 700;
  color: #00203D;
  line-height: 1.45;
  margin: 0 0 0.6rem;
}
.st-svc__desc {
  font-size: 0.84rem;
  color: #4a5a75;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.st-svc__more {
  margin-top: auto;
  font-size: 0.85rem;
  font-weight: 700;
  color: #0072B9;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.st-svc__more:hover { color: #003B5C; }

/* ================= SUCCESS STORIES (tabbed) ================= */
.st-cs {
  background: #fff;
}
.st-cs__rail {
  height: 100%;
  background: #E8F1F7;
  border-radius: 14px 0 0 14px;
  padding: 2rem 0 2rem 1.5rem;
}
.st-cs__title {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  color: #00203D;
  letter-spacing: -0.02em;
  margin: 0 1.25rem 0.7rem 0;
}
.st-cs__mark {
  display: inline-block;
  background: #E8F1F7;
  padding: 0.2rem 0.5rem;
  font-weight: 800;
  font-size: 0.88rem;
  color: #00203D;
  margin: 0 1.25rem 1.6rem 0;
}
.st-cs__tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}
.st-cs__tab {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 0.9rem;
  border: 0;
  border-radius: 10px 0 0 10px;
  background: transparent;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: #3a4a63;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.st-cs__tab i {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 1rem;
  color: #0072B9;
  background: rgba(0, 114, 185, 0.12);
  transition: background 0.2s, color 0.2s;
}
.st-cs__tab:hover {
  background: rgba(255, 255, 255, 0.65);
  color: #00203D;
}
.st-cs__tab.is-active {
  background: #fff;
  color: #00203D;
  box-shadow: 0 8px 22px rgba(17, 45, 78, 0.1);
}
.st-cs__tab.is-active i {
  background: linear-gradient(135deg, #0072B9, #003B5C);
  color: #fff;
}
.st-cs__body {
  height: 100%;
  padding: 2rem 0 2rem 2.25rem;
}
.st-cs__panel { display: none; }
.st-cs__panel.is-active {
  display: block;
  animation: stCsFade 0.35s ease;
}
@keyframes stCsFade {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: none; }
}
.st-cs__panel-title {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00203D;
  margin: 0 0 1.35rem;
}
.st-cs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.st-cs__card {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background: #F5F9FC;
  border: 1px solid #E8F1F7;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.st-cs__card:hover {
  color: inherit;
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(17, 45, 78, 0.16);
}
.st-cs__card-media {
  position: relative;
  height: 120px;
  padding: 0.9rem 1rem;
}
.st-cs__card-overlay {
  display: block;
  max-width: 85%;
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}
.st-cs__card-media i {
  position: absolute;
  right: 0.85rem;
  bottom: 0.6rem;
  font-size: 1.7rem;
  color: rgba(255, 255, 255, 0.45);
}
.st-cs__card-body {
  flex-grow: 1;
  padding: 1rem 1.1rem 1.15rem;
}
.st-cs__card-body h4 {
  font-size: 0.92rem;
  font-weight: 800;
  color: #00203D;
  line-height: 1.4;
  margin: 0 0 0.45rem;
}
.st-cs__card-body p {
  font-size: 0.8rem;
  color: #4a5a75;
  line-height: 1.6;
  margin: 0;
}
.st-cs__all {
  margin-top: 1.35rem;
  text-align: right;
}
.st-cs__all a {
  font-size: 0.88rem;
  font-weight: 800;
  color: #0072B9;
  text-decoration: none;
  border-bottom: 2px solid #0072B9;
  padding-bottom: 0.15rem;
}
.st-cs__all a:hover { color: #003B5C; border-color: #003B5C; }
.st-cs__all a i { transition: transform 0.25s; display: inline-block; }
.st-cs__all a:hover i { transform: translateX(3px); }

/* ================= TECHNOLOGIES GRID ================= */
.st-tech {
  background:
    radial-gradient(rgba(0, 114, 185, 0.08) 1.5px, transparent 1.5px) 0 0 / 26px 26px,
    #fff;
}
.st-tech__title {
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  color: #00203D;
  letter-spacing: -0.02em;
  margin: 0.5rem 0 0.75rem;
}
.st-tech__sub {
  font-size: 0.9rem;
  color: #4a5a75;
  line-height: 1.6;
  margin: 0 0 1.1rem;
}
.st-tech__mark {
  display: inline-block;
  background: #E8F1F7;
  padding: 0.2rem 0.5rem;
  font-weight: 800;
  font-size: 0.88rem;
  color: #00203D;
  margin: 0;
}
.st-tech__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
.st-tech__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 72px;
  padding: 1rem 0.75rem;
  background: #fff;
  border: 1px solid #E8F1F7;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(17, 45, 78, 0.05);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s, border-color 0.25s;
}
.st-tech__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 114, 185, 0.45);
  box-shadow: 0 14px 32px rgba(17, 45, 78, 0.12);
}
.st-tech__card i {
  font-size: 1.5rem;
  color: #0072B9;
}
.st-tech__card span {
  font-family: "Poppins", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  color: #00203D;
  white-space: nowrap;
}

/* ================= TESTIMONIALS ================= */
.st-reviews {
  background: #fff;
}
.st-reviews__title {
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  font-weight: 800;
  color: #00203D;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
}
.st-reviews__lead {
  font-size: 0.92rem;
  color: #4a5a75;
  line-height: 1.7;
}
.st-review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}
.st-review {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #E8F1F7;
  border-radius: 10px;
  padding: 1.35rem 1.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.st-review:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}
.st-review__stars {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  color: #e5493a;
  margin-bottom: 0.8rem;
}
.st-review__stars strong {
  color: #00203D;
  font-size: 0.95rem;
  margin-right: 0.35rem;
}
.st-review__text {
  font-size: 0.88rem;
  color: #2c3e58;
  line-height: 1.7;
  margin: 0 0 0.9rem;
}
.st-review__who {
  font-size: 0.78rem;
  font-weight: 700;
  color: #5c6b85;
  margin: 0 0 0.6rem;
}
.st-review__verified {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #0072B9;
}



/* ================= RESPONSIVE ================= */
@media (max-width: 1199.98px) {
  .st-svc-grid { grid-template-columns: repeat(2, 1fr); }
  .st-cs__grid { grid-template-columns: repeat(2, 1fr); }
  .st-tech__grid { grid-template-columns: repeat(4, 1fr); }
  .st-review-grid { grid-template-columns: repeat(2, 1fr); }
  .st-offering-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991.98px) {
  .st-top__inner { padding-top: 0.5rem; padding-bottom: 0.5rem; }
  .st-brand__logo { height: 44px; }
  .st-brand__tag { display: none; }
  /* On mobile the strip only hosts the drawer; hide empty bar chrome */
  .st-nav__home { min-height: 42px; }
  .st-nav__inner { min-height: 42px; }
  .st-services__head { position: static; }
  .st-cs__rail { border-radius: 14px; padding: 1.5rem; }
  .st-cs__tab { border-radius: 10px; }
  .st-cs__body { padding: 1.5rem 0 0; }
  .home-hero-panel { max-width: none; margin-left: 0; }
  .st-intro__media { max-width: none; margin: 1rem 0 0; }
  .st-intro__stats { grid-template-columns: repeat(3, 1fr); row-gap: 1.5rem; }
  .st-inquiry { position: static; }
}

@media (max-width: 767.98px) {
  .home-hero-inner { padding: 3.25rem 1rem; }
  .st-svc-grid { grid-template-columns: 1fr; }
  .st-cs__grid { grid-template-columns: 1fr; }
  .st-tech__grid { grid-template-columns: repeat(2, 1fr); }
  .st-review-grid { grid-template-columns: 1fr; }
  .st-offering-grid { grid-template-columns: 1fr; }
  .st-checklist { grid-template-columns: 1fr; }
  .st-footer__bottom-inner { justify-content: center; text-align: center; }
}

@media (max-width: 575.98px) {
  .home-hero-actions .home-hero-cta { width: 100%; justify-content: center; }
  .home-hero-panel { padding: 1.75rem 1.25rem 1.5rem; }
  .home-hero-panel-foot { grid-template-columns: repeat(3, 1fr); gap: 0.35rem; }
  .st-intro__stats { grid-template-columns: repeat(2, 1fr); }
  .st-intro__media-badge--years { left: 0; }
  .st-intro__media-badge--rating { right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-panel,
  .st-svc,
  .st-cs__card,
  .st-review,
  .st-btn,
  .st-footer__social a {
    transition: none;
  }
}
