*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f7f3ea;color:#152936}a{text-decoration:none;color:inherit}nav{position:absolute;top:0;left:0;right:0;display:flex;gap:24px;align-items:center;padding:24px 6vw;color:white;z-index:2}nav strong{margin-right:auto}.hero{position:relative;min-height:92vh;background:linear-gradient(135deg,rgba(15,58,68,.96),rgba(0,103,177,.72));color:white}.hero-inner{max-width:980px;padding:24vh 6vw 10vh}.eyebrow{color:#f0b640;text-transform:uppercase;font-weight:900;letter-spacing:.12em}.eyebrow.dark{color:#0067b1}.hero h1{font-size:clamp(2.2rem,6vw,5.6rem);line-height:.95;margin:0 0 22px}.hero p{font-size:1.2rem;max-width:760px}.btn{display:inline-flex;padding:14px 22px;border-radius:999px;border:1px solid currentColor;font-weight:900;margin:6px}.btn.primary{background:#f0b640;color:#152936;border-color:#f0b640}.section{padding:70px 6vw}.section h2{font-size:clamp(1.8rem,4vw,3.4rem);margin:0 0 16px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card,.panel{background:white;border-radius:18px;padding:24px;box-shadow:0 18px 60px rgba(21,41,54,.12)}.card small{text-transform:uppercase;color:#0067b1;font-weight:900}.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:start}input,select,textarea,button{width:100%;padding:14px;margin:7px 0;border:1px solid #ddd;border-radius:10px;font:inherit}textarea{min-height:130px}.answer{white-space:pre-line;background:#f7f3ea;border-radius:12px;padding:14px;margin-top:12px}footer{padding:34px 6vw;background:#0b222c;color:white}@media(max-width:850px){.cards,.split{grid-template-columns:1fr}nav{flex-wrap:wrap}.hero-inner{padding-top:28vh}}
/* Dominicana.com professional public homepage */
.home-hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fff;
  background: #061a3d;
}

.hero-slider,
.hero-slider .slide {
  position: absolute;
  inset: 0;
}

.hero-slider .slide {
  opacity: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1.04);
  transition: opacity 1s ease, transform 5s ease;
}

.hero-slider .slide.active {
  opacity: 1;
  transform: scale(1);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4,16,42,.94), rgba(6,26,61,.72), rgba(6,26,61,.22)),
    linear-gradient(0deg, rgba(4,16,42,.88), transparent 52%);
  z-index: 1;
}

.home-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 6vw;
}

.home-logo {
  display: flex;
  align-items: center;
  width: 245px;
  height: 64px;
  padding: 8px 14px;
  background: rgba(255,255,255,.96);
  border-radius: 14px;
}

.home-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 800;
}

.home-nav-links a {
  color: rgba(255,255,255,.9);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 16vh 6vw 10vh;
}

.hero-content h1 {
  margin: 0 0 18px;
  font-size: clamp(4rem, 10vw, 8.5rem);
  line-height: .88;
  letter-spacing: 0;
}

.hero-content p {
  max-width: 730px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.65;
}

.eyebrow {
  color: #e9b13c;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: #0b4fd4;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.btn.primary {
  color: #fff;
  background: #c7283e;
}

.btn.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,.48);
  background: rgba(255,255,255,.08);
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #dfe6f1;
}

.intro-band div {
  padding: 28px 6vw;
  background: #fff;
}

.intro-band span {
  display: block;
  margin-bottom: 8px;
  color: #0b4fd4;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-band strong {
  display: block;
  color: #0f1f3a;
  line-height: 1.5;
}

.section {
  padding: 76px 6vw;
}

.section-head {
  max-width: 780px;
  margin-bottom: 28px;
}

.section h2 {
  margin: 0;
  color: #0f1f3a;
  font-size: clamp(2rem, 4.5vw, 4rem);
  line-height: 1.02;
}

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

.industry-card {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  color: #fff;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 48px rgba(15,31,58,.14);
  position: relative;
}

.industry-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4,16,42,.92), rgba(4,16,42,.16));
}

.industry-card > * {
  position: relative;
  z-index: 1;
}

.industry-card span {
  color: #e9b13c;
  font-weight: 900;
  text-transform: uppercase;
}

.industry-card h3 {
  margin: 10px 0;
  font-size: 1.45rem;
  line-height: 1.12;
}

.industry-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  line-height: 1.55;
}

.industry-card.tourism { background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80"); }
.industry-card.realestate { background-image: url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=900&q=80"); }
.industry-card.agriculture { background-image: url("https://images.unsplash.com/photo-1500937386664-56d1dfef3854?auto=format&fit=crop&w=900&q=80"); }
.industry-card.culture { background-image: url("https://images.unsplash.com/photo-1514525253161-7a46d19cd819?auto=format&fit=crop&w=900&q=80"); }
.industry-card.investment { background-image: url("https://images.unsplash.com/photo-1542744173-8e7e53415bb0?auto=format&fit=crop&w=900&q=80"); }
.industry-card.marketplace { background-image: url("https://images.unsplash.com/photo-1528698827591-e19ccd7bc23d?auto=format&fit=crop&w=900&q=80"); }

.approval-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 36px;
  background: #fff;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.steps article {
  padding: 20px;
  border: 1px solid #e6eaf3;
  border-radius: 16px;
  background: #f8fafd;
}

.steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
  color: #fff;
  border-radius: 50%;
  background: #0b4fd4;
}

.steps span {
  display: block;
  font-weight: 900;
  color: #0f1f3a;
}

.steps p {
  margin-bottom: 0;
  color: #5d6f8a;
}

.membership-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  background: linear-gradient(135deg, #071b40, #0b4fd4);
}

.membership-cta h2 {
  color: #fff;
}

.membership-cta p {
  max-width: 760px;
  color: rgba(255,255,255,.8);
}

.home-footer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 6vw;
  color: #fff;
  background: #071b40;
}

.home-footer img {
  width: 180px;
  height: 48px;
  object-fit: contain;
  padding: 6px 10px;
  border-radius: 10px;
  background: #fff;
}

@media (max-width: 900px) {
  .home-nav,
  .membership-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-nav-links {
    flex-wrap: wrap;
  }

  .intro-band,
  .industry-grid,
  .approval-section,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding-top: 10vh;
  }
}

@media (max-width: 520px) {
  .home-logo {
    width: 220px;
    height: 58px;
  }

  .hero-content h1 {
    font-size: 3.2rem;
  }

  .section {
    padding: 56px 5vw;
  }
}

/* Real flag images for language buttons */
.lang-btn .flag,
.lang-btn .flag-img {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.12);
  flex: 0 0 auto;
}

/* Real flag images for language buttons */
.lang-btn .flag-img {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.14);
  flex: 0 0 auto;
}

/* Visible language selector with real flag images */
.lang-switch {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 12px;
  background: rgba(255,255,255,.14);
}

.lang-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 7px 10px;
  border: 0;
  border-radius: 9px;
  color: rgba(255,255,255,.9);
  background: transparent;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
}

.lang-btn.active {
  color: #0f1f3a;
  background: #ffffff;
}

.lang-btn .flag-img {
  width: 22px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.16);
}

/* Compact unified top navigation pills */
.home-nav {
  align-items: center;
}

.home-nav-links {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.home-nav-links > a,
.lang-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 30px;
  padding: 0 10px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.home-nav-links > a:hover,
.lang-btn:hover {
  background: rgba(255,255,255,.22);
}

.lang-switch {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 0;
  border: 0;
  background: transparent;
}

.lang-btn {
  min-width: 52px;
  gap: 5px;
}

.lang-btn.active {
  color: #0f1f3a;
  background: #ffffff;
  border-color: #ffffff;
}

.lang-btn .flag-img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .home-nav-links {
    flex-wrap: wrap;
  }

  .home-nav-links > a,
  .lang-btn {
    min-width: auto;
  }
}

/* Four-language compact menu selector */
.home-nav-links {
  display: flex !important;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.home-nav-links > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 30px;
  min-width: 82px;
  padding: 0 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  background: rgba(255,255,255,.14);
  color: rgba(255,255,255,.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.lang-switch {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
  padding: 0;
  border: 0;
  background: transparent;
}

.lang-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 30px;
  min-width: 48px;
  padding: 0 8px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.14);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.lang-btn.active {
  color: #0f1f3a;
  background: #ffffff;
  border-color: #ffffff;
}

.lang-btn .flag-img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.14);
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .home-nav-links {
    flex-wrap: wrap;
  }

  .home-nav-links > a,
  .lang-btn {
    min-width: auto;
  }
}

/* Safe compact language buttons */
.safe-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: 6px;
  flex-wrap: nowrap;
}

.safe-lang {
  height: 30px;
  min-width: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 8px;
  border: 1px solid rgba(11,79,212,.18);
  border-radius: 999px;
  background: #f8fafc;
  color: #0f1f3a;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.safe-lang img {
  width: 17px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
}

.safe-lang.active,
.safe-lang:hover {
  background: #0b4fd4;
  border-color: #0b4fd4;
  color: #fff;
}

@media (max-width: 900px) {
  .safe-lang-switch {
    width: 100%;
    margin-left: 0;
    margin-top: 8px;
    overflow-x: auto;
  }
}

/* Emergency fix: keep public language buttons inside the menu */
.home-nav .safe-lang-switch,
.hero-nav .safe-lang-switch,
nav .safe-lang-switch,
.safe-lang-switch {
  width: auto !important;
  max-width: none !important;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  margin: 0 0 0 6px !important;
  padding: 0 !important;
  position: static !important;
  flex-wrap: nowrap !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.home-nav .safe-lang,
.hero-nav .safe-lang,
nav .safe-lang,
.safe-lang {
  width: 58px !important;
  min-width: 58px !important;
  max-width: 58px !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 7px !important;
  margin: 0 !important;
  display: inline-flex !important;
  flex: 0 0 58px !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-shadow: none !important;
}

.home-nav .safe-lang img,
.hero-nav .safe-lang img,
nav .safe-lang img,
.safe-lang img {
  width: 16px !important;
  height: 11px !important;
  object-fit: cover !important;
  border-radius: 2px !important;
  margin: 0 !important;
  display: inline-block !important;
}

.safe-lang.active,
.safe-lang:hover {
  background: #0b4fd4 !important;
  border-color: #0b4fd4 !important;
  color: #fff !important;
}

@media (max-width: 900px) {
  .safe-lang-switch {
    width: auto !important;
    margin-top: 0 !important;
    overflow: visible !important;
  }
}

/* Safe isolated industries page */
.industries-public-page {
  margin: 0;
  background: #f4f7fb;
  color: #0f1f3a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.industries-public-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(14px);
}

.industries-public-nav {
  width: min(1180px, calc(100% - 28px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.industries-public-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.industries-public-logo img {
  width: 174px;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

.industries-public-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: nowrap;
}

.industries-public-menu a,
.industries-public-lang {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #d8e1ee;
  background: #f8fafc;
  color: #0f1f3a;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.industries-public-lang {
  width: 58px;
  padding: 0 7px;
  cursor: pointer;
  font-family: inherit;
}

.industries-public-lang.active,
.industries-public-menu a:hover,
.industries-public-lang:hover {
  background: #0b4fd4;
  border-color: #0b4fd4;
  color: #fff;
}

.industries-public-lang img {
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
}

.industries-public-hero {
  min-height: 480px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,23,54,.92), rgba(5,23,54,.48)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.industries-public-hero-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.industries-public-kicker {
  margin: 0 0 10px;
  color: #d9a441;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.industries-public-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .96;
  letter-spacing: 0;
}

.industries-public-hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.industries-public-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.industries-public-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #d9a441;
  color: #16110a;
  font-weight: 900;
  text-decoration: none;
}

.industries-public-actions a + a {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
}

.industries-public-section,
.industries-public-flow {
  width: min(1120px, calc(100% - 32px));
  margin: 40px auto;
}

.industries-public-title {
  margin-bottom: 18px;
}

.industries-public-title h2,
.industries-public-flow h2 {
  margin: 4px 0 8px;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing: 0;
}

.industries-public-title p,
.industries-public-flow p {
  max-width: 720px;
  color: #52627a;
}

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

.industries-public-grid article {
  min-height: 232px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
  display: flex;
  flex-direction: column;
}

.industries-public-grid span {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b4fd4;
  font-size: 12px;
  font-weight: 900;
}

.industries-public-grid h3 {
  margin: 14px 0 8px;
  font-size: 22px;
}

.industries-public-grid p {
  margin: 0 0 16px;
  color: #52627a;
}

.industries-public-grid article div {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industries-public-grid article a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.industries-public-grid article a + a {
  background: #f8fafc;
  color: #0f1f3a;
  border: 1px solid #d8e1ee;
}

.industries-public-flow {
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
}

.industries-public-steps {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.industries-public-steps div {
  min-height: 120px;
  padding: 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.industries-public-steps b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: #0b4fd4;
  color: #fff;
}

.industries-public-steps span {
  display: block;
  color: #0f1f3a;
  font-weight: 800;
}

@media (max-width: 980px) {
  .industries-public-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .industries-public-menu {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .industries-public-grid,
  .industries-public-steps {
    grid-template-columns: 1fr;
  }

  .industries-public-hero {
    min-height: 430px;
  }
}

/* Welcome homepage menu */
.welcome-menu {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  flex-wrap: nowrap !important;
  position: relative !important;
  z-index: 30 !important;
}

.welcome-menu-btn {
  height: 32px !important;
  min-width: 86px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  font-family: inherit !important;
}

.welcome-menu-btn:hover {
  background: #0b4fd4 !important;
  border-color: #0b4fd4 !important;
}

.welcome-dropdown {
  position: relative !important;
}

.welcome-dropdown-panel {
  position: absolute !important;
  top: 42px !important;
  left: 0 !important;
  width: 240px !important;
  max-height: 420px !important;
  overflow-y: auto !important;
  display: none !important;
  padding: 8px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 18px 50px rgba(15,31,58,.22) !important;
  z-index: 999 !important;
}

.welcome-dropdown-panel.open {
  display: grid !important;
  gap: 4px !important;
}

.welcome-dropdown-panel a {
  display: flex !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  color: #0f1f3a !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.welcome-dropdown-panel a:hover {
  background: #eef4ff !important;
  color: #0b4fd4 !important;
}

.welcome-langs {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-left: 4px !important;
}

.welcome-lang {
  width: 58px !important;
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  padding: 0 7px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.welcome-lang img {
  width: 16px !important;
  height: 11px !important;
  object-fit: cover !important;
  border-radius: 2px !important;
}

.welcome-lang.active,
.welcome-lang:hover {
  background: #0b4fd4 !important;
  border-color: #0b4fd4 !important;
}

@media (max-width: 980px) {
  .welcome-menu {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .welcome-dropdown-panel {
    position: fixed !important;
    top: 86px !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
  }
}

/* Safe membership modal */
.membership-modal[hidden] {
  display: none !important;
}

.membership-modal {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5, 16, 34, .72);
  backdrop-filter: blur(8px);
}

.membership-card {
  width: min(720px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  position: relative;
  padding: 26px;
  border-radius: 18px;
  background: #fff;
  color: #0f1f3a;
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}

.membership-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: #eef4ff;
  color: #0f1f3a;
  font-size: 24px;
  cursor: pointer;
}

.membership-kicker {
  margin: 0 0 8px;
  color: #0b4fd4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.membership-card h2 {
  margin: 0 44px 8px 0;
  font-size: 30px;
  line-height: 1.1;
}

.membership-copy {
  margin: 0 0 18px;
  color: #52627a;
}

.membership-form {
  display: grid;
  gap: 14px;
}

.membership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.membership-form label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 800;
}

.membership-form input,
.membership-form select,
.membership-form textarea {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid #d8e1ee;
  border-radius: 10px;
  background: #f8fafc;
  color: #0f1f3a;
  font: inherit;
}

.membership-form textarea {
  min-height: 100px;
  resize: vertical;
}

.membership-form button[type="submit"] {
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.membership-status {
  min-height: 20px;
  margin: 0;
  color: #0b4fd4;
  font-weight: 800;
}

body.membership-is-open {
  overflow: hidden;
}

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

  .membership-card {
    padding: 22px;
  }
}

/* Safe isolated industry template page */
.industry-template-page {
  margin: 0;
  background: #f4f7fb;
  color: #0f1f3a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.industry-template-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(14px);
}

.industry-template-nav {
  width: min(1180px, calc(100% - 28px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.industry-template-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.industry-template-logo img {
  width: 174px;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

.industry-template-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  flex-wrap: nowrap;
}

.industry-template-menu a,
.industry-template-lang {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #d8e1ee;
  background: #f8fafc;
  color: #0f1f3a;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.industry-template-lang {
  width: 58px;
  padding: 0 7px;
  cursor: pointer;
  font-family: inherit;
}

.industry-template-lang.active,
.industry-template-menu a:hover,
.industry-template-lang:hover {
  background: #0b4fd4;
  border-color: #0b4fd4;
  color: #fff;
}

.industry-template-lang img {
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
}

.industry-template-hero {
  min-height: 480px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,23,54,.92), rgba(5,23,54,.48)),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
}

.industry-template-hero-copy {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0;
}

.industry-template-kicker {
  margin: 0 0 10px;
  color: #d9a441;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.industry-template-hero h1 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: .96;
  letter-spacing: 0;
}

.industry-template-hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: 18px;
}

.industry-template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.industry-template-actions a,
.industry-request button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #d9a441;
  color: #16110a;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.industry-template-actions a + a {
  background: rgba(255,255,255,.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,.32);
}

.industry-sponsored,
.industry-content-area,
.industry-request {
  width: min(1120px, calc(100% - 32px));
  margin: 36px auto;
}

.industry-sponsored {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 16px;
}

.industry-sponsored-main {
  min-height: 330px;
  padding: 28px;
  border-radius: 18px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,23,54,.88), rgba(5,23,54,.35)),
    url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=1200&q=80");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.industry-sponsored-main span,
.industry-badge {
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: #d9a441;
  color: #16110a;
  font-size: 12px;
  font-weight: 900;
}

.industry-sponsored-main h2 {
  max-width: 680px;
  margin: 14px 0 8px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
}

.industry-sponsored-main p {
  max-width: 600px;
  color: rgba(255,255,255,.86);
}

.industry-sponsored-side {
  display: grid;
  gap: 12px;
}

.industry-sponsored-side div {
  min-height: 102px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(11,79,212,.75), rgba(217,164,65,.75)),
    url("https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=700&q=80");
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 14px;
  font-weight: 900;
}

.industry-content-area {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 16px;
  align-items: start;
}

.industry-filters,
.industry-listings,
.industry-request {
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
}

.industry-filters h2,
.industry-listings h2,
.industry-request h2 {
  margin: 0 0 14px;
}

.industry-filters label {
  display: grid;
  gap: 6px;
  margin-top: 12px;
  font-size: 13px;
  font-weight: 800;
}

.industry-filters select,
.industry-request input,
.industry-request select,
.industry-request textarea {
  min-height: 42px;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d8e1ee;
  border-radius: 10px;
  background: #f8fafc;
  color: #0f1f3a;
  font: inherit;
}

.industry-listings-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.industry-listings-head a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

.industry-listing-card {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid #e2e8f0;
}

.industry-listing-photo {
  min-height: 116px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
}

.industry-listing-photo.photo-one {
  background-image: url("https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=500&q=80");
}

.industry-listing-photo.photo-two {
  background-image: url("https://images.unsplash.com/photo-1582719478250-c89cae4dc85b?auto=format&fit=crop&w=500&q=80");
}

.industry-listing-photo.photo-three {
  background-image: url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=500&q=80");
}

.industry-badge.basic {
  background: #eef4ff;
  color: #0b4fd4;
}

.industry-listing-card h3 {
  margin: 10px 0 6px;
  font-size: 22px;
}

.industry-listing-card p {
  margin: 0 0 12px;
  color: #52627a;
}

.industry-listing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.industry-listing-actions a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.industry-listing-actions a + a {
  background: #f8fafc;
  color: #0f1f3a;
  border: 1px solid #d8e1ee;
}

.industry-request {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
}

.industry-request p {
  color: #52627a;
}

.industry-request form {
  display: grid;
  gap: 12px;
}

.industry-request textarea {
  min-height: 110px;
  resize: vertical;
}

#industryRequestStatus {
  min-height: 20px;
  margin: 0;
  color: #0b4fd4;
  font-weight: 800;
}

@media (max-width: 980px) {
  .industry-template-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 0;
  }

  .industry-template-menu {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .industry-sponsored,
  .industry-content-area,
  .industry-request {
    grid-template-columns: 1fr;
  }

  .industry-template-hero {
    min-height: 430px;
  }
}

@media (max-width: 640px) {
  .industry-listing-card {
    grid-template-columns: 1fr;
  }
}

/* Admin publishing approval panel */
.publishing-admin-panel {
  padding: 20px;
}

.publishing-admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.publishing-admin-head p {
  margin: 0 0 4px;
  color: #0b4fd4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.publishing-admin-head h2 {
  margin: 0 0 4px;
  font-size: 28px;
  color: #0f1f3a;
}

.publishing-admin-head span {
  color: #52627a;
}

.publishing-admin-head button,
.publishing-actions button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.publishing-admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.publishing-admin-grid article {
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
}

.publishing-admin-grid h3 {
  margin: 0 0 12px;
  color: #0f1f3a;
  font-size: 20px;
}

.publishing-list {
  display: grid;
  gap: 10px;
}

.publishing-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.publishing-item b,
.publishing-item span,
.publishing-item em {
  display: block;
}

.publishing-item b {
  color: #0f1f3a;
  font-size: 16px;
}

.publishing-item span,
.publishing-item p,
.publishing-item em {
  color: #52627a;
}

.publishing-item p {
  max-height: 92px;
  overflow: auto;
  margin: 8px 0;
  white-space: pre-wrap;
}

.publishing-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.publishing-actions button:nth-child(2) {
  background: #d9a441;
  color: #17110a;
}

.publishing-actions button:nth-child(3) {
  background: #c7283e;
}

@media (max-width: 800px) {
  .publishing-admin-head,
  .publishing-item {
    grid-template-columns: 1fr;
    display: grid;
  }

  .publishing-actions {
    justify-content: flex-start;
  }
}

/* Admin publishing approval panel */
.publishing-admin-panel {
  padding: 20px;
}

.publishing-admin-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.publishing-admin-head p {
  margin: 0 0 4px;
  color: #0b4fd4;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.publishing-admin-head h2 {
  margin: 0 0 4px;
  font-size: 28px;
  color: #0f1f3a;
}

.publishing-admin-head span {
  color: #52627a;
}

.publishing-admin-head button,
.publishing-actions button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  padding: 0 12px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 900;
  cursor: pointer;
}

.publishing-admin-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.publishing-admin-grid article {
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
}

.publishing-admin-grid h3 {
  margin: 0 0 12px;
  color: #0f1f3a;
  font-size: 20px;
}

.publishing-list {
  display: grid;
  gap: 10px;
}

.publishing-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #f8fafc;
}

.publishing-item b,
.publishing-item span,
.publishing-item em {
  display: block;
}

.publishing-item b {
  color: #0f1f3a;
  font-size: 16px;
}

.publishing-item span,
.publishing-item p,
.publishing-item em {
  color: #52627a;
}

.publishing-item p {
  max-height: 92px;
  overflow: auto;
  margin: 8px 0;
  white-space: pre-wrap;
}

.publishing-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.publishing-actions button:nth-child(2) {
  background: #d9a441;
  color: #17110a;
}

.publishing-actions button:nth-child(3) {
  background: #c7283e;
}

@media (max-width: 800px) {
  .publishing-admin-head,
  .publishing-item {
    grid-template-columns: 1fr;
    display: grid;
  }

  .publishing-actions {
    justify-content: flex-start;
  }
}

/* Premium home refinement with local fast slider */
.home-hero {
  min-height: 720px;
  position: relative;
  overflow: hidden;
  background: #07182f;
}

.hero-slider .slide {
  background-size: cover !important;
  background-position: center !important;
  filter: saturate(1.05);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5,18,42,.90), rgba(5,18,42,.52) 48%, rgba(5,18,42,.25)),
    linear-gradient(0deg, rgba(5,18,42,.82), transparent 42%);
  pointer-events: none;
  z-index: 1;
}

.home-nav,
.hero-content {
  position: relative;
  z-index: 3;
}

.hero-content {
  width: min(1120px, calc(100% - 32px));
  min-height: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 120px;
}

.hero-content .eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(217,164,65,.16);
  border: 1px solid rgba(217,164,65,.36);
  color: #ffd76a;
}

.hero-content h1 {
  max-width: 780px;
  margin: 16px 0 18px;
  font-size: clamp(54px, 9vw, 112px);
  line-height: .9;
  letter-spacing: 0;
  color: #fff;
}

.hero-content p {
  max-width: 700px;
  margin: 0;
  color: rgba(255,255,255,.90);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.hero-actions {
  margin-top: 30px;
}

.hero-actions .btn {
  min-height: 46px;
  border-radius: 999px;
  font-weight: 900;
}

.intro-band {
  margin-top: -74px;
  position: relative;
  z-index: 4;
  width: min(1120px, calc(100% - 32px));
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 22px 70px rgba(15,31,58,.18);
}

.intro-band > div {
  background: rgba(255,255,255,.96);
}

.section-head h2 {
  max-width: 860px;
}

@media (max-width: 860px) {
  .home-hero {
    min-height: 680px;
  }

  .hero-content {
    min-height: 500px;
    padding-top: 46px;
  }

  .intro-band {
    margin-top: -42px;
  }
}

/* Real image homepage slider */
.real-home-slider .slide {
  background-size: cover !important;
  background-position: center !important;
}

.real-home-slider .slide:first-child {
  background-position: center top !important;
}

.home-hero::after {
  background:
    linear-gradient(90deg, rgba(5,18,42,.84), rgba(5,18,42,.50) 48%, rgba(5,18,42,.20)),
    linear-gradient(0deg, rgba(5,18,42,.78), transparent 45%) !important;
}

.hero-content h1,
.hero-content p,
.hero-content .eyebrow {
  text-shadow: 0 3px 18px rgba(0,0,0,.34);
}

/* Two real RD images slider */
.rd-only-slider .slide {
  background-size: cover !important;
  background-position: center !important;
}

.rd-only-slider .slide:first-child {
  background-position: center top !important;
}

.rd-only-slider .slide:nth-child(2) {
  background-position: center center !important;
}

/* Premium contained slider: smaller images, better perceived quality */
.home-hero {
  min-height: 690px !important;
  background:
    radial-gradient(900px 520px at 80% 18%, rgba(11,79,212,.22), transparent 58%),
    linear-gradient(135deg, #07182f 0%, #0d2445 46%, #12376b 100%) !important;
}

.hero-slider.real-home-slider.rd-only-slider {
  position: absolute !important;
  top: 128px !important;
  right: max(28px, calc((100vw - 1180px) / 2)) !important;
  left: auto !important;
  width: min(43vw, 520px) !important;
  height: 440px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  z-index: 2 !important;
  box-shadow: 0 28px 90px rgba(0,0,0,.34) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  background: #0f1f3a !important;
}

.hero-slider.real-home-slider.rd-only-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.18);
  border-radius: 24px;
}

.hero-slider.real-home-slider.rd-only-slider .slide {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  filter: saturate(1.08) contrast(1.04) !important;
}

.hero-slider.real-home-slider.rd-only-slider .slide:first-child {
  background-position: center 18% !important;
}

.hero-slider.real-home-slider.rd-only-slider .slide:nth-child(2) {
  background-position: center center !important;
}

.home-hero::after {
  background:
    linear-gradient(90deg, rgba(5,18,42,.72), rgba(5,18,42,.50) 47%, rgba(5,18,42,.16)),
    linear-gradient(0deg, rgba(5,18,42,.70), transparent 52%) !important;
  z-index: 1 !important;
}

.hero-content {
  width: min(1180px, calc(100% - 32px)) !important;
  min-height: 560px !important;
  padding-right: min(48vw, 580px) !important;
}

.hero-content h1 {
  font-size: clamp(52px, 7vw, 92px) !important;
}

.hero-content p {
  max-width: 620px !important;
}

@media (max-width: 980px) {
  .home-hero {
    min-height: 820px !important;
  }

  .hero-slider.real-home-slider.rd-only-slider {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: min(92vw, 560px) !important;
    height: 360px !important;
    margin: 0 auto 36px !important;
  }

  .hero-content {
    min-height: auto !important;
    padding: 60px 0 30px !important;
  }
}

@media (max-width: 560px) {
  .hero-slider.real-home-slider.rd-only-slider {
    height: 300px !important;
    border-radius: 18px !important;
  }
}

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

.welcome-text-slider {
  position: relative;
  width: min(680px, 100%);
  min-height: 190px;
  margin-top: 18px;
}

.welcome-slide-line {
  position: absolute;
  inset: 0 auto auto 0;
  max-width: 680px;
  margin: 0 !important;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .55s ease, transform .55s ease;
  color: rgba(255,255,255,.94) !important;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 4px 22px rgba(0,0,0,.38);
}

.welcome-slide-line.active {
  opacity: 1;
  transform: translateY(0);
}

.hero-content {
  justify-content: center !important;
}

.hero-actions {
  margin-top: 22px !important;
}

@media (max-width: 760px) {
  .welcome-text-slider {
    min-height: 230px;
  }

  .welcome-slide-line {
    font-size: clamp(32px, 10vw, 48px) !important;
  }
}

/* Welcome text slider size fix */
.welcome-text-slider {
  width: min(600px, 100%) !important;
  min-height: 150px !important;
  margin-top: 14px !important;
  margin-bottom: 8px !important;
}

.welcome-slide-line {
  max-width: 600px !important;
  font-size: clamp(24px, 3.5vw, 44px) !important;
  line-height: 1.12 !important;
  font-weight: 850 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.hero-content .eyebrow {
  font-size: 11px !important;
  line-height: 1.1 !important;
}

.hero-actions {
  margin-top: 16px !important;
}

.hero-actions .btn {
  min-height: 42px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
}

@media (max-width: 980px) {
  .welcome-text-slider {
    width: min(560px, 100%) !important;
    min-height: 160px !important;
  }

  .welcome-slide-line {
    font-size: clamp(24px, 6vw, 38px) !important;
  }
}

@media (max-width: 560px) {
  .welcome-text-slider {
    min-height: 178px !important;
  }

  .welcome-slide-line {
    font-size: 26px !important;
    line-height: 1.16 !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-width: 280px !important;
  }
}

/* Hero buttons compact and below text slider */
.hero-actions {
  margin-top: 34px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

.hero-actions .btn {
  width: auto !important;
  min-width: 138px !important;
  max-width: 190px !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.welcome-text-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 560px) {
  .hero-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    max-width: none !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .hero-actions .btn {
    min-width: 132px !important;
    font-size: 11px !important;
    padding: 0 11px !important;
  }
}

/* Hero buttons compact and below text slider */
.hero-actions {
  margin-top: 34px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: nowrap !important;
}

.hero-actions .btn {
  width: auto !important;
  min-width: 138px !important;
  max-width: 190px !important;
  min-height: 36px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.welcome-text-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 560px) {
  .hero-actions {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    max-width: none !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .hero-actions .btn {
    min-width: 132px !important;
    font-size: 11px !important;
    padding: 0 11px !important;
  }
}

/* Smaller welcome text slider */
.welcome-text-slider {
  width: min(520px, 100%) !important;
  min-height: 112px !important;
  margin-top: 12px !important;
}

.welcome-slide-line {
  max-width: 520px !important;
  font-size: clamp(20px, 2.8vw, 34px) !important;
  line-height: 1.14 !important;
  font-weight: 820 !important;
}

.hero-content .eyebrow {
  font-size: 10px !important;
  padding: 7px 10px !important;
}

.hero-actions {
  margin-top: 24px !important;
}

@media (max-width: 760px) {
  .welcome-text-slider {
    width: min(460px, 100%) !important;
    min-height: 132px !important;
  }

  .welcome-slide-line {
    font-size: clamp(20px, 5.5vw, 30px) !important;
    line-height: 1.16 !important;
  }
}

@media (max-width: 480px) {
  .welcome-text-slider {
    min-height: 145px !important;
  }

  .welcome-slide-line {
    font-size: 22px !important;
  }
}

/* Lower hero buttons and smaller sliding text */
.welcome-text-slider {
  width: min(460px, 100%) !important;
  min-height: 92px !important;
  margin-top: 10px !important;
}

.welcome-slide-line {
  max-width: 460px !important;
  font-size: clamp(18px, 2.25vw, 28px) !important;
  line-height: 1.16 !important;
  font-weight: 780 !important;
}

.hero-actions {
  margin-top: 44px !important;
}

.hero-actions .btn {
  min-height: 34px !important;
  min-width: 126px !important;
  max-width: 176px !important;
  padding: 0 12px !important;
  font-size: 11px !important;
}

@media (max-width: 760px) {
  .welcome-text-slider {
    width: min(420px, 100%) !important;
    min-height: 108px !important;
  }

  .welcome-slide-line {
    font-size: clamp(18px, 4.7vw, 26px) !important;
    line-height: 1.18 !important;
  }

  .hero-actions {
    margin-top: 38px !important;
  }
}

@media (max-width: 480px) {
  .welcome-text-slider {
    min-height: 124px !important;
  }

  .welcome-slide-line {
    font-size: 20px !important;
  }

  .hero-actions {
    margin-top: 34px !important;
  }
}

/* Industry dropdown scroll fix */
.welcome-dropdown {
  position: relative !important;
}

.welcome-dropdown-panel {
  max-height: min(420px, calc(100vh - 130px)) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(11,79,212,.65) rgba(255,255,255,.18) !important;
  padding-right: 8px !important;
}

.welcome-dropdown-panel::-webkit-scrollbar {
  width: 8px !important;
}

.welcome-dropdown-panel::-webkit-scrollbar-track {
  background: rgba(255,255,255,.16) !important;
  border-radius: 999px !important;
}

.welcome-dropdown-panel::-webkit-scrollbar-thumb {
  background: rgba(11,79,212,.72) !important;
  border-radius: 999px !important;
}

.welcome-dropdown-panel.open {
  display: grid !important;
}

.welcome-dropdown-panel a {
  min-height: 38px !important;
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  .welcome-dropdown-panel {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    top: 92px !important;
    width: auto !important;
    max-height: calc(100vh - 120px) !important;
  }
}

/* Dropdown portal + active state */
.welcome-menu-btn.active,
.welcome-menu-btn[aria-expanded="true"] {
  background: #d9a441 !important;
  border-color: #d9a441 !important;
  color: #16110a !important;
  box-shadow: 0 10px 26px rgba(217,164,65,.28) !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating {
  display: none !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
  padding: 10px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border: 1px solid #d8e1ee !important;
  box-shadow: 0 22px 70px rgba(15,31,58,.28) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating.open {
  display: grid !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating a {
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 12px !important;
  border-radius: 10px !important;
  color: #0f1f3a !important;
  background: transparent !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating a:hover,
.welcome-dropdown-panel.welcome-dropdown-floating a:focus {
  background: #eef4ff !important;
  color: #0b4fd4 !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating::-webkit-scrollbar {
  width: 8px !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating::-webkit-scrollbar-track {
  background: #eef2f7 !important;
  border-radius: 999px !important;
}

.welcome-dropdown-panel.welcome-dropdown-floating::-webkit-scrollbar-thumb {
  background: #0b4fd4 !important;
  border-radius: 999px !important;
}

/* Clean industry page menu */
.industry-template-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  flex-wrap: nowrap !important;
}

.industry-menu-dropdown {
  position: relative !important;
}

.industry-menu-btn,
.industry-template-menu > a,
.industry-template-lang {
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid #d8e1ee !important;
  background: #f8fafc !important;
  color: #0f1f3a !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  font-family: inherit !important;
}

.industry-menu-btn.active,
.industry-template-menu > a:hover,
.industry-menu-btn:hover,
.industry-template-lang.active,
.industry-template-lang:hover {
  background: #0b4fd4 !important;
  border-color: #0b4fd4 !important;
  color: #fff !important;
}

.industry-menu-panel {
  position: absolute !important;
  top: 42px !important;
  left: 0 !important;
  width: 260px !important;
  max-height: min(420px, calc(100vh - 120px)) !important;
  display: none !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 8px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 18px 50px rgba(15,31,58,.22) !important;
  z-index: 5000 !important;
}

.industry-menu-panel.open {
  display: grid !important;
  gap: 4px !important;
}

.industry-menu-panel a {
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  color: #0f1f3a !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.industry-menu-panel a:hover,
.industry-menu-panel a.active {
  background: #eef4ff !important;
  color: #0b4fd4 !important;
}

.industry-template-lang {
  width: 58px !important;
  padding: 0 7px !important;
}

.industry-template-lang img {
  width: 16px !important;
  height: 11px !important;
  object-fit: cover !important;
  border-radius: 2px !important;
}

@media (max-width: 980px) {
  .industry-template-menu {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .industry-menu-panel {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    top: 92px !important;
    width: auto !important;
  }
}

/* Clean public menu after audit */
.clean-public-menu {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 7px !important;
  flex-wrap: nowrap !important;
  position: relative !important;
  z-index: 60 !important;
}

.clean-public-dropdown {
  position: relative !important;
}

.clean-public-menu-btn,
.clean-public-menu > a,
.clean-public-lang {
  height: 32px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 0 10px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.38) !important;
  background: rgba(255,255,255,.14) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  font-family: inherit !important;
}

.industries-public-header .clean-public-menu-btn,
.industries-public-header .clean-public-menu > a,
.industries-public-header .clean-public-lang {
  border-color: #d8e1ee !important;
  background: #f8fafc !important;
  color: #0f1f3a !important;
}

.clean-public-menu-btn:hover,
.clean-public-menu-btn.active,
.clean-public-menu > a:hover,
.clean-public-lang.active,
.clean-public-lang:hover {
  background: #0b4fd4 !important;
  border-color: #0b4fd4 !important;
  color: #fff !important;
}

.clean-public-panel {
  position: absolute !important;
  top: 42px !important;
  left: 0 !important;
  width: 260px !important;
  max-height: min(420px, calc(100vh - 120px)) !important;
  display: none !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 8px !important;
  border-radius: 14px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 18px 50px rgba(15,31,58,.22) !important;
  z-index: 5000 !important;
}

.clean-public-panel.open {
  display: grid !important;
  gap: 4px !important;
}

.clean-public-panel a {
  min-height: 36px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 10px !important;
  border-radius: 10px !important;
  color: #0f1f3a !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.clean-public-panel a:hover {
  background: #eef4ff !important;
  color: #0b4fd4 !important;
}

.clean-public-langs {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
}

.clean-public-lang {
  width: 58px !important;
  padding: 0 7px !important;
}

.clean-public-lang img {
  width: 16px !important;
  height: 11px !important;
  object-fit: cover !important;
  border-radius: 2px !important;
}

@media (max-width: 980px) {
  .clean-public-menu {
    width: 100% !important;
    justify-content: flex-start !important;
    overflow-x: auto !important;
    padding-bottom: 4px !important;
  }

  .clean-public-panel {
    position: fixed !important;
    left: 14px !important;
    right: 14px !important;
    top: 92px !important;
    width: auto !important;
  }
}

/* Universal public dropdown behavior */
.welcome-dropdown-panel,
.clean-public-panel,
.industry-menu-panel,
.public-standard-panel {
  max-height: min(420px, calc(100vh - 120px)) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  overscroll-behavior: contain !important;
  -webkit-overflow-scrolling: touch !important;
  z-index: 6000 !important;
}

.welcome-dropdown-panel.open,
.clean-public-panel.open,
.industry-menu-panel.open,
.public-standard-panel.open {
  display: grid !important;
}

.welcome-menu-btn.active,
.clean-public-menu-btn.active,
.industry-menu-btn.active,
.public-standard-menu-btn.active {
  background: #0b4fd4 !important;
  border-color: #0b4fd4 !important;
  color: #fff !important;
}

.welcome-dropdown,
.clean-public-dropdown,
.industry-menu-dropdown,
.public-standard-dropdown {
  position: relative !important;
}

.welcome-dropdown-panel::-webkit-scrollbar,
.clean-public-panel::-webkit-scrollbar,
.industry-menu-panel::-webkit-scrollbar,
.public-standard-panel::-webkit-scrollbar {
  width: 8px !important;
}

.welcome-dropdown-panel::-webkit-scrollbar-thumb,
.clean-public-panel::-webkit-scrollbar-thumb,
.industry-menu-panel::-webkit-scrollbar-thumb,
.public-standard-panel::-webkit-scrollbar-thumb {
  background: #0b4fd4 !important;
  border-radius: 999px !important;
}

/* JCC public events/news pages */
.jcc-public-page {
  margin: 0;
  background: #f4f7fb;
  color: #0f1f3a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.jcc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e2e8f0;
  backdrop-filter: blur(14px);
}

.jcc-nav {
  width: min(1180px, calc(100% - 28px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.jcc-logo img {
  width: 174px;
  max-height: 48px;
  object-fit: contain;
}

.jcc-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: nowrap;
}

.jcc-menu a,
.jcc-lang {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid #d8e1ee;
  background: #f8fafc;
  color: #0f1f3a;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.jcc-lang.active,
.jcc-menu a:hover {
  background: #0b4fd4;
  border-color: #0b4fd4;
  color: #fff;
}

.jcc-lang img {
  width: 16px;
  height: 11px;
  object-fit: cover;
  border-radius: 2px;
}

.jcc-hero {
  min-height: 390px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5,23,54,.92), rgba(5,23,54,.42)),
    url("/img/jcc2026/estadio.jpg");
  background-size: cover;
  background-position: center;
}

.jcc-hero.news {
  background-image:
    linear-gradient(90deg, rgba(5,23,54,.92), rgba(5,23,54,.42)),
    url("/img/jcc2026/inauguracion.jpg");
}

.jcc-hero > div,
.jcc-feature,
.jcc-video-card,
.jcc-grid,
.jcc-news-list {
  width: min(1120px, calc(100% - 32px));
  margin-left: auto;
  margin-right: auto;
}

.jcc-hero p {
  color: #d9a441;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.jcc-hero h1 {
  max-width: 820px;
  margin: 8px 0 12px;
  font-size: clamp(34px, 6vw, 68px);
  line-height: .98;
}

.jcc-hero span {
  display: block;
  max-width: 680px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
}

.jcc-feature,
.jcc-video-card {
  margin-top: 34px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  align-items: center;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
}

.jcc-feature-media,
.jcc-video-thumb {
  min-height: 280px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
}

.jcc-video-thumb {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #07182f, #0b4fd4);
}

.jcc-video-thumb span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #0b4fd4;
  font-size: 34px;
}

.jcc-feature a,
.jcc-video-card a,
.jcc-news-list a {
  min-height: 38px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.jcc-grid {
  margin-top: 34px;
  margin-bottom: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.jcc-grid article,
.jcc-news-list article {
  padding: 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 30px rgba(15,31,58,.08);
}

.jcc-grid b,
.jcc-news-list b {
  color: #0b4fd4;
}

.jcc-news-list {
  margin-top: 34px;
  margin-bottom: 42px;
  display: grid;
  gap: 16px;
}

.jcc-news-list article {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
}

.jcc-news-list img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 14px;
  background: #d8e1ee;
}

@media (max-width: 820px) {
  .jcc-nav {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
  }

  .jcc-menu {
    width: 100%;
    overflow-x: auto;
  }

  .jcc-feature,
  .jcc-video-card,
  .jcc-grid,
  .jcc-news-list article {
    grid-template-columns: 1fr;
  }
}

/* Local frame modal for event/news media */
.local-frame-modal[hidden] {
  display: none !important;
}

.local-frame-modal {
  position: fixed;
  inset: 0;
  z-index: 8000;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(5,16,34,.76);
  backdrop-filter: blur(8px);
}

.local-frame-card {
  width: min(940px, 100%);
  max-height: calc(100dvh - 36px);
  overflow: auto;
  position: relative;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  color: #0f1f3a;
  box-shadow: 0 28px 90px rgba(0,0,0,.34);
}

.local-frame-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef4ff;
  color: #0f1f3a;
  font-size: 24px;
  cursor: pointer;
}

.local-frame-card h2 {
  margin: 0 48px 18px 0;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.05;
}

.local-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
  background: #07182f;
}

.local-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.local-frame-image {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  margin-bottom: 16px;
  background: #e2e8f0;
}

.local-frame-card p {
  color: #52627a;
  font-size: 16px;
  line-height: 1.55;
}

body.local-frame-open {
  overflow: hidden;
}

/* YouTube embed fallback */
.local-video-preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(7,24,47,.72), rgba(11,79,212,.56)),
    url("/img/jcc2026/inauguracion.jpg");
  background-size: cover;
  background-position: center;
}

.local-video-play {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #0b4fd4;
  font-size: 36px;
  box-shadow: 0 18px 48px rgba(0,0,0,.26);
}

.local-frame-action {
  min-height: 40px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 0 16px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

/* Click-to-play local YouTube frame */
.local-video-click {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(7,24,47,.72), rgba(11,79,212,.50)),
    url("/img/jcc2026/inauguracion.jpg");
  background-size: cover;
  background-position: center;
}

.local-video-click iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.local-video-play-button {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0b4fd4;
  font-size: 38px;
  cursor: pointer;
  box-shadow: 0 18px 48px rgba(0,0,0,.28);
}

.local-video-play-button:hover {
  transform: scale(1.04);
}

/* Make page video preview clickable */
.jcc-open-video {
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: inherit;
}

.jcc-open-video:hover span {
  transform: scale(1.06);
}

.jcc-open-video span {
  transition: transform .18s ease;
}

/* Make page video preview clickable */
.jcc-open-video {
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: inherit;
}

.jcc-open-video:hover span {
  transform: scale(1.06);
}

.jcc-open-video span {
  transition: transform .18s ease;
}

/* Local Dominicana video player */
.dominicana-local-video-box video {
  width: 100%;
  max-height: 70vh;
  display: block;
  border-radius: 16px;
  background: #07182f;
}

.video-note {
  margin-top: 12px;
  color: #52627a;
  font-size: 14px;
}

.jcc-open-local-video {
  border: 0;
  cursor: pointer;
  padding: 0;
}

.jcc-open-local-video:hover span {
  transform: scale(1.06);
}

/* Safe official JCC video coverage */
.jcc-official-coverage {
  max-width: 1120px;
  margin: 28px auto;
  padding: 0 18px;
}

.jcc-official-coverage .jcc-video-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1fr);
  gap: 22px;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(12, 35, 70, 0.12);
  border-radius: 18px;
  padding: 18px;
  box-shadow: 0 18px 45px rgba(12, 35, 70, 0.12);
}

.jcc-video-preview {
  min-height: 250px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.jcc-play-badge {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #0b4fd4;
  display: grid;
  place-items: center;
  font-size: 28px;
  padding-left: 4px;
  box-shadow: 0 14px 35px rgba(0,0,0,0.22);
}

.jcc-video-copy h2 {
  margin: 6px 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  color: #071c3d;
}

.jcc-video-copy p {
  margin: 0 0 12px;
  color: #425575;
  font-size: 15px;
  line-height: 1.55;
}

.jcc-source-note {
  margin: 12px 0 16px;
  font-size: 13px;
  color: #667792;
}

.jcc-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 760px) {
  .jcc-official-coverage .jcc-video-card {
    grid-template-columns: 1fr;
  }

  .jcc-video-preview {
    min-height: 210px;
  }
}

/* Professional home membership and featured market */
.featured-market {
  background: #ffffff;
}

.featured-market .section-head {
  max-width: 860px;
}

.featured-market .section-head h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  color: #071c3d;
}

.featured-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.featured-market-card {
  border: 1px solid rgba(15, 31, 58, 0.12);
  border-radius: 16px;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 12px 30px rgba(15, 31, 58, 0.08);
}

.featured-market-card span {
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  color: #0b4fd4;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.featured-market-card h3 {
  margin: 10px 0 8px;
  color: #071c3d;
  font-size: 20px;
  line-height: 1.15;
}

.featured-market-card p {
  color: #52627a;
  font-size: 14px;
  line-height: 1.5;
}

.featured-market-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0;
  color: #33435c;
  font-size: 13px;
}

.featured-market-card a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #0b4fd4;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .featured-market-grid {
    grid-template-columns: 1fr;
  }
}

/* Home professional polish */
.home-intro,
.intro-grid,
.portal-intro,
.home-stats {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.intro-grid,
.portal-intro,
.home-stats {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(15, 31, 58, 0.08);
}

.intro-grid > *,
.portal-intro > *,
.home-stats > * {
  padding: 22px 26px !important;
}

.intro-grid span,
.portal-intro span,
.home-stats span,
.intro-grid .eyebrow,
.portal-intro .eyebrow {
  font-size: 11px !important;
  line-height: 1.25 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

.intro-grid strong,
.portal-intro strong,
.home-stats strong {
  display: block;
  max-width: 280px;
  font-size: 15px !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #10213d !important;
}

.section {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}

.section .eyebrow,
.eyebrow.dark {
  font-size: 12px !important;
  letter-spacing: .14em !important;
}

.section h2 {
  max-width: 840px;
  font-size: clamp(34px, 5vw, 64px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
}

.industry-grid,
.industries-grid,
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.industry-card,
.sector-card,
.module-card {
  min-height: 280px !important;
  height: 280px !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.industry-card img,
.sector-card img,
.module-card img,
.industry-card picture,
.sector-card picture {
  height: 100% !important;
  object-fit: cover !important;
}

.industry-card h3,
.sector-card h3,
.module-card h3 {
  font-size: 24px !important;
  line-height: 1.08 !important;
  letter-spacing: 0 !important;
  max-width: 92%;
}

.industry-card p,
.sector-card p,
.module-card p {
  font-size: 14px !important;
  line-height: 1.45 !important;
  max-width: 92%;
}

.industry-card span,
.sector-card span,
.module-card span {
  font-size: 12px !important;
  letter-spacing: .06em !important;
}

.featured-market {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}

.featured-market .section-head h2 {
  font-size: clamp(30px, 4vw, 50px) !important;
}

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

.membership-modal .membership-card {
  max-width: 760px !important;
  border-radius: 18px !important;
}

.membership-form input,
.membership-form select,
.membership-form textarea {
  min-height: 42px !important;
  font-size: 14px !important;
}

@media (max-width: 980px) {
  .industry-grid,
  .industries-grid,
  .sector-grid,
  .featured-market-grid {
    grid-template-columns: 1fr !important;
  }

  .industry-card,
  .sector-card,
  .module-card {
    height: 240px !important;
    min-height: 240px !important;
  }

  .section h2 {
    font-size: clamp(32px, 9vw, 44px) !important;
  }

  .intro-grid,
  .portal-intro,
  .home-stats {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Home restructure: compact country summary + smaller industry visuals */
.home-country-summary {
  width: min(1040px, calc(100% - 40px)) !important;
  margin: 34px auto 22px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border: 1px solid rgba(15, 31, 58, 0.10) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: rgba(255,255,255,0.96) !important;
  box-shadow: 0 12px 34px rgba(15,31,58,0.08) !important;
}

.home-country-summary > * {
  min-height: 0 !important;
  padding: 18px 22px !important;
  border-right: 1px solid rgba(15, 31, 58, 0.10) !important;
}

.home-country-summary > *:last-child {
  border-right: 0 !important;
}

.home-country-summary span,
.home-country-summary .eyebrow {
  display: block !important;
  margin-bottom: 8px !important;
  color: #0b4fd4 !important;
  font-size: 11px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.home-country-summary strong {
  display: block !important;
  max-width: 260px !important;
  color: #17233b !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.section h2 {
  font-size: clamp(30px, 4.2vw, 52px) !important;
  max-width: 760px !important;
}

.industry-card,
.sector-card,
.module-card {
  height: 220px !important;
  min-height: 220px !important;
  border-radius: 14px !important;
}

.industry-card h3,
.sector-card h3,
.module-card h3 {
  font-size: 20px !important;
  line-height: 1.1 !important;
}

.industry-card p,
.sector-card p,
.module-card p {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.industry-grid,
.industries-grid,
.sector-grid {
  gap: 14px !important;
}

@media (max-width: 900px) {
  .home-country-summary {
    grid-template-columns: 1fr !important;
  }

  .home-country-summary > * {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15, 31, 58, 0.10) !important;
  }

  .home-country-summary > *:last-child {
    border-bottom: 0 !important;
  }

  .industry-card,
  .sector-card,
  .module-card {
    height: 190px !important;
    min-height: 190px !important;
  }
}

/* Move country summary below the hero */
.home-country-summary {
  display: none !important;
}

.home-country-summary-bottom {
  position: relative !important;
  z-index: 1 !important;
  width: min(1080px, calc(100% - 48px)) !important;
  margin: 28px auto 56px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  border: 1px solid rgba(15, 31, 58, 0.10) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(15, 31, 58, 0.08) !important;
}

.home-country-summary-bottom > * {
  padding: 16px 22px !important;
  border-right: 1px solid rgba(15, 31, 58, 0.10) !important;
}

.home-country-summary-bottom > *:last-child {
  border-right: 0 !important;
}

.home-country-summary-bottom span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #0b4fd4 !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.home-country-summary-bottom strong {
  display: block !important;
  max-width: 270px !important;
  color: #17233b !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

@media (max-width: 900px) {
  .home-country-summary-bottom {
    grid-template-columns: 1fr !important;
    margin-bottom: 36px !important;
  }

  .home-country-summary-bottom > * {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15, 31, 58, 0.10) !important;
  }

  .home-country-summary-bottom > *:last-child {
    border-bottom: 0 !important;
  }
}

/* Final fix: remove the old top summary and place it near the bottom */
.home-original-summary-hidden {
  display: none !important;
}

.home-country-summary,
.home-country-summary-bottom {
  display: none !important;
}

#homeBottomSummaryFinal {
  width: min(1080px, calc(100% - 48px));
  margin: 72px auto 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(15, 31, 58, 0.10);
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 31, 58, 0.07);
}

#homeBottomSummaryFinal article {
  padding: 16px 20px;
  border-right: 1px solid rgba(15, 31, 58, 0.10);
}

#homeBottomSummaryFinal article:last-child {
  border-right: 0;
}

#homeBottomSummaryFinal span {
  display: block;
  margin-bottom: 7px;
  color: #0b4fd4;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#homeBottomSummaryFinal strong {
  display: block;
  color: #17233b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.industry-card,
.sector-card,
.module-card {
  height: 185px !important;
  min-height: 185px !important;
}

.industry-card h3,
.sector-card h3,
.module-card h3 {
  font-size: 18px !important;
}

.industry-card p,
.sector-card p,
.module-card p {
  font-size: 12px !important;
  line-height: 1.35 !important;
}

@media (max-width: 900px) {
  #homeBottomSummaryFinal {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 720px);
    margin-top: 42px;
  }

  #homeBottomSummaryFinal article {
    border-right: 0;
    border-bottom: 1px solid rgba(15, 31, 58, 0.10);
  }

  #homeBottomSummaryFinal article:last-child {
    border-bottom: 0;
  }

  .industry-card,
  .sector-card,
  .module-card {
    height: 170px !important;
    min-height: 170px !important;
  }
}

/* Final placement: country summary at the real bottom */
.home-original-summary-hidden,
.home-country-summary,
.home-country-summary-bottom {
  display: none !important;
}

#homeBottomSummaryFinal {
  width: min(1120px, calc(100% - 40px)) !important;
  margin: 54px auto 34px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  background: #ffffff !important;
  border: 1px solid rgba(15, 31, 58, 0.12) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 16px 38px rgba(15, 31, 58, 0.08) !important;
}

#homeBottomSummaryFinal article {
  padding: 18px 22px !important;
  border-right: 1px solid rgba(15, 31, 58, 0.10) !important;
}

#homeBottomSummaryFinal article:last-child {
  border-right: 0 !important;
}

#homeBottomSummaryFinal span {
  display: block !important;
  margin-bottom: 8px !important;
  color: #0b4fd4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

#homeBottomSummaryFinal strong {
  display: block !important;
  color: #10203c !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  max-width: 280px !important;
}

.industry-card,
.industries-grid .card,
.industry-grid .card {
  min-height: 0 !important;
  height: 190px !important;
}

.industry-card img,
.industries-grid .card img,
.industry-grid .card img {
  height: 190px !important;
  object-fit: cover !important;
}

@media (max-width: 820px) {
  #homeBottomSummaryFinal {
    grid-template-columns: 1fr !important;
    width: min(100% - 24px, 520px) !important;
    margin: 36px auto 24px !important;
  }

  #homeBottomSummaryFinal article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(15, 31, 58, 0.10) !important;
  }

  #homeBottomSummaryFinal article:last-child {
    border-bottom: 0 !important;
  }

  .industry-card,
  .industries-grid .card,
  .industry-grid .card,
  .industry-card img,
  .industries-grid .card img,
  .industry-grid .card img {
    height: 165px !important;
  }
}

/* Compact industry cards */
.industries,
.industry-section,
#industrias {
  padding-top: 36px !important;
  padding-bottom: 42px !important;
}

.industries h2,
.industry-section h2,
#industrias h2 {
  max-width: 760px !important;
  font-size: clamp(30px, 4vw, 54px) !important;
  line-height: 1.02 !important;
  margin-bottom: 26px !important;
}

.industries-grid,
.industry-grid,
.industry-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.industry-card,
.industries-grid .card,
.industry-grid .card,
.industry-cards .card {
  height: 150px !important;
  min-height: 150px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
}

.industry-card img,
.industries-grid .card img,
.industry-grid .card img,
.industry-cards .card img {
  height: 150px !important;
  width: 100% !important;
  object-fit: cover !important;
}

.industry-card h3,
.industries-grid .card h3,
.industry-grid .card h3,
.industry-cards .card h3 {
  font-size: 13px !important;
  line-height: 1.15 !important;
  margin-bottom: 8px !important;
}

.industry-card p,
.industries-grid .card p,
.industry-grid .card p,
.industry-cards .card p {
  font-size: 11px !important;
  line-height: 1.3 !important;
  max-width: 92% !important;
}

@media (max-width: 900px) {
  .industries-grid,
  .industry-grid,
  .industry-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .industries-grid,
  .industry-grid,
  .industry-cards {
    grid-template-columns: 1fr !important;
  }

  .industry-card,
  .industries-grid .card,
  .industry-grid .card,
  .industry-cards .card,
  .industry-card img,
  .industries-grid .card img,
  .industry-grid .card img,
  .industry-cards .card img {
    height: 135px !important;
    min-height: 135px !important;
  }
}

/* Final industry image/link correction */
.industry-card.tourism {
  background-image: linear-gradient(180deg, rgba(7,27,58,.18), rgba(7,27,58,.82)), url("/img/home-slides/playa-caribe.webp") !important;
}

.industry-card.realestate {
  background-image: linear-gradient(180deg, rgba(7,27,58,.18), rgba(7,27,58,.82)), url("/real-estate/images/optimized/projects/demo-punta-cana-ocean-club-0-768.webp") !important;
}

.industry-card.agriculture {
  background-image: linear-gradient(180deg, rgba(7,27,58,.18), rgba(7,27,58,.82)), url("/img/home-slides/montanas.webp") !important;
  background-position: center center !important;
}

.industry-card.culture {
  background-image: linear-gradient(180deg, rgba(7,27,58,.18), rgba(7,27,58,.82)), url("/img/jcc2026/inauguracion.jpg") !important;
}

.industry-card.investment {
  background-image: linear-gradient(180deg, rgba(7,27,58,.18), rgba(7,27,58,.82)), url("/real-estate/images/optimized/projects/demo-santo-domingo-central-towers-0-768.webp") !important;
}

.industry-card.marketplace {
  background-image: linear-gradient(180deg, rgba(7,27,58,.18), rgba(7,27,58,.82)), url("/img/home-slides/zona-colonial.webp") !important;
}

.industry-card,
.industries-grid .card,
.industry-grid .card,
.industry-cards .card {
  height: 145px !important;
  min-height: 145px !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Industry page button/dropdown final fix */
.industry-nav {
  z-index: 9999 !important;
}

.industry-actions {
  position: relative !important;
}

.industry-select {
  position: relative !important;
  z-index: 10000 !important;
}

#industryMenu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  width: 280px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  background: #ffffff !important;
  border: 1px solid rgba(15, 31, 58, 0.16) !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.30) !important;
  padding: 8px !important;
  z-index: 10001 !important;
}

#industryMenu.open {
  display: block !important;
}

#industryMenu a {
  display: block !important;
  color: #10203c !important;
  text-decoration: none !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 10px !important;
  padding: 11px 12px !important;
  font-weight: 800 !important;
}

#industryMenu a:hover,
#industryMenu a.active {
  background: #0b4fd4 !important;
  color: #ffffff !important;
}

.industry-lang button.active,
.industry-nav a:hover,
.industry-nav button:hover {
  background: #ffffff !important;
  color: #071b3a !important;
}

#eventos,
#noticias {
  scroll-margin-top: 110px !important;
}

/* Marketplace logo fixed top-left */
.market-nav {
  justify-content: space-between !important;
}

.market-brand {
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
}

.market-brand img {
  width: 178px !important;
  height: auto !important;
  display: block !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 6px 10px !important;
}

/* Marketplace: replace Home button with Dominicana logo */
.market-logo-home {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 7px 12px !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.16) !important;
  margin-right: auto !important;
}

.market-logo-home img {
  width: 190px !important;
  max-width: 34vw !important;
  height: auto !important;
  display: block !important;
}

.market-logo-home:hover {
  background: #ffffff !important;
  transform: translateY(-1px);
}

.market-actions {
  margin-left: auto !important;
}

/* Marketplace: replace Home button with Dominicana logo */
.market-logo-home {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 7px 12px !important;
  box-shadow: 0 10px 26px rgba(0,0,0,0.16) !important;
  margin-right: auto !important;
}

.market-logo-home img {
  width: 190px !important;
  max-width: 34vw !important;
  height: auto !important;
  display: block !important;
}

.market-logo-home:hover {
  background: #ffffff !important;
  transform: translateY(-1px);
}

.market-actions {
  margin-left: auto !important;
}

/* Unified public navigation final */
.public-final-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 76px !important;
  padding: 12px 4vw !important;
  background: #071b3a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
}

.public-final-logo {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  padding: 7px 12px !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.16) !important;
}

.public-final-logo img {
  width: 190px !important;
  max-width: 36vw !important;
  height: auto !important;
  display: block !important;
}

.public-final-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
}

.public-final-actions a,
.public-final-actions button {
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.09) !important;
  border-radius: 999px !important;
  padding: 9px 13px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.public-final-actions a:hover,
.public-final-actions button:hover,
.public-final-lang button.active {
  background: #fff !important;
  color: #071b3a !important;
}

.public-final-industry {
  position: relative !important;
}

.public-final-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  width: 280px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  background: #fff !important;
  border: 1px solid rgba(15,31,58,.16) !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.3) !important;
  padding: 8px !important;
}

.public-final-menu.open {
  display: block !important;
}

.public-final-menu a {
  display: block !important;
  color: #10203c !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 11px 12px !important;
}

.public-final-menu a:hover {
  background: #0b4fd4 !important;
  color: #fff !important;
}

.public-final-lang {
  display: flex !important;
  gap: 6px !important;
}

.public-final-lang button {
  min-width: 42px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (max-width: 760px) {
  .public-final-nav {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .public-final-logo img {
    width: 165px !important;
  }

  .public-final-actions {
    justify-content: flex-start !important;
  }
}

/* Public nav compact final layout */
.public-final-nav {
  flex-wrap: nowrap !important;
}

.public-final-actions {
  width: auto !important;
  flex: 0 1 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.public-final-actions > a,
.public-final-actions > button,
.public-final-industry > button {
  width: auto !important;
  min-width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 9px 13px !important;
}

#publicFinalMembership {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  display: inline-flex !important;
}

.public-final-lang {
  width: auto !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

.public-final-lang button {
  width: auto !important;
  min-width: 42px !important;
  flex: 0 0 auto !important;
}

@media (max-width: 760px) {
  .public-final-nav {
    flex-direction: row !important;
    align-items: center !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }

  .public-final-actions {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    justify-content: flex-start !important;
  }

  .public-final-logo {
    flex: 0 0 auto !important;
  }
}

/* Public nav final compact repair */
.public-final-nav {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  min-height: 74px !important;
  padding: 12px 4vw !important;
  background: #071b3a !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.public-final-logo {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border-radius: 12px !important;
  padding: 7px 12px !important;
  border: 0 !important;
  box-shadow: 0 10px 26px rgba(0,0,0,.16) !important;
}

.public-final-logo img {
  width: 190px !important;
  max-width: 34vw !important;
  height: auto !important;
  display: block !important;
}

.public-final-actions {
  margin-left: auto !important;
  width: auto !important;
  flex: 0 1 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
}

.public-final-actions a,
.public-final-actions button,
.public-final-industry > button {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255,255,255,.28) !important;
  background: rgba(255,255,255,.09) !important;
  border-radius: 999px !important;
  padding: 9px 13px !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.public-final-actions a:hover,
.public-final-actions button:hover,
.public-final-lang button.active {
  background: #fff !important;
  color: #071b3a !important;
}

.public-final-industry {
  position: relative !important;
  flex: 0 0 auto !important;
}

.public-final-menu {
  display: none !important;
  position: absolute !important;
  top: calc(100% + 10px) !important;
  right: 0 !important;
  width: 280px !important;
  max-height: 360px !important;
  overflow-y: auto !important;
  background: #fff !important;
  border: 1px solid rgba(15,31,58,.16) !important;
  border-radius: 14px !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.3) !important;
  padding: 8px !important;
}

.public-final-menu.open {
  display: block !important;
}

.public-final-menu a {
  display: block !important;
  color: #10203c !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  padding: 11px 12px !important;
}

.public-final-menu a:hover {
  background: #0b4fd4 !important;
  color: #fff !important;
}

.public-final-lang {
  width: auto !important;
  flex: 0 0 auto !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

.public-final-lang button {
  min-width: 42px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (max-width: 820px) {
  .public-final-nav {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  .public-final-actions {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
  }

  .public-final-logo img {
    width: 160px !important;
  }
}

/* Marketplace button and sponsor ad polish */
#publicFinalMarketplace {
  background: rgba(255, 204, 77, 0.16) !important;
  border-color: rgba(255, 204, 77, 0.55) !important;
}

#publicFinalMarketplace:hover {
  background: #ffcc4d !important;
  color: #071b3a !important;
}

.sponsor-ad-card {
  padding: 16px !important;
  display: grid !important;
  gap: 10px !important;
}

.sponsor-ad-media {
  height: 108px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #eef3fb !important;
  margin-bottom: 2px !important;
}

.sponsor-ad-media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.sponsor-ad-card h2 {
  font-size: 21px !important;
}

.sponsor-ad-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin: 2px 0 4px !important;
}

.sponsor-ad-meta span {
  background: #f2f6fc !important;
  border: 1px solid #dbe4f2 !important;
  color: #12335f !important;
  border-radius: 999px !important;
  padding: 5px 8px !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}

/* Membership plans */
.membership-plans {
  max-width: 1120px !important;
  margin: 30px auto !important;
  padding: 0 20px !important;
}

.membership-plans-head {
  margin-bottom: 16px !important;
}

.membership-plans-head span {
  display: block !important;
  color: #0b4fd4 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}

.membership-plans-head h2 {
  margin: 0 !important;
  font-size: clamp(28px, 4vw, 46px) !important;
  line-height: 1.05 !important;
  color: #10203c !important;
}

.membership-plans-head p {
  color: #5d6f8a !important;
  max-width: 720px !important;
  line-height: 1.5 !important;
}

.membership-plans-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.membership-plan-card {
  background: #fff !important;
  border: 1px solid rgba(15,31,58,.12) !important;
  border-radius: 16px !important;
  padding: 18px !important;
  box-shadow: 0 14px 34px rgba(15,31,58,.08) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.membership-plan-card.featured {
  border-color: rgba(11,79,212,.45) !important;
  box-shadow: 0 18px 48px rgba(11,79,212,.16) !important;
}

.membership-plan-card small {
  color: #0b4fd4 !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: .08em !important;
}

.membership-plan-card h3 {
  margin: 0 !important;
  font-size: 24px !important;
  color: #10203c !important;
}

.membership-plan-card strong {
  font-size: 22px !important;
  color: #10203c !important;
}

.membership-plan-card ul {
  margin: 0 !important;
  padding-left: 18px !important;
  color: #5d6f8a !important;
  line-height: 1.45 !important;
  font-size: 14px !important;
}

.membership-plan-card button,
.membership-plan-card a {
  margin-top: auto !important;
  border: 0 !important;
  background: #0b4fd4 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 11px 13px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
}

@media (max-width: 980px) {
  .membership-plans-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {
  .membership-plans-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Plan pricing polish */
.plan-price {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  color: #10203c !important;
  font-size: 28px !important;
  line-height: 1 !important;
  margin: 2px 0 !important;
}

.plan-price span {
  color: #5d6f8a !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.plan-duration {
  margin: -2px 0 4px !important;
  color: #5d6f8a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}
