
/* =========================================================
   HEADER ISOLATION — RESTORE WOOSTIFY MOBILE MENU
   ========================================================= */



/* =========================================================
   INDCAD — CINEMATIC DARK SYSTEM (FINAL)
   Single source of truth
   ========================================================= */

/* -------------------------
   DESIGN TOKENS
------------------------- */
:root{
  --white:#ffffff;
  --white-soft:rgba(255,255,255,0.85);
  --white-dim:rgba(255,255,255,0.6);
  --border:rgba(255,255,255,0.35);
  --border-hover:rgba(255,255,255,0.8);
  --overlay:rgba(0,0,0,0.72);
  --radius-lg:22px;
  --radius-md:14px;
}

/* -------------------------
   GLOBAL RESET
------------------------- */
*{
  box-sizing:border-box;
}

html,body{
  margin:0;
  padding:0;
  min-height:100%;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color:var(--white);
  background:transparent;
}

/* -------------------------
   FIXED BACKGROUND
------------------------- */
body::before{
  content:"";
  position:fixed;
  inset:0;
  background:
    linear-gradient(var(--overlay),var(--overlay)),
    url("https://indcad.com/wp-content/uploads/2025/12/2b1ef74f-117e-4352-b257-e2d3eb69185c.jpg")
    center / cover no-repeat;
  z-index:-1;
}

/* -------------------------
   HEADER / MENU
------------------------- */


/* -------------------------
   MAIN LAYOUT
------------------------- */
.container,
.page-wrap,
section,
article{
  max-width:960px;
  margin:90px auto;
  padding:0;
  background:transparent !important;
}

/* section divider */
section + section::before{
  content:"";
  display:block;
  height:1px;
  background:var(--border);
  margin:90px 0;
}

/* -------------------------
   TYPOGRAPHY
------------------------- */
h1,h2,h3,h4{
  color:var(--white);
  font-weight:800;
  letter-spacing:-0.4px;
}

h1{font-size:44px;line-height:1.15}
h2{font-size:32px}
h3{font-size:22px}

p,li,span,label{
  color:var(--white-soft);
  line-height:1.7;
}

/* -------------------------
   BUTTONS — OUTLINE ONLY
------------------------- */
button,
a.button,
.btn,
input[type="submit"]{
  background:transparent !important;
  color:var(--white) !important;
  border:1px solid var(--border) !important;
  border-radius:var(--radius-md);
  padding:14px 26px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  cursor:pointer;
  transition:all .25s ease;
}

button:hover,
a.button:hover,
.btn:hover{
  border-color:var(--border-hover);
  background:rgba(255,255,255,0.06);
  transform:translateY(-1px);
  box-shadow:0 0 24px rgba(255,255,255,0.25);
}

/* -------------------------
   CARDS (TOOLS ONLY)
------------------------- */
.tool,
.indcad-card,
.results-grid .card{
  background:transparent !important;
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  padding:34px;
  transition:all .25s ease;
}

.tool:hover,
.indcad-card:hover,
.results-grid .card:hover{
  border-color:var(--border-hover);
  transform:translateY(-3px);
}

/* -------------------------
   REVIEWS — INLINE
------------------------- */
.review,
.review-grid{
  background:transparent !important;
  border:none !important;
  padding:0;
}

.review p{
  font-size:18px;
  line-height:1.8;
}

.review .name{
  margin-top:14px;
  font-size:13px;
  letter-spacing:0.15em;
  text-transform:uppercase;
  color:var(--white-dim);
}

/* -------------------------
   FORMS / DROPDOWNS
------------------------- */
input,
select,
textarea{
  background:rgba(0,0,0,0.6) !important;
  color:var(--white) !important;
  border:1px solid var(--border) !important;
  border-radius:12px;
  padding:14px;
}

input::placeholder,
textarea::placeholder{
  color:var(--white-dim);
}

input:focus,
select:focus,
textarea:focus{
  outline:none;
  border-color:var(--border-hover);
  box-shadow:0 0 0 3px rgba(255,255,255,0.25);
}

/* -------------------------
   ICONS (LINE ONLY)
------------------------- */
.icon,
svg{
  stroke:var(--white);
  fill:none;
}

/* -------------------------
   FOOTER
------------------------- */
.site-footer{
  background:transparent !important;
  border:none !important;
  text-align:center;
  padding:28px 0;
  color:var(--white-dim);
}

/* remove woostify credit */
.site-footer a,
.site-footer span{
  display:none !important;
}

/* -------------------------
   ELEMENTOR CLEANUP
------------------------- */
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
}

/* -------------------------
   MOBILE
------------------------- */
@media(max-width:768px){
  h1{font-size:30px}
  .container,section{margin:48px 16px}
}
/* =========================================================
   HEADER / MENU — HARD RESET (NO BOX, NO LINE, NO BAR)
   ========================================================= */

=========================================================
   GLOBAL CENTERING FIX — INDCAD
   Fixes right-shift issue permanently
   ========================================================= */

/* 1️⃣ Single source of truth for width */
:root{
  --content-width: 960px;
  --content-padding: 24px;
}

/* 2️⃣ Header container alignment */
.site-header .container,
#masthead .container{
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--content-padding) !important;
  padding-right: var(--content-padding) !important;
}

/* 3️⃣ Main content alignment */
.container,
.page-wrap,
section,
article{
  max-width: var(--content-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--content-padding) !important;
  padding-right: var(--content-padding) !important;
}

/* 4️⃣ Kill Elementor side offsets */
.elementor-container,
.elementor-section{
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 5️⃣ Prevent accidental horizontal drift */
body{
  overflow-x: hidden;
}
/* =========================================================
   CRS — REMOVE GREEN HEADER BAR
   ========================================================= */

.page-wrap h1,
.page-wrap > h1{
  background: transparent !important;
  color: #ffffff !important;
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
  text-align: center;
  font-size: 34px !important;
  font-weight: 800;
  letter-spacing: -0.3px;
  border: none !important;
  box-shadow: none !important;
}
/* ===============================
   CRS — KILL WHITE BACKGROUND (REAL)
   =============================== */

.page-wrap,
.page-wrap form,
.page-wrap .section,
.page-wrap .row,
.page-wrap .grid,
.page-wrap .card{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}
/* ===============================
   CRS — SECTION OUTLINE (NO FILL)
   =============================== */

.page-wrap .section{
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 18px;
  padding: 26px 28px;
  margin-bottom: 34px;
}
/* ===============================
   CRS — INPUTS (ACTUAL)
   =============================== */

.page-wrap select,
.page-wrap input{
  background: rgba(0,0,0,0.65) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  border-radius: 12px;
  padding: 14px 16px;
}

.page-wrap select option{
  background: #000000;
  color: #ffffff;
}

.page-wrap select:focus,
.page-wrap input:focus{
  outline: none;
  border-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.25);
}
/* ===============================
   CRS — SUBMIT BUTTON
   =============================== */

.page-wrap button,
.page-wrap button#submit{
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 14px;
  padding: 14px 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: all .25s ease;
}

.page-wrap button:hover{
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-1px);
}
/* =========================================================
   CRS — FORCE SECTION HEADINGS TO WHITE (OVERRIDE INLINE)
   ========================================================= */

/* Kill any green color on CRS headings */
.page-wrap h2,
.page-wrap h3,
.page-wrap h4,
.page-wrap .section h3,
.page-wrap .section-title,
.page-wrap [style*="color"]{
  color: #ffffff !important;
}
/* =========================================================
   CRS — MAIN GLASS CONTAINER (AUTHORITATIVE)
   ========================================================= */

/* One single glass wrapper for the whole CRS tool */
.page-wrap{
  background: rgba(0,0,0,0.45) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 22px;
  padding: 48px 44px !important;
  box-shadow: none !important;
}
/* =========================================================
   INDCAD — PATHWAYS FINDER (MATCH CRS SYSTEM)
   Authoritative final block
   ========================================================= */

/* ---------- FORCE ALL TEXT TO WHITE (KILL GREEN) ---------- */
.container h1,
.container h2,
.container h3,
.container h4,
.container label,
.container p,
.container span,
.container [style*="color"]{
  color:#ffffff !important;
}

/* ---------- MAIN GLASS CONTAINER (ONE ONLY) ---------- */
.container{
  background: rgba(0,0,0,0.45) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 22px;
  padding: 48px 44px !important;
  box-shadow: none !important;
  max-width: 960px !important;
  margin: 90px auto !important;
}

/* ---------- REMOVE ANY INNER WHITE / GREY BLOCKS ---------- */
.container section,
.container .section,
.container .card,
.container .tie-item,
.container .results-grid,
.container #results{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

/* ---------- SECTION OUTLINES (LIKE CRS) ---------- */
.container section{
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 18px;
  padding: 28px 30px;
  margin-bottom: 36px;
}

/* ---------- INPUTS & DROPDOWNS ---------- */
.container input,
.container select{
  background: rgba(0,0,0,0.65) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  border-radius: 12px;
  padding: 14px 16px;
}

.container select option{
  background:#000000;
  color:#ffffff;
}

.container input:focus,
.container select:focus{
  outline:none;
  border-color:#ffffff !important;
  box-shadow:0 0 0 3px rgba(255,255,255,0.25);
}

/* ---------- CHECKBOX / TIE ITEMS ---------- */
.tie-item{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 14px !important;
  padding: 16px 18px;
}

.tie-item:hover{
  border-color: rgba(255,255,255,0.75);
}

/* ---------- PRIMARY BUTTON (OUTLINE ONLY) ---------- */
button#submit,
.container button{
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 14px;
  padding: 14px 32px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  transition: all .25s ease;
}

button#submit:hover,
.container button:hover{
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
  transform: translateY(-1px);
}

/* ---------- RESULTS CARDS ---------- */
.results-grid .card{
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 18px;
  padding: 24px;
  transition: all .25s ease;
}

.results-grid .card:hover{
  border-color: rgba(255,255,255,0.75);
  transform: translateY(-3px);
}

/* ---------- DISCLAIMERS ---------- */
.disclaimer{
  color: rgba(255,255,255,0.65) !important;
  text-align: center;
  font-size: 12px;
}

/* ---------- MOBILE TUNING ---------- */
@media(max-width:768px){
  .container{
    margin: 48px 16px !important;
    padding: 28px 24px !important;
  }
}
/* =========================================================
   PATHWAYS → MATCH CRS DENSITY (SPACING FIX)
   ========================================================= */

/* Reduce space between major sections */
.container section{
  margin-bottom: 22px !important;
  padding: 20px 22px !important;
}

/* Reduce heading spacing inside sections */
.container section h2,
.container section h3{
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

/* Tighten question groups */
.container .row,
.container .form-row,
.container .question,
.container .question-group{
  margin-bottom: 14px !important;
}

/* Tighten grid gaps */
.container .grid,
.container .results-grid,
.container .tie-grid{
  gap: 14px !important;
}

/* Reduce input vertical size slightly (CRS-like) */
.container input,
.container select{
  padding: 11px 14px !important;
}

/* Reduce checkbox / tie-item height */
.tie-item{
  padding: 12px 14px !important;
  margin-bottom: 10px !important;
}

/* Reduce results card spacing */
.results-grid .card{
  padding: 18px !important;
}

/* Reduce overall container vertical padding */
.container{
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

/* Mobile: even tighter like CRS */
@media(max-width:768px){
  .container section{
    padding: 16px 18px !important;
    margin-bottom: 18px !important;
  }

  .container{
    padding: 24px 18px !important;
  }
}
/* =========================================================
   PATHWAYS — CRS-LEVEL DENSITY (FINAL HARD FIX)
   ========================================================= */

/* 1️⃣ Kill ALL vertical margins created by layout wrappers */
.container > *{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 2️⃣ Section spacing — CRS tight */
.container section{
  margin: 16px 0 !important;
  padding: 18px 20px !important;
}

/* 3️⃣ Remove invisible spacers (Elementor rows / grids) */
.container .row,
.container .elementor-row,
.container .elementor-container,
.container .elementor-column,
.container .elementor-widget-wrap{
  margin: 0 !important;
  padding: 0 !important;
}

/* 4️⃣ Grid spacing — THIS IS THE BIG ONE */
.container [class*="grid"],
.container [class*="columns"]{
  gap: 12px !important;
  row-gap: 12px !important;
  column-gap: 12px !important;
}

/* 5️⃣ Question groups spacing */
.container label{
  margin-bottom: 6px !important;
}

.container input,
.container select{
  margin-bottom: 10px !important;
}

/* 6️⃣ Section headings spacing */
.container h2,
.container h3{
  margin-bottom: 12px !important;
}

/* 7️⃣ Remove divider spacing */
.container hr{
  margin: 14px 0 !important;
  opacity: 0.35;
}

/* 8️⃣ Results spacing parity */
.results-grid{
  margin-top: 18px !important;
}

.results-grid .card{
  padding: 16px !important;
}

/* 9️⃣ Container padding (CRS exact feel) */
.container{
  padding: 32px 32px !important;
}

/* 🔟 Mobile — even tighter */
@media(max-width:768px){
  .container{
    padding: 22px 18px !important;
  }

  .container section{
    padding: 14px 16px !important;
    margin: 14px 0 !important;
  }

  .container input,
  .container select{
    margin-bottom: 8px !important;
  }
}
/* =========================================================
   CRS / PATHWAYS — ULTRA TIGHT DENSITY (AUTHORITATIVE)
   ========================================================= */

/* 1️⃣ Kill all extra vertical margins everywhere */
.container *{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* 2️⃣ Main glass container padding — tight like CRS */
.container{
  padding: 26px 28px !important;
}

/* 3️⃣ Section blocks — compact */
.container section{
  padding: 14px 16px !important;
  margin-bottom: 18px !important;
}

/* 4️⃣ Section headings — close to inputs */
.container h2,
.container h3{
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

/* 5️⃣ Labels → input spacing */
.container label{
  display:block;
  margin-bottom: 4px !important;
}

/* 6️⃣ Inputs & selects — CRS spacing */
.container input,
.container select{
  margin-bottom: 8px !important;
  height: 42px !important;
}

/* 7️⃣ Grid / column spacing (MAIN GAP FIX) */
.container [class*="grid"],
.container [class*="row"],
.container [class*="columns"]{
  gap: 10px !important;
  row-gap: 10px !important;
  column-gap: 10px !important;
}

/* 8️⃣ Remove hidden Elementor spacing */
.elementor-row,
.elementor-column,
.elementor-widget-wrap{
  margin: 0 !important;
  padding: 0 !important;
}

/* 9️⃣ Divider lines — subtle & close */
.container hr{
  margin: 12px 0 !important;
  opacity: 0.3;
}

/* 🔟 Results spacing parity */
.results-grid{
  margin-top: 14px !important;
}

.results-grid .card{
  padding: 14px !important;
}

/* 1️⃣1️⃣ Mobile — even tighter */
@media(max-width:768px){
  .container{
    padding: 18px 16px !important;
  }

  .container section{
    padding: 12px 14px !important;
    margin-bottom: 14px !important;
  }

  .container input,
  .container select{
    margin-bottom: 6px !important;
  }
}
/* =========================================================
   PATHWAYS — CRS DENSITY FIX (GRID SAFE)
   ========================================================= */

/* 1️⃣ Restore grid / flex layouts */
.container section,
.container .row,
.container .elementor-row,
.container .elementor-container {
  display: grid !important;
}

/* 2️⃣ Tight grid spacing (THIS is the key) */
.container section{
  row-gap: 10px !important;
  column-gap: 14px !important;
}

/* 3️⃣ Reduce spacing between question rows */
.container .row,
.container .elementor-row{
  row-gap: 8px !important;
  margin-bottom: 10px !important;
}

/* 4️⃣ Inputs spacing — CRS tight */
.container input,
.container select{
  margin-bottom: 6px !important;
  height: 42px !important;
}

/* 5️⃣ Labels closer to fields */
.container label{
  margin-bottom: 4px !important;
}

/* 6️⃣ Section headings spacing */
.container h2,
.container h3{
  margin-bottom: 8px !important;
}

/* 7️⃣ Remove divider / separator lines */
.container hr,
.container *::before,
.container *::after{
  border: none !important;
  display: none !important;
}

/* 8️⃣ Remove excess section padding */
.container section{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* 9️⃣ Mobile — preserve columns but tighter */
@media(max-width:768px){
  .container section{
    row-gap: 8px !important;
  }

  .container input,
  .container select{
    margin-bottom: 5px !important;
  }
}
/* =========================================================
   GLASS CONTAINER — WIDER (SAFE OVERRIDE)
   ========================================================= */

/* Main glass wrapper (CRS + Pathways) */
.page-wrap,
.container section:first-of-type,
.container > section{
  max-width: 1420px !important;   /* was ~960 */
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Inner breathing room */
.page-wrap,
.container section{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* Mobile — still comfortable, not cramped */
@media(max-width:768px){
  .page-wrap,
  .container section{
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
/* =========================================================
   SITE TITLE ONLY — INDCAD
   Does NOT affect menu items
   ========================================================= */

/* Target site title safely (Woostify / WP standard) */
.site-branding .site-title,
.site-branding .site-title a {
  font-size: 34px !important;
  font-weight: 900 !important;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #ffffff !important;
  line-height: 1;
  text-shadow: 0 4px 18px rgba(0,0,0,0.9);
}

/* Desktop boost */
@media (min-width: 1024px) {
  .site-branding .site-title,
  .site-branding .site-title a {
    font-size: 38px !important;
  }
}

/* Explicitly reset menu items (IMPORTANT) */
.main-navigation a,
.primary-menu a,
.site-header nav a {
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}
/* =========================================================
   PATHWAY FINDER — WIDE GLASS BOX (MATCH CRS)
   ========================================================= */

/* 1️⃣ Main glass container — make it BIG */
body .container,
body .page-wrap {
  max-width: 1280px !important;   /* wider than CRS */
  width: 94vw !important;
  margin: 40px auto !important;
  padding: 36px 42px !important;

  background: rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.28) !important;
  border-radius: 22px;
}

/* 2️⃣ Remove internal section spacing (this was the problem) */
section {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* 3️⃣ Tighten question blocks */
.row {
  margin-bottom: 8px !important;
  gap: 10px !important;
}

/* 4️⃣ Inputs / dropdowns tight & dark */
select,
input {
  background: rgba(0,0,0,0.65) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 10px !important;
  padding: 11px 12px !important;
}

/* 5️⃣ Kill all green text */
.section-title,
.ic-suggestion .title,
h1,h2,h3 {
  color: #ffffff !important;
}

/* 6️⃣ Remove row separators / lines */
table.breakdown td,
.ic-suggestion {
  border: none !important;
}

/* 7️⃣ Buttons — outline only */
button,
.ic-btn {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.55) !important;
  border-radius: 12px !important;
  padding: 12px 20px !important;
}

/* 8️⃣ Mobile safety */
@media (max-width: 768px) {
  body .container,
  body .page-wrap {
    max-width: 96vw !important;
    padding: 22px 20px !important;
  }
}
/* =========================================================
   PATHWAY FINDER — FORCE CENTERED GLASS BOX (FINAL)
   ========================================================= */

/* Target the Pathway Finder wrapper only */
body .page-wrap,
body .container {
  position: relative !important;

  /* TRUE centering */
  left: 50% !important;
  transform: translateX(-50%) !important;

  max-width: 1280px !important;
  width: 94vw !important;

  margin: 40px 0 !important; /* vertical only */
  padding: 36px 44px !important;

  background: rgba(0,0,0,0.55) !important;
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.28) !important;
  border-radius: 22px !important;
}

/* Kill any parent flex/grid misalignment */
.site-content,
.elementor-section,
.elementor-container,
.elementor-column {
  justify-content: center !important;
  align-items: stretch !important;
}

/* Tight rows (no gaps) */
.row {
  margin-bottom: 8px !important;
  gap: 10px !important;
}

/* Remove section spacing */
section {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* Mobile fix */
@media (max-width: 768px) {
  body .page-wrap,
  body .container {
    width: 96vw !important;
    padding: 22px 20px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
/* =========================================================
   SWPM LOGIN — SINGLE CENTERED GLASS CARD (FINAL)
   ========================================================= */

/* 1️⃣ Center the login page vertically & horizontally */
.site-content {
  min-height: 100vh !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* 2️⃣ THE ONLY GLASS BOX (outer wrapper) */
.swpm-login-widget-form {
  background: rgba(0, 0, 0, 0.55) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);

  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  border-radius: 22px !important;

  max-width: 440px !important;
  width: 92vw !important;

  padding: 38px 40px !important;
  margin: 0 auto !important;

  box-shadow: none !important;
}

/* 3️⃣ Remove any inner backgrounds (NO nested boxes) */
.swpm-login-widget-form * {
  background: transparent !important;
  box-shadow: none !important;
}

/* 4️⃣ Labels */
.swpm-login-widget-form label {
  color: rgba(255,255,255,0.9) !important;
  font-weight: 600;
}

/* 5️⃣ Inputs */
.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"] {
  background: rgba(0,0,0,0.65) !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  color: #ffffff !important;

  border-radius: 12px !important;
  padding: 14px !important;
  width: 100%;
}

/* Placeholder */
.swpm-login-widget-form input::placeholder {
  color: rgba(255,255,255,0.55) !important;
}

/* 6️⃣ Submit button — transparent outline */
.swpm-login-form-submit {
  background: transparent !important;
  color: #ffffff !important;

  border: 1px solid rgba(255,255,255,0.7) !important;
  border-radius: 14px !important;

  padding: 14px !important;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
}

.swpm-login-form-submit:hover {
  background: rgba(255,255,255,0.08) !important;
}

/* 7️⃣ Links — FIX VISIBILITY */
.swpm-forgot-pass-link a,
.swpm-join-us-link a {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
  font-size: 13px;
}

.swpm-forgot-pass-link a:hover,
.swpm-join-us-link a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

/* 8️⃣ Remember Me text */
.swpm-rememberme-label,
.swpm-rember-label {
  color: rgba(255,255,255,0.85) !important;
  font-size: 13px;
}

/* 9️⃣ Mobile */
@media (max-width: 600px) {
  .swpm-login-widget-form {
    padding: 28px 24px !important;
  }
}
/* =========================================================
   SWPM LOGIN — TOP POSITION + BRIGHTER LINKS
   ========================================================= */

/* 1️⃣ Stop vertical centering (keep horizontal center) */
.site-content {
  align-items: flex-start !important;
  padding-top: 12px !important; /* distance from top */
}

/* 2️⃣ Ensure login box stays centered horizontally */
.swpm-login-widget-form {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* 3️⃣ Make "Create account / Join Us" WHITER */
.swpm-join-us-link a {
  color: #ffffff !important;
  font-weight: 100;
}

/* Optional: slightly softer hover */
.swpm-join-us-link a:hover {
  color: rgba(255,255,255,0.9) !important;
  text-decoration: underline;
}

/* Also boost Forgot Password slightly */
.swpm-forgot-pass-link a {
  color: rgba(255,255,255,0.95) !important;
}
/* =========================================================
   LOGIN PAGE — AUTH FOOTER VISIBILITY FIX
   ========================================================= */

/* Footer wrapper */
.auth-footer,
.auth-footer p {
  color: rgba(255,255,255,0.9) !important;
  opacity: 1 !important;
}

/* "Create an account" link */
.auth-footer a {
  color: #ffffff !important;
  font-weight: 600 !important;
  text-decoration: none;
  opacity: 1 !important;
}

/* Optional: hover clarity */
.auth-footer a:hover {
  text-decoration: underline;
  color: #ffffff !important;
}
/* =========================================================
   INDCAD — JOIN / MEMBERSHIP PAGE (SINGLE GLASS CARD)
   Scope: .indcad-pricing-wrapper ONLY
   ========================================================= */

/* Center the whole join page */
.indcad-pricing-wrapper{
  min-height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Header text (NO box here) */
.indcad-pricing-wrapper .pricing-header{
  text-align: center;
  max-width: 640px;
  margin-bottom: 36px;
}

.indcad-pricing-wrapper .pricing-header h1{
  color: #ffffff !important;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

.indcad-pricing-wrapper .pricing-header p{
  color: rgba(255,255,255,0.85) !important;
  font-size: 15px;
  line-height: 1.5;
}

/* ===============================
   SINGLE GLASS BOX (THE CARD)
   =============================== */
.indcad-pricing-wrapper .pricing-card{
  width: 100%;
  max-width: 520px;
  padding: 42px 40px;

  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 22px;

  box-shadow: none !important;
  text-align: center;
}

/* Kill any nested backgrounds */
.indcad-pricing-wrapper .pricing-card *{
  background: transparent !important;
  box-shadow: none !important;
}

/* Card heading */
.indcad-pricing-wrapper .pricing-card h2{
  color: #ffffff !important;
  font-weight: 800;
  margin-bottom: 14px;
}

/* Price */
.indcad-pricing-wrapper .price{
  margin: 18px 0 22px;
}

.indcad-pricing-wrapper .price .amount{
  font-size: 42px;
  font-weight: 800;
  color: #ffffff !important;
}

.indcad-pricing-wrapper .price .duration{
  font-size: 14px;
  color: rgba(255,255,255,0.75) !important;
}

/* Features list */
.indcad-pricing-wrapper .pricing-features{
  list-style: none;
  padding: 0;
  margin: 26px 0;
  text-align: left;
}

.indcad-pricing-wrapper .pricing-features li{
  color: rgba(255,255,255,0.9) !important;
  font-size: 14px;
  margin-bottom: 10px;
}

/* ===============================
   PAYMENT BUTTON (SWPM)
   =============================== */
.indcad-pricing-wrapper .pricing-cta input,
.indcad-pricing-wrapper .pricing-cta button,
.indcad-pricing-wrapper .pricing-cta a{
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 14px;
  padding: 14px 26px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease;
}

/* Hover */
.indcad-pricing-wrapper .pricing-cta input:hover,
.indcad-pricing-wrapper .pricing-cta button:hover,
.indcad-pricing-wrapper .pricing-cta a:hover{
  background: rgba(255,255,255,0.08) !important;
  border-color: #ffffff !important;
}

/* Footer note */
.indcad-pricing-wrapper .pricing-note{
  margin-top: 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.7) !important;
}

/* ===============================
   MOBILE
   =============================== */
@media(max-width:768px){
  .indcad-pricing-wrapper{
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .indcad-pricing-wrapper .pricing-card{
    margin: 0 16px;
    padding: 34px 26px;
  }
}
/* /* =========================================================
   INDCAD — REMOVE ALL FEEDBACK UI (TOOLS ONLY)
   ========================================================= */

/* Hide any visible feedback button */
.ic-feedback,
.ic-feedback-btn,
#ic-feedback-btn,
button[class*="feedback"],
a[class*="feedback"]{
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Kill feedback modal completely */
#ic-feedback-modal,
.ic-feedback-modal,
div[id*="feedback"][style],
div[class*="feedback-modal"]{
  display: none !important;
}

/* Prevent JS from reserving space */
body > .ic-feedback,
body > #ic-feedback-btn{
  display: none !important;
}
/* =========================================================
   INDCAD — CRS RESULT VIEW (GLASS THEME)
   Triggered after "Calculate CRS"
   ========================================================= */

/* MAIN RESULT WRAPPER */

#ic-result-wrap{
  display:block;
  margin-top:36px !important;

  background:rgba(0,0,0,0.55) !important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);

  border:1px solid rgba(255,255,255,0.28) !important;
  border-radius:22px;
  padding:34px 36px;

  color:#ffffff !important;
}

/* REMOVE DEFAULT WHITE BOX FEEL */
#ic-result-wrap *{
  background:transparent !important;
  box-shadow:none !important;
}

/* RESULT TITLE */
#ic-result-wrap h2,
#ic-result-wrap h3{
  color:#ffffff !important;
  font-weight:800;
  letter-spacing:-0.3px;
  margin-top:0;
}

/* BIG CRS SCORE */
#ic-result-wrap .crs-score,
#ic-result-wrap .score,
#ic-result-wrap strong.score{
  font-size:48px;
  font-weight:900;
  color:#ffffff !important;
  display:block;
  margin:14px 0 10px;
}

/* SUBTEXT BELOW SCORE */
#ic-result-wrap .score-subtext,
#ic-result-wrap p{
  color:rgba(255,255,255,0.82) !important;
  font-size:15px;
  line-height:1.6;
}

/* BREAKDOWN TABLE → CLEAN LIST */
#ic-result-wrap table{
  width:100%;
  border-collapse:collapse;
  margin-top:18px;
}

#ic-result-wrap table tr{
  border:none !important;
}

#ic-result-wrap table td{
  padding:10px 0 !important;
  border:none !important;
  color:rgba(255,255,255,0.85) !important;
  font-size:14px;
}

/* LEFT LABEL */
#ic-result-wrap table td.k{
  font-weight:600;
}

/* RIGHT VALUE */
#ic-result-wrap table td:last-child{
  text-align:right;
  font-weight:700;
  color:#ffffff !important;
}

/* SUGGESTIONS SECTION */
.ic-suggestions{
  margin-top:26px;
}

/* INDIVIDUAL SUGGESTION CARD */
.ic-suggestion{
  border:1px solid rgba(255,255,255,0.25) !important;
  border-radius:16px;
  padding:18px 20px;
  margin-bottom:14px;

  background:rgba(0,0,0,0.45) !important;
  backdrop-filter:blur(10px);

  transition:transform .2s ease;
}

.ic-suggestion:hover{
  transform:translateY(-2px);
}

/* SUGGESTION TITLE */
.ic-suggestion .title{
  font-weight:800;
  color:#ffffff !important;
  margin-bottom:6px;
}

/* SUGGESTION TEXT */
.ic-suggestion p,
.ic-suggestion li{
  color:rgba(255,255,255,0.8) !important;
  font-size:14px;
}

/* CTA BUTTONS INSIDE RESULTS */
#ic-result-wrap button,
#ic-result-wrap .ic-btn{
  background:transparent !important;
  color:#ffffff !important;
  border:1px solid rgba(255,255,255,0.6) !important;
  border-radius:14px;
  padding:12px 22px;
  font-weight:600;
  cursor:pointer;
  transition:all .2s ease;
}

#ic-result-wrap button:hover,
#ic-result-wrap .ic-btn:hover{
  background:rgba(255,255,255,0.08) !important;
  border-color:#ffffff !important;
	
}
/* =========================================================
   INDCAD — PATHWAY FINDER RESULT TEXT COLOR FIX
   ========================================================= */

/* Kill green text in Pathway Finder results */
#results,
#results * ,
.results-grid,
.results-grid * ,
.ic-result,
.ic-result * {
  color: #ffffff !important;
}

/* Specifically neutralize green headings / scores */
#results h1,
#results h2,
#results h3,
#results h4,
#results strong,
#results b,
.results-grid h3,
.results-grid .score,
.ic-result .title,
.ic-result .score {
  color: #ffffff !important;
}

/* If green is applied via inline styles */
#results [style*="color"],
.results-grid [style*="color"] {
  color: #ffffff !important;
}
/* =========================================================
   INDCAD — NOC FINDER RESULTS (FINAL GLASS THEME)
   Targets ONLY the NOC widget
   ========================================================= */

/* Hide Feedback button completely */
#indcad-widget #ic-recent,
#indcad-widget #ic-feedback-modal {
  display: none !important;
}

/* Main widget card = glass */
#indcad-widget > .indcad-card {
  background: rgba(0,0,0,0.45) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 22px;
  padding: 36px 40px;
  box-shadow: none !important;
  color: #ffffff !important;
}

/* Kill inner white cards / borders */
#indcad-widget .indcad-card .indcad-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Headings — force white (kill green inline styles) */
#indcad-widget h3,
#indcad-widget h4,
#indcad-widget .indcad-title {
  color: #ffffff !important;
}

/* Helper / small text */
#indcad-widget .indcad-small,
#indcad-widget .indcad-meta {
  color: rgba(255,255,255,0.75) !important;
}

/* RESULTS LIST */
#indcad-widget .indcad-results {
  margin-top: 26px;
  display: grid;
  gap: 16px;
}

/* Individual result row */
#indcad-widget .indcad-item {
  background: rgba(0,0,0,0.35) !important;
  border: 1px solid rgba(255,255,255,0.28) !important;
  border-radius: 18px;
  padding: 20px 22px;
  color: #ffffff !important;
}

/* Result score badge */
#indcad-widget .indcad-score {
  background: rgba(255,255,255,0.12) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 700;
}

/* Inputs & textarea */
#indcad-widget input,
#indcad-widget textarea {
  background: rgba(0,0,0,0.65) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
  border-radius: 14px;
}

/* Buttons — transparent outline */
#indcad-widget .indcad-btn {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  border-radius: 14px;
  padding: 12px 20px;
  font-weight: 600;
}

#indcad-widget .indcad-btn:hover {
  background: rgba(255,255,255,0.08) !important;
  border-color: #ffffff !important;
}

/* Remove secondary button fill */
#indcad-widget .indcad-btn.secondary {
  background: transparent !important;
}


/* ===============================
   INDCAD — MOBILE NOC OUTPUT FIX
   =============================== */
@media (max-width:600px){

  /* Result list tightening */
  .indcad-results{
    gap:12px !important;
  }

  .indcad-item{
    flex-direction:column;
    align-items:stretch;
  }

  /* Title first, strong */
  .indcad-title{
    font-size:16px;
    font-weight:700;
  }

  /* Meta smaller */
  .indcad-meta{
    font-size:12px;
    opacity:0.8;
  }

  /* Duties preview clamp */
  .indcad-item .indcad-small{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  /* Score secondary */
  .indcad-score{
    align-self:flex-start;
    margin-top:6px;
  }

  /* Buttons inline but full-width */
  .indcad-item button{
    width:100%;
    margin-top:8px;
  }
}


/* =========================================
   NOC FINDER — FIX CLEAR BUTTON WORD BREAK
   ========================================= */

/* Target ONLY the Clear button */
#indcad-widget #ic-clear,
#indcad-widget .indcad-btn.secondary {
  white-space: nowrap !important;     /* never split text */
  min-width: 88px;                    /* enough for CLEAR */
  text-align: center;
  letter-spacing: normal !important;  /* cancel global spacing */
}

/* Ensure parent row doesn't squeeze buttons */
#indcad-widget .indcad-row,
#indcad-widget .indcad-row > div {
  flex-wrap: nowrap !important;
}

/* Mobile safety */
@media (max-width: 600px) {
  #indcad-widget #ic-clear {
    width: auto !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* =========================================
   INDCAD — LOADING SPINNER (WHITE + ROTATING)
   Paste at END
   ========================================= */

#indcad-widget .indcad-loader {
  width: 20px;
  height: 20px;

  border: 3px solid rgba(255,255,255,0.25);
  border-top-color: #ffffff;

  border-radius: 50%;
  display: inline-block;

  animation: indcad-spin 0.8s linear infinite !important;
  -webkit-animation: indcad-spin 0.8s linear infinite !important;
}

/* Unique keyframes to avoid collisions */
@keyframes indcad-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@-webkit-keyframes indcad-spin {
  from { -webkit-transform: rotate(0deg); }
  to   { -webkit-transform: rotate(360deg); }
}
/* =========================================================
   IndCad — Simple Membership Profile Dashboard (FINAL)
   Theme: Dark / Glass / Centered
========================================================= */

/* ---------- RESET SCOPE ---------- */
.indcad-dashboard,
.indcad-dashboard * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* ---------- MAIN WRAPPER ---------- */
.indcad-dashboard {
  max-width: 900px;
  margin: 40px auto;
  padding: 28px;
  border-radius: 18px;

  /* Glassmorphism */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);

  color: #ffffff;
}

/* ---------- PAGE TITLE ---------- */
.indcad-dashboard h2,
.indcad-dashboard h3 {
  margin: 0 0 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}

/* ---------- NAV BUTTON CONTAINER ---------- */
.indcad-dashboard-nav {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;

  /* 🔥 CENTER EVERYTHING */
  justify-content: center;
  align-items: center;
  text-align: center;

  margin-bottom: 26px;
}

/* ---------- TRANSPARENT BUTTONS ---------- */
.indcad-dashboard-nav a,
.indcad-dashboard-nav button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);

  color: #ffffff;
  text-decoration: none;

  padding: 12px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
  transition: all 0.25s ease;
  backdrop-filter: blur(6px);
}

/* ---------- HOVER / ACTIVE ---------- */
.indcad-dashboard-nav a:hover,
.indcad-dashboard-nav button:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
}

.indcad-dashboard-nav a:active,
.indcad-dashboard-nav button:active {
  transform: translateY(0);
}

/* ---------- CRS SNAPSHOT CARD ---------- */
.indcad-crs-card {
  margin-top: 20px;
  padding: 22px;
  border-radius: 14px;

  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);

  text-align: center;
}

.indcad-crs-card .score {
  font-size: 44px;
  font-weight: 800;
  margin: 8px 0;
  color: #ffffff;
}

.indcad-crs-card .label {
  font-size: 13px;
  opacity: 0.8;
}

/* ---------- PATHWAY LIST ---------- */
.indcad-pathway-item {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 12px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.indcad-pathway-item strong {
  color: #ffffff;
}

/* ---------- TEXT / META ---------- */
.indcad-dashboard small,
.indcad-dashboard p,
.indcad-dashboard li {
  color: rgba(255, 255, 255, 0.85);
}

/* ---------- LIST RESET ---------- */
.indcad-dashboard ul {
  padding-left: 18px;
  margin: 10px 0;
}

/* ---------- MOBILE ---------- */
@media (max-width: 600px) {
  .indcad-dashboard {
    padding: 20px;
  }

  .indcad-dashboard-nav {
    gap: 12px;
  }

  .indcad-dashboard-nav a,
  .indcad-dashboard-nav button {
    width: 100%;
    max-width: 280px;
  }
}
/* =====================================================
   IndCad – Global "Join Us" Link Styling
   ===================================================== */

/* Target menu item, buttons, and normal links */
a[href*="join"],
a[href*="membership"],
a[href*="subscribe"],
.menu a[href*="join"],
.menu a[href*="membership"],
.menu a[href*="subscribe"] {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 600;
}

/* Hover state – subtle but visible */
a[href*="join"]:hover,
a[href*="membership"]:hover,
a[href*="subscribe"]:hover {
    opacity: 0.85;
    text-decoration-thickness: 2px;
}

/* If Join Us is rendered as a button */
a.button[href*="join"],
a.btn[href*="join"] {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    text-decoration: underline !important;
    padding: 0;
}
/* Simple Membership – Logout link */
.swpm-logout,
.swpm-logout a,
a.swpm-logout {
  color: #ffffff !important;
  text-decoration: underline !important;
  opacity: 1 !important;
}

/* Hover state */
.swpm-logout a:hover,
a.swpm-logout:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
/* FORCE Simple Membership login/logout text */
.swpm-login-form a,
.swpm-login-form a:visited,
.swpm-logged-in a,
.swpm-logged-in a:visited,
.swpm-login-widget a,
.swpm-login-widget a:visited {
  color: #ffffff !important;
  text-decoration: underline !important;
  opacity: 1 !important;
}

/* Hover */
.swpm-login-form a:hover,
.swpm-logged-in a:hover,
.swpm-login-widget a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
/* =====================================================
   IndCad – Global "Logout" Link Styling
   ===================================================== */

/* Target logout links everywhere */
a[href*="logout"],
.menu a[href*="logout"],
.swpm-logged-in a[href*="logout"],
.swpm-login-form a[href*="logout"],
.swpm-login-widget a[href*="logout"] {
    color: #ffffff !important;
    text-decoration: underline !important;
    font-weight: 600;
    opacity: 1 !important;
}

/* Hover state */
a[href*="logout"]:hover,
.menu a[href*="logout"]:hover {
    opacity: 0.85;
    text-decoration-thickness: 2px;
}

/* If Logout is rendered as a button */
a.button[href*="logout"],
a.btn[href*="logout"] {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    text-decoration: underline !important;
    padding: 0;
}

.indcad-blur {
  position: relative;
}

.indcad-blur .blurred-content {
  filter: blur(6px);
  pointer-events: none;
  user-select: none;
}

.indcad-blur .blur-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 16px;
  z-index: 10;
}

.blur-overlay-box {
  background: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  max-width: 360px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.blur-overlay-box button {
  background: #0B6E4F;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 14px;
  font-weight: 600;
}
.indcad-lock-wrap{
  grid-column: 1 / -1;
  display:flex;
  justify-content:center;
  padding:40px 12px;
}

.indcad-lock-card{
  max-width:520px;
  width:100%;
  padding:32px 28px;
  border-radius:18px;
  background:rgba(15, 25, 22, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border:1px solid rgba(255,255,255,0.08);
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  text-align:center;
  color:#fff;
}

.lock-icon{
  font-size:34px;
  margin-bottom:12px;
}

.indcad-lock-card h3{
  margin:0 0 10px;
  font-size:22px;
  font-weight:800;
  color:#fff;
}

.lock-sub{
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,0.75);
  margin-bottom:22px;
}

.lock-cta{
  margin-bottom:14px;
}

.unlock-btn{
  display:inline-block;
  padding:14px 26px;
  border-radius:14px;
  background:#0B6E4F;
  color:#fff;
  font-weight:800;
  text-decoration:none;
  font-size:16px;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  box-shadow:0 12px 28px rgba(11,110,79,0.45);
}

.unlock-btn:hover{
  background:#FF6B35;
  transform:translateY(-2px);
  box-shadow:0 18px 36px rgba(255,107,53,0.45);
}

.lock-foot{
  font-size:12px;
  color:rgba(255,255,255,0.55);
}
.indcad-lock-wrap{
  grid-column:1 / -1;
  display:flex;
  justify-content:center;
  padding:40px 12px;
}

.indcad-lock-card{
  max-width:520px;
  width:100%;
  padding:32px 28px;
  border-radius:18px;
  background:rgba(15,25,22,.85);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 20px 60px rgba(0,0,0,.45);
  text-align:center;
  color:#fff;
}

.lock-icon{
  font-size:32px;
  margin-bottom:12px;
}

.lock-sub{
  font-size:15px;
  line-height:1.6;
  color:rgba(255,255,255,.75);
  margin-bottom:22px;
}

.unlock-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 30px;
  border-radius:14px;
  background:transparent;
  color:#fff;
  font-weight:700;
  font-size:15px;
  letter-spacing:.3px;
  text-decoration:none;
  border:1.5px solid rgba(255,255,255,0.65);
  transition:
    background .25s ease,
    border-color .25s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.unlock-btn:hover{
  background:rgba(255,255,255,0.08);
  border-color:#fff;
  transform:translateY(-1px);
  box-shadow:0 10px 28px rgba(0,0,0,0.45);
}

}

.lock-foot{
  font-size:12px;
  color:rgba(255,255,255,.55);
}
/* =====================================================
   HEADER SUBMENU — DARK GLASS FIX (WOOSTIFY SAFE)
   ===================================================== */

/* Submenu container */
.main-navigation ul ul,
.primary-menu ul ul,
.site-header nav ul ul {
  background: rgba(0, 0, 0, 0.85) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 14px;

  padding: 8px 0;
  min-width: 220px;

  box-shadow: 0 18px 48px rgba(0,0,0,0.65);
}

/* Submenu links */
.main-navigation ul ul a,
.primary-menu ul ul a,
.site-header nav ul ul a {
  color: #ffffff !important;
  background: transparent !important;

  padding: 12px 18px;
  font-size: 14px;
  font-weight: 500;

  display: block;
  white-space: nowrap;
}

/* Hover state */
.main-navigation ul ul a:hover,
.primary-menu ul ul a:hover,
.site-header nav ul ul a:hover {
  background: rgba(255,255,255,0.08) !important;
  color: #ffffff !important;
}

/* Divider between items (optional but clean) */
.main-navigation ul ul li + li,
.primary-menu ul ul li + li {
  border-top: 1px solid rgba(255,255,255,0.12);
}
