/* SMR ONEWAY — Digital Marketing with AI Training (Hyderabad) — page-specific premium dark theme */

:root {
  --t-navy: #050a18;
  --t-navy2: #0a1228;
  --t-panel: rgba(12, 18, 42, 0.78);
  --t-purple: #8b5cf6;
  --t-purple2: #6366f1;
  --t-gold: #d4a574;
  --t-gold2: rgba(234, 179, 8, 0.35);
  --t-line: rgba(139, 92, 246, 0.35);
  --t-glow: 0 0 0 1px rgba(212, 165, 116, 0.12), 0 28px 80px rgba(2, 6, 23, 0.65), 0 0 60px rgba(99, 102, 241, 0.18);
}

body.page-training main {
  position: relative;
  overflow-x: clip;
}

body.page-training .section {
  position: relative;
  z-index: 1;
}

.training-page-atmos {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 90% 50% at 10% -10%, rgba(99, 102, 241, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 45% at 95% 15%, rgba(212, 165, 116, 0.08), transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 100%, rgba(59, 130, 246, 0.12), transparent 45%);
}

.training-page-atmos::before,
.training-page-atmos::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.55;
  animation: tOrb 18s ease-in-out infinite;
}
.training-page-atmos::before {
  width: min(420px, 55vw);
  height: min(420px, 55vw);
  top: 8%;
  right: -8%;
  background: radial-gradient(circle, rgba(139, 92, 246, 0.45), transparent 70%);
}
.training-page-atmos::after {
  width: min(360px, 48vw);
  height: min(360px, 48vw);
  bottom: 12%;
  left: -10%;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.2), transparent 72%);
  animation-delay: -6s;
}

@keyframes tOrb {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-12px, 18px) scale(1.06);
  }
}

body.page-training .training-breadcrumb {
  margin-bottom: 1.35rem;
  font-size: 0.78rem;
  color: rgba(203, 213, 225, 0.75);
}
body.page-training .training-breadcrumb a {
  color: rgba(196, 181, 253, 0.95);
  text-decoration: none;
  transition: color 0.2s ease;
}
body.page-training .training-breadcrumb a:hover {
  color: #fde68a;
  text-decoration: underline;
}
body.page-training .training-breadcrumb-current {
  color: #f8fafc;
}

body.page-training .training-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(253, 230, 138, 0.88);
  margin: 0 0 0.5rem;
}
body.page-training .training-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 165, 116, 0.9), transparent);
}

body.page-training .training-hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1.08fr) minmax(260px, 0.92fr);
  gap: clamp(1.5rem, 3vw, 2.75rem);
  align-items: center;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

body.page-training .training-hero-h1 {
  font-size: clamp(1.7rem, 2.9vw, 2.45rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  margin: 0 0 0.85rem;
  color: #f8fafc;
  text-shadow: 0 2px 40px rgba(99, 102, 241, 0.25);
}

body.page-training .training-hero-lead {
  margin: 0 0 1.15rem;
  font-size: 1.02rem;
  line-height: 1.68;
  color: rgba(226, 232, 240, 0.92);
  max-width: 54ch;
}

body.page-training .training-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1.1rem;
}

body.page-training .training-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
body.page-training .training-trust-chip {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  color: rgba(248, 250, 252, 0.94);
  background: linear-gradient(145deg, rgba(30, 27, 75, 0.9), rgba(15, 23, 42, 0.85));
  border: 1px solid rgba(139, 92, 246, 0.4);
  box-shadow: 0 0 0 1px rgba(212, 165, 116, 0.15) inset, 0 8px 22px rgba(2, 6, 23, 0.45);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
body.page-training .training-trust-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(253, 224, 71, 0.45);
  box-shadow: 0 0 0 1px rgba(253, 224, 71, 0.2) inset, 0 12px 28px rgba(79, 70, 229, 0.28);
}

/* Hero glass chassis */
body.page-training .training-hero-visual {
  position: relative;
  perspective: 1200px;
  isolation: isolate;
  z-index: 2;
}

body.page-training .training-hero-glass-outer {
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.55), rgba(139, 92, 246, 0.65) 40%, rgba(59, 130, 246, 0.45) 100%);
  box-shadow: var(--t-glow);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
body.page-training .training-hero-visual:hover .training-hero-glass-outer {
  box-shadow: var(--t-glow), 0 0 80px rgba(139, 92, 246, 0.22);
}

body.page-training .training-hero-glass {
  position: relative;
  border-radius: 25px;
  padding: 0.95rem 0.95rem 1.05rem;
  background: linear-gradient(165deg, rgba(8, 14, 36, 0.96), rgba(18, 12, 42, 0.92));
  overflow: hidden;
  backdrop-filter: blur(18px);
}
body.page-training .training-hero-glass::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 200deg, transparent, rgba(139, 92, 246, 0.12), transparent 40%, rgba(212, 165, 116, 0.08), transparent 70%);
  animation: tSpin 22s linear infinite;
  opacity: 0.85;
  pointer-events: none;
}
@keyframes tSpin {
  to {
    transform: rotate(360deg);
  }
}

body.page-training .training-hero-chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  padding: 0.38rem 0.55rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(148, 163, 184, 0.18);
}
body.page-training .training-chrome-dots {
  display: flex;
  gap: 0.28rem;
}
body.page-training .training-chrome-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(148, 163, 184, 0.45);
}
body.page-training .training-chrome-dots span:first-child {
  background: rgba(248, 113, 113, 0.85);
}
body.page-training .training-chrome-dots span:nth-child(2) {
  background: rgba(253, 224, 71, 0.75);
}
body.page-training .training-chrome-dots span:nth-child(3) {
  background: rgba(74, 222, 128, 0.65);
}
body.page-training .training-chrome-label {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: rgba(253, 224, 71, 0.75);
}

body.page-training .training-hero-float {
  position: absolute;
  z-index: 3;
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.5), rgba(30, 58, 138, 0.35));
  border: 1px solid rgba(253, 224, 71, 0.25);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  animation: tFloat 5.5s ease-in-out infinite;
  pointer-events: none;
}
body.page-training .training-hero-float.f1 {
  top: 10%;
  left: 5%;
}
body.page-training .training-hero-float.f2 {
  bottom: 16%;
  right: 6%;
  animation-delay: -2.2s;
}
@keyframes tFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }
  50% {
    transform: translateY(-11px) rotate(4deg);
  }
}

body.page-training .training-hero-stage {
  position: relative;
  z-index: 2;
  transform-style: preserve-3d;
  min-height: 232px;
  transition: transform 0.18s ease-out;
}

body.page-training .training-hero-slide {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 0.75rem 0.85rem 0.85rem;
  border: 1px solid rgba(129, 140, 248, 0.28);
  background: linear-gradient(155deg, rgba(22, 33, 72, 0.92), rgba(10, 12, 34, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 40px rgba(2, 6, 23, 0.5);
  opacity: 0;
  transform: translateY(14px) scale(0.96);
  transition: opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1), transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 1;
}
body.page-training .training-hero-slide.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  z-index: 4;
}

body.page-training .training-slide-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.55rem;
}
body.page-training .training-slide-url {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(196, 181, 253, 0.9);
}

body.page-training .training-slide-h3 {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -0.01em;
}

body.page-training .training-slide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.42rem;
  margin-bottom: 0.55rem;
}
body.page-training .training-slide-cell {
  border-radius: 11px;
  padding: 0.48rem 0.3rem;
  text-align: center;
  font-size: 0.62rem;
  font-weight: 700;
  color: #e2e8f0;
  border: 1px solid rgba(139, 92, 246, 0.35);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(15, 23, 42, 0.35));
  box-shadow: inset 0 0 0 1px rgba(212, 165, 116, 0.12);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
body.page-training .training-slide-cell:hover {
  transform: translateY(-2px);
  border-color: rgba(253, 224, 71, 0.35);
}

body.page-training .training-mini-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.55rem;
}
body.page-training .training-mini-m {
  border-radius: 10px;
  padding: 0.4rem 0.35rem;
  text-align: center;
  background: rgba(2, 6, 23, 0.45);
  border: 1px solid rgba(99, 102, 241, 0.25);
}
body.page-training .training-mini-m strong {
  display: block;
  font-size: 0.78rem;
  color: #fef9c3;
  font-weight: 800;
}
body.page-training .training-mini-m span {
  font-size: 0.58rem;
  color: rgba(203, 213, 225, 0.85);
  letter-spacing: 0.04em;
}

body.page-training .training-spark {
  display: flex;
  align-items: flex-end;
  gap: 0.28rem;
  height: 44px;
  margin-bottom: 0.5rem;
  padding: 0.35rem 0.45rem;
  border-radius: 10px;
  background: rgba(2, 6, 23, 0.4);
  border: 1px solid rgba(99, 102, 241, 0.2);
}
body.page-training .training-spark i {
  display: block;
  flex: 1;
  min-height: 4px;
  align-self: flex-end;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, rgba(129, 140, 248, 0.85), rgba(99, 102, 241, 0.35));
  box-shadow: 0 6px 14px rgba(79, 70, 229, 0.25);
}

body.page-training .training-slide-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  margin-bottom: 0.5rem;
}
body.page-training .training-flow-pill {
  border-radius: 10px;
  padding: 0.34rem 0.5rem;
  font-size: 0.62rem;
  font-weight: 800;
  color: #fefce8;
  background: linear-gradient(135deg, rgba(49, 46, 129, 0.95), rgba(30, 27, 75, 0.98));
  border: 1px solid rgba(253, 224, 71, 0.35);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.2) inset;
}
body.page-training .training-flow-arrow {
  color: rgba(196, 181, 253, 0.85);
  font-size: 0.72rem;
  font-weight: 800;
}

body.page-training .training-slide-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
body.page-training .training-slide-tags span {
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.26rem 0.52rem;
  border-radius: 999px;
  border: 1px solid rgba(129, 140, 248, 0.35);
  color: rgba(238, 242, 255, 0.92);
  background: rgba(15, 23, 42, 0.65);
}

body.page-training .training-hero-dots-row {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.7rem;
  position: relative;
  z-index: 5;
}
body.page-training .training-hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  background: rgba(71, 85, 105, 0.65);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
body.page-training .training-hero-dot:hover {
  background: rgba(139, 92, 246, 0.55);
}
body.page-training .training-hero-dot.is-active {
  background: linear-gradient(135deg, #fbbf24, #a78bfa);
  transform: scale(1.35);
  box-shadow: 0 0 16px rgba(167, 139, 250, 0.55);
}

/* Section shells — dark luxury frames */
body.page-training .training-shell {
  position: relative;
  z-index: 2;
  margin-top: 2.25rem;
  padding: clamp(1.35rem, 2.5vw, 2rem) clamp(1.15rem, 2.2vw, 1.85rem);
  border-radius: 22px;
  background: linear-gradient(165deg, rgba(12, 18, 42, 0.88), rgba(6, 10, 26, 0.78));
  border: 1px solid rgba(99, 102, 241, 0.28);
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
body.page-training .training-shell:hover {
  border-color: rgba(167, 139, 250, 0.38);
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.58), inset 0 1px 0 rgba(253, 224, 71, 0.06);
}
body.page-training .training-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  pointer-events: none;
  opacity: 0.5;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(139, 92, 246, 0.14), transparent 65%);
}

body.page-training .training-shell-inner {
  position: relative;
  z-index: 1;
}

body.page-training .training-section-title {
  font-size: clamp(1.38rem, 2.3vw, 1.92rem);
  font-weight: 800;
  margin: 0 0 0.55rem;
  color: #f8fafc;
  letter-spacing: -0.025em;
}
body.page-training .training-section-lead {
  margin: 0 0 1.35rem;
  color: rgba(203, 213, 225, 0.93);
  line-height: 1.68;
  max-width: 72ch;
  font-size: 0.98rem;
}

body.page-training .training-prose p {
  margin: 0 0 1rem;
  color: rgba(226, 232, 240, 0.9);
  line-height: 1.72;
  font-size: 0.95rem;
  max-width: 72ch;
}
body.page-training .training-prose p:last-child {
  margin-bottom: 0;
}
body.page-training .training-prose strong {
  color: #fef3c7;
  font-weight: 700;
}
body.page-training .training-prose a {
  color: #c4b5fd;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(196, 181, 253, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}
body.page-training .training-prose a:hover {
  color: #fde68a;
  border-color: rgba(253, 224, 71, 0.55);
}

body.page-training .training-h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 1.35rem 0 0.5rem;
  color: #e9d5ff;
  letter-spacing: -0.01em;
}

/* Learn modules */
body.page-training .training-learn-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
}
body.page-training .training-learn-card {
  position: relative;
  border-radius: 17px;
  padding: 1.05rem 1rem 1.05rem 1.1rem;
  border: 1px solid rgba(79, 70, 229, 0.32);
  background: linear-gradient(160deg, rgba(22, 28, 62, 0.95), rgba(10, 14, 34, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 14px 36px rgba(2, 6, 23, 0.45);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}
body.page-training .training-learn-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(180deg, rgba(253, 224, 71, 0.75), rgba(139, 92, 246, 0.85));
  opacity: 0.85;
}
body.page-training .training-learn-card:hover {
  transform: translateY(-5px);
  border-color: rgba(167, 139, 250, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 22px 50px rgba(79, 70, 229, 0.22);
}
body.page-training .training-mod-num {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: rgba(253, 224, 71, 0.88);
  margin-bottom: 0.35rem;
}
body.page-training .training-learn-card h3 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.25;
}
body.page-training .training-learn-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.62;
  color: rgba(203, 213, 225, 0.94);
}

/* AI tiles */
body.page-training .training-ai-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(198px, 1fr));
}
body.page-training .training-ai-tile {
  position: relative;
  border-radius: 18px;
  padding: 1.15rem 0.9rem 1rem;
  text-align: center;
  border: 1px solid rgba(129, 140, 248, 0.32);
  background: linear-gradient(175deg, rgba(30, 27, 75, 0.92), rgba(8, 12, 32, 0.94));
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.28s ease;
  overflow: hidden;
}
body.page-training .training-ai-tile::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(253, 224, 71, 0.15), transparent 40%, rgba(139, 92, 246, 0.2));
  transition: opacity 0.3s ease;
}
body.page-training .training-ai-tile:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: rgba(196, 181, 253, 0.55);
  box-shadow: 0 24px 56px rgba(79, 70, 229, 0.28), 0 0 48px rgba(139, 92, 246, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
body.page-training .training-ai-tile:hover::after {
  opacity: 1;
}

body.page-training .training-ai-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 0.65rem;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(139, 92, 246, 0.55), rgba(30, 58, 138, 0.45));
  border: 1px solid rgba(253, 224, 71, 0.28);
  color: #f8fafc;
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.55), inset 0 2px 8px rgba(255, 255, 255, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}
body.page-training .training-ai-tile:hover .training-ai-icon {
  transform: translateY(-3px) scale(1.06) rotate(-2deg);
  box-shadow: 0 16px 36px rgba(139, 92, 246, 0.35), inset 0 2px 10px rgba(255, 255, 255, 0.22);
}
body.page-training .training-ai-tile h3 {
  margin: 0 0 0.4rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: #f8fafc;
}
body.page-training .training-ai-tile p {
  margin: 0;
  font-size: 0.76rem;
  line-height: 1.55;
  color: rgba(203, 213, 225, 0.92);
}

/* Audience mini-cards */
body.page-training .training-audience-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
body.page-training .training-audience-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.85rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(99, 102, 241, 0.3);
  background: rgba(8, 12, 32, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
body.page-training .training-audience-card:hover {
  transform: translateY(-4px);
  border-color: rgba(253, 224, 71, 0.35);
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.45), 0 0 24px rgba(139, 92, 246, 0.12);
}
body.page-training .training-audience-card .ico {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.22);
  border: 1px solid rgba(196, 181, 253, 0.35);
  color: #e9d5ff;
}
body.page-training .training-audience-card strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #f8fafc;
}
body.page-training .training-audience-card span {
  font-size: 0.72rem;
  line-height: 1.45;
  color: rgba(186, 199, 216, 0.92);
}

/* Why cards with icon row */
body.page-training .training-why-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
}
body.page-training .training-why-card {
  border-radius: 17px;
  padding: 1.1rem 1.05rem;
  border: 1px solid rgba(129, 140, 248, 0.28);
  background: linear-gradient(165deg, rgba(20, 26, 58, 0.95), rgba(8, 11, 28, 0.92));
  box-shadow: 0 16px 40px rgba(2, 6, 23, 0.48);
  transition: transform 0.24s ease, border-color 0.24s ease;
}
body.page-training .training-why-card:hover {
  transform: translateY(-5px);
  border-color: rgba(253, 224, 71, 0.32);
}
body.page-training .training-why-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.5rem;
}
body.page-training .training-why-ico {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(212, 165, 116, 0.22), rgba(139, 92, 246, 0.35));
  border: 1px solid rgba(253, 224, 71, 0.22);
  color: #fef9c3;
}
body.page-training .training-why-card h3 {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 800;
  color: #f8fafc;
}
body.page-training .training-why-card p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.62;
  color: rgba(203, 213, 225, 0.93);
}

/* Benefit cards */
body.page-training .training-benefit-grid {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
body.page-training .training-benefit-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1rem 0.95rem;
  border-radius: 16px;
  border: 1px solid rgba(79, 70, 229, 0.3);
  background: rgba(6, 10, 26, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
body.page-training .training-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167, 139, 250, 0.45);
  box-shadow: 0 18px 42px rgba(2, 6, 23, 0.5), 0 0 28px rgba(99, 102, 241, 0.12);
}
body.page-training .training-benefit-card .ico {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.2);
  border: 1px solid rgba(253, 224, 71, 0.22);
  color: #fde68a;
}
body.page-training .training-benefit-card p {
  margin: 0;
  font-size: 0.87rem;
  line-height: 1.58;
  color: rgba(226, 232, 240, 0.94);
}
body.page-training .training-benefit-card strong {
  color: #fef3c7;
}

/* Service strip */
body.page-training .training-service-strip {
  margin-top: 2.25rem;
  padding: 1.25rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(99, 102, 241, 0.28);
  background: linear-gradient(160deg, rgba(14, 20, 48, 0.9), rgba(6, 8, 22, 0.88));
  box-shadow: 0 18px 44px rgba(2, 6, 23, 0.48);
}
body.page-training .training-service-strip h2 {
  margin: 0 0 0.45rem;
  font-size: 1.12rem;
  font-weight: 800;
  color: #f8fafc;
}
body.page-training .training-service-strip > p {
  margin: 0 0 0.85rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: rgba(186, 199, 216, 0.92);
  max-width: 68ch;
}
body.page-training .training-service-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.1rem;
}
body.page-training .training-service-strip a {
  color: #ddd6fe;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 700;
  border-bottom: 1px solid rgba(196, 181, 253, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}
body.page-training .training-service-strip a:hover {
  color: #fde68a;
  border-color: rgba(253, 224, 71, 0.45);
}

/* FAQ */
body.page-training .training-faq-wrap {
  max-width: 46rem;
  margin: 0 auto;
}
body.page-training .training-faq-wrap .faq-item {
  border-radius: 16px;
  border: 1px solid rgba(99, 102, 241, 0.3);
  background: linear-gradient(165deg, rgba(14, 18, 42, 0.92), rgba(6, 8, 22, 0.9));
  margin-bottom: 0.65rem;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.42);
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}
body.page-training .training-faq-wrap .faq-item:hover {
  border-color: rgba(253, 224, 71, 0.25);
}
body.page-training .training-faq-wrap .faq-question {
  width: 100%;
  text-align: left;
  padding: 1rem 1.1rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #f8fafc;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.85rem;
  line-height: 1.35;
  transition: background 0.2s ease;
}
body.page-training .training-faq-wrap .faq-question:hover {
  background: rgba(99, 102, 241, 0.08);
}
body.page-training .training-faq-wrap .faq-answer {
  padding: 0 1.1rem 1.05rem;
  font-size: 0.88rem;
  line-height: 1.65;
  color: rgba(203, 213, 225, 0.95);
}

/* Final CTA */
body.page-training .training-final-cta {
  text-align: center;
  padding: clamp(1.85rem, 4vw, 2.65rem) 1.35rem;
  border-radius: 22px;
  border: 1px solid rgba(139, 92, 246, 0.45);
  background: linear-gradient(160deg, rgba(30, 27, 75, 0.95), rgba(6, 8, 22, 0.96));
  box-shadow: 0 28px 70px rgba(2, 6, 23, 0.58), 0 0 60px rgba(99, 102, 241, 0.15), inset 0 1px 0 rgba(253, 224, 71, 0.08);
  position: relative;
  overflow: hidden;
}
body.page-training .training-final-cta::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: radial-gradient(circle at 50% 0%, rgba(167, 139, 250, 0.2), transparent 55%);
  pointer-events: none;
}
body.page-training .training-final-cta h2 {
  position: relative;
  margin: 0 0 0.7rem;
  font-size: clamp(1.38rem, 2.5vw, 1.85rem);
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -0.02em;
}
body.page-training .training-final-cta > p {
  position: relative;
  margin: 0 auto 1.2rem;
  max-width: 56ch;
  color: rgba(214, 211, 209, 0.95);
  line-height: 1.68;
  font-size: 0.98rem;
}
body.page-training .training-final-cta .training-hero-actions {
  position: relative;
  justify-content: center;
}

body.page-training .mt-10 {
  margin-top: 2.5rem;
}

body.page-training .page-training-section {
  position: relative;
}

body.page-training .training-container {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  body.page-training .training-hero-grid {
    grid-template-columns: 1fr;
  }
  body.page-training .training-hero-visual {
    order: 2;
  }
  body.page-training .training-hero-copy {
    order: 1;
  }
}
