/* ============================================================
   IGT Premium Layer — typography, hero, cards, CTA, polish
   ============================================================ */

html {
  scroll-behavior: smooth;
}

body.igt-premium {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.igt-premium h1,
body.igt-premium h2,
body.igt-premium h3,
body.igt-premium h4,
body.igt-premium h5,
body.igt-premium h6,
body.igt-premium .breadcrumb__title {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  letter-spacing: -0.025em;
}

body.igt-premium .section-content h2 {
  font-weight: 700;
  line-height: 1.15;
}

body.igt-premium .btn {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

body.igt-premium .btn:hover {
  transform: translateY(-2px);
}

/* ---- Premium hero ---- */
.igt-hero-premium {
  position: relative;
  overflow: hidden;
  min-height: auto;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(232, 93, 4, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 100% 50%, rgba(10, 37, 64, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 50% 40% at 0% 80%, rgba(245, 158, 11, 0.1) 0%, transparent 45%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 55%, #f1f5f9 100%) !important;
}

/* Full-width hero banner image */
.igt-hero-banner {
  padding: 0 !important;
  padding-top: 72px !important;
  background: #021428 !important;
}

.igt-hero-banner__media {
  width: 100%;
  max-width: 100%;
  line-height: 0;
  overflow: hidden;
}

.igt-hero-banner-slider {
  position: relative;
  background: #021428;
}

.igt-hero-banner-slider .swiper-slide {
  line-height: 0;
}

.igt-hero-banner-slider .swiper-pagination {
  bottom: 14px !important;
  z-index: 4;
}

.igt-hero-banner-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
  transition: transform 0.25s ease, background 0.25s ease;
}

.igt-hero-banner-slider .swiper-pagination-bullet-active {
  background: #e85d04;
  transform: scale(1.15);
}

.igt-hero-banner__img {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 220px;
  max-height: min(72vh, 820px);
  display: block;
  object-fit: cover;
  object-position: center top;
  vertical-align: top;
  border-radius: 0;
}

.igt-hero-banner__actions-wrap {
  position: relative;
  z-index: 2;
  padding: 1.25rem 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(2, 20, 40, 0.92) 0%, #f8fafc 100%);
}

.igt-hero-banner .igt-hero-actions {
  margin-top: 0;
  max-width: none;
}

/* ---- Mobile intro video (loader) ---- */
body.igt-intro-active {
  overflow: hidden !important;
}

body.igt-intro-active .wrapper {
  visibility: hidden;
}

.igt-mobile-intro {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  background: #000;
}

.igt-mobile-intro.is-active {
  display: flex;
}

.igt-mobile-intro.is-hiding {
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.igt-mobile-intro__video {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  background: #000;
}

.igt-mobile-intro--needs-tap .igt-mobile-intro__video {
  opacity: 0.35;
}

.igt-mobile-intro__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0;
  padding: 1.5rem;
  border: none;
  background: rgba(2, 20, 40, 0.72);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.igt-mobile-intro__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e85d04 0%, #f59e0b 100%);
  font-size: 1.35rem;
  box-shadow: 0 12px 32px rgba(232, 93, 4, 0.45);
}

.igt-mobile-intro__skip {
  position: absolute;
  top: max(12px, env(safe-area-inset-top));
  right: max(12px, env(safe-area-inset-right));
  z-index: 3;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.igt-hero-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.igt-hero-orbs .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: igtOrbFloat 14s ease-in-out infinite;
}

.igt-hero-orbs .orb-1 {
  width: 420px;
  height: 420px;
  top: -8%;
  right: -6%;
  background: rgba(232, 93, 4, 0.22);
}

.igt-hero-orbs .orb-2 {
  width: 320px;
  height: 320px;
  bottom: 10%;
  left: -4%;
  background: rgba(10, 37, 64, 0.16);
  animation-delay: -4s;
}

.igt-hero-orbs .orb-3 {
  width: 180px;
  height: 180px;
  top: 35%;
  left: 42%;
  background: rgba(245, 158, 11, 0.18);
  animation-delay: -8s;
}

@keyframes igtOrbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(18px, -22px) scale(1.04); }
  66% { transform: translate(-14px, 12px) scale(0.96); }
}

.igt-hero-premium .container {
  position: relative;
  z-index: 2;
}

.igt-hero-premium .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.35rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(232, 93, 4, 0.35) !important;
  background: rgba(255, 255, 255, 0.82) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 32px rgba(10, 37, 64, 0.08);
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: #c2410c !important;
}

.igt-hero-premium h1 {
  font-size: clamp(2.25rem, 5vw, 3.75rem);
  line-height: 1.08;
  margin-top: 1.5rem !important;
}

.igt-hero-premium h1 strong {
  background: linear-gradient(135deg, #e85d04 0%, #0a2540 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.igt-hero-premium h1 strong::before {
  display: none !important;
}

.igt-hero-premium .banner-content > p:not(.igt-hero-kicker) {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.08rem;
  line-height: 1.75;
}

.igt-hero-actions {
  margin-top: 2rem;
}

.igt-hero-actions .btn {
  min-width: 168px;
  padding: 14px 28px !important;
}

.igt-hero-premium::after {
  opacity: 0.35 !important;
}

/* ---- Stats bar ---- */
.igt-stats-bar {
  position: relative;
  z-index: 5;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
}

.igt-stats-bar__inner {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 1.75rem 1.25rem;
  box-shadow:
    0 16px 48px rgba(10, 37, 64, 0.08),
    0 2px 8px rgba(10, 37, 64, 0.04);
}

.igt-stat-item {
  text-align: center;
  color: #0a2540;
  padding: 1.1rem 0.75rem;
  height: 100%;
  border: 1px solid #e8edf3;
  border-radius: 16px;
  background: #ffffff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.igt-stat-item:hover {
  border-color: rgba(232, 93, 4, 0.35);
  box-shadow: 0 8px 24px rgba(10, 37, 64, 0.06);
}

.igt-stat-item__icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 0.75rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(232, 93, 4, 0.1) 0%, rgba(245, 158, 11, 0.08) 100%);
  border: 1px solid rgba(232, 93, 4, 0.2);
  color: #e85d04;
  font-size: 1.1rem;
}

.igt-stat-item__value {
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #0a2540;
}

.igt-stat-value {
  display: inline-block;
}

.igt-stat-item__label {
  margin-top: 0.45rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #64748b;
}

/* ---- Section polish ---- */
.igt-section-premium {
  position: relative;
}

.igt-section-premium .section-content h6 {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.igt-section-premium .section-content h6::before,
.igt-section-premium .section-content h6::after {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, #e85d04);
}

.igt-section-premium .section-content h6::after {
  background: linear-gradient(90deg, #e85d04, transparent);
}

.igt-section-premium.text-center .section-content h6::before {
  background: linear-gradient(90deg, transparent, #e85d04);
}

/* ---- Premium cards ---- */
.igt-premium-card,
.services-box.igt-premium-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.07) !important;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.igt-premium-card::before,
.services-box.igt-premium-card::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: 3px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #e85d04, #f59e0b, #0a2540);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.igt-premium-card:hover,
.services-box.igt-premium-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 56px rgba(10, 37, 64, 0.12) !important;
  border-color: rgba(232, 93, 4, 0.25) !important;
}

.igt-premium-card:hover::before,
.services-box.igt-premium-card:hover::before {
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  width: auto !important;
  height: 3px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #e85d04, #f59e0b, #0a2540) !important;
  z-index: 2 !important;
}

.services-box.igt-premium-card .icon,
.services-box.igt-premium-card h3,
.services-box.igt-premium-card p {
  position: relative;
  z-index: 3;
}

.services-box.igt-premium-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-soft);
  margin-bottom: 1.25rem;
  color: #e85d04;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.services-box.igt-premium-card .icon i {
  color: #e85d04;
  transition: color 0.3s ease;
}

.services-box.igt-premium-card:hover .icon {
  background: linear-gradient(135deg, #e85d04, #f59e0b);
  transform: scale(1.05);
}

.services-box.igt-premium-card:hover .icon i {
  color: #fff !important;
}

.services-box.igt-premium-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.services-box.igt-premium-card:hover h3 a:hover {
  color: #e85d04;
}

.services-box.igt-premium-card:hover p,
.services-box.igt-income-overview:hover p {
  color: #5a6578 !important;
}

.services-box.igt-premium-card:hover h3,
.services-box.igt-premium-card:hover h3 a {
  color: #0a2540 !important;
}

/* Segment cards enhanced */
.igt-segment-card,
.services-box.igt-segment-card {
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.07) !important;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease !important;
}

.igt-segment-card .icon,
.services-box.igt-segment-card .icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-soft);
  margin: 0 auto 1.25rem;
  color: #e85d04;
  transition: background 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.igt-segment-card .icon i,
.services-box.igt-segment-card .icon i {
  color: #e85d04;
  transition: color 0.3s ease;
}

.igt-segment-card:hover,
.services-box.igt-segment-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 56px rgba(10, 37, 64, 0.12) !important;
  border-color: rgba(232, 93, 4, 0.25) !important;
}

.igt-segment-card:hover .icon,
.services-box.igt-segment-card:hover .icon {
  background: linear-gradient(135deg, #e85d04, #f59e0b) !important;
  transform: scale(1.05);
  color: #ffffff !important;
}

.igt-segment-card:hover .icon i,
.services-box.igt-segment-card:hover .icon i {
  color: #ffffff !important;
}

.services-box.igt-segment-card:hover h3,
.services-box.igt-segment-card:hover p,
.services-box.igt-premium-card:hover h3,
.services-box.igt-premium-card:hover p,
.services-box.igt-premium-card:hover h3 a,
.services-box.igt-income-overview:hover h3,
.services-box.igt-income-overview:hover p {
  color: hsl(var(--body-color)) !important;
}

.services-box.igt-segment-card:hover h3,
.services-box.igt-premium-card:hover h3,
.services-box.igt-premium-card:hover h3 a,
.services-box.igt-income-overview:hover h3 {
  color: hsl(var(--heading-color)) !important;
}

/* Step cards */
.igt-step-card {
  border-radius: 20px !important;
  text-align: center;
  position: relative;
}

.igt-step-card .number {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #e85d04, #f59e0b);
  box-shadow: 0 12px 28px rgba(232, 93, 4, 0.35);
}

.process-section .igt-step-card::after {
  content: "";
  position: absolute;
  top: 2rem;
  right: -12%;
  width: 24%;
  height: 2px;
  background: linear-gradient(90deg, #e85d04, transparent);
  display: none;
}

@media (min-width: 768px) {
  .process-section .col-md-5:first-child .igt-step-card::after {
    display: block;
  }
}

/* Business plan cards */
.process-item.igt-plan-card,
.igt-plan-card {
  border-radius: 20px !important;
  background: #ffffff !important;
  border: 1px solid rgba(226, 232, 240, 0.9) !important;
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.07) !important;
  text-align: center;
}

.process-item.igt-plan-card .number {
  width: 56px;
  height: 56px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff !important;
  line-height: 1;
  background: linear-gradient(135deg, #e85d04, #f59e0b);
  box-shadow: 0 10px 24px rgba(232, 93, 4, 0.3);
}

.process-item.igt-plan-card .process-title,
.process-item.igt-plan-card p {
  color: #5a6578 !important;
}

.process-item.igt-plan-card .process-title {
  color: #0a2540 !important;
  max-width: none;
  margin-bottom: 0.65rem;
}

.igt-plan-card:not(.process-item) {
  text-align: left;
  padding: 1.75rem !important;
}

.igt-plan-card:not(.process-item) h4 {
  color: #0a2540 !important;
  margin-bottom: 0.75rem;
}

.igt-plan-card:not(.process-item) p {
  color: #5a6578 !important;
}

/* Why cards */
.igt-why-card {
  border-radius: 20px !important;
  padding: 2rem 1.5rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.igt-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(10, 37, 64, 0.1) !important;
}

.igt-why-card i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 14px;
  background: var(--gradient-soft);
  display: inline-block;
}

/* ---- Pricing premium ---- */
.igt-pricing-card {
  transition: transform 0.35s ease, box-shadow 0.35s ease !important;
  border-radius: 22px !important;
  overflow: hidden;
}

.igt-pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 60px rgba(10, 37, 64, 0.14) !important;
}

.igt-pricing-featured {
  border: 2px solid #e85d04 !important;
  box-shadow: 0 20px 50px rgba(232, 93, 4, 0.18) !important;
  transform: scale(1.03);
}

.igt-pricing-card .pricing-header {
  position: relative;
}

.igt-pricing-featured .pricing-header {
  background: transparent !important;
  color: inherit !important;
  margin: 0 !important;
  padding-top: 0 !important;
}

.igt-pricing-featured .pricing-header h6,
.igt-pricing-featured .pricing-header h2 {
  color: hsl(var(--heading-color)) !important;
}

.igt-pricing-featured .pricing-header p {
  color: hsl(var(--body-color)) !important;
}

.igt-pricing-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: linear-gradient(135deg, #e85d04, #f59e0b);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.igt-pricing-card .pricing-header h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
}

.igt-pricing-card .pricing-body li {
  position: relative;
  padding-left: 1.5rem;
}

.igt-pricing-card .pricing-body li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #e85d04;
  font-size: 0.75rem;
  top: 0.35rem;
}

/* ---- Referral & future banners ---- */
.igt-referral-banner {
  position: relative;
  overflow: hidden;
  background: #ffffff !important;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
}

.igt-referral-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(232, 93, 4, 0.06) 0%, transparent 42%),
    radial-gradient(circle at 8% 82%, rgba(10, 37, 64, 0.04) 0%, transparent 38%);
  z-index: 0;
  pointer-events: none;
}

.igt-referral-banner .container {
  position: relative;
  z-index: 1;
}

.igt-referral-banner h2,
.igt-referral-banner h6 {
  color: #0a2540 !important;
}

.igt-referral-banner h6.text--base,
.igt-referral-banner .igt-section-eyebrow {
  display: inline-block;
  width: auto;
  padding: 0.5rem 1.1rem;
  margin-bottom: 1.15rem;
  border: 1px solid rgba(232, 93, 4, 0.35);
  border-radius: 999px;
  background: rgba(232, 93, 4, 0.08);
  color: #e85d04 !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.igt-referral-banner h2 {
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0a2540 !important;
}

.igt-referral-banner p {
  color: #5a6578 !important;
  font-size: 1.02rem;
  line-height: 1.65;
}

.igt-referral-banner .igt-tagline-banner {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #e85d04;
  color: #0a2540;
  box-shadow: 0 4px 18px rgba(10, 37, 64, 0.05);
  border-radius: 12px;
  font-size: 0.78rem;
  letter-spacing: 0.09em;
}

.igt-referral-banner .btn--base-two {
  background: linear-gradient(135deg, #e85d04 0%, #f59e0b 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 12px 32px rgba(232, 93, 4, 0.28);
  min-width: 148px;
}

.igt-referral-banner .btn--base-two:hover {
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%) !important;
  color: #0a2540 !important;
  box-shadow: 0 14px 36px rgba(245, 158, 11, 0.32);
}

.igt-referral-banner .btn-outline--base {
  border: 1px solid #0a2540 !important;
  color: #0a2540 !important;
  background: #ffffff !important;
  min-width: 148px;
  box-shadow: 0 4px 14px rgba(10, 37, 64, 0.06);
}

.igt-referral-banner .btn-outline--base:hover {
  background: #0a2540 !important;
  border-color: #0a2540 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 22px rgba(10, 37, 64, 0.14);
}

.igt-future-banner .igt-future-item {
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.igt-future-banner .igt-future-item:hover {
  transform: none;
  border-color: rgba(232, 93, 4, 0.35);
  box-shadow: 0 12px 32px rgba(10, 37, 64, 0.09);
}

/* ---- Premium CTA ---- */
.igt-premium-cta {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 12px 40px rgba(10, 37, 64, 0.08) !important;
  border-radius: 24px !important;
  overflow: hidden;
  position: relative;
}

.igt-premium-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 93, 4, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.igt-premium-cta .call-text span {
  color: #e85d04 !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.igt-premium-cta .call-text h2 {
  color: #0a2540 !important;
}

.igt-premium-cta .call-shape img {
  opacity: 0.06;
  filter: none;
}

.igt-premium-cta .igt-cta-img {
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.igt-premium-cta .igt-cta-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center;
}

/* ---- Image frame ---- */
.igt-img-frame {
  position: relative;
  width: 100%;
  line-height: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(10, 37, 64, 0.14);
  background: #021428;
}

.igt-img-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(232, 93, 4, 0.5), rgba(10, 37, 64, 0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}

.igt-img-frame img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.igt-img-frame:hover img {
  transform: scale(1.02);
}

/* ---- Breadcrumb premium ---- */
body.igt-premium .breadcrumb {
  background-image: none !important;
  background: linear-gradient(135deg, #0a2540 0%, #134074 100%) !important;
  position: relative;
  overflow: hidden;
}

body.igt-premium .breadcrumb::before {
  background: radial-gradient(circle at 70% 30%, rgba(232, 93, 4, 0.18) 0%, transparent 50%) !important;
  opacity: 1 !important;
}

body.igt-premium .breadcrumb__title {
  color: #ffffff !important;
  font-weight: 700;
}

body.igt-premium .breadcrumb__link,
body.igt-premium .breadcrumb__item,
body.igt-premium .breadcrumb__item-text {
  color: rgba(255, 255, 255, 0.75) !important;
}

body.igt-premium .breadcrumb__link:hover {
  color: #fbbf24 !important;
}

/* ---- Accordion premium ---- */
body.igt-premium .custom--accordion .accordion-item {
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 0.75rem;
  border: 1px solid #e8edf3 !important;
  box-shadow: 0 4px 16px rgba(10, 37, 64, 0.04);
}

body.igt-premium .custom--accordion .accordion-button {
  font-weight: 600;
  color: #0a2540 !important;
  box-shadow: none !important;
}

body.igt-premium .custom--accordion .accordion-button:not(.collapsed) {
  background: var(--gradient-soft) !important;
  color: #c2410c !important;
}

/* ---- Tables premium ---- */
.igt-table {
  border-radius: 18px !important;
  box-shadow: 0 16px 48px rgba(10, 37, 64, 0.08) !important;
}

.igt-table thead {
  background: linear-gradient(135deg, #0a2540, #134074) !important;
}

/* ---- Ticker (light bar below stats) ---- */
.text-slide-section.igt-ticker-bar,
.text-slide-section.bg--base.igt-ticker-bar {
  background: #ffffff !important;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(10, 37, 64, 0.04);
}

.text-slide-section.igt-ticker-bar .slide-text-black,
.text-slide-section.igt-ticker-bar .slide-text-stock {
  color: #0a2540 !important;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.text-slide-section.igt-ticker-bar .slide-text-stock {
  -webkit-text-stroke-color: rgba(10, 37, 64, 0.15) !important;
}

.text-slide-section.igt-ticker-bar .slide-icon img {
  filter: brightness(0) saturate(100%) invert(42%) sepia(93%) saturate(1200%) hue-rotate(4deg) brightness(95%) contrast(101%);
  opacity: 0.85;
}

/* ---- Tagline banner premium ---- */
.igt-tagline-banner {
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 20px rgba(10, 37, 64, 0.06);
}

/* ---- Content blocks ---- */
.igt-content-block {
  padding: 1.5rem 0;
}

.igt-commitment-card {
  border-radius: 20px !important;
  box-shadow: 0 16px 48px rgba(10, 37, 64, 0.08) !important;
}

.igt-highlight-box {
  border-radius: 0 14px 14px 0;
}

@media (max-width: 991px) {
  .igt-stats-bar {
    margin-top: 0;
  }

  .igt-hero-premium:not(.igt-hero-banner) {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .igt-hero-banner.igt-hero-premium {
    min-height: auto !important;
    padding-bottom: 0.5rem !important;
  }

  .igt-pricing-featured {
    transform: none;
  }
}

@media (max-width: 575px) {
  .igt-stats-bar__inner {
    padding: 1.5rem 1rem;
  }

  .igt-stat-item__value {
    font-size: 1.5rem;
  }
}
