:root {
  --primary: #102f7a;
  --secondary: #a97817;
  --accent: #f1c44a;
  --ink: #0b1d33;
  --muted: #000;
  --light: #f8f4e7;
  --white: #ffffff;
  --radius: 18px;
  --shadow: 0 14px 34px rgba(16, 47, 122, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #f8fbff 0%, #edf3fb 100%);
  line-height: 1.6;
}

img {
  width: 100%;
  display: block;
  border-radius: var(--radius);
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1140px, 92%);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 999;
  background:
    radial-gradient(circle at 92% 6%, rgba(180, 136, 47, 0.28), transparent 30%),
    linear-gradient(90deg, rgba(8, 21, 35, 0.97), rgba(11, 29, 51, 0.95), rgba(15, 39, 66, 0.92));
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(8px);
}

.nav-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-weight: 700;
}

.brand-icon {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  color: var(--primary);
  background: #fff;
}

.site-nav {
  display: flex;
  gap: 10px;
}

.site-nav a {
  color: #f2fbff;
  font-weight: 500;
  padding: 9px 14px;
  border-radius: 10px;
  transition: 0.25s ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.nav-toggle {
  display: none;
  color: #fff;
  background: transparent;
  border: 0;
  font-size: 23px;
}

.hero-slider {
  position: relative;
  min-height: 74vh;
  overflow: hidden;
}

.hero-slider::before,
.hero-slider::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
  background:
    linear-gradient(to right, transparent 0%, rgba(255, 239, 186, 0.9) 48%, #fff 50%, rgba(255, 239, 186, 0.9) 52%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, rgba(255, 239, 186, 0.9) 48%, #fff 50%, rgba(255, 239, 186, 0.9) 52%, transparent 100%),
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 10%, rgba(255, 231, 156, 0.7) 20%, transparent 45%);
  filter: drop-shadow(0 0 10px rgba(255, 221, 120, 0.28));
  transform: scale(0.6) rotate(0deg);
}

.hero-slider .slides::after {
  content: "";
  position: absolute;
  inset: -12% -20%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.32;
  background:
    linear-gradient(
      115deg,
      transparent 28%,
      rgba(255, 255, 255, 0.03) 36%,
      rgba(255, 243, 205, 0.08) 41%,
      rgba(255, 223, 132, 0.14) 45%,
      rgba(255, 255, 255, 0.3) 49%,
      rgba(255, 230, 154, 0.16) 53%,
      rgba(255, 247, 226, 0.08) 57%,
      rgba(255, 255, 255, 0.03) 62%,
      transparent 70%
    );
  transform: translateX(-58%) skewX(-12deg);
  filter: blur(0.4px) drop-shadow(0 0 12px rgba(255, 228, 146, 0.16));
  animation: heroGlossSweep 11.5s ease-in-out infinite;
}

.hero-slider::before {
  top: 18%;
  right: 16%;
  animation: heroCrossSparkleA 4.8s ease-in-out infinite;
}

.hero-slider::after {
  top: 58%;
  left: 10%;
  width: 42px;
  height: 42px;
  animation: heroCrossSparkleB 5.4s ease-in-out infinite 0.8s;
}

.slides {
  position: relative;
  min-height: 74vh;
  overflow: hidden;
}

.hero-slider .slides::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
  background:
    radial-gradient(circle at 8% 16%, rgba(255,255,255,0.95) 0 1px, transparent 2px),
    radial-gradient(circle at 18% 28%, rgba(255,225,140,0.95) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 27% 12%, rgba(255,255,255,0.9) 0 0.9px, transparent 2px),
    radial-gradient(circle at 36% 24%, rgba(255,238,178,0.95) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 47% 15%, rgba(255,255,255,0.85) 0 0.9px, transparent 2px),
    radial-gradient(circle at 58% 30%, rgba(255,223,132,0.95) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 69% 18%, rgba(255,255,255,0.95) 0 1px, transparent 2.1px),
    radial-gradient(circle at 79% 26%, rgba(255,241,200,0.95) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 88% 14%, rgba(255,255,255,0.9) 0 1px, transparent 2px),
    radial-gradient(circle at 14% 64%, rgba(255,255,255,0.85) 0 0.9px, transparent 2px),
    radial-gradient(circle at 31% 72%, rgba(255,224,137,0.95) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 49% 68%, rgba(255,255,255,0.9) 0 1px, transparent 2.1px),
    radial-gradient(circle at 66% 74%, rgba(255,233,170,0.95) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 82% 66%, rgba(255,255,255,0.9) 0 0.9px, transparent 2px),
    radial-gradient(circle at 93% 76%, rgba(255,222,130,0.9) 0 1px, transparent 2.1px);
  animation: heroSparkleField 5.5s ease-in-out infinite alternate;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.75s ease;
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: center;
}

.slide.active {
  opacity: 1;
  visibility: visible;
}

.slide h1,
.slide h2,
.slide p {
  max-width: 760px;
  color: #fff;
}

.slide h1,
.slide h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.15;
  margin: 0 0 12px;
}

.slide p {
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  display: flex;
  gap: 9px;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(10, 25, 48, 0.42);
  color: #fff;
  cursor: pointer;
  z-index: 3;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-prev {
  left: 18px;
}

.hero-next {
  right: 18px;
}

.hero-arrow:hover {
  transform: translateY(-50%) scale(1.08);
  background: rgba(10, 25, 48, 0.62);
}

.hero-dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
}

.hero-dots button.active {
  background: #fff;
}

.section {
  padding: 35px 0;
}

.section h2 {
  margin-top: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  line-height: 1.2;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
}

.section-head p {
  color: var(--muted);
}

.split-block {
  background: linear-gradient(120deg, #ffffff, #f2f7fd);
}

.split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.split-content p,
.split-content li {
  color: var(--muted);
}

.split-content ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}

.split-content li {
  margin-bottom: 10px;
}

.split-content i {
  color: var(--accent);
  margin-right: 8px;
}

.features {
  background: linear-gradient(180deg, #edf3fb, #f7faff);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  padding: 24px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-top: 4px solid var(--primary);
}

.card i {
  font-size: 24px;
  color: var(--secondary);
}

.card p {
  color: var(--muted);
}

.stats {
  background:
    radial-gradient(circle at 18% 10%, rgba(180, 136, 47, 0.22), transparent 36%),
    linear-gradient(115deg, #081523, #0f2742, #1a2230);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stats-grid div {
  padding: 20px 14px;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.stats-grid h3,
.stats-grid p {
  margin: 0;
  color: #fff;
}

.mini-slider-wrap {
  background: linear-gradient(180deg, #eef6ff, #ffffff);
}

.mini-slider {
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow);
  border: 1px solid #cfe4ff;
  padding: 0 44px;
  scrollbar-width: none;
}

.mini-slider::-webkit-scrollbar {
  display: none;
}

.mini-slider-wrap-box {
  position: relative;
}

.mini-track {
  display: flex;
  width: max-content;
}

.mini-item {
  min-width: 220px;
  padding: 18px;
  color: var(--primary);
  font-weight: 700;
  border-right: 1px solid #d6e8ff;
}

.mini-arrow,
.company-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 0;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 8px 18px rgba(15, 76, 92, 0.26);
}

.mini-prev {
  left: 8px;
}

.mini-next {
  right: 8px;
}

.company-slider-section {
  background: linear-gradient(180deg, #f2fbff, #e7f2ff);
}

.company-slider-wrap {
  position: relative;
}

.company-slider {
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #d4e6ff;
  box-shadow: var(--shadow);
  padding: 16px 44px;
  scrollbar-width: none;
}

.company-slider::-webkit-scrollbar {
  display: none;
}

.company-track {
  display: flex;
  width: max-content;
  gap: 12px;
}

.company-card {
  min-width: 180px;
  background: linear-gradient(180deg, #ffffff, #f3f9ff);
  border: 1px solid #d9e9ff;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: floatCard 3.6s ease-in-out infinite;
}

.company-card img {
  width: 100%;
  height: 104px;
  margin: 0 0 10px;
  object-fit: cover;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dbe8f9;
}

.company-card h4 {
  margin: 0;
  color: var(--primary);
}

.company-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(12, 54, 92, 0.16);
}

.company-prev {
  left: 8px;
}

.company-next {
  right: 8px;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes trackMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.process {
  background: linear-gradient(180deg, #f9fbff, #eff4fa);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.steps-grid article {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px;
}

.steps-grid span {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--secondary);
  font-size: 26px;
  font-weight: 800;
}

.testimonials {
  background: linear-gradient(140deg, #f4f8fd, #edf3fb);
}

.testimonials .card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quote {
  border-top-color: var(--accent);
}

.quote p {
  font-style: italic;
}

.cta {
  background: linear-gradient(180deg, #ffffff, #edf4fb);
}

.cta-box {
  background:
    radial-gradient(circle at 15% 15%, rgba(180, 136, 47, 0.2), transparent 34%),
    linear-gradient(125deg, #081523, #0f2742 58%, #1b2431);
  color: #fff;
  border-radius: 24px;
  text-align: center;
  padding: 50px 18px;
  box-shadow: var(--shadow);
}

.btn-primary,
.btn-outline {
  display: inline-block;
  padding: 11px 22px;
  border-radius: 10px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover,
.btn-outline:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: #fff;
  color: var(--primary);
}

.btn-outline {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.page-hero {
  padding: 58px 0 40px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.hero-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(17, 34, 52, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  padding: 6px 12px;
}

.uniform-hero {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 255, 255, 0.22), transparent 36%),
    radial-gradient(circle at 85% 25%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(120deg, #081523, #0f2742 52%, #1b2431 78%, #b4882f);
}

.uniform-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 16px;
  align-items: center;
  text-align: left;
}

.uniform-copy p {
  max-width: 620px;
}

.uniform-media {
  position: relative;
  max-width: 320px;
  margin-left: auto;
}

.uniform-media img {
  border: 4px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2);
}

.uniform-overlay {
  position: absolute;
  right: 16px;
  bottom: 16px;
  max-width: 130px;
  background: rgba(11, 29, 51, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  backdrop-filter: blur(4px);
}

.uniform-overlay h4,
.uniform-overlay p {
  margin: 0;
}

.uniform-overlay p {
  margin-top: 4px;
  font-size: 13px;
  opacity: 0.92;
}

.reveal,
.reveal-delay {
  opacity: 0;
  transform: translateY(22px);
}

.in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-delay.in-view {
  transition-delay: 0.2s;
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

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

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.about-story {
  background: #ffffff;
}

.about-pillars {
  background: linear-gradient(180deg, #eef6ff, #fbfdff);
}

.mission-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.about-values {
  background: linear-gradient(180deg, #eff4fb, #f8fbff);
}

.plans-pricing {
  background: linear-gradient(180deg, #f8fbff, #eef4fb);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.price-card {
  position: relative;
  background: #fff;
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.price-card .price {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--primary);
}

.price-card ul {
  color: var(--muted);
  min-height: 162px;
}

.price-card.highlight {
  border: 2px solid var(--secondary);
}

.badge {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 12px;
  color: #fff;
  background: var(--secondary);
  border-radius: 999px;
  padding: 6px 10px;
}

.plans-benefits {
  background: linear-gradient(180deg, #f5f8fd, #ffffff);
}

.contact-main {
  background: linear-gradient(180deg, #f8fbff, #f1f6fc);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}

.contact-form .alert {
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  margin-bottom: 12px;
  border: 1px solid transparent;
}

.contact-form .alert.error {
  background: rgba(155, 33, 49, 0.14);
  color: #ffd6de;
  border-color: rgba(255, 111, 132, 0.28);
}

.contact-form .alert.success {
  background: rgba(15, 107, 66, 0.16);
  color: #cbffe7;
  border-color: rgba(111, 255, 189, 0.22);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #d2e0ee;
  padding: 12px;
  margin-bottom: 12px;
  font-family: inherit;
}

.contact-map {
  background: linear-gradient(180deg, #edf3fb, #fff);
}

.map-wrap iframe {
  width: 100%;
  height: 370px;
  border-radius: var(--radius);
  border: 0;
  box-shadow: var(--shadow);
}

.site-footer {
  margin-top: 40px;
  background:
    radial-gradient(circle at 88% 18%, rgba(180, 136, 47, 0.2), transparent 34%),
    linear-gradient(115deg, #071321, #0b1d33, #0f2742);
  color: #d3e8ee;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 46px 0 30px;
}

.site-footer h3,
.site-footer h4 {
  color: #fff;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer li {
  margin-bottom: 8px;
}

.site-footer a {
  color: #d3e8ee;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Public pages: make background white */
html,
body {
  background: #ffffff !important;
}

.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map,
.stats,
.uniform-hero,
.cta-box {
  background: #ffffff !important;
}

.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.social-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: #fff !important;
  transition: transform 0.2s ease;
}

.social-icon:hover {
  transform: translateY(-2px);
}

.social-icon.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

.social-icon.youtube {
  background: #ff0000;
}

.social-icon.twitter {
  background: #000000;
}

.copyright {
  text-align: center;
  padding: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.floating-tools {
  position: fixed;
  right: 16px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 1001;
}

.floating-tools .translate-toggle { order: 1; }

.floating-tools .whatsapp-float { order: 2; }

.floating-tools .live-chat-launcher { order: 3; }

.translate-toggle,
.whatsapp-float {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
  box-shadow: var(--shadow);
}

.translate-toggle {
  color: #fff;
  background: linear-gradient(125deg, var(--primary), var(--accent));
  font-size: 24px;
}

.translate-panel {
  position: absolute;
  right: 0;
  bottom: 118px;
  display: none;
  width: 240px;
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  box-shadow: var(--shadow);
  border: 1px solid #d7e6f7;
}

.translate-panel.open {
  display: block;
}

.translate-panel p {
  margin: 0 0 8px;
  font-size: 13px;
  color: var(--muted);
}

.translate-box {
  min-height: 28px;
  width: 100%;
}

.goog-te-gadget {
  font-family: 'Outfit', sans-serif !important;
  color: var(--ink) !important;
  font-size: 0 !important;
}

.goog-te-gadget-icon {
  display: none !important;
}

.goog-logo-link,
.goog-te-gadget span,
#google_translate_element .skiptranslate span {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

iframe.goog-te-banner-frame {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-ORHb,
.skiptranslate iframe {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
}

html[style],
body[style] {
  top: 0 !important;
}

.goog-te-gadget .goog-te-combo {
  width: 100%;
  border: 1px solid #c6d9f1;
  border-radius: 8px;
  padding: 8px 10px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  color: var(--ink);
  outline: none;
}

.whatsapp-float {
  color: #fff;
  background: #25d366;
  font-size: 30px;
}

@media (max-width: 992px) {
  .card-grid,
  .steps-grid,
  .stats-grid,
  .pricing-grid,
  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-grid,
  .contact-grid,
  .uniform-hero-grid {
    grid-template-columns: 1fr;
  }

  .uniform-hero-grid {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 78px;
    right: 0;
    width: min(300px, 88%);
    background: linear-gradient(135deg, var(--primary), var(--accent));
    padding: 14px;
    border-radius: 0 0 0 15px;
    box-shadow: var(--shadow);
    flex-direction: column;
  }

  .site-nav.open {
    display: flex;
  }

  .hero-slider,
  .slides {
    min-height: 66vh;
  }

  .hero-arrow {
    width: 36px;
    height: 36px;
  }

  .hero-prev {
    left: 10px;
  }

  .hero-next {
    right: 10px;
  }

  .company-slider {
    padding: 16px 38px;
  }

  .mini-slider {
    padding: 0 38px;
  }

  .mini-arrow,
  .company-arrow {
    width: 30px;
    height: 30px;
  }

  .page-hero {
    padding: 48px 0 34px;
  }

  .card-grid,
  .steps-grid,
  .stats-grid,
  .pricing-grid,
  .mission-grid,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .floating-tools {
    right: 12px;
    bottom: 12px;
  }

  .translate-panel {
    width: 210px;
    bottom: 108px;
  }

  .uniform-overlay {
    right: 12px;
    left: 12px;
    max-width: 130px;
    margin: 0 auto;
  }
}

/* Luxury dark glass + navy + gold global theme overrides */
:root {
  --primary: #102f7a;
  --secondary: #b98922;
  --accent: #f1c44a;
  --ink: #f8f2df;
  --muted: #c2cbde;
  --light: #0a1633;
  --white: #0d1f4f;
  --radius: 18px;
  --shadow: 0 22px 46px rgba(0, 0, 0, 0.38);
}

html,
body {
  background:
    radial-gradient(circle at 14% 8%, rgba(241, 207, 121, 0.1), transparent 36%),
    radial-gradient(circle at 86% 14%, rgba(86, 117, 201, 0.12), transparent 34%),
    linear-gradient(180deg, #050b15 0%, #07101d 48%, #050a13 100%);
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
  opacity: 0.35;
  z-index: -1;
}

::selection {
  background: rgba(241, 207, 121, 0.28);
  color: #fff8e6;
}

a {
  color: inherit;
}

.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map {
  background:
    radial-gradient(circle at 10% 10%, rgba(241, 207, 121, 0.06), transparent 38%),
    radial-gradient(circle at 88% 16%, rgba(94, 124, 205, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(8, 15, 27, 0.92), rgba(6, 11, 20, 0.96)) !important;
  color: var(--ink);
}

.section-head p,
.split-content p,
.split-content li,
.card p,
.price-card ul,
.translate-panel p,
.copyright p {
  color: var(--muted);
}

.site-header {
  position: sticky;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% -10%, rgba(255, 218, 126, 0.28), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(241, 207, 121, 0.24), transparent 34%),
    radial-gradient(circle at 50% 120%, rgba(63, 97, 173, 0.16), transparent 44%),
    linear-gradient(115deg, rgba(27, 19, 7, 0.9), rgba(11, 16, 28, 0.86), rgba(6, 13, 24, 0.9)) !important;
  border-bottom: 1px solid rgba(241, 207, 121, 0.38);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px) saturate(138%);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(255, 235, 182, 0.08), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 48%);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(241, 207, 121, 0.6), transparent);
  pointer-events: none;
}

.nav-wrap {
  min-height: 84px;
}

.brand {
  color: #fff3c2;
  text-shadow: 0 0 16px rgba(241, 207, 121, 0.22);
}

.brand-icon {
  color: #231500;
  background: linear-gradient(160deg, #f8dd98, #cc9b31);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 8px 18px rgba(207, 167, 74, 0.24);
  border: 1px solid rgba(255, 236, 186, 0.4);
}

.site-nav a {
  position: relative;
  color: #f6e3aa;
  border: 1px solid rgba(241, 207, 121, 0.08);
  background: rgba(241, 207, 121, 0.03);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(241, 207, 121, 0), rgba(255, 223, 140, 0.95), rgba(241, 207, 121, 0));
  transform: scaleX(0.2);
  transform-origin: center;
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.site-nav a:hover,
.site-nav a.active {
  background: linear-gradient(135deg, rgba(241, 207, 121, 0.16), rgba(241, 207, 121, 0.07));
  border-color: rgba(241, 207, 121, 0.42);
  color: #fff6d1;
  box-shadow:
    inset 0 0 0 1px rgba(241, 207, 121, 0.12),
    0 8px 16px rgba(199, 145, 38, 0.12);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
  opacity: 1;
}

.nav-toggle {
  display: none;
  border: 1px solid rgba(241, 207, 121, 0.42);
  border-radius: 12px;
  width: 42px;
  height: 42px;
  place-items: center;
  background: linear-gradient(135deg, rgba(241, 207, 121, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 0 0 1px rgba(241, 207, 121, 0.08);
}

.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 14, 0.86), rgba(4, 7, 14, 0.36) 58%, rgba(4, 7, 14, 0.6)),
    radial-gradient(circle at 78% 24%, rgba(241, 207, 121, 0.12), transparent 34%);
  z-index: 0;
}

.hero-slider .slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 1) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 28% 70%, rgba(255, 222, 133, 1) 0 1.5px, transparent 2.8px),
    radial-gradient(circle at 43% 34%, rgba(255, 255, 255, 0.9) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 61% 18%, rgba(248, 215, 130, 0.95) 0 1.4px, transparent 2.6px),
    radial-gradient(circle at 74% 58%, rgba(255, 255, 255, 1) 0 1.4px, transparent 2.6px),
    radial-gradient(circle at 86% 28%, rgba(255, 247, 224, 1) 0 1.2px, transparent 2.4px),
    radial-gradient(circle at 9% 84%, rgba(255, 255, 255, 0.85) 0 1.1px, transparent 2.2px),
    radial-gradient(circle at 54% 82%, rgba(255, 219, 120, 0.95) 0 1.4px, transparent 2.6px),
    radial-gradient(circle at 92% 78%, rgba(255, 255, 255, 0.9) 0 1.2px, transparent 2.4px),
    linear-gradient(120deg,
      transparent 18%,
      rgba(255, 255, 255, 0.05) 32%,
      rgba(255, 248, 219, 0.18) 38%,
      rgba(255, 228, 147, 0.26) 42%,
      rgba(255, 255, 255, 0.09) 47%,
      transparent 62%);
  background-repeat: no-repeat;
  animation: heroTwinkle 4.8s ease-in-out infinite alternate, heroShineSweep 7.5s linear infinite;
}

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

@keyframes heroTwinkle {
  0% {
    opacity: 0.72;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.18);
  }
  100% {
    opacity: 0.8;
    filter: brightness(1.04);
  }
}

@keyframes heroSparkleField {
  0% {
    opacity: 0.45;
    filter: brightness(0.95) drop-shadow(0 0 2px rgba(255, 237, 184, 0.2));
    transform: translate3d(0, 0, 0) scale(1);
  }
  30% {
    opacity: 0.95;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 227, 145, 0.28));
  }
  55% {
    opacity: 0.62;
    filter: brightness(1.02) drop-shadow(0 0 3px rgba(255, 255, 255, 0.16));
    transform: translate3d(0, -2px, 0) scale(1.01);
  }
  100% {
    opacity: 0.9;
    filter: brightness(1.15) drop-shadow(0 0 10px rgba(255, 223, 132, 0.24));
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroShineSweep {
  0% {
    background-position:
      0 0, 0 0, 0 0, 0 0, 0 0,
      0 0, 0 0, 0 0, 0 0,
      -260px 0;
  }
  100% {
    background-position:
      0 0, 0 0, 0 0, 0 0, 0 0,
      0 0, 0 0, 0 0, 0 0,
      260px 0;
  }
}

@keyframes heroGlossSweep {
  0% {
    opacity: 0;
    transform: translateX(-68%) skewX(-12deg);
  }
  14% {
    opacity: 0.12;
  }
  30% {
    opacity: 0.34;
  }
  46% {
    opacity: 0.28;
    transform: translateX(-10%) skewX(-12deg);
  }
  62% {
    opacity: 0.36;
    transform: translateX(20%) skewX(-12deg);
  }
  78% {
    opacity: 0.14;
  }
  100% {
    opacity: 0;
    transform: translateX(74%) skewX(-12deg);
  }
}

@keyframes heroCrossSparkleA {
  0%, 18%, 100% {
    opacity: 0;
    transform: translate3d(-10px, 8px, 0) scale(0.55) rotate(0deg);
    filter: drop-shadow(0 0 6px rgba(255, 221, 120, 0.18));
  }
  24% {
    opacity: 0.55;
    transform: translate3d(0px, 0px, 0) scale(0.9) rotate(8deg);
  }
  30% {
    opacity: 1;
    transform: translate3d(12px, -10px, 0) scale(1.14) rotate(12deg);
    filter: drop-shadow(0 0 18px rgba(255, 226, 137, 0.36));
  }
  38% {
    opacity: 0.65;
    transform: translate3d(20px, -18px, 0) scale(0.88) rotate(4deg);
  }
  46% {
    opacity: 0;
    transform: translate3d(28px, -24px, 0) scale(0.6) rotate(0deg);
  }
}

@keyframes heroCrossSparkleB {
  0%, 26%, 100% {
    opacity: 0;
    transform: translate3d(12px, 10px, 0) scale(0.5) rotate(0deg);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.14));
  }
  34% {
    opacity: 0.5;
    transform: translate3d(0px, 0px, 0) scale(0.82) rotate(-6deg);
  }
  40% {
    opacity: 0.95;
    transform: translate3d(-14px, -8px, 0) scale(1.08) rotate(-10deg);
    filter: drop-shadow(0 0 14px rgba(255, 232, 152, 0.34));
  }
  48% {
    opacity: 0.55;
    transform: translate3d(-22px, -16px, 0) scale(0.84) rotate(-4deg);
  }
  56% {
    opacity: 0;
    transform: translate3d(-28px, -20px, 0) scale(0.55) rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider::before,
  .hero-slider::after,
  .hero-slider .slides::before,
  .hero-slider .slides::after,
  .hero-slider .slide::after {
    animation: none;
    opacity: 0.7;
  }
}

.hero-arrow {
  border: 1px solid rgba(241, 207, 121, 0.4);
  background: rgba(9, 18, 34, 0.55);
  backdrop-filter: blur(8px);
}

.hero-dots button {
  background: rgba(241, 207, 121, 0.32);
  box-shadow: 0 0 0 1px rgba(241, 207, 121, 0.18);
}

.hero-dots button.active {
  background: linear-gradient(135deg, #f8dd98, #c9972f);
}

.card,
.steps-grid article,
.price-card,
.contact-form,
.company-slider,
.mini-slider,
.stats-grid div,
.company-card,
.translate-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(8, 16, 30, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.card,
.steps-grid article,
.price-card,
.contact-form,
.company-card {
  color: var(--ink);
}

.card {
  border-top: 2px solid rgba(241, 207, 121, 0.7);
}

.card i,
.steps-grid span,
.split-content i,
.price-card .price,
.company-card h4 {
  color: var(--accent);
}

.stats {
  background:
    radial-gradient(circle at 18% 10%, rgba(241, 207, 121, 0.14), transparent 40%),
    radial-gradient(circle at 83% 18%, rgba(86, 117, 201, 0.12), transparent 38%),
    linear-gradient(120deg, #050b15, #091424, #070e1a) !important;
}

.stats-grid div {
  border: 1px solid rgba(241, 207, 121, 0.2);
}

.mini-item {
  color: #f3d892;
  border-right-color: rgba(241, 207, 121, 0.15);
}

.mini-arrow,
.company-arrow,
.translate-toggle {
  background: linear-gradient(135deg, #f8df9e 0%, #d4a13b 48%, #b57e1f 100%);
  color: #221300;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 10px 24px rgba(181, 126, 31, 0.22);
}

.company-card {
  border-color: rgba(241, 207, 121, 0.16);
}

.company-card img {
  border-color: rgba(241, 207, 121, 0.2);
  background: rgba(255, 255, 255, 0.03);
}

.company-card:hover {
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.34);
  border-color: rgba(241, 207, 121, 0.28);
}

.cta-box,
.uniform-hero {
  background:
    radial-gradient(circle at 14% 14%, rgba(241, 207, 121, 0.14), transparent 36%),
    radial-gradient(circle at 82% 22%, rgba(93, 124, 209, 0.14), transparent 34%),
    linear-gradient(130deg, rgba(6, 10, 18, 0.9), rgba(10, 18, 32, 0.86), rgba(8, 12, 22, 0.92)) !important;
  border: 1px solid rgba(241, 207, 121, 0.14);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.36);
}

.hero-tag,
.uniform-overlay {
  background: rgba(7, 13, 24, 0.62);
  border-color: rgba(241, 207, 121, 0.28);
  color: #fff4d0;
  backdrop-filter: blur(10px);
}

.uniform-media img {
  border-color: rgba(241, 207, 121, 0.22);
}

.btn-primary {
  background: linear-gradient(135deg, #f8df9e, #d5a240 55%, #bb8423);
  color: #231400;
  border: 1px solid rgba(255, 240, 203, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 10px 22px rgba(187, 132, 35, 0.2);
}

.btn-outline {
  border: 1px solid rgba(241, 207, 121, 0.38);
  color: #f7dda0;
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline:hover {
  background: rgba(241, 207, 121, 0.08);
}

.price-card.highlight {
  border: 1px solid rgba(241, 207, 121, 0.4);
  box-shadow:
    0 0 0 1px rgba(241, 207, 121, 0.12),
    var(--shadow);
}

.badge {
  color: #231400;
  background: linear-gradient(135deg, #f8df9e, #cb9832);
  box-shadow: 0 6px 16px rgba(203, 152, 50, 0.18);
}

.contact-form input,
.contact-form textarea,
.goog-te-gadget .goog-te-combo {
  background: rgba(5, 11, 21, 0.78);
  border: 1px solid rgba(241, 207, 121, 0.16);
  color: #f6efdb;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9eadc3;
}

.contact-form input:focus,
.contact-form textarea:focus,
.goog-te-gadget .goog-te-combo:focus {
  border-color: rgba(241, 207, 121, 0.44);
  box-shadow: 0 0 0 4px rgba(241, 207, 121, 0.08);
  outline: none;
}

.map-wrap iframe {
  border: 1px solid rgba(241, 207, 121, 0.14);
  box-shadow: var(--shadow);
  filter: saturate(0.82) contrast(1.02) brightness(0.92);
}

.site-footer {
  margin-top: 48px;
  background:
    radial-gradient(circle at 86% 16%, rgba(241, 207, 121, 0.14), transparent 34%),
    linear-gradient(115deg, #04080f, #07101d, #060b14) !important;
  color: #d6c9a7;
  border-top: 1px solid rgba(241, 207, 121, 0.12);
}

.site-footer h3,
.site-footer h4 {
  color: #fff1c8;
}

.site-footer a {
  color: #e7d7ae;
}

.site-footer a:hover {
  color: #ffeab7;
}

.social-icon {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(241, 207, 121, 0.2);
  color: #f4d689 !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.social-icon:hover {
  background: rgba(241, 207, 121, 0.08) !important;
  border-color: rgba(241, 207, 121, 0.34);
}

.copyright {
  border-top: 1px solid rgba(241, 207, 121, 0.12);
}

.translate-panel {
  border-color: rgba(241, 207, 121, 0.14);
}

.whatsapp-float {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

@media (max-width: 768px) {
  .nav-toggle {
    display: grid;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav {
    background:
      linear-gradient(180deg, rgba(7, 13, 24, 0.95), rgba(8, 16, 30, 0.92)) !important;
    border: 1px solid rgba(241, 207, 121, 0.16);
    border-top: 0;
    backdrop-filter: blur(14px);
  }
}

/* Ink blue + dark gold palette retune */
:root {
  --primary: #102f7a;   /* royal blue */
  --secondary: #b98922; /* dark gold */
  --accent: #f1c44a;    /* gold highlight */
  --ink: #f5edd8;
  --muted: #c2cbde;
  --light: #0a1633;
  --white: #0d1f4f;
}

html,
body {
  background:
    radial-gradient(circle at 12% 6%, rgba(216, 177, 95, 0.08), transparent 38%),
    radial-gradient(circle at 86% 14%, rgba(72, 108, 172, 0.1), transparent 34%),
    linear-gradient(180deg, #040a14 0%, #071226 52%, #050c18 100%);
}

.site-header {
  background:
    radial-gradient(circle at 12% -10%, rgba(216, 177, 95, 0.2), transparent 42%),
    radial-gradient(circle at 88% 8%, rgba(156, 116, 38, 0.22), transparent 34%),
    radial-gradient(circle at 50% 120%, rgba(54, 86, 145, 0.14), transparent 44%),
    linear-gradient(115deg, rgba(18, 14, 8, 0.9), rgba(7, 16, 31, 0.88), rgba(5, 12, 24, 0.92)) !important;
  border-bottom-color: rgba(216, 177, 95, 0.28);
}

.brand {
  color: #f8e6bb;
}

.brand-icon {
  background: linear-gradient(160deg, #e2bd73, #9c7426);
  color: #231600;
}

.site-nav a {
  color: #edd39a;
  border-color: rgba(216, 177, 95, 0.1);
  background: rgba(216, 177, 95, 0.035);
}

.site-nav a:hover,
.site-nav a.active {
  background: linear-gradient(135deg, rgba(216, 177, 95, 0.18), rgba(156, 116, 38, 0.09));
  border-color: rgba(216, 177, 95, 0.36);
  color: #fff0c8;
}

.site-nav a::after {
  background: linear-gradient(90deg, rgba(216, 177, 95, 0), rgba(216, 177, 95, 0.95), rgba(216, 177, 95, 0));
}

.btn-primary,
.btn-outline,
.mini-arrow,
.company-arrow,
.translate-toggle,
.nav-toggle,
.hero-arrow,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg, #e7c37b 0%, #c0913e 52%, #8c6420 100%) !important;
  color: #1f1403 !important;
  border: 1px solid rgba(245, 223, 173, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    0 10px 22px rgba(140, 100, 32, 0.24) !important;
}

.btn-outline:hover,
.btn-primary:hover,
.mini-arrow:hover,
.company-arrow:hover,
.translate-toggle:hover,
.nav-toggle:hover,
.hero-arrow:hover,
button[type="submit"]:hover,
input[type="submit"]:hover {
  filter: brightness(1.05);
}

.hero-arrow {
  transform: translateY(-50%);
}

.card i,
.steps-grid span,
.split-content i,
.price-card .price,
.company-card h4,
.mini-item {
  color: #d8b15f;
}

.badge {
  background: linear-gradient(135deg, #e4c076, #a37729) !important;
  color: #221500;
}

.site-footer h3,
.site-footer h4,
.site-footer a:hover {
  color: #f2d595;
}

.social-icon {
  color: #dfb967 !important;
  border-color: rgba(216, 177, 95, 0.24);
}

/* Mobile menu fix + stronger gold form controls */
.nav-wrap {
  position: relative;
}

@media (max-width: 768px) {
  .site-header {
    overflow: visible !important;
  }

  .site-nav {
    top: calc(100% + 8px);
    right: 0;
    z-index: 1200;
    width: min(340px, 92vw);
    border-radius: 14px;
  }

  .site-nav a {
    display: block;
    width: 100%;
  }

  .nav-toggle {
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
}

.contact-form input,
.contact-form select,
.contact-form textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea,
.goog-te-gadget .goog-te-combo {
  background: linear-gradient(180deg, rgba(13, 24, 42, 0.96), rgba(8, 16, 30, 0.94)) !important;
  border: 1px solid rgba(216, 177, 95, 0.28) !important;
  color: #f7edd4 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    inset 0 0 0 1px rgba(216, 177, 95, 0.03);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder,
input::placeholder,
textarea::placeholder {
  color: #baa980;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
input:focus,
select:focus,
textarea:focus,
.goog-te-gadget .goog-te-combo:focus {
  border-color: rgba(216, 177, 95, 0.58) !important;
  box-shadow:
    0 0 0 4px rgba(156, 116, 38, 0.15),
    0 0 0 1px rgba(216, 177, 95, 0.22) !important;
  outline: none;
}

/* Header logo image + bigger bold title */
.brand {
  gap: 14px;
}

.brand-icon.brand-logo-wrap {
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(231, 195, 123, 0.25), rgba(140, 100, 32, 0.18));
  border: 1px solid rgba(216, 177, 95, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.32);
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  display: block;
  filter: contrast(1.07) saturate(1.04);
}

.brand-text {
  font-size: clamp(1rem, 1.15vw + 0.65rem, 1.45rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: #f8e6bb;
  text-transform: uppercase;
  text-shadow:
    0 0 14px rgba(216, 177, 95, 0.14),
    0 1px 0 rgba(0, 0, 0, 0.32);
}

@media (max-width: 992px) {
  .brand-icon.brand-logo-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
  }

  .brand-text {
    font-size: clamp(0.95rem, 1.4vw + 0.55rem, 1.12rem);
    letter-spacing: 0.01em;
  }
}

@media (max-width: 768px) {
  .brand {
    gap: 10px;
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand-icon.brand-logo-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .brand-text {
    font-size: 0.92rem;
    line-height: 1.08;
    white-space: normal;
    text-transform: none;
    font-weight: 800;
  }
}

/* Final design cleanup: ink blue site + text-only gold nav + better logo fit */
:root {
  --primary: #102f7a;
  --secondary: #b98922;
  --accent: #f1c44a;
  --ink: #f3ead4;
  --muted: #c2cbde;
  --light: #0a1633;
  --white: #0d1f4f;
}

html,
body {
  background:
    radial-gradient(circle at 12% 8%, rgba(215, 175, 95, 0.06), transparent 40%),
    radial-gradient(circle at 88% 14%, rgba(73, 110, 176, 0.08), transparent 36%),
    linear-gradient(180deg, #040b16 0%, #061224 55%, #040b15 100%) !important;
}

.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map {
  background:
    radial-gradient(circle at 9% 10%, rgba(215, 175, 95, 0.04), transparent 38%),
    linear-gradient(180deg, rgba(7, 17, 33, 0.96), rgba(5, 12, 24, 0.97)) !important;
}

.site-header {
  background:
    radial-gradient(circle at 14% -10%, rgba(215, 175, 95, 0.16), transparent 40%),
    radial-gradient(circle at 86% 8%, rgba(143, 104, 36, 0.18), transparent 34%),
    linear-gradient(115deg, rgba(10, 19, 36, 0.92), rgba(6, 14, 27, 0.94), rgba(5, 11, 21, 0.96)) !important;
  border-bottom: 1px solid rgba(215, 175, 95, 0.2) !important;
}

.brand {
  gap: 12px;
}

.brand-icon.brand-logo-wrap {
  width: 126px;
  height: 52px;
  border-radius: 12px;
  background: rgba(4, 9, 18, 0.9);
  border: 1px solid rgba(215, 175, 95, 0.28);
  padding: 4px 6px;
}

.brand-logo-img {
  object-fit: contain;
  object-position: center;
  filter: contrast(1.06) saturate(1.02);
}

.brand-text {
  font-size: clamp(1.05rem, 1.15vw + 0.7rem, 1.38rem);
  font-weight: 900;
  text-transform: none;
  color: #f1dfb2;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.38),
    0 0 10px rgba(215, 175, 95, 0.12),
    0 0 22px rgba(215, 175, 95, 0.07);
}

/* Desktop header nav: text style (no boxes), gold hover/active */
@media (min-width: 769px) {
  .site-nav {
    gap: 18px;
    align-items: center;
  }

  .site-nav a {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
    border-radius: 0 !important;
    color: #d9c08a !important;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .site-nav a::after {
    left: 0 !important;
    right: 0 !important;
    bottom: -2px !important;
    height: 2px;
    background: linear-gradient(90deg, rgba(215, 175, 95, 0), rgba(215, 175, 95, 0.95), rgba(215, 175, 95, 0)) !important;
  }

  .site-nav a:hover,
  .site-nav a.active {
    color: #f4d892 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    text-shadow: 0 0 10px rgba(215, 175, 95, 0.14);
  }

  .site-nav a.active {
    font-weight: 700;
  }
}

.btn-primary,
.btn-outline,
.mini-arrow,
.company-arrow,
.translate-toggle,
.nav-toggle,
.hero-arrow,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg, #e0bc72 0%, #bb8d3d 52%, #855d1f 100%) !important;
  color: #1d1202 !important;
  border: 1px solid rgba(241, 221, 176, 0.28) !important;
}

.btn-outline {
  color: #1d1202 !important;
}

.contact-form,
.card,
.steps-grid article,
.price-card,
.company-card,
.mini-slider,
.company-slider,
.translate-panel,
.stats-grid div {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(7, 16, 31, 0.8) !important;
  border-color: rgba(215, 175, 95, 0.12) !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea,
.goog-te-gadget .goog-te-combo {
  border-color: rgba(215, 175, 95, 0.24) !important;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
input:focus,
select:focus,
textarea:focus,
.goog-te-gadget .goog-te-combo:focus {
  border-color: rgba(215, 175, 95, 0.52) !important;
  box-shadow:
    0 0 0 4px rgba(143, 104, 36, 0.14),
    0 0 0 1px rgba(215, 175, 95, 0.2) !important;
}

@media (max-width: 768px) {
  .brand-icon.brand-logo-wrap {
    width: 94px;
    height: 42px;
    padding: 3px 5px;
    border-radius: 10px;
  }

  .brand-text {
    font-size: 0.9rem;
    color: #ecd49b;
  }
}

/* Final header + UI polish: one-line desktop nav, ink blue luxury, logo fit */
@media (min-width: 769px) {
  .nav-wrap {
    min-height: 86px;
    gap: 16px;
  }

  .brand {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 36%;
  }

  .brand-icon.brand-logo-wrap {
    width: 116px !important;
    height: 46px !important;
    padding: 3px 5px !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, rgba(8, 15, 28, 0.98), rgba(6, 11, 22, 0.95)) !important;
    border: 1px solid rgba(215, 175, 95, 0.3) !important;
  }

  .brand-logo-img {
    object-fit: contain !important;
    object-position: center center !important;
    filter: contrast(1.08) saturate(1.05) drop-shadow(0 0 8px rgba(215, 175, 95, 0.08));
  }

  .brand-text {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #f2ddb0 !important;
  }

  .site-nav {
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    gap: 12px !important;
    min-width: 0;
  }

  .site-nav a {
    white-space: nowrap;
    font-size: 0.9rem !important;
    line-height: 1.1;
    padding: 6px 0 !important;
    letter-spacing: 0.01em;
  }
}

/* Ink blue page polish */
body {
  background:
    radial-gradient(circle at 10% 8%, rgba(215, 175, 95, 0.05), transparent 40%),
    radial-gradient(circle at 90% 12%, rgba(70, 107, 171, 0.1), transparent 38%),
    linear-gradient(180deg, #040b16 0%, #061224 52%, #040a14 100%) !important;
}

.section h2,
.section h3,
.section h4 {
  color: #f2e5c4;
}

.section-head p,
.split-content p,
.split-content li,
.card p,
.price-card ul,
.contact-form p {
  color: #b7c0cf !important;
}

.card,
.steps-grid article,
.price-card,
.contact-form,
.company-card,
.mini-slider,
.company-slider,
.translate-panel {
  border: 1px solid rgba(215, 175, 95, 0.14) !important;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.02) !important;
}

.site-footer {
  background:
    radial-gradient(circle at 84% 18%, rgba(215, 175, 95, 0.1), transparent 34%),
    linear-gradient(115deg, #040911, #061020, #050b15) !important;
}

/* Header redesign polish: premium gold nav + cleaner desktop layout */
.site-header {
  backdrop-filter: blur(16px) saturate(135%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.nav-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 18px;
}

.brand {
  min-width: 0;
  gap: 12px;
}

.brand-icon.brand-logo-wrap {
  background:
    radial-gradient(circle at 30% 20%, rgba(215, 175, 95, 0.16), transparent 60%),
    linear-gradient(180deg, rgba(7, 14, 27, 0.98), rgba(5, 10, 20, 0.96)) !important;
  border: 1px solid rgba(215, 175, 95, 0.34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(215, 175, 95, 0.06);
}

.brand-logo-img {
  object-fit: contain !important;
  object-position: center !important;
  filter: contrast(1.08) saturate(1.06);
}

.brand-text {
  font-weight: 800 !important;
  color: #f1ddb0 !important;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.38),
    0 0 12px rgba(215, 175, 95, 0.14),
    0 0 24px rgba(215, 175, 95, 0.08);
}

@media (min-width: 769px) {
  .nav-wrap {
    min-height: 110px;
    grid-template-columns: auto minmax(0, 1fr);
  }

  .brand {
    max-width: 360px;
  }

  .brand-icon.brand-logo-wrap {
    width: 112px !important;
    height: 46px !important;
    padding: 3px 5px !important;
    border-radius: 10px !important;
  }

  .brand-text {
    font-size: 1rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .site-nav {
    justify-self: end;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap !important;
    gap: 14px !important;
    min-width: 0;
    white-space: nowrap;
  }

  .site-nav a {
    position: relative;
    padding: 8px 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #d9c089 !important;
    font-size: 0.92rem !important;
    font-weight: 600 !important;
    line-height: 1.1;
    transition: color 0.22s ease, text-shadow 0.22s ease;
  }

  .site-nav a::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: 50%;
    height: 28px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(215, 175, 95, 0.08), transparent 70%);
    opacity: 0;
    transition: opacity 0.22s ease;
    pointer-events: none;
  }

  .site-nav a::after {
    left: 0 !important;
    right: 0 !important;
    bottom: -4px !important;
    height: 2px !important;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(215, 175, 95, 0), rgba(215, 175, 95, 1), rgba(215, 175, 95, 0)) !important;
    transform: scaleX(0.2);
    opacity: 0;
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: #f3d791 !important;
    text-shadow: 0 0 10px rgba(215, 175, 95, 0.14);
    outline: none;
  }

  .site-nav a:hover::before,
  .site-nav a:focus-visible::before {
    opacity: 1;
  }

  .site-nav a:hover::after,
  .site-nav a:focus-visible::after {
    transform: scaleX(1);
    opacity: 1;
  }

  .site-nav a.active {
    color: #f5dc9f !important;
    font-weight: 700 !important;
    text-shadow: 0 0 12px rgba(215, 175, 95, 0.16);
  }

  .site-nav a.active::before {
    opacity: 0.95;
  }

  .site-nav a.active::after {
    transform: scaleX(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .nav-wrap {
    grid-template-columns: 1fr auto;
    column-gap: 10px;
  }

  .brand {
    max-width: calc(100% - 8px);
  }

  .brand-icon.brand-logo-wrap {
    width: 90px !important;
    height: 40px !important;
    padding: 3px 4px !important;
  }

  .brand-text {
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    color: #edd19a !important;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dfb86d, #b88433, #845b1d) !important;
    color: #211302 !important;
    border: 1px solid rgba(241, 221, 176, 0.28) !important;
  }
}

/* Header text visibility + richer gold nav */
@media (min-width: 769px) {
  .nav-wrap {
    grid-template-columns: minmax(320px, 460px) minmax(0, 1fr) !important;
    column-gap: 20px !important;
  }

  .brand {
    max-width: none !important;
    min-width: 320px;
  }

  .brand-icon.brand-logo-wrap {
    width: 104px !important;
    height: 44px !important;
    flex-shrink: 0;
  }

  .brand-logo-img {
    object-position: 60% center !important;
  }

  .brand-text {
    white-space: nowrap !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 1.03rem !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    color: #f3dfac !important;
    text-shadow:
      0 1px 0 rgba(0, 0, 0, 0.42),
      0 0 12px rgba(215, 175, 95, 0.18),
      0 0 24px rgba(215, 175, 95, 0.08) !important;
  }

  .site-nav {
    gap: 16px !important;
  }

  .site-nav a {
    color: #e5c983 !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    text-shadow: 0 0 8px rgba(215, 175, 95, 0.06);
  }

  .site-nav a::before {
    background: radial-gradient(circle, rgba(215, 175, 95, 0.14), transparent 72%) !important;
  }

  .site-nav a::after {
    height: 2.5px !important;
    background: linear-gradient(90deg, rgba(215, 175, 95, 0), rgba(233, 196, 112, 1), rgba(215, 175, 95, 0)) !important;
    box-shadow: 0 0 10px rgba(215, 175, 95, 0.2);
  }

  .site-nav a:hover,
  .site-nav a:focus-visible {
    color: #f4d78e !important;
    text-shadow: 0 0 12px rgba(215, 175, 95, 0.2);
  }

  .site-nav a.active {
    color: #ffe1a0 !important;
    text-shadow: 0 0 14px rgba(215, 175, 95, 0.24);
  }
}

@media (min-width: 992px) and (max-width: 1220px) {
  .brand-text {
    font-size: 0.94rem !important;
  }

  .site-nav {
    gap: 12px !important;
  }

  .site-nav a {
    font-size: 0.93rem !important;
  }
}

/* Logo only (no background box/frame) */
.brand-icon.brand-logo-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.brand-logo-img {
  background: transparent !important;
  border-radius: 0 !important;
  display: block;
}

@media (min-width: 769px) {
  .brand-icon.brand-logo-wrap {
    width: 168px !important;
    height: 58px !important;
    overflow: visible !important;
    flex-shrink: 0;
  }

  .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: contrast(1.08) saturate(1.08) drop-shadow(0 0 10px rgba(215, 175, 95, 0.12)) !important;
  }
}

@media (max-width: 768px) {
  .brand-icon.brand-logo-wrap {
    width: 124px !important;
    height: 42px !important;
    overflow: visible !important;
  }

  .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
  }
}

/* Final logo clarity + reduced logo/text gap */
.brand {
  gap: 6px !important;
}

.brand-text {
  margin-left: 0 !important;
}

@media (min-width: 769px) {
  .brand-icon.brand-logo-wrap {
    width: 176px !important;
    height: 60px !important;
  }

  .brand-logo-img {
    image-rendering: auto;
    filter: contrast(1.12) saturate(1.12) brightness(1.03) drop-shadow(0 0 10px rgba(215, 175, 95, 0.16)) !important;
  }
}

@media (max-width: 768px) {
  .brand {
    gap: 4px !important;
  }

  .brand-icon.brand-logo-wrap {
    width: 118px !important;
    height: 40px !important;
  }

  .brand-logo-img {
    filter: contrast(1.1) saturate(1.08) brightness(1.02) !important;
  }
}

/* FORCE header logo visibility + reduced gap (final override) */
header.site-header {
  overflow: visible !important;
}

header.site-header .nav-wrap a.brand {
  gap: 0 !important;
  align-items: center !important;
}

header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-right: 0 !important;
  overflow: visible !important;
}

header.site-header .nav-wrap a.brand .brand-logo-img {
  display: block !important;
  width: 95% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: translateY(-16px) !important;
  filter: contrast(1.16) saturate(1.14) brightness(1.05) drop-shadow(0 0 12px rgba(215, 175, 95, 0.2)) !important;
}

header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
  transform: translateY(-1px) !important;
}

header.site-header .nav-wrap a.brand .brand-text {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 769px) {
  header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
    width: 132px !important;
    height: 84px !important;
    flex: 0 0 132px !important;
    transform: translateY(-1px) !important;
  }

  header.site-header .nav-wrap a.brand .brand-text {
    font-size: 1.02rem !important;
    line-height: 1.05 !important;
    margin-left: -2px !important;
  }
}

@media (max-width: 768px) {
  header.site-header .nav-wrap a.brand {
    gap: 2px !important;
  }

  header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
    width: 84px !important;
    height: 52px !important;
    flex: 0 0 84px !important;
    transform: translateY(0) !important;
  }
}

/* Match header text color to logo gold */
header.site-header .brand-text {
  color: #e7c774 !important;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.42),
    0 0 10px rgba(231, 199, 116, 0.16),
    0 0 20px rgba(231, 199, 116, 0.08) !important;
}

header.site-header .site-nav a {
  color: #e7c774 !important;
}

header.site-header .site-nav a:hover,
header.site-header .site-nav a:focus-visible,
header.site-header .site-nav a.active {
  color: #f1d28a !important;
  text-shadow: 0 0 12px rgba(231, 199, 116, 0.2) !important;
}

header.site-header .site-nav a::after {
  background: linear-gradient(90deg, rgba(231, 199, 116, 0), rgba(231, 199, 116, 1), rgba(231, 199, 116, 0)) !important;
  box-shadow: 0 0 10px rgba(231, 199, 116, 0.22);
}

/* ABSOLUTE FINAL MOBILE HEADER FIX (logo + title fit) */
@media (max-width: 768px) {
  html body header.site-header .nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 74px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  html body header.site-header .nav-wrap > a.brand {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 52px) !important;
    margin: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-icon.brand-logo-wrap {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex: 0 0 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    filter: contrast(1.08) saturate(1.08) brightness(1.03) !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.76rem !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  html body header.site-header .nav-wrap .nav-toggle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex: 0 0 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

/* About page: make "Who We Are" heading larger */
.about-story .split-content h2 {
  font-size: clamp(2.1rem, 3.2vw, 2.9rem) !important;
  line-height: 1.14 !important;
  font-weight: 800 !important;
}

/* Plans page: larger section headings */
.plans-pricing .section-head h2,
.plans-benefits .split-content h2 {
  font-size: clamp(2rem, 3vw, 2.7rem) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
}

/* Plans page: slightly larger price text */
.plans-pricing .price-card .price {
  font-size: clamp(1.45rem, 1.2vw, 1.75rem) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

/* MOBILE HEADER REWRITE ONLY (desktop unchanged) */
@media (max-width: 768px) {
  header.site-header {
    overflow: visible !important;
  }

  header.site-header .nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-height: 64px !important;
    padding: 8px 10px !important;
  }

  header.site-header .nav-wrap > a.brand {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 46px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  header.site-header .nav-wrap > a.brand .brand-icon.brand-logo-wrap {
    width: 86px !important;
    height: 30px !important;
    min-width: 86px !important;
    flex: 0 0 86px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: hidden !important;
  }

  header.site-header .nav-wrap > a.brand .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    filter: none !important;
  }

  header.site-header .nav-wrap > a.brand .brand-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: 0 !important;
  }

  header.site-header .nav-wrap .nav-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    flex: 0 0 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
  }
}

/* MOBILE HEADER TRUE FINAL: crop logo to globe + clean text/hamburger */
@media (max-width: 768px) {
  html body header.site-header .nav-wrap > a.brand {
    gap: 6px !important;
    max-width: calc(100% - 48px) !important;
    margin-left: 0 !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-icon.brand-logo-wrap {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    flex: 0 0 34px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    background: rgba(0, 0, 0, 0.22) !important;
    border: 1px solid rgba(232, 194, 85, 0.3) !important;
    box-shadow: none !important;
    padding: 0 !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-logo-img {
    width: 34px !important;
    height: 34px !important;
    object-fit: cover !important;
    object-position: center 22% !important;
    transform: none !important;
    filter: none !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-text {
    font-size: 0.84rem !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    color: #f2cf72 !important;
  }

  html body header.site-header .nav-wrap .nav-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }
}

/* MOBILE HEADER ZOOM-SAFE FINAL (no logo cut) */
@media (max-width: 768px) {
  html body header.site-header .nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 6px !important;
    min-height: 64px !important;
    padding: 8px 10px !important;
  }

  html body header.site-header .nav-wrap > a.brand {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 46px) !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-icon.brand-logo-wrap {
    width: auto !important;
    height: 34px !important;
    min-width: 34px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: visible !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-logo-img {
    width: auto !important;
    height: 34px !important;
    max-width: 110px !important;
    display: block !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    filter: none !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.8rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    letter-spacing: 0 !important;
  }

  html body header.site-header .nav-wrap .nav-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex: 0 0 38px !important;
    margin: 0 !important;
    border-radius: 10px !important;
  }
}

/* Final override: move whole desktop nav to left */
@media (min-width: 769px) {
  header.site-header .site-nav {
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
    justify-self: start !important;
    padding-left: 8px !important;
    padding-right: 0 !important;
  }
}

/* Final override: move whole desktop nav fully to right */
@media (min-width: 769px) {
  header.site-header .site-nav {
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    padding-left: 0 !important;
    padding-right: 30px !important;
  }
}

/* Final mobile header logo fix (reset conflicting transforms/offsets) */
@media (max-width: 768px) {
  header.site-header .nav-wrap {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 8px !important;
  }

  header.site-header .nav-wrap a.brand {
    margin-left: 0 !important;
    max-width: calc(100% - 50px) !important;
    gap: 6px !important;
    align-items: center !important;
  }

  header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
    width: 88px !important;
    height: 44px !important;
    flex: 0 0 88px !important;
    margin: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }

  header.site-header .nav-wrap a.brand .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    filter: contrast(1.08) saturate(1.06) brightness(1.03) !important;
  }

  header.site-header .nav-wrap a.brand .brand-text {
    font-size: 0.92rem !important;
    line-height: 1.05 !important;
    margin-left: 0 !important;
  }

  header.site-header .nav-toggle {
    margin-left: auto !important;
    flex-shrink: 0 !important;
  }
}

/* Absolute final mobile header fit fix */
@media (max-width: 768px) {
  html body header.site-header .nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 72px !important;
    grid-template-columns: none !important;
  }

  html body header.site-header .nav-wrap a.brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 54px) !important;
    margin: 0 !important;
    gap: 6px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  html body header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
    width: 72px !important;
    height: 36px !important;
    flex: 0 0 72px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html body header.site-header .nav-wrap a.brand .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
    display: block !important;
  }

  html body header.site-header .nav-wrap a.brand .brand-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    font-size: 0.74rem !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  html body header.site-header .nav-toggle {
    flex: 0 0 42px !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
  }
}

/* Final navbar font-size match with brand text */
header.site-header .site-nav a {
  font-size: 1.2rem !important;
  line-height: 1.08 !important;
}

@media (min-width: 769px) {
  header.site-header .site-nav a {
    font-size: 1.38rem !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 768px) {
  header.site-header .site-nav a {
    font-size: 1.08rem !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
  }
}

/* Header overlap fix: keep brand large, reduce nav text/spacing */
header.site-header .site-nav a {
  font-size: 0.98rem !important;
  line-height: 1.1 !important;
}

@media (min-width: 769px) {
  header.site-header .site-nav {
    gap: 8px !important;
  }

  header.site-header .site-nav a {
    font-size: 0.92rem !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
    padding: 6px 0 !important;
  }
}

@media (max-width: 768px) {
  header.site-header .site-nav a {
    font-size: 0.95rem !important;
    line-height: 1.1 !important;
    font-weight: 600 !important;
  }
}

/* Move desktop nav to the right */
@media (min-width: 769px) {
  header.site-header .site-nav {
    margin-left: auto !important;
    justify-content: flex-end !important;
    justify-self: end !important;
  }
}

/* Give more room to desktop nav by tightening brand width */
@media (min-width: 769px) {
  header.site-header .nav-wrap {
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  header.site-header .brand {
    min-width: 240px !important;
    max-width: 320px !important;
  }
}

/* Push nav more right and increase nav font size (desktop) */
@media (min-width: 769px) {
  header.site-header .nav-wrap {
    grid-template-columns: minmax(150px, 210px) minmax(0, 1fr) !important;
    column-gap: 4px !important;
  }

  header.site-header .brand {
    min-width: 150px !important;
    max-width: 210px !important;
  }

  header.site-header .site-nav {
    margin-left: auto !important;
    justify-content: flex-end !important;
    justify-self: end !important;
    gap: 22px !important;
    padding-right: 30px !important;
  }

  header.site-header .site-nav a {
    font-size: 1rem !important;
    line-height: 1.08 !important;
    font-weight: 700 !important;
    padding: 6px 2px !important;
  }
}

/* Final header brand text size increase */
header.site-header .brand-text {
  font-size: 1.12rem !important;
  line-height: 1.08 !important;
}

@media (min-width: 769px) {
  header.site-header .nav-wrap a.brand .brand-text {
    font-size: 1.24rem !important;
    line-height: 1.06 !important;
  }
}

@media (max-width: 768px) {
  header.site-header .brand-text {
    font-size: 1rem !important;
    line-height: 1.08 !important;
  }
}

/* Extra header brand text increase */
header.site-header .brand-text {
  font-size: 1.2rem !important;
  line-height: 1.08 !important;
}

@media (min-width: 769px) {
  header.site-header .nav-wrap a.brand .brand-text {
    font-size: 1.38rem !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
  }
}

@media (max-width: 768px) {
  header.site-header .brand-text {
    font-size: 1.08rem !important;
    line-height: 1.08 !important;
    font-weight: 800 !important;
  }
}

/* Slightly move header logo to the right */
header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
  margin-left: 6px !important;
}

header.site-header .nav-wrap a.brand .brand-logo-img {
  transform: translate(4px, -16px) !important;
}

@media (max-width: 768px) {
  header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
    margin-left: 4px !important;
  }

  header.site-header .nav-wrap a.brand .brand-logo-img {
    transform: translate(2px, 0) !important;
  }
}

/* Move header logo + brand text slightly to the left */
header.site-header .nav-wrap a.brand {
  margin-left: -130px !important;
}

header.site-header .nav-wrap a.brand .brand-icon.brand-logo-wrap {
  margin-left: 0 !important;
}

header.site-header .nav-wrap a.brand .brand-logo-img {
  transform: translate(0, -16px) !important;
}

@media (max-width: 768px) {
  header.site-header .nav-wrap a.brand {
    margin-left: -44px !important;
  }

  header.site-header .nav-wrap a.brand .brand-logo-img {
    transform: translate(0, 0) !important;
  }
}

/* Final global blue+gold theme override (image-matched palette) */
:root {
  --primary: #0f2f7a;
  --secondary: #b8871f;
  --accent: #e8c255;
  --ink: #f3e7c7;
  --muted: #c0c9dd;
  --light: #081a45;
  --white: #0c214f;
}

html,
body {
  background:
    radial-gradient(circle at 96% 4%, rgba(232, 194, 85, 0.22), transparent 14%),
    radial-gradient(circle at 14% 8%, rgba(232, 194, 85, 0.05), transparent 34%),
    linear-gradient(180deg, #081a45 0%, #0b2360 52%, #081b46 100%) !important;
  color: var(--ink) !important;
}

.site-header {
  background:
    radial-gradient(circle at 96% -8%, rgba(232, 194, 85, 0.3), transparent 26%),
    linear-gradient(90deg, #0a2365 0%, #0f2f7a 55%, #0b2568 100%) !important;
  border-bottom: 1px solid rgba(232, 194, 85, 0.28) !important;
  box-shadow: 0 10px 24px rgba(3, 10, 28, 0.34) !important;
}

header.site-header .brand-text,
header.site-header .site-nav a {
  color: #e8c255 !important;
}

header.site-header .site-nav a:hover,
header.site-header .site-nav a:focus-visible,
header.site-header .site-nav a.active {
  color: #f3d784 !important;
}

header.site-header .site-nav a::after {
  background: linear-gradient(90deg, rgba(232, 194, 85, 0), rgba(232, 194, 85, 1), rgba(232, 194, 85, 0)) !important;
  box-shadow: 0 0 10px rgba(232, 194, 85, 0.28) !important;
}

.site-nav.open {
  background:
    radial-gradient(circle at 90% 10%, rgba(232, 194, 85, 0.16), transparent 34%),
    linear-gradient(180deg, #0c245f, #0a1f53) !important;
  border: 1px solid rgba(232, 194, 85, 0.22);
}

.nav-toggle,
.translate-toggle,
.btn-primary,
.btn-outline,
.mini-arrow,
.company-arrow,
.hero-arrow,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg, #f0cf73 0%, #e8c255 46%, #b8871f 100%) !important;
  color: #1f1605 !important;
  border: 1px solid rgba(255, 237, 189, 0.3) !important;
}

.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map {
  background:
    radial-gradient(circle at 10% 8%, rgba(232, 194, 85, 0.04), transparent 35%),
    linear-gradient(180deg, rgba(8, 23, 60, 0.96), rgba(9, 27, 68, 0.96)) !important;
}

.card,
.steps-grid article,
.price-card,
.contact-form,
.company-card,
.mini-slider,
.company-slider,
.translate-panel,
.stats-grid div {
  background:
    radial-gradient(circle at 90% 8%, rgba(232, 194, 85, 0.06), transparent 38%),
    rgba(8, 23, 60, 0.86) !important;
  border: 1px solid rgba(232, 194, 85, 0.16) !important;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28) !important;
}

.section h2,
.section h3,
.section h4,
.price-card .price,
.company-card h4,
.contact-form h3 {
  color: #f3e7c7 !important;
}

.section-head p,
.split-content p,
.split-content li,
.card p,
.price-card ul,
.contact-form p,
.site-footer,
.site-footer a {
  color: #c0c9dd !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
textarea,
select,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  background: linear-gradient(180deg, rgba(7, 18, 47, 0.96), rgba(8, 20, 52, 0.96)) !important;
  border: 1px solid rgba(232, 194, 85, 0.22) !important;
  color: #f4ebd4 !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
textarea:focus,
select:focus,
input:focus {
  border-color: rgba(232, 194, 85, 0.5) !important;
  box-shadow:
    0 0 0 4px rgba(232, 194, 85, 0.11),
    0 0 0 1px rgba(232, 194, 85, 0.18) !important;
}

/* Auth/register inputs: force white fields on public pages */
.auth-form input,
.auth-form select,
.auth-form textarea {
  background: #ffffff !important;
  color: #0b1d33 !important;
  border: 1px solid #d7e4f5 !important;
}

.auth-form input::placeholder,
.auth-form textarea::placeholder {
  color: #6b7a90 !important;
}

.cta-box,
.stats,
.uniform-hero,
.site-footer {
  background:
    radial-gradient(circle at 92% 10%, rgba(232, 194, 85, 0.12), transparent 34%),
    linear-gradient(120deg, #081c4d, #0b2566 58%, #0f2f7a 100%) !important;
}

.site-footer h3,
.site-footer h4,
.site-footer a:hover {
  color: #f0cf73 !important;
}

/* Super-app inspired navy + metallic gold palette (final override) */
:root {
  --primary: #07206a;
  --secondary: #b78622;
  --accent: #f2cf72;
  --ink: #f4e6bd;
  --muted: #c8d0e3;
  --light: #06184f;
  --white: #0b225d;
}

html,
body {
  background:
    radial-gradient(circle at 12% 10%, rgba(242, 207, 114, 0.05), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(242, 207, 114, 0.12), transparent 18%),
    linear-gradient(180deg, #031247 0%, #061d63 52%, #041450 100%) !important;
  color: var(--ink) !important;
}

.site-header,
.cta-box,
.stats,
.uniform-hero,
.site-footer {
  background:
    radial-gradient(circle at 92% 10%, rgba(242, 207, 114, 0.18), transparent 28%),
    radial-gradient(circle at 18% -8%, rgba(242, 207, 114, 0.08), transparent 32%),
    linear-gradient(120deg, #031247 0%, #07206a 58%, #0a2a82 100%) !important;
  border-color: rgba(242, 207, 114, 0.24) !important;
}

header.site-header .brand-text,
header.site-header .site-nav a {
  color: #f2cf72 !important;
}

header.site-header .site-nav a:hover,
header.site-header .site-nav a:focus-visible,
header.site-header .site-nav a.active {
  color: #ffe7a8 !important;
}

header.site-header .site-nav a::after {
  background: linear-gradient(90deg, rgba(242, 207, 114, 0), rgba(242, 207, 114, 1), rgba(242, 207, 114, 0)) !important;
  box-shadow: 0 0 12px rgba(242, 207, 114, 0.34) !important;
}

.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map {
  background:
    radial-gradient(circle at 92% 6%, rgba(242, 207, 114, 0.04), transparent 30%),
    linear-gradient(180deg, rgba(4, 18, 71, 0.97), rgba(5, 21, 82, 0.97)) !important;
}

.card,
.steps-grid article,
.price-card,
.contact-form,
.company-card,
.mini-slider,
.company-slider,
.translate-panel,
.stats-grid div {
  background:
    radial-gradient(circle at 90% 10%, rgba(242, 207, 114, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(7, 27, 92, 0.88), rgba(5, 21, 76, 0.9)) !important;
  border: 1px solid rgba(242, 207, 114, 0.18) !important;
  box-shadow:
    0 18px 36px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.btn-primary,
.btn-outline,
.mini-arrow,
.company-arrow,
.translate-toggle,
.hero-arrow,
.nav-toggle,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(180deg, #f8dfa0 0%, #f2cf72 42%, #c08d2a 100%) !important;
  color: #241603 !important;
  border: 1px solid rgba(255, 241, 198, 0.35) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    0 10px 22px rgba(101, 70, 16, 0.28) !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select,
textarea,
select,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
  background: linear-gradient(180deg, rgba(4, 16, 58, 0.96), rgba(5, 18, 66, 0.96)) !important;
  border: 1px solid rgba(242, 207, 114, 0.2) !important;
  color: #f8edd0 !important;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
textarea:focus,
select:focus,
input:focus {
  border-color: rgba(242, 207, 114, 0.55) !important;
  box-shadow:
    0 0 0 4px rgba(242, 207, 114, 0.12),
    0 0 0 1px rgba(242, 207, 114, 0.24) !important;
}

/* Super-app UI polish (module cards + gold bars + app-like surfaces) */
.section .container,
.split-block .container,
.features .container,
.process .container,
.testimonials .container,
.plans-pricing .container,
.plans-benefits .container,
.contact-main .container {
  position: relative;
}

.section-head {
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(242, 207, 114, 0.14);
  background:
    radial-gradient(circle at 90% 8%, rgba(242, 207, 114, 0.06), transparent 38%),
    linear-gradient(180deg, rgba(7, 27, 92, 0.72), rgba(5, 21, 76, 0.78)) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.section-head h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
}

.section-head h2::after {
  content: "";
  display: block;
  width: 88px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 207, 114, 0), rgba(242, 207, 114, 1), rgba(242, 207, 114, 0));
  box-shadow: 0 0 12px rgba(242, 207, 114, 0.28);
}

.card,
.steps-grid article,
.price-card,
.company-card,
.contact-form {
  border-radius: 20px !important;
  overflow: hidden;
  position: relative;
}

.card::before,
.steps-grid article::before,
.price-card::before,
.company-card::before,
.contact-form::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, rgba(242, 207, 114, 0), rgba(242, 207, 114, 0.95), rgba(242, 207, 114, 0));
  opacity: 0.9;
}

.card i,
.steps-grid article i,
.contact-cards .card i {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 244, 208, 0.28), transparent 60%),
    linear-gradient(180deg, #f8dfa0 0%, #f2cf72 42%, #c08d2a 100%);
  color: #2a1a05 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 10px 18px rgba(101, 70, 16, 0.22);
}

.btn-primary,
.btn-outline {
  border-radius: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}

.btn-primary:hover,
.btn-outline:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    0 14px 24px rgba(101, 70, 16, 0.22) !important;
}

.hero-slider,
.mini-slider,
.company-slider,
.cta-box,
.map-wrap iframe {
  border-radius: 22px !important;
  border: 1px solid rgba(242, 207, 114, 0.16);
}

.mini-item,
.company-card,
.price-card .price,
.badge {
  color: #f4e6bd !important;
}

.price-card.highlight {
  border-color: rgba(242, 207, 114, 0.35) !important;
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.34),
    0 0 0 1px rgba(242, 207, 114, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.03) !important;
}

.badge {
  background: linear-gradient(180deg, #f8dfa0 0%, #f2cf72 42%, #c08d2a 100%) !important;
  color: #241603 !important;
  border: 1px solid rgba(255, 241, 198, 0.32);
}

.site-footer .footer-grid {
  border-top: 1px solid rgba(242, 207, 114, 0.14);
}

.social-icon {
  border: 1px solid rgba(242, 207, 114, 0.18) !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.translate-panel {
  border-radius: 16px !important;
  overflow: hidden;
}

.goog-te-gadget .goog-te-combo {
  border-radius: 12px !important;
}

@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    padding: 12px 12px;
    border-radius: 14px;
    margin-bottom: 20px;
  }

  .card,
  .steps-grid article,
  .price-card,
  .company-card,
  .contact-form,
  .hero-slider,
  .mini-slider,
  .company-slider,
  .cta-box {
    border-radius: 16px !important;
  }
}
/* FINAL mobile logo visibility fix: use wider logo box so full logo is visible */
@media (max-width: 768px) {
  html body header.site-header .nav-wrap > a.brand .brand-icon.brand-logo-wrap {
    width: 120px !important;
    height: 40px !important;
    min-width: 120px !important;
    flex: 0 0 120px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center center !important;
    margin: 0 !important;
    transform: none !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-text {
    font-size: 0.64rem !important;
    line-height: 1.02 !important;
    max-width: calc(100% - 120px - 8px) !important;
  }
}
/* Final content dropdown/select option visibility fix */
select,
select option,
select optgroup {
  color: #f8edd0 !important;
}

select option,
select optgroup {
  background-color: #0b225d !important;
}

select option:checked {
  background-color: #b78622 !important;
  color: #241603 !important;
}

.dropdown-menu {
  background: #071b52 !important;
  border: 1px solid rgba(242, 207, 114, 0.18) !important;
  color: #f2cf72 !important;
}

.dropdown-item {
  color: #f2cf72 !important;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active {
  background: rgba(242, 207, 114, 0.1) !important;
  color: #ffe7a8 !important;
}

@media (max-width: 768px) {
  header.site-header .nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: nowrap; }
  header.site-header a.brand { display: flex; align-items: center; gap: 10px; min-width: 0; flex: 1 1 auto; overflow: hidden; }
  header.site-header .brand-logo-wrap { width: auto; height: auto; min-width: 0; min-height: 0; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; overflow: visible; }
  header.site-header .brand-logo-img { width: auto; height: 44px; max-width: 96px; object-fit: contain; display: block; }
  header.site-header .brand-text { min-width: 0; font-size: 0.74rem; line-height: 1.15; white-space: normal; overflow-wrap: anywhere; }
  header.site-header .nav-toggle { flex: 0 0 auto; margin-left: 6px; }
}

@media (max-width: 360px) {
  header.site-header .brand-text { display: none; }
}
/* Final layout fixes: sticky footer on all public pages + hide header hamburger on desktop */
html,
body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body > main {
  flex: 1 0 auto;
}

body > footer.site-footer {
  margin-top: auto;
}

/* Footer typography normalization */
.site-footer h3,
.site-footer h4 {
  font-size: 1.1rem !important;
}

.site-footer p,
.site-footer li,
.site-footer li a {
  font-size: 1rem !important;
}

header.site-header .nav-toggle {
  display: none !important;
}

@media (max-width: 768px) {
  header.site-header .nav-toggle {
    display: inline-flex !important;
  }
}

/* Home sections (add-on) */
.highlight-strip {
  background: linear-gradient(135deg, rgba(8, 23, 60, 0.04), rgba(8, 23, 60, 0.02)) !important;
}
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  text-align: left;
}
.highlight-grid h2 { margin: 0 0 6px; color: var(--primary); font-size: 1.2rem; }
.highlight-grid p { margin: 0; color: var(--muted); }

.role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.role-card {
  background: #fff;
  border: 1px solid #e3eaf4;
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 700;
  color: var(--primary);
  box-shadow: var(--shadow);
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.spotlight-card {
  background: #fff;
  border: 1px solid #e3eaf4;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.flow-step {
  background: #fff;
  border: 1px solid #e3eaf4;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.flow-step span {
  display: inline-block;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 6px;
}
.flow-step h4 { margin: 0 0 6px; color: var(--primary); }
.flow-step p { margin: 0; color: var(--muted); }

.tool-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.tool-card {
  background: #fff;
  border: 1px solid #e3eaf4;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.tool-card h4 { margin: 0 0 6px; color: var(--primary); }
.tool-card p { margin: 0; color: var(--muted); }

.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.proof-card {
  background: #fff;
  border: 1px solid #e3eaf4;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  box-shadow: var(--shadow);
}
.proof-card strong { display: block; font-size: 1.4rem; color: var(--primary); }
.proof-card span { color: var(--muted); }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.faq-card {
  background: #fff;
  border: 1px solid #e3eaf4;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
}
.faq-card h4 { margin: 0 0 6px; color: var(--primary); }
.faq-card p { margin: 0; color: var(--muted); }

@media (max-width: 992px) {
  .highlight-grid,
  .role-grid,
  .spotlight-grid,
  .flow-grid,
  .tool-grid,
  .proof-grid,
  .faq-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .highlight-grid,
  .role-grid,
  .spotlight-grid,
  .flow-grid,
  .tool-grid,
  .proof-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
}

/* Home page redesign (main content only) */
.home-page {
  background:
    radial-gradient(circle at 12% 8%, rgba(240, 180, 41, 0.12), transparent 40%),
    radial-gradient(circle at 88% 6%, rgba(31, 122, 140, 0.10), transparent 45%),
    #f8fafc;
}

.home-page .section {
  padding: 46px 0;
}

.home-page .section:nth-of-type(even) {
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
}

.home-page .section:nth-of-type(odd) {
  background: #ffffff;
}

.home-page .section-head {
  background: #ffffff;
  border: 1px solid #e3eaf4;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(18, 32, 52, 0.12);
}

.home-page .section-head h2 {
  color: #1b2430;
}

.home-page .section-head p {
  color: #5c6a7c;
}

.home-page .hero-slider,
.home-page .slides {
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 22px 46px rgba(8, 20, 36, 0.22);
  margin: 24px auto 8px;
  width: min(1200px, 94%);
}

.home-page .slide h1,
.home-page .slide h2 {
  font-weight: 800;
  letter-spacing: 0.3px;
}

.home-page .split-grid {
  align-items: center;
}

.home-page .split-content h2 {
  color: #1b2430;
}

.home-page .split-content p,
.home-page .split-content li {
  color: #5c6a7c;
}

.home-page .card-grid .card,
.home-page .steps-grid article,
.home-page .price-card,
.home-page .company-card {
  background: #ffffff;
  border: 1px solid #e3eaf4;
  box-shadow: 0 16px 34px rgba(18, 32, 52, 0.12);
  border-radius: 20px;
}

.home-page .card i,
.home-page .steps-grid article span {
  background: linear-gradient(135deg, #f6d37a 0%, #f0b429 55%, #d89b1f 100%);
  color: #1f1605;
  border-radius: 14px;
  padding: 8px 10px;
  display: inline-block;
}

.home-page .card p {
  color: #5c6a7c;
}

.home-page .stats {
  background: linear-gradient(120deg, #ffffff, #f2f6fb) !important;
}

.home-page .stats-grid div {
  background: #ffffff;
  border: 1px solid #e3eaf4;
  box-shadow: 0 14px 30px rgba(18, 32, 52, 0.1);
}

.home-page .stats-grid h3 {
  color: #1b2430;
}

.home-page .stats-grid p {
  color: #5c6a7c;
}

.home-page .mini-slider,
.home-page .company-slider {
  background: #ffffff;
  border: 1px solid #e3eaf4;
  box-shadow: 0 16px 34px rgba(18, 32, 52, 0.12);
}

.home-page .mini-item {
  color: #1b2430;
}

.home-page .company-card h4 {
  color: #1b2430;
}

.home-page .testimonials .card.quote p {
  color: #334155;
}

.home-page .cta .cta-box {
  background: linear-gradient(120deg, #ffffff, #f7f4ed);
  border: 1px solid #e3eaf4;
  color: #1b2430;
  box-shadow: 0 18px 40px rgba(18, 32, 52, 0.14);
}

.home-page .cta .btn-primary {
  background: linear-gradient(135deg, #f6d37a 0%, #f0b429 55%, #d89b1f 100%);
  color: #1f1605;
  border: 1px solid rgba(216, 155, 31, 0.35);
  box-shadow: 0 12px 24px rgba(140, 95, 18, 0.2);
}

/* Home page redesign v2 (clean + high contrast) */
.home-page {
  background: #f7f8fb;
}

.home-page .section {
  background: transparent !important;
  padding: 56px 0;
}

.home-page .section:nth-of-type(even) {
  background: #ffffff !important;
}

.home-page .section:nth-of-type(odd) {
  background: #f3f6fb !important;
}

.home-page .section-head {
  background: #ffffff;
  border: 1px solid #e6edf7;
  box-shadow: 0 12px 26px rgba(12, 26, 44, 0.10);
}

.home-page .section-head h2 {
  color: #0f172a;
}

.home-page .section-head p {
  color: #475569;
}

.home-page .hero-slider,
.home-page .slides {
  width: min(1240px, 94%);
  border-radius: 28px;
  box-shadow: 0 20px 46px rgba(7, 18, 30, 0.20);
}

.home-page .slide h1,
.home-page .slide h2 {
  color: #ffffff;
}

.home-page .split-content h2,
.home-page .card h3,
.home-page .steps-grid h3 {
  color: #0f172a;
}

.home-page .split-content p,
.home-page .split-content li,
.home-page .card p,
.home-page .steps-grid p {
  color: #475569;
}

.home-page .card-grid .card,
.home-page .steps-grid article,
.home-page .company-card,
.home-page .mini-slider,
.home-page .company-slider {
  background: #ffffff;
  border: 1px solid #e6edf7;
  box-shadow: 0 12px 26px rgba(12, 26, 44, 0.10);
  border-radius: 18px;
}

.home-page .card i,
.home-page .steps-grid article span {
  background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
  color: #ffffff;
  border-radius: 12px;
  padding: 8px 10px;
}

.home-page .stats {
  background: #ffffff !important;
}

.home-page .stats-grid div {
  background: #ffffff;
  border: 1px solid #e6edf7;
  box-shadow: 0 10px 22px rgba(12, 26, 44, 0.10);
}

.home-page .stats-grid h3 {
  color: #0f172a;
}

.home-page .stats-grid p {
  color: #475569;
}

.home-page .testimonials .card.quote p,
.home-page .mini-item,
.home-page .company-card h4 {
  color: #1f2937;
}

.home-page .cta .cta-box {
  background: linear-gradient(135deg, #ffffff, #f7faff);
  border: 1px solid #e6edf7;
  color: #0f172a;
  box-shadow: 0 16px 36px rgba(12, 26, 44, 0.12);
}

.home-page .cta .btn-primary {
  background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
  color: #ffffff;
  border: 1px solid rgba(14, 165, 233, 0.35);
}

/* Home page redesign v3 (creative, no overlays on hero image) */
.home-page {
  background: #f6f7fb;
}

.home-page .hero-spotlight {
  padding: 48px 0 10px;
}

.home-page .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: center;
}

.home-page .hero-copy h1 {
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  line-height: 1.12;
  color: #0f172a;
}

.home-page .hero-copy p {
  color: #475569;
  font-size: 1.05rem;
}

.home-page .hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6edf7;
  color: #0f172a;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 10px 24px rgba(12, 26, 44, 0.08);
  margin-bottom: 14px;
}

.home-page .hero-actions {
  display: flex;
  gap: 12px;
  margin: 18px 0 22px;
  flex-wrap: wrap;
}

.home-page .hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid #e6edf7;
  background: #ffffff;
  color: #0f172a;
  box-shadow: 0 12px 26px rgba(12, 26, 44, 0.12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-page .hero-btn.primary {
  background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
  color: #ffffff;
  border-color: rgba(14, 165, 233, 0.35);
}

.home-page .hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(12, 26, 44, 0.16);
}

.home-page .hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.home-page .hero-metrics div {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 12px 24px rgba(12, 26, 44, 0.08);
}

.home-page .hero-metrics strong {
  display: block;
  font-size: 1.2rem;
  color: #0f172a;
}

.home-page .hero-metrics span {
  color: #475569;
  font-size: 0.85rem;
}

.home-page .hero-media {
  position: relative;
  display: grid;
  gap: 14px;
}

.home-page .hero-media img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 24px 50px rgba(8, 20, 36, 0.22);
}

.home-page .hero-card {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 16px 30px rgba(12, 26, 44, 0.12);
  animation: floatCard 5s ease-in-out infinite;
}

.home-page .hero-card h3 {
  margin: 0 0 6px;
  color: #0f172a;
}

.home-page .hero-card p {
  margin: 0;
  color: #475569;
}

.home-page .section {
  padding: 54px 0;
}

.home-page .section:nth-of-type(odd) {
  background: #ffffff !important;
}

.home-page .section:nth-of-type(even) {
  background: #f3f6fb !important;
}

.home-page .split-image img {
  border-radius: 22px;
  box-shadow: 0 20px 40px rgba(8, 20, 36, 0.18);
}

.home-page .card-grid .card,
.home-page .steps-grid article,
.home-page .company-card,
.home-page .mini-slider,
.home-page .company-slider {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 20px;
  box-shadow: 0 16px 32px rgba(12, 26, 44, 0.12);
}

.home-page .card i,
.home-page .steps-grid article span {
  background: linear-gradient(135deg, #0ea5e9 0%, #22c55e 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 8px 10px;
}

.home-page .stats-grid div {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 18px;
  box-shadow: 0 12px 26px rgba(12, 26, 44, 0.10);
}

.home-page .cta .cta-box {
  background: #ffffff;
  border: 1px solid #e6edf7;
  border-radius: 24px;
  box-shadow: 0 18px 36px rgba(12, 26, 44, 0.14);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

@media (max-width: 992px) {
  .home-page .hero-grid {
    grid-template-columns: 1fr;
  }
  .home-page .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-page .hero-metrics {
    grid-template-columns: 1fr;
  }
}

/* Final: alternate section backgrounds (all public pages) */
html,
body {
  background: #ffffff !important;
}

.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map,
.stats,
.uniform-hero,
.cta-box,
.page-hero,
.hero-slider,
.slides {
  background: #ffffff !important;
  background-image: none !important;
}

.section:nth-of-type(even),
.split-block:nth-of-type(even),
.features:nth-of-type(even),
.mini-slider-wrap:nth-of-type(even),
.company-slider-section:nth-of-type(even),
.process:nth-of-type(even),
.testimonials:nth-of-type(even),
.cta:nth-of-type(even),
.about-story:nth-of-type(even),
.about-pillars:nth-of-type(even),
.about-values:nth-of-type(even),
.plans-pricing:nth-of-type(even),
.plans-benefits:nth-of-type(even),
.contact-main:nth-of-type(even),
.contact-map:nth-of-type(even),
.stats:nth-of-type(even),
.uniform-hero:nth-of-type(even) {
  background: #f7f9ff !important;
}

/* Force auth/login/register inputs to white (final override) */
body .auth-form input,
body .auth-form select,
body .auth-form textarea {
  background: #ffffff !important;
  color: #0b1d33 !important;
  border: 1px solid #d7e4f5 !important;
}

body .auth-form input::placeholder,
body .auth-form textarea::placeholder {
  color: #6b7a90 !important;
}

/* Stronger auth input override */
body .auth-card .auth-form input,
body .auth-card .auth-form select,
body .auth-card .auth-form textarea {
  background: #ffffff !important;
  background-image: none !important;
  color: #0b1d33 !important;
  -webkit-text-fill-color: #0b1d33 !important;
  border: 1px solid #d7e4f5 !important;
  box-shadow: none !important;
}

body .auth-card .auth-form input[type="text"],
body .auth-card .auth-form input[type="email"],
body .auth-card .auth-form input[type="password"],
body .auth-card .auth-form input[type="tel"] {
  background: #ffffff !important;
  background-image: none !important;
  color: #0b1d33 !important;
  -webkit-text-fill-color: #0b1d33 !important;
  border: 1px solid #d7e4f5 !important;
}


/* Footer text visibility fix */
.site-footer,
.site-footer p,
.site-footer li,
.site-footer a,
.site-footer h3,
.site-footer h4 {
  color: #e9f5ff !important;
}

.site-footer a:hover {
  color: #ffffff !important;
}

/* ================================================================
   WHITE THEME - COMPLETE REDESIGN (Final Override)
   All dark-luxury rules above are cancelled by these declarations.
   ================================================================ */

/* --- Root Variables --- */
:root {
  --primary:       #102f7a;
  --primary-light: #1e4db7;
  --secondary:     #b98922;
  --accent:        #f1c44a;
  --ink:           #0b1d33;
  --muted:         #000;
  --light:         #f0f6ff;
  --white:         #ffffff;
  --radius:        16px;
  --shadow:        0 6px 28px rgba(16,47,122,.09);
  --shadow-hover:  0 16px 42px rgba(16,47,122,.18);
}

/* --- Base --- */
html, body {
  background: #ffffff !important;
  color: #0b1d33 !important;
}
body::before { display: none !important; }
::selection { background: rgba(16,47,122,.14); color: #0b1d33; }

/* --- All sections white --- */
.section,
.split-block,
.features,
.mini-slider-wrap,
.company-slider-section,
.process,
.testimonials,
.cta,
.about-story,
.about-pillars,
.about-values,
.plans-pricing,
.plans-benefits,
.contact-main,
.contact-map {
  background: #ffffff !important;
  color: #0b1d33 !important;
}

/* --- Alternate sections soft blue --- */
.highlight-strip,
.focus-roles,
.tools,
.mini-slider-wrap,
.testimonials,
.company-slider-section,
.process-flow,
.faq {
  background: #f4f8ff !important;
}

/* --- Stats navy gradient --- */
.stats {
  background: linear-gradient(135deg,#102f7a 0%,#1e4db7 100%) !important;
}
.stats-grid div {
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.2) !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}
.stats-grid h3 {
  color: #f1c44a !important;
  font-size: 2.2rem !important;
  margin: 0 0 4px !important;
}
.stats-grid p { color: rgba(255,255,255,.88) !important; margin: 0 !important; }

/* --- Typography --- */
.section h2, .section h3, .section h4 { color: #fff !important; }
.section-head p { color: #000 !important; }
.split-content p, .split-content li { color: #000 !important; }
.card p, .price-card ul, .contact-form p { color: #000 !important; }

/* Gradient underline on section headers */
.section-head h2 { position: relative; padding-bottom: 16px; }
.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 54px; height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg,#102f7a,#f1c44a);
}

/* --- Feature / generic cards --- */
.card {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  border-top: 3px solid #f1c44a !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  color: #0b1d33 !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.card:hover { transform: translateY(-5px) !important; box-shadow: var(--shadow-hover) !important; }
.card h3, .card h4 { color: #0b1d33 !important; }
.card i { color: #102f7a !important; font-size: 28px !important; }
.card p  { color: #000 !important; }

/* --- Step cards --- */
.steps-grid article {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  color: #0b1d33 !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.steps-grid article:hover { transform: translateY(-5px) !important; box-shadow: var(--shadow-hover) !important; }
.steps-grid span { color: #f1c44a !important; text-shadow: none !important; }
.steps-grid h3, .steps-grid h4 { color: #0b1d33 !important; }
.steps-grid p { color: #000 !important; }

/* --- Sliders --- */
.mini-slider, .company-slider {
  background: #ffffff !important;
  border: 1px solid #d4e6ff !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
}
.mini-item { color: #102f7a !important; border-right-color: #dce9ff !important; font-weight: 700 !important; }

.company-card {
  background: linear-gradient(180deg,#ffffff,#f8fbff) !important;
  border: 1px solid #d4e6ff !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  color: #0b1d33 !important;
}
.company-card h4   { color: #102f7a !important; }
.company-card img  { border-color: #dce9ff !important; background: #f0f6ff !important; }
.company-card:hover { box-shadow: var(--shadow-hover) !important; }

/* --- Price cards --- */
.price-card {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  color: #0b1d33 !important;
}
.price-card .price { color: #102f7a !important; }
.price-card ul { color: #000 !important; }
.price-card.highlight { border: 2px solid #f1c44a !important; }
.badge { background: #f1c44a !important; color: #231400 !important; box-shadow: none !important; }

/* --- Contact form --- */
.contact-form {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
}

/* --- Inputs global --- */
.contact-form input,
.contact-form select,
.contact-form textarea,
input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
select,
textarea,
.goog-te-gadget .goog-te-combo {
  background: #f8fbff !important;
  border: 1px solid #d0e0f5 !important;
  color: #0b1d33 !important;
  box-shadow: none !important;
}
input::placeholder,
textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #9aacbe !important; }

input:focus,
textarea:focus,
select:focus,
.goog-te-gadget .goog-te-combo:focus,
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: #ffffff !important;
  border-color: #102f7a !important;
  box-shadow: 0 0 0 3px rgba(16,47,122,.1) !important;
  outline: none !important;
}

/* --- Buttons --- */
.btn-primary,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg,#102f7a,#1a4db0) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 6px 20px rgba(16,47,122,.25) !important;
}
.btn-primary:hover { filter: brightness(1.08) !important; }

.job-card .btn-primary,
.job-card .btn-primary *,
.trending-job-card .btn-primary,
.trending-job-card .btn-primary * {
  color: #ffffff !important;
}

.btn-outline {
  background: transparent !important;
  border: 2px solid #102f7a !important;
  color: #102f7a !important;
  box-shadow: none !important;
}
.btn-outline:hover { background: rgba(16,47,122,.06) !important; }

.mini-arrow,
.company-arrow {
  background: linear-gradient(135deg,#102f7a,#1a4db0) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(16,47,122,.2) !important;
}

.translate-toggle {
  background: linear-gradient(135deg,#102f7a,#1a4db0) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: var(--shadow) !important;
}

/* --- CTA box --- */
.cta-box {
  background: linear-gradient(135deg,#102f7a 0%,#1e4db7 100%) !important;
  border: none !important;
  box-shadow: 0 20px 50px rgba(16,47,122,.2) !important;
  color: #ffffff !important;
}
.cta-box h2, .cta-box p { color: #ffffff !important; }
.cta-box .btn-primary {
  background: #ffffff !important;
  color: #102f7a !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.15) !important;
}

/* --- Uniform hero --- */
.uniform-hero {
  background: linear-gradient(120deg,#071220,#102f7a) !important;
  border: none !important;
  box-shadow: none !important;
}
.hero-tag {
  background: rgba(255,255,255,.1) !important;
  border-color: rgba(255,255,255,.25) !important;
  color: #fff !important;
}
.uniform-overlay {
  background: rgba(7,18,38,.8) !important;
  border-color: rgba(241,196,74,.3) !important;
  color: #fff !important;
}

/* --- Split block --- */
.split-block { background: #f8fbff !important; }
.split-content h2, .split-content h3 { color: #0b1d33 !important; }
.split-content i { color: #f1c44a !important; }

/* --- Testimonials --- */
.testimonials { background: #f4f8ff !important; }
.quote {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  border-top: 3px solid #f1c44a !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
}
.quote p  { color: #000 !important; font-style: italic !important; }
.quote h4 { color: #102f7a !important; }

/* --- Translate panel --- */
.translate-panel {
  background: #ffffff !important;
  border: 1px solid #d4e6ff !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
}
.translate-panel p { color: #000 !important; }

/* --- Footer --- */
.site-footer {
  background: linear-gradient(135deg,#06101f,#0b1d33) !important;
  color: #c5d5e6 !important;
  border-top: 3px solid #f1c44a !important;
  margin-top: 0 !important;
}
.site-footer h3, .site-footer h4 { color: #f1c44a !important; }
.site-footer a       { color: #c5d5e6 !important; }
.site-footer a:hover { color: #ffffff  !important; }
.site-footer p, .site-footer li { color: #c5d5e6 !important; }
.copyright { border-top: 1px solid rgba(255,255,255,.08) !important; }
.copyright p { color: #8da6c0 !important; }

/* Social icons — keep brand colours */
.social-icon.instagram {
  background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af,#515bd4) !important;
  color: #fff !important; border: none !important;
}
.social-icon.youtube { background: #ff0000 !important; color: #fff !important; border: none !important; }
.social-icon.twitter { background: #000 !important; color: #fff !important; border: none !important; }

/* --- Mobile nav --- */
@media (max-width: 768px) {
  .site-nav {
    background: linear-gradient(135deg,#071220,#102f7a) !important;
    border: 1px solid rgba(241,196,74,.15) !important;
    backdrop-filter: none !important;
  }
}

/* --- Hero controls --- */
.nav-toggle {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  color: #fff !important;
  box-shadow: none !important;
}
.hero-arrow {
  background: rgba(0,0,0,.35) !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  color: #fff !important;
  transform: translateY(-50%) !important;
  box-shadow: none !important;
}
.hero-arrow:hover {
  background: rgba(0,0,0,.55) !important;
  transform: translateY(-52%) scale(1.06) !important;
}
.hero-dots button { background: rgba(255,255,255,.45) !important; box-shadow: none !important; }
.hero-dots button.active { background: #f1c44a !important; box-shadow: 0 0 8px rgba(241,196,74,.5) !important; }

/* --- Map --- */
.map-wrap iframe { border: 1px solid #e5eeff !important; filter: none !important; }

/* --- WhatsApp float --- */
.whatsapp-float { border: none !important; box-shadow: 0 8px 24px rgba(37,211,102,.35) !important; }

/* ================================================================
   HOME PAGE SECTION LAYOUTS
   ================================================================ */

/* Highlight grid */
.highlight-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
}
.highlight-grid > div {
  text-align: center;
  padding: 32px 22px;
  background: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-top: 3px solid #f1c44a;
  transition: transform .25s ease, box-shadow .25s ease;
}
.highlight-grid > div:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
.highlight-grid h2 { color: #102f7a !important; font-size: 1.25rem !important; margin-bottom: 10px !important; }
.highlight-grid p  { color: #000 !important; margin: 0 !important; }
.hi-icon { font-size: 2.2rem; color: #102f7a; margin-bottom: 14px; display: block; }

/* Role grid */
.role-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.role-card {
  background: #ffffff !important;
  border: 2px solid #e5eeff !important;
  color: #102f7a !important;
  border-radius: 12px !important;
  padding: 18px 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(16,47,122,.07) !important;
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease !important;
  font-size: .95rem !important;
}
.role-card:hover {
  background: linear-gradient(135deg,#102f7a,#1e4db7) !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
  border-color: transparent !important;
  box-shadow: 0 12px 28px rgba(16,47,122,.22) !important;
}
.role-card i { display: block; font-size: 1.5rem; margin-bottom: 8px; color: inherit; }

/* Spotlight grid */
.spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.spotlight-card {
  background: linear-gradient(160deg,#f0f6ff,#e8f2ff) !important;
  border: 1px solid #d4e6ff !important;
  border-radius: var(--radius) !important;
  padding: 34px 28px !important;
  box-shadow: var(--shadow) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.spotlight-card:hover { transform: translateY(-5px) !important; box-shadow: var(--shadow-hover) !important; }
.spotlight-card h3 { color: #102f7a !important; font-size: 1.3rem !important; margin: 0 0 12px !important; }
.spotlight-card p  { color: #000 !important; margin: 0 !important; }
.sp-icon { font-size: 2.4rem; color: #102f7a; margin-bottom: 14px; display: block; }
.small-btn {
  display: inline-block !important;
  background: linear-gradient(135deg,#102f7a,#1e4db7) !important;
  color: #ffffff !important;
  padding: 12px 26px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
  margin-top: 18px !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
  font-size: .95rem !important;
}
.small-btn:hover { transform: translateY(-2px) !important; box-shadow: 0 8px 20px rgba(16,47,122,.25) !important; }

/* Flow grid */
.flow-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.flow-step {
  text-align: center !important;
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  border-radius: var(--radius) !important;
  padding: 26px 16px !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.flow-step:hover { transform: translateY(-5px) !important; box-shadow: var(--shadow-hover) !important; }
.flow-step span {
  color: #f1c44a !important;
  font-size: 2.6rem !important;
  font-weight: 800 !important;
  display: block !important;
  margin-bottom: 8px !important;
  text-shadow: none !important;
  line-height: 1 !important;
}
.flow-step h4 { color: #0b1d33 !important; margin: 0 0 6px !important; }
.flow-step p  { color: #000 !important; margin: 0 !important; font-size: .92rem !important; }

/* Tool grid */
.tool-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.tool-card {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  border-radius: var(--radius) !important;
  padding: 26px 20px !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-top-color .25s ease !important;
  border-top: 3px solid transparent !important;
}
.tool-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: var(--shadow-hover) !important;
  border-top-color: #102f7a !important;
}
.tc-icon { font-size: 2rem; color: #102f7a; margin-bottom: 12px; display: block; }
.tool-card h4 { color: #0b1d33 !important; font-size: 1.05rem !important; margin: 0 0 8px !important; }
.tool-card p  { color: #000 !important; margin: 0 !important; font-size: .92rem !important; }

/* Proof grid */
.proof-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.proof-card {
  text-align: center !important;
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  border-top: 3px solid #102f7a !important;
  box-shadow: var(--shadow) !important;
  border-radius: var(--radius) !important;
  padding: 30px 20px !important;
  backdrop-filter: none !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.proof-card:hover { transform: translateY(-5px) !important; box-shadow: var(--shadow-hover) !important; }
.proof-card strong { color: #102f7a !important; font-size: 2.4rem !important; display: block !important; line-height: 1.1 !important; margin-bottom: 6px !important; }
.proof-card span   { color: #000 !important; font-size: .95rem !important; }

/* FAQ grid */
.faq-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.faq-card {
  background: #ffffff !important;
  border: 1px solid #e5eeff !important;
  border-radius: var(--radius) !important;
  padding: 24px !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: none !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.faq-card:hover { transform: translateY(-4px) !important; box-shadow: var(--shadow-hover) !important; }
.faq-card h4 { color: #102f7a !important; margin: 0 0 10px !important; }
.faq-card p  { color: #000 !important; margin: 0 !important; }

/* ================================================================
   HERO SLIDE ENHANCEMENTS
   ================================================================ */
.hero-cta { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

.btn-hero-primary {
  background: linear-gradient(135deg,#f1c44a,#d4a017);
  color: #1f1403 !important;
  padding: 14px 30px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(212,160,23,.38); }

.btn-hero-outline {
  background: rgba(255,255,255,.12);
  color: #ffffff !important;
  padding: 13px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(255,255,255,.45);
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-hero-outline:hover { background: rgba(255,255,255,.22); border-color: rgba(255,255,255,.7); }

/* Slide entry animation */
.slide.active h1,
.slide.active h2 { animation: wSlideIn .75s ease-out both; }
.slide.active p   { animation: wSlideIn .75s ease-out .18s both; }
.slide.active .hero-cta { animation: wSlideIn .75s ease-out .35s both; }

@keyframes wSlideIn {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ================================================================
   GENERAL ANIMATION UTILITIES
   ================================================================ */
@keyframes wFadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to   { opacity: 1; transform: translateY(0); }
}

.animate-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.animate-on-scroll.visible { opacity: 1; transform: none; }

/* Company card gentle float */
.company-card:nth-child(odd)  { animation: floatCard 3.6s ease-in-out infinite !important; }
.company-card:nth-child(even) { animation: floatCard 4s ease-in-out infinite .6s !important; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 992px) {
  .highlight-grid { grid-template-columns: 1fr !important; }
  .role-grid      { grid-template-columns: repeat(2,1fr) !important; }
  .spotlight-grid { grid-template-columns: 1fr !important; }
  .flow-grid      { grid-template-columns: repeat(2,1fr) !important; }
  .tool-grid      { grid-template-columns: repeat(2,1fr) !important; }
  .proof-grid     { grid-template-columns: repeat(2,1fr) !important; }
  .faq-grid       { grid-template-columns: repeat(2,1fr) !important; }
}
@media (max-width: 600px) {
  .role-grid  { grid-template-columns: 1fr !important; }
  .flow-grid  { grid-template-columns: 1fr !important; }
  .tool-grid  { grid-template-columns: 1fr !important; }
  .proof-grid { grid-template-columns: 1fr !important; }
  .faq-grid   { grid-template-columns: 1fr !important; }
  .hero-cta   { flex-direction: column; }
  .btn-hero-primary, .btn-hero-outline { text-align: center; }
}

/* ================================================================
   HERO SLIDER — FULL-WIDTH FIX (must be LAST in file)
   ================================================================ */

/* Cancel the earlier rule that wiped the background-image */
.hero-slider,
.slides {
  background: unset !important;
  background-image: unset !important;
}

/* Full-viewport-width slider */
html body .home-page .hero-slider {
  position: relative;
  width: 100vw !important;
  max-width: 100vw !important;
  left: 50% !important;
  right: 50% !important;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  min-height: 88vh !important;
  overflow: hidden !important;
}

html body .home-page .hero-slider .slides {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 88vh !important;
  overflow: hidden !important;
  background: transparent !important;
  background-image: none !important;
}

/* Each slide keeps its inline background-image */
html body .home-page .hero-slider .slide {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex !important;
  align-items: center !important;
  min-height: 88vh !important;
}

/* Text inside slides stays readable */
html body .home-page .hero-slider .slide h1,
html body .home-page .hero-slider .slide h2,
html body .home-page .hero-slider .slide p {
  color: #ffffff !important;
  max-width: 760px;
}

/* Ensure main / body have no overflow that clips the slider */
body { overflow-x: hidden !important; }
main { overflow: visible !important; }

/* Mobile */
@media (max-width: 768px) {
  html body .home-page .hero-slider,
  html body .home-page .hero-slider .slides,
  html body .home-page .hero-slider .slide {
    min-height: 70vh !important;
  }
}

/* Remove CSS overlay on slides */
html body .home-page .hero-slider .slide::before {
  display: none !important;
}
html body .home-page .hero-slider .slide::after {
  display: none !important;
}

/* Remove gap between header and hero slider */
main {
  padding: 0 !important;
  margin: 0 !important;
}
html body .home-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
html body .home-page .hero-slider {
  margin-top: 0 !important;
  top: 0 !important;
}

/* ================================================================
   HERO SLIDER — FINAL NUCLEAR FIX (gap + curves)
   ================================================================ */

/* 1. Zero out the entire chain so nothing adds whitespace */
html, body {
  margin: 0 !important;
  padding: 0 !important;
}
html body main {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
html body .home-page {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* 2. Slider — simple 100% width, no positioning tricks */
html body .home-page .hero-slider {
  position: relative !important;
  /* cancel the 50vw full-bleed trick */
  left: 0 !important;
  right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 88vh !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  border: 0 !important;
  display: block !important;
}

/* 3. Slides wrapper */
html body .home-page .hero-slider .slides {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 88vh !important;
  overflow: hidden !important;
  border-radius: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  background-image: none !important;
}

/* 4. Each slide article */
html body .home-page .hero-slider .slide {
  position: absolute !important;
  top: 0 !important; left: 0 !important;
  right: 0 !important; bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  border: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 5. No text on slides (hide any leftover) */
html body .home-page .hero-slider .slide .container { display: none !important; }

/* 6. Dots and arrows stay visible */
html body .home-page .hero-slider .hero-dots,
html body .home-page .hero-slider .hero-prev,
html body .home-page .hero-slider .hero-next {
  display: flex !important;
  z-index: 10 !important;
}

/* Mobile */
@media (max-width: 768px) {
  html body .home-page .hero-slider,
  html body .home-page .hero-slider .slides {
    min-height: 52vh !important;
  }
}

/* ================================================================
   FINAL FIX: shine off + stats cards + text visibility
   ================================================================ */

/* 1. Kill ALL shine / sparkle / gloss on the hero slider */
html body .home-page .hero-slider::before,
html body .home-page .hero-slider::after,
html body .home-page .hero-slider .slides::before,
html body .home-page .hero-slider .slides::after,
html body .home-page .hero-slider .slide::before,
html body .home-page .hero-slider .slide::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  animation: none !important;
}

/* 2. Stats section — navy bg, gold numbers, white text */
html body .home-page .stats {
  background: linear-gradient(135deg, #102f7a 0%, #1e4db7 100%) !important;
}
html body .home-page .stats .stats-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}
html body .home-page .stats .stats-grid div {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 16px !important;
  padding: 24px 16px !important;
  text-align: center !important;
  box-shadow: none !important;
}
html body .home-page .stats .stats-grid h3,
html body .home-page .stats .stats-grid .counter {
  color: #f1c44a !important;
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  margin: 0 0 6px !important;
  display: block !important;
}
html body .home-page .stats .stats-grid p {
  color: rgba(255, 255, 255, 0.92) !important;
  margin: 0 !important;
  font-size: 0.95rem !important;
}

/* 3. Global text visibility across all sections */
html body .home-page .section h2,
html body .home-page .section h3,
html body .home-page .section h4 {
  color: #0b1d33 !important;
}
html body .home-page .section p,
html body .home-page .section li,
html body .home-page .section span:not(.hero-dots *) {
  color: #000 !important;
}

html body .home-page .trending-job-card .btn-primary,
html body .home-page .trending-job-card .btn-primary span,
html body .home-page .trending-job-card .btn-primary i,
html body .home-page .job-card .btn-primary,
html body .home-page .job-card .btn-primary span,
html body .home-page .job-card .btn-primary i {
  color: #ffffff !important;
}
html body .home-page .section-head h2 { color: #fff !important; }
html body .home-page .section-head p  { color: #fff !important; }

/* 4. Highlight strip text */
html body .home-page .highlight-strip .highlight-grid h2 { color: #102f7a !important; font-size: 1.2rem !important; }
html body .home-page .highlight-strip .highlight-grid p  { color: #000 !important; font-size: 1.1rem !important; line-height: 1.7 !important; }
html body .home-page .highlight-strip .highlight-grid .highlight-main-text { font-size: 1.1rem !important; line-height: 1.75 !important; }
html body .home-page .highlight-strip .hi-icon           { color: #102f7a !important; }

/* 5. Role cards */
html body .home-page .role-card          { color: #102f7a !important; background: #fff !important; }
html body .home-page .role-card:hover    { color: #ffffff !important; background: linear-gradient(135deg,#102f7a,#1e4db7) !important; }
html body .home-page .role-card i        { color: inherit !important; }

/* 6. Flow steps */
html body .home-page .flow-step span { color: #f1c44a !important; }
html body .home-page .flow-step h4   { color: #0b1d33 !important; }
html body .home-page .flow-step p    { color: #000 !important; }

/* 7. Tool cards */
html body .home-page .tool-card h4 { color: #0b1d33 !important; }
html body .home-page .tool-card p  { color: #000 !important; }
html body .home-page .tc-icon      { color: #102f7a !important; }

/* 8. Proof cards */
html body .home-page .proof-card strong { color: #102f7a !important; }
html body .home-page .proof-card span   { color: #000 !important; }

/* 9. FAQ cards */
html body .home-page .faq-card h4 { color: #102f7a !important; }
html body .home-page .faq-card p  { color: #000 !important; }

/* 10. Spotlight cards */
html body .home-page .spotlight-card h3 { color: #102f7a !important; }
html body .home-page .spotlight-card p  { color: #000 !important; }

/* 10b. Teacher vacancies section */
html body .home-page .teacher-vacancies .spotlight-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}
html body .home-page .teacher-vacancies .spotlight-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 28px 22px !important;
}
html body .home-page .teacher-vacancies .spotlight-card .job-intro {
  margin: 0 0 12px !important;
  color: #1f2937 !important;
}
html body .home-page .teacher-vacancies .spotlight-card .job-meta {
  margin: 0 !important;
  padding-left: 18px !important;
  display: grid !important;
  gap: 8px !important;
  color: #0f172a !important;
}
html body .home-page .teacher-vacancies .spotlight-card .job-meta li {
  line-height: 1.4 !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
}
html body .home-page .teacher-vacancies .spotlight-card .job-meta li i {
  color: #102f7a !important;
  min-width: 16px !important;
  margin-top: 2px !important;
}
html body .home-page .teacher-vacancies .spotlight-card .small-btn {
  margin-top: auto !important;
  width: fit-content !important;
}

@media (max-width: 992px) {
  html body .home-page .teacher-vacancies .spotlight-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 600px) {
  html body .home-page .teacher-vacancies .spotlight-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 11. Feature cards */
html body .home-page .card h3, html body .home-page .card h4 { color: #0b1d33 !important; }
html body .home-page .card p  { color: #000 !important; }
html body .home-page .card i  { color: #102f7a !important; }

/* 12. Testimonial quotes */
html body .home-page .quote p  { color: #000 !important; }
html body .home-page .quote h4 { color: #102f7a !important; }

/* 13. Split block */
html body .home-page .split-content h2 { color: #0b1d33 !important; }
html body .home-page .split-content p,
html body .home-page .split-content li { color: #000 !important; }

/* 14. Steps grid */
html body .home-page .steps-grid span { color: #f1c44a !important; }
html body .home-page .steps-grid h3   { color: #0b1d33 !important; }
html body .home-page .steps-grid p    { color: #000 !important; }

/* 15. Mini slider items */
html body .home-page .mini-item { color: #102f7a !important; }

/* 16. Company card text */
html body .home-page .company-card h4 { color: #102f7a !important; }

/* 17. CTA box */
html body .home-page .cta-box {
  background: linear-gradient(135deg, #102f7a 0%, #1e4db7 100%) !important;
}
html body .home-page .cta-box h2,
html body .home-page .cta-box p { color: #ffffff !important; }

/* Responsive stats */
@media (max-width: 768px) {
  html body .home-page .stats .stats-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  html body .home-page .stats .stats-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ================================================================
   STAT CARDS — proper card design
   ================================================================ */
html body .home-page .stat-cards-section {
  background: #f4f8ff !important;
  padding: 50px 0 !important;
}
html body .home-page .stat-cards-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}
html body .home-page .stat-card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 36px 24px !important;
  text-align: center !important;
  box-shadow: 0 8px 32px rgba(16, 47, 122, 0.10) !important;
  border: 1px solid #e5eeff !important;
  border-top: 4px solid #102f7a !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
html body .home-page .stat-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 44px rgba(16, 47, 122, 0.16) !important;
}
html body .home-page .stat-card-icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #102f7a, #1e4db7) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 18px !important;
}
html body .home-page .stat-card-icon i {
  font-size: 1.6rem !important;
  color: #ffffff !important;
}
html body .home-page .stat-card h3,
html body .home-page .stat-card .counter {
  font-size: 2.6rem !important;
  font-weight: 800 !important;
  color: #102f7a !important;
  margin: 0 0 8px !important;
  line-height: 1 !important;
  display: block !important;
}
html body .home-page .stat-card p {
  font-size: 0.95rem !important;
  color: #000 !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

@media (max-width: 900px) {
  html body .home-page .stat-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 480px) {
  html body .home-page .stat-cards-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }
  html body .home-page .stat-card {
    padding: 24px 16px !important;
  }
  html body .home-page .stat-card h3,
  html body .home-page .stat-card .counter {
    font-size: 2rem !important;
  }
}

/* ================================================================
   SLIDER — reduced desktop height + fixed arrow icons
   ================================================================ */

/* Desktop: reduce height */
@media (min-width: 769px) {
  html body .home-page .hero-slider,
  html body .home-page .hero-slider .slides,
  html body .home-page .hero-slider .slide {
    min-height: 73vh !important;
    height: 55vh !important;
  }
}

/* Arrow buttons — centred, correct size, always visible */
html body .home-page .hero-slider .hero-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(0, 0, 0, 0.42) !important;
  border: 2px solid rgba(255, 255, 255, 0.65) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1rem !important;
  cursor: pointer !important;
  z-index: 20 !important;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25) !important;
  transition: background 0.2s ease, transform 0.2s ease !important;
  padding: 0 !important;
  line-height: 1 !important;
}
html body .home-page .hero-slider .hero-prev { left: 18px !important; }
html body .home-page .hero-slider .hero-next { right: 18px !important; }
html body .home-page .hero-slider .hero-arrow:hover {
  background: rgba(0, 0, 0, 0.65) !important;
  transform: translateY(-50%) scale(1.08) !important;
}
html body .home-page .hero-slider .hero-arrow i {
  font-size: 0.95rem !important;
  color: #ffffff !important;
  display: block !important;
  line-height: 1 !important;
}

/* Dots */
html body .home-page .hero-slider .hero-dots {
  position: absolute !important;
  bottom: 14px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 8px !important;
  z-index: 20 !important;
}
html body .home-page .hero-slider .hero-dots button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.5) !important;
  border: 0 !important;
  cursor: pointer !important;
  padding: 0 !important;
}
html body .home-page .hero-slider .hero-dots button.active {
  background: #f1c44a !important;
  width: 28px !important;
  border-radius: 5px !important;
}

/* Global typography consistency */
:root {
  --site-font-family: 'Outfit', sans-serif;
  --site-font-size: 16px;
  --site-line-height: 1.6;
}
html,
body {
  font-family: var(--site-font-family) !important;
  font-size: var(--site-font-size) !important;
  line-height: var(--site-line-height) !important;
}
body,
button,
input,
select,
textarea,
label,
a,
p,
li {
  font-family: var(--site-font-family) !important;
}

/* Final uniform typography scale across public sections */
:root {
  --uniform-body-size: 1rem;
  --uniform-body-line: 1.7;
}
html body .section h2 {
  font-size: var(--uniform-heading-size) !important;
  line-height: 1.25 !important;
}
html body .section p,
html body .section li {
  font-size: var(--uniform-body-size) !important;
  line-height: var(--uniform-body-line) !important;
}

/* FINAL LOCK: home page uniform typography */
html body .home-page .section h2 {
  font-size: 2rem !important;
  line-height: 1.25 !important;
}
html body .home-page .section h3,
html body .home-page .section h4 {
  font-size: 1.35rem !important;
  line-height: 1.3 !important;
}
html body .home-page .section p,
html body .home-page .section li,
html body .home-page .section span {
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
}
html body .home-page .section .counter,
html body .home-page .section .proof-card strong,
html body .home-page .section .flow-step span,
html body .home-page .section .hi-icon,
html body .home-page .section .tc-icon,
html body .home-page .section .sp-icon {
  font-size: inherit !important;
}

/* FINAL LOCK PATCH: keep counters/icons readable */
html body .home-page .section .counter {
  font-size: 2.4rem !important;
  line-height: 1.1 !important;
}
html body .home-page .section .proof-card strong {
  font-size: 2.1rem !important;
  line-height: 1.1 !important;
}
html body .home-page .section .flow-step span {
  font-size: 2rem !important;
  line-height: 1 !important;
}
html body .home-page .section .hi-icon,
html body .home-page .section .tc-icon,
html body .home-page .section .sp-icon {
  font-size: 2rem !important;
  line-height: 1 !important;
}

/* Company slider: keep company names fully visible */
html body .home-page .company-card {
  min-width: 210px !important;
}

html body .home-page .company-card h4 {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

/* Company slider bigger view */
html body .home-page .company-slider-section {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}

html body .home-page .company-slider {
  padding: 18px 48px !important;
}

html body .home-page .company-card {
  min-width: 225px !important;
  padding: 16px !important;
}

html body .home-page .company-card img {
  height: 122px !important;
}

/* FINAL TYPOGRAPHY OVERRIDE: stylish headings + single font */
:root {
  --final-font: 'Outfit', sans-serif;
  --final-head-color: #0b1d33;
  --final-sub-color: #2f3f58;
}

html,
body,
main,
main * {
  font-family: var(--final-font) !important;
}

main h1,
main h2,
main h3,
main h4 {
  color: var(--final-head-color) !important;
  letter-spacing: -0.02em !important;
}

main h1 {
  font-size: clamp(2.1rem, 2.6vw, 3rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}

main h2 {
  font-size: clamp(1.8rem, 1.8vw, 2.35rem) !important;
  font-weight: 760 !important;
  line-height: 1.18 !important;
}

main h3 {
  font-size: clamp(1.3rem, 1vw, 1.6rem) !important;
  font-weight: 700 !important;
  line-height: 1.26 !important;
}

main h4 {
  font-size: clamp(1.1rem, 0.5vw, 1.28rem) !important;
  font-weight: 650 !important;
  line-height: 1.32 !important;
}

.section-head p,
main p.subtitle,
main .subheading {
  color: #fff !important;
  font-size: clamp(1.02rem, 0.65vw, 1.16rem) !important;
  font-weight: 500 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.01em !important;
}

.section-head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #102f7a, #f1c44a);
}

/* Restore Font Awesome icons after global font override */
i.fa,
i.fas,
i.far,
i.fab,
i.fa-solid,
i.fa-regular,
i.fa-brands,
span.fa,
span.fas,
span.far,
span.fab,
span.fa-solid,
span.fa-regular,
span.fa-brands,
[class^="fa-"],
[class*=" fa-"] {
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Brands" !important;
}

.fa-solid,
.fas {
  font-weight: 900 !important;
}

.fa-regular,
.far {
  font-weight: 400 !important;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

/* ULTRA FINAL: mobile header logo clean fit */
@media (max-width: 768px) {
  html body header.site-header .nav-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 70px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
  }

  html body header.site-header .nav-wrap > a.brand {
    display: flex !important;
    align-items: center !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: calc(100% - 52px) !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-icon.brand-logo-wrap {
    width: 94px !important;
    height: 34px !important;
    flex: 0 0 94px !important;
    min-width: 94px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    overflow: hidden !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-logo-img {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    object-fit: contain !important;
    object-position: center !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
    filter: none !important;
  }

  html body header.site-header .nav-wrap > a.brand .brand-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.82rem !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body header.site-header .nav-wrap .nav-toggle {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    margin: 0 !important;
  }
}

/* Site-wide typography system: stylish + uniform */
:root {
  --typo-font: 'Outfit', sans-serif;
  --typo-body-size: 16px;
  --typo-body-line: 1.72;
  --typo-h1-size: clamp(2rem, 2.2vw + 1.2rem, 2.8rem);
  --typo-h2-size: clamp(1.65rem, 1.4vw + 1.1rem, 2.1rem);
  --typo-h3-size: clamp(1.2rem, 0.8vw + 1rem, 1.45rem);
  --typo-h4-size: clamp(1.05rem, 0.4vw + 0.95rem, 1.2rem);
}

/* Footer matches header palette */
body .site-footer {
  background:
    radial-gradient(circle at 96% -8%, rgba(232, 194, 85, 0.3), transparent 26%),
    linear-gradient(90deg, #0a2365 0%, #0f2f7a 55%, #0b2568 100%) !important;
  border-top: 1px solid rgba(232, 194, 85, 0.28) !important;
}
body .site-footer h3,
body .site-footer h4 {
  color: #e8c255 !important;
}
body .site-footer p,
body .site-footer li,
body .site-footer a {
  color: #e9f5ff !important;
}
body .site-footer a:hover,
body .site-footer a:focus-visible {
  color: #f3d784 !important;
}
body .site-footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
}

/* Testimonials stars mobile fix */
.home-page .testimonials .card.quote .rating-stars {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-bottom: 10px !important;
}
.home-page .testimonials .card.quote .rating-stars i {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  line-height: 1 !important;
  color: #f1c44a !important;
}

@media (max-width: 768px) {
  .home-page .testimonials .testimonials-grid.testimonials-mobile-slider {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px !important;
  }
  .home-page .testimonials .testimonials-grid.testimonials-mobile-slider::-webkit-scrollbar {
    display: none;
  }
  .home-page .testimonials .testimonials-grid.testimonials-mobile-slider .card.quote {
    flex: 0 0 100% !important;
    min-width: 100% !important;
    scroll-snap-align: start !important;
  }
}

html,
body {
  font-family: var(--typo-font) !important;
  font-size: var(--typo-body-size) !important;
  line-height: var(--typo-body-line) !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

main h1,
main h2,
main h3,
main h4 {
  font-family: var(--typo-font) !important;
  letter-spacing: -0.02em !important;
  color: #fff !important;
}

main h1 {
  font-size: var(--typo-h1-size) !important;
  line-height: 1.16 !important;
  font-weight: 800 !important;
}

main h2 {
  font-size: var(--typo-h2-size) !important;
  line-height: 1.2 !important;
  font-weight: 760 !important;
}

main h3 {
  font-size: var(--typo-h3-size) !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

main h4 {
  font-size: var(--typo-h4-size) !important;
  line-height: 1.32 !important;
  font-weight: 650 !important;
}

main p,
main li,
main span,
main a,
main label,
main button,
main input,
main select,
main textarea {
  font-family: var(--typo-font) !important;
}

main p,
main li {
  font-size: 1rem !important;
  line-height: var(--typo-body-line) !important;
}

.section-head h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.section-head h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #102f7a, #f1c44a);
}

.trending-jobs-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(241, 196, 74, 0.18), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #edf5ff 100%) !important;
}

.trending-jobs-wrap {
  position: relative;
}

.trending-jobs-section .section-head h2 {
  color: #0b1d33 !important;
}

.trending-jobs-section .section-head p {
  color: #44597a !important;
}

.trending-jobs-slider {
  overflow: hidden;
  padding: 12px 48px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(16, 47, 122, 0.08);
  box-shadow: 0 20px 50px rgba(16, 47, 122, 0.1);
  scrollbar-width: none;
}

.trending-jobs-slider::-webkit-scrollbar {
  display: none;
}

.trending-jobs-track {
  display: flex;
  width: max-content;
  gap: 18px;
}

.trending-job-card {
  min-width: 300px;
  max-width: 300px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(241, 196, 74, 0.16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  border: 1px solid #dbe8fb;
  box-shadow: 0 16px 36px rgba(16, 47, 122, 0.08);
}

.trending-job-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.trending-chip {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(16, 47, 122, 0.08);
  color: #102f7a;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.trending-posted {
  color: #5b6f92;
  font-size: 0.9rem;
  font-weight: 600;
}

.trending-job-card h3 {
  margin: 0 0 8px;
  color: #0b1d33 !important;
}

.trending-company {
  margin: 0 0 16px;
  color: #102f7a !important;
  font-weight: 700;
}

.trending-meta {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.trending-meta span,
.trending-salary {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #344765 !important;
}

.trending-meta i,
.trending-salary i {
  color: #b07c17 !important;
}

.trending-salary {
  margin: 0 0 18px;
  font-weight: 700;
}

.trending-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 13px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, #102f7a 0%, #1e4db7 100%);
  color: #fff !important;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(16, 47, 122, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.trending-apply-btn,
.trending-apply-btn span,
.trending-apply-btn i {
  color: #ffffff !important;
}

.trending-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(16, 47, 122, 0.24);
}

.trending-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #102f7a, #f1c44a);
  color: #fff;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 8px 22px rgba(16, 47, 122, 0.16);
}

.trending-prev {
  left: 8px;
}

.trending-next {
  right: 8px;
}

@media (max-width: 768px) {
  .trending-jobs-slider {
    padding: 12px 16px;
  }

  .trending-job-card {
    min-width: 260px;
    max-width: 260px;
    padding: 18px;
  }

  .trending-arrow {
    display: none;
  }
}
