/*Account*/
.account-card-status {
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  color: white;
  z-index: 1;
}

.account-card-status-active {
  background: linear-gradient(90deg, #00b300, #00e65c);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  padding: 4px 10px;
  text-align: center;
  transition: background 0.3s ease;
}

.account-card-status-active:hover {
  background: linear-gradient(90deg, #00cc00, #00ff70);but
}


.account-card-status-coming-soon {
  background-color: #ff1493; /* deep pink for coming soon */
  color: rgba(255, 255, 255, 0.75) !important;
  /* spotlight effect */
  box-shadow: inset 0 -15px 30px -5px rgba(255, 255, 255, 0.4);
}
  
.account-card-status-coming-soon:hover {
  background-color: #ff1493;
  color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: inset 0 -20px 40px -5px rgba(255, 255, 255, 0.5);
}


.account-card-status-inactive { 
  background-color: #ff003f; /* vivid red for inactive */ 
  color: #fff !important;   /* white text, forced */
}

.account-card-status-limited { 
  background-color: #ffa500; /* orange for limited */ 
}

.account-card-status-future { 
  background-color: #ffa500; /* orange (used as slate gray tone for future) */ 
}

.account-card-status-setup {
  background: rgba(0, 255, 127, 0.15);
  color: rgba(255, 255, 255, 0.75) !important;  /* fixed !important placement */
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 8px;
  padding: 8px 12px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.account-card-status-setup:hover {
  background: rgba(0, 255, 127, 0.5);
  border-color: rgba(0, 255, 127, 0.5);
}

.account-card-subtitle {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
  color: #444;
}

.account-card-title {
  margin: 0px 0 10px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 1.4rem;

  background: linear-gradient(270deg, #ff0000, #ffffff, #0000ff);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 5s ease infinite;
  display: inline-block;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.account-card-wrapper {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 35px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  /*display: flex;*/
  flex-direction: column;
  /*gap: 5px;*/
  margin: 15px;
  padding: 0px 15px 30px 15px;
  /*position: relative;*/
}

.account-card-wrapper:hover {
  background-color: rgb(0, 0, 0);
  transform: scale(1.02);
}

/*AGENCY*/

.agency-map-page {
    margin: 0 auto;
    max-width: 1100px;
    padding: 32px 24px 40px 24px;
    background: #ffffff;
    color: #111111;
  }

  .agency-map-header {
    text-align: center;
    margin-bottom: 28px;
  }

  .agency-map-title {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0 0 8px 0;
  }

  .agency-map-subtitle {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.85;
    margin: 0 0 4px 0;
  }

  .agency-map-meta {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0.75;
  }

  .agency-map-section {
    border-radius: 16px;
    border: 1px solid #e2e2e2;
    padding: 16px 18px 16px 18px;
    margin-bottom: 16px;
  }

  .agency-map-section h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .agency-map-section h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 8px 0;
  }

  .agency-map-section p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0 0 6px 0;
  }

  .agency-map-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
  }

  .agency-map-pill {
    flex: 1 1 150px;
    border-radius: 999px;
    border: 1px solid #dedede;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: #fafafa;
  }

  .agency-map-pill span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
    margin-top: 2px;
  }

  .agency-map-steps {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-top: 8px;
  }

  .agency-map-step-card {
    border-radius: 12px;
    border: 1px solid #dedede;
    padding: 10px 10px 9px 10px;
    background: #fbfbfb;
    font-size: 12px;
  }

  .agency-map-step-card strong {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
  }

  .agency-map-step-card span {
    display: block;
    font-size: 11px;
    opacity: 0.9;
  }

  .agency-map-footer {
    border-radius: 18px;
    border: 1px solid #e0b54c;
    padding: 18px 18px 16px 18px;
    margin-top: 20px;
    background: #fff8e3;
  }

  .agency-map-footer h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .agency-map-footer p {
    font-size: 13px;
    margin: 0 0 10px 0;
  }

  .agency-map-footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .agency-map-footer-column {
    flex: 1 1 220px;
    border-radius: 12px;
    border: 1px dashed #e0b54c;
    padding: 10px 12px 9px 12px;
    background: #fffdf5;
  }

  .agency-map-footer-column h3 {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 4px 0;
  }

  .agency-map-footer-column p {
    font-size: 12px;
    margin: 0;
  }

  .agency-map-footer-small {
    font-size: 11px;
    margin-top: 10px;
    opacity: 0.8;
  }

  @media print {
    body {
      margin: 0;
      background: #ffffff;
    }
    .agency-map-page {
      max-width: 100%;
      padding: 20px 30px;
    }
  }
/*Blog*/
.blog-author-avatar {
  border-radius: 50%;
  height: 70px;
  overflow: hidden;
  width: 70px;
}

.blog-author-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-author-name {
  color: dark base;
  font-size: 16px;
  font-weight: 600;
}

.blog-author-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: center;
}

.blog-fa-bounce {
  animation: blog-fa-bounce 0.6s ease-in-out infinite;
  display: inline-block;
}

@keyframes blog-fa-bounce {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-6px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

/* Sequential delays applied by list position */
.blog-models-list li:nth-child(1) .blog-fa-bounce {
  animation-delay: 0s;
}

.blog-models-list li:nth-child(2) .blog-fa-bounce {
  animation-delay: 0.15s;
}

.blog-models-list li:nth-child(3) .blog-fa-bounce {
  animation-delay: 0.3s;
}

.blog-models-list li:nth-child(4) .blog-fa-bounce {
  animation-delay: 0.45s;
}

.blog-models-list li:nth-child(5) .blog-fa-bounce {
  animation-delay: 0.6s;
}


.blog-flag {
  background: linear-gradient(to right, dark base, orange-gold);
  border-radius: 20px;
  color: white;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 6px 18px;
}

.blog-flag-description {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.blog-header-info {
  align-items: center;
  display: flex;
  gap: 15px;
  margin: 20px 0;
}

.blog-hero-img {
  display: block;
  height: auto;
  width: 100%;
}

.blog-hero-wrap {
  margin-bottom: 20px;
  width: 100%;
}

.blog-quote {
  border-left: 4px solid #FFD700;     /* gold accent */
  color: #222;                        /* dark text for blog readability */
  display: block;
  font-style: italic;
  font-size: 18px;
  line-height: 1.7;
  margin: 25px 0;
  padding: 20px 24px 20px 40px;       /* more padding for quote icon */
  position: relative;
  background-color: rgba(255, 255, 255, 0.25); /* brighter overlay for blog */
  border-radius: 10px;
}

.blog-quote::before {
  content: "“";
  font-size: 42px;
  color: #FFD700;
  position: absolute;
  top: 8px;
  left: 12px;
  line-height: 1;
}

.blog-quote::after {
  content: "”";
  font-size: 42px;
  color: #FFD700;
  position: absolute;
  bottom: 8px;
  right: 12px;
  line-height: 1;
}

.blog-small {
    font-size: 0.95rem;
    line-height: 1.55;
}

.blog-small h3,
.blog-small ol,
.blog-small ul,
.blog-small li {
    font-size: inherit;
    line-height: inherit;
}

/*Button*/
.button-custom-animation {
  /* Shadow & Transition Effects */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.button-custom-animation:hover {
  transform: translateY(-2px);
}

.button-custom-animation:active {
  transform: translateY(2px);
}

.button-custom-lentax {
  position: relative;
  z-index: 3;
  background: linear-gradient(135deg, #FFA500, #E67300);
  border: none;
  border-bottom: 2px solid black;
  border-radius: 6px;
  border-right: 2px solid black;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*padding: 10px 32px;*/
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: fit-content;
  overflow: hidden; /* required for shine */
  cursor: pointer;
}

.button-custom-lentax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 150%;  /* start fully off the right */
  width: 50%;  /* shine width */
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg); /* angled shine */
  animation: shine-reverse 3s infinite linear; /* adjust speed */
  pointer-events: none; /* clicks pass through */
  z-index: 2;
}

@keyframes shine-reverse {
  0% {
    left: 150%;  /* fully off right */
  }
  25% {
    left: 50%;   /* halfway across */
  }
  50% {
    left: -50%;  /* fully off left */
  }
  75% {
    left: 50%;   /* back to center */
  }
  100% {
    left: 150%;  /* reset off right */
  }
}

.button-custom-lentax:hover {
  transform: translateY(-2px);
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
}

.button-custom-lentax:active {
  transform: translateY(2px);
  box-shadow: inset 0 3px 7px #D6D6E7;
}

.button-custom-lentax-right {
  position: relative;
  z-index: 3;
  background: linear-gradient(135deg, #FFA500, #E67300);
  border: none;
  border-bottom: 2px solid black;
  border-radius: 6px;
  border-right: 2px solid black;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  display: block;
  margin-left: auto;
  margin-right: 15px; /* aligns 15px from right */
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: fit-content;
  overflow: hidden; /* required for shine */
  cursor: pointer;
}

.button-custom-lentax-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transform: skewX(-20deg);
  animation: shine-reverse 3s infinite linear;
  pointer-events: none;
  z-index: 2;
}

.button-custom-lentax-right:hover {
  transform: translateY(-2px);
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
}

.button-custom-lentax-right:active {
  transform: translateY(2px);
  box-shadow: inset 0 3px 7px #D6D6E7;
}


.button-custom-reset {
  position: relative;
  z-index: 3; /* Ensure it's above the overlay */
  background-color: red;

  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;

  border: none;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  border-radius: 6px;

  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;

  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.button-custom-reset:active {
  transform: translateY(2px);
  box-shadow: inset 0 3px 7px #D6D6E7;
}

.button-custom-reset:hover {
  transform: translateY(-2px);
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
}

.button-custom-setup {
  animation: pulse-slow 3s infinite ease-in-out;
  background: linear-gradient(135deg, rgb(0, 0, 255), rgb(30, 144, 255));
  border: none;
  border-bottom: 2px solid black;
  border-radius: 8px;
  border-right: 2px solid black;
  box-shadow: 0 4px 10px rgba(0, 0, 255, 0.2);
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  width: fit-content;
}

/* Original gentle pulse keyframes */
@keyframes pulse-slow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.button-custom-setup::after {
  content: '';
  inset: 0;
  /*background-color: rgba(0, 0, 0, 0.05);*/ /* subtle dark overlay */
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.button-custom-setup:hover {
  box-shadow: 0 6px 16px rgba(255, 120, 0, 0.3);
  transform: translateY(-2px);
}


.button-custom-setup-v2 {
  /*animation: pulse-slow 3s infinite ease-in-out;*/
  background: linear-gradient(135deg, rgb(0, 0, 255), rgb(30, 144, 255));
  border: none;
  border-bottom: 2px solid black;
  border-radius: 8px;
  border-right: 2px solid black;
  box-shadow: 0 4px 10px rgba(0, 0, 255, 0.2);
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  width: fit-content;
}

.button-custom-setup-v2::after {
  content: '';
  position: absolute;
  inset: 0;
  /*background-color: rgba(0, 0, 0, 0.05); /* subtle dark overlay */
  pointer-events: none;
  z-index: 1;
}

.button-custom-setup-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 120, 0, 0.3);
}


/*Client*/
.client-name {
  background: linear-gradient(270deg, #ff0000, #ffffff, #0000ff); /* Red → White → Blue */
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;

  animation: gradientSweep 8s ease-in-out infinite;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

@keyframes gradientSweep {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.client-name-icon-after {
  color: #ff9902;        /* color for the ⚓ */
  transform: translateY(-50%);
  font-style: normal;     /* override em italic if needed */
  margin-left: 6px;
}


/*Copy/Paste Block*/
/* Center all text in this block */
.copy-paste-block { text-align: center; }

/* Headings */
.copy-paste-block .copy-paste-block-title { margin-bottom: 10px; font-weight: 700; font-size: 22px; }
.copy-paste-block .copy-paste-block-subtitle { margin-bottom: 18px; font-size: 14px; opacity: 0.8; }

/* Referral code box */
.copy-paste-block .copy-paste-block-passkey {
  font-weight: 700;
  word-break: break-all;
  background: rgba(255, 255, 255, 0.10);
  padding: 16px 20px;
  border-radius: 8px;
  margin: 0 auto 12px auto;   /* center + spacing */
  font-size: 16px;
  max-width: fit-content;
  display: inline-block;
}

.copy-paste-block-passkey {
  background-color: #f0f0f0; /* light gray for contrast */
  border-radius: 8px;        /* rounded corners for clarity */
  color: #111;               /* dark text for readability */
  font-family: monospace;    /* code-style font for clarity */
  font-weight: bold;         /* make the text prominent */
  padding: 12px 16px;        /* spacing inside the block */
  text-align: center;        /* center the text */
  user-select: all;          /* allows easy copy of the entire text */
}


/* Button wrapper for spacing */
.copy-paste-block .copy-paste-block-btn-wrap { margin-bottom: 16px; }

/* Button — stronger selector + fallback for --accent */
.copy-paste-block .copy-paste-block-btn {
  display: inline-block;
  background: var(--accent, #FF8C00) !important;  /* fallback to darker orange */
  color: #000 !important;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 10px 32px !important;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.05s ease;
  text-align: center;
  text-decoration: none;
}
.copy-paste-block .copy-paste-block-btn:hover { filter: brightness(1.05); }
.copy-paste-block .copy-paste-block-btn:active { transform: translateY(1px); }
.copy-paste-block .copy-paste-block-btn:focus-visible {
  outline: 2px solid var(--accent, #FF8C00);
  outline-offset: 2px;
}

/* Toast */
.copy-paste-block .copy-paste-block-toast {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  max-width: calc(100% - 24px);
  box-sizing: border-box;
  text-align: center;
}
.copy-paste-block .copy-paste-block-toast.show { opacity: 1; }
.copy-paste-block .copy-paste-block-toast.success { background: rgba(40,167,69,0.92); }
.copy-paste-block .copy-paste-block-toast.error   { background: rgba(220,53,69,0.92); }

/*Dropdowns*/
.dropdown-toggle {
  cursor: pointer;
  font-weight: 600;
  color: #0000ff;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

/* Dropdown content hidden by default */
.dropdown-content {
  display: none;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 15px;
  color: #333;
}

/*Feature*/
.feature-block-border {
  border-left: 4px solid #FF8C00;
  padding-left: 16px;
}

.feature-block-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin: 20px;
  padding: 15px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.feature-block-card h3 {
  color: #ff66cc;
  margin-bottom: 8px;
}

.feature-block-container {
  display: flex;
  align-items: center;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 24px;
  /*margin-bottom: 20px;
  margin-top: 20px;*/
  gap: 24px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.feature-block-container:hover {
  background: #1a1a1a;
  border-color: #444;
}

.feature-block-text-default {
  margin: 0px 15px 0px 15px;
}

/* Apply to everything EXCEPT info-content titles */
.feature-block-text-default h1,
.feature-block-text-default h2,
.feature-block-text-default h3,
.feature-block-text-default h4,
.feature-block-text-default h5,
.feature-block-text-default h6,
.feature-block-text-default p,
.feature-block-text-default ul,
.feature-block-text-default li {
color: rgba(255, 255, 255, 0.9);
transition: color 0.3s ease;
}

/* Explicitly exclude .info-content-title h2 */
.feature-block-text-default .info-content-title h2 {
color: inherit; /* ignore .feature-block-text-default color override */
margin-left: 15px;
margin-top: 15px;
}

/* Hover/focus/active states (also exclude .info-content-title h2) */
.feature-block-text-default:hover h1,
.feature-block-text-default:hover h2,
.feature-block-text-default:hover h3,
.feature-block-text-default:hover h4,
.feature-block-text-default:hover h5,
.feature-block-text-default:hover h6,
.feature-block-text-default:hover p,
.feature-block-text-default:focus h1,
.feature-block-text-default:focus h2,
.feature-block-text-default:focus h3,
.feature-block-text-default:focus h4,
.feature-block-text-default:focus h5,
.feature-block-text-default:focus h6,
.feature-block-text-default:focus p,
.feature-block-text-default.active h1,
.feature-block-text-default.active h2,
.feature-block-text-default.active h3,
.feature-block-text-default.active h4,
.feature-block-text-default.active h5,
.feature-block-text-default.active h6,
.feature-block-text-default.active p {
color: #fff;
}

.feature-block-text-default:hover .info-content-title h2,
.feature-block-text-default:focus .info-content-title h2,
.feature-block-text-default.active .info-content-title h2 {
color: inherit; /* don't override the special gold/turquoise behavior */
}

.feature-block-description {
  flex-grow: 1;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
}

.feature-block-highlight {
  /*font-weight: 600;
  color: #FFD700;*/
}

.feature-block-lottie {
  flex-shrink: 0;
  width: 160px;
  text-align: center;
}

/* Responsive Stack */
@media screen and (max-width: 768px) {
  /* Keep left border instead of switching to top border */
  .feature-block-border {
    padding-left: 16px;
    border-left: 4px solid #FF8C00;
    border-top: none;
    padding-top: 0;
  }

  .feature-block-container {
    flex-direction: column;
    text-align: center;
  }

  h2 + .feature-block-container {
  margin-top: 0px;
}

  
  .feature-block-description {
    padding-top: 0px;
  }
}

.feature-cta-heading {
  font-size: 26px;
  font-weight: 700;
  color: white;
  margin: 0;
  animation: featurePopIn 1s ease-out both;
}

.feature-cta-icon {
  animation: featureFlameFlicker 2.4s infinite ease-in-out;
  color: #ff0201;
  display: inline-block;
  margin: 0 6px;
  text-shadow:
    0 0 4px rgba(255, 50, 0, 0.8),
    0 0 10px rgba(255, 120, 0, 0.6),
    0 0 16px rgba(255, 200, 0, 0.4);
}

@keyframes featureFlameFlicker {
  0%   { transform: scale(1);   opacity: 0.9; text-shadow: 0 0 4px rgba(255, 80, 0, 0.7), 0 0 8px rgba(255, 140, 0, 0.6), 0 0 14px rgba(255, 220, 0, 0.4); }
  25%  { transform: scale(1.05); opacity: 1;   text-shadow: 0 0 6px rgba(255, 100, 0, 0.9), 0 0 14px rgba(255, 180, 0, 0.7), 0 0 20px rgba(255, 240, 100, 0.5); }
  50%  { transform: scale(0.95); opacity: 0.8; text-shadow: 0 0 3px rgba(255, 60, 0, 0.6), 0 0 10px rgba(255, 130, 0, 0.5), 0 0 16px rgba(255, 200, 50, 0.3); }
  75%  { transform: scale(1.08); opacity: 1;   text-shadow: 0 0 8px rgba(255, 120, 0, 1), 0 0 16px rgba(255, 200, 0, 0.8), 0 0 24px rgba(255, 255, 120, 0.6); }
  100% { transform: scale(1);   opacity: 0.9; text-shadow: 0 0 4px rgba(255, 80, 0, 0.7), 0 0 12px rgba(255, 160, 0, 0.6), 0 0 18px rgba(255, 220, 80, 0.5); }
}

.feature-cta-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #FFD700;
  /*margin: 12px 0 18px;*/
}

.feature-cta-wrapper {
  margin-top: 0px;
  text-align: center;
  padding-top: 0px;
  /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
  animation: featureFadeSlideIn 1.5s ease-in-out both;
}

.feature-name {
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.95), rgba(230, 184, 0, 0.9));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: background 0.4s ease;
}

.feature-name:hover,
.feature-name:focus,
.feature-name.active {
  background: linear-gradient(90deg, rgba(255, 239, 120, 1), rgba(255, 215, 0, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.feature-name-v2 {
  background: linear-gradient(90deg, #FFD700, #FFA500, #FFFF33); /* gold → orange-gold → bright yellow */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease, color 0.3s ease;
}

.feature-name-v2:hover,
.feature-name-v2:focus,
.feature-name-v2.active {
  /* Optional hover color */
  /* -webkit-text-fill-color: #fff; */
}

.feature-name-v2 h1 span,
.feature-name-v2 h2 span {
  font-size: 50px;
}

@media screen and (max-width: 768px) {
  .feature-name-v2 {
    font-size: 32px; /* adjust main container for mobile */
  }

  .feature-name-v2 h1 span,
  .feature-name-v2 h2 span {
    font-size: 32px;
  }
}


.feature-name-v3 {
  background: linear-gradient(
    90deg,
    rgb(255, 255, 0),     /* bright yellow */
    rgb(255, 215, 0),     /* gold */
    rgb(255, 165, 0)      /* orange-gold */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

/* Hover/active overrides the gradient mask with solid white */
.feature-name-v3:hover,
.feature-name-v3:focus,
.feature-name-v3.active {
  /* -webkit-text-fill-color: #fff; */
}

/*Filter*/
.filter-badge {
  display: inline-block;
  background: #444;
  color: #fff;
  padding: 3px 8px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 0.85rem;
}

/* Filter Buttons */
#statusFilters .filter-btn {
  padding: 5px 12px;
  margin-right: 4px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  color: #fff;
  transition: background 0.2s ease, transform 0.1s ease;
}
#statusFilters .filter-btn:hover {
  transform: scale(1.05);
}

/* Active filter button highlight */
#statusFilters .filter-btn.active-filter {
  outline: 2px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

/* Status Colors */
#statusFilters .filter-all { background: #333; }
#statusFilters .filter-active { background: #00ff00; }
#statusFilters .filter-coming-soon { background: #ff1493; }
#statusFilters .filter-future { background: #ffa500; }
#statusFilters .filter-inactive { background: #ff003f; }
#statusFilters .filter-limited { background: #ffa500; }

/*Flows*/
.flow-backdrop {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;   /* keep aspect ratio */
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  transform: none;
  width: 100%;
  z-index: 0;
}

.flow-button-cta {
  background-color: #E67300;
  border: none;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  border-radius: 6px;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  width: fit-content;
}

.flow-button-cta:hover {
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  color: rgb(255, 255, 255);
  transform: translateY(-2px);
}

.flow-center-text {
  color: #ddd;
  text-align: center;
}

.flow-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

.flow-image {
  height: auto;
  max-width: 240px;
}

.flow-image-wrap {
  flex-shrink: 0;
}

.flow-divider {
  width: 4px;                /* thickness of the block divider */
  background-color: #3EB489; /* Mint green color */
  border-radius: 2px;
  height: 100%;
  flex-shrink: 0;
}

.flow-text-wrap {
  flex: 1; /* take remaining space */
}

.flow-instructions {
  position: relative;
  z-index: 1;
}

.flow-item-name h2 {
  animation: vibrant-shift 6s infinite linear;
  background: linear-gradient(90deg, #00ffcc, #33ccff, #ff33cc, #ff9933, #ffff33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -1px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease;
}

@keyframes vibrant-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.flow-item-name h2:hover {
  /*transform: scale(1.05);*/
}

.flow-main {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  flex: 1 1 65%;
  padding: 30px;
}

/* Flow Nav Bar */
.flow-nav-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.flow-nav-scroll {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 4px;
  flex: 1;
}

.flow-nav-scroll::-webkit-scrollbar {
  display: none;
}

.flow-nav-bar,
.flow-nav-scroll {
  background-color: #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.4);
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
  overflow: hidden;
}

.flow-nav-btn {
  border-right: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.7);
  flex: 1; /* equal width for all buttons */
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px; /* optional: ensures buttons don’t get too small */
}

.flow-nav-btn.active {
  background-color: #444;
}

.flow-nav-btn div:first-child {
  margin-bottom: 4px;
}

.flow-nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255,255,255,0.9);
  transform: translateY(-2px);
}

.flow-nav-btn:last-child {
  border-right: none;
}

.flow-nav-next {
  background-color: #ff8c00;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 0 12px;
  margin-left: 8px;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.3s;
}

.flow-nav-next:hover {
  background-color: #ffa733;
}

@media screen and (max-width: 768px) {
  .flow-nav-scroll {
    flex-wrap: nowrap;
    gap: 2px;
  }

  .flow-nav-btn {
    padding: 12px 10px;
  }
}



/*Flow Right Sidebar*/
.flow-right-sidebar a {
  background: rgba(255, 255, 255, 0.03);
  border-left: 4px solid rgba(255, 140, 0, 0.3);
  border-radius: 8px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin: 12px 0;
  padding: 8px 16px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, border-left 0.3s ease;
}

.flow-right-sidebar a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #ff8c00;
  transform: translateX(4px);
}

.flow-spacer-lg {
  margin-top: 36px;
}

.flow-spacer-md {
  margin-top: 24px;
}

.flow-spacer-sm {
  margin-top: 12px;
}

.flow-spacer-xs {
  margin-top: 8px;
}

.flow-step-container {
  padding: 40px 20px;
}

.flow-step-content {
  background-color: #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  max-width: 100%;
  padding: 30px;
}

.flow-cta-msg {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #FFA500,   /* orange-gold */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*font-size: 30px;*/
  letter-spacing: -0.5px;
  line-height: 1.1; /* tighter spacing */
  text-align: center;
  font-weight: 700;
  transition: background 0.5s ease;
}

.flow-cta-msg:hover {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #00ff00,   /* bright green */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.flow-wrap {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: flex-start; /* image left, text right */
  flex-direction: row;
}

.flow-voyage-progress {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #FFA500,   /* orange-gold */
    #FFD700    /* gold again */
  );
  letter-spacing: -0.5px;
  text-align: center;
  font-size: 30px;
  transition: background 0.5s ease;
}

.flow-voyage-progress:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #00ff00,   /* bright green */
    #FFD700    /* gold again */
  );
}

/* Responsive */
@media screen and (max-width: 768px) {
  .flow-nav-bar {
    display: none;
  }

  .flow-nav-bar a {
  color: rgba(255,255,255,0.7);
  text-decoration: none !important;
}

  
  .flow-nav-btn {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-right: none;
  }

  .flow-nav-btn:last-child {
    border-bottom: none;
  }

  .flow-wrap {
    flex-direction: column; /* stack on mobile */
    gap: 16px;
  }

  .flow-image {
    max-width: 100%;
    width: 320px;
  }

  .flow-divider {
    display: none; /* hide divider on mobile */
  }

  .flow-cta-msg {
    text-align: center;
  }
}

/*Forms*/
.forms-border {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  /*margin-top: 30px;*/
  padding: 10px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.forms-border:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
}

.forms-cf-border {
  padding-bottom: 30px;
  padding-top: 15px;
}

/* Flex child: fixed width (e.g., Lottie) */
.form-flex-fixed {
  flex: 0 0 auto;
}

/* Flex child: flexible width (e.g., message content) */
.form-flex-fluid {
  flex: 1 1 300px;
  max-width: 100%;
  min-width: 300px;
}

.form-flex-fluid h2.form-subtitle:last-of-type {
  animation: fadeIn 5s ease forwards;
  animation-delay: 3s; /* starts after list animations */
  opacity: 0; /* start hidden */
}

@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

/* Flex container for the entire section */
.form-flex-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  /*margin-top: 1.5rem;*/
}

/* Animated List */
.form-list-animated {
  margin-left: 20px; /* Indent the whole list */
  margin-top: 15px;
  padding-top: 15px;
}

.form-list-animated li {
  animation: slideInRight 0.6s ease forwards;
  font-size: 18px;
  opacity: 0;
}

/* Sequential delays (includes a 1s initial pause) */
.form-list-animated > li:nth-of-type(1) { animation-delay: 2.2s !important; }
.form-list-animated > li:nth-of-type(2) { animation-delay: 2.4s !important; }
.form-list-animated > li:nth-of-type(3) { animation-delay: 2.6s !important; }

/* Slide-in animation */
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.form-subtitle {
  /*font-weight: normal;
  line-height: 1.4;
  margin: 0; /* Remove default top/bottom margin */
  padding-top: 10px;*/
}

.form-title {
  /*margin: 0;*/
}

/*FREELANCER*/
.freelancer-background-quote {
  border-left: 4px solid #FFD700;  /* gold accent for emphasis */
  color: #f0f0f0;                  /* light text for readability */
  display: block;
  font-style: italic;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px 0;
  padding: 15px 20px 15px 25px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.05); /* subtle dark overlay */
  border-radius: 8px;
}

.freelancer-background-quote::before {
  content: "“";                   /* opening quote */
  font-size: 40px;
  color: #FFD700;
  position: absolute;
  top: 10px;
  left: 10px;
}

.freelancer-background-quote::after {
  content: "”";                   /* closing quote */
  font-size: 40px;
  color: #FFD700;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.freelancer-booking-btn {
  background: linear-gradient(135deg, #FFA500, #E67300); /* golden-orange gradient */
  border: none;
  border-bottom: 2px solid black;
  border-radius: 8px;
  border-right: 2px solid black;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: white !important;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s, box-shadow 0.2s ease;
  width: fit-content;
}

.freelancer-booking-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg);
  animation: shine-reverse 3s infinite linear;
  pointer-events: none;
  z-index: 2;
}

@keyframes shine-reverse {
  0% { left: 150%; }
  25% { left: 50%; }
  50% { left: -50%; }
  75% { left: 50%; }
  100% { left: 150%; }
}

.freelancer-booking-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 120, 0, 0.3);
}

.freelancer-review-body {
  background-color: transparent;
  color: inherit;
  margin: 0;
  padding: 0;
}

.freelancer-review-wrap {
  margin: 0 auto;
  max-width: 900px;
  padding: 20px;
}

.freelancer-score-form {
  border-left: 1px solid rgb(40, 40, 40);
  padding-left: 20px;
}

.freelancer-score-form-field {
  margin-bottom: 16px;
}

.freelancer-score-form-input,
.freelancer-score-input {
  background-color: rgb(20, 20, 20);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  color: rgb(235, 235, 235);
  font-size: 13px;
  padding: 6px 10px;
  width: 100%;
}

.freelancer-score-form-label {
  color: rgb(200, 200, 200);
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}

.freelancer-score-form-stars {
  display: flex;
  gap: 8px;
}

.freelancer-score-form-submit {
  background-color: var(--orange-gold, rgb(255, 170, 0));
  border: none;
  border-radius: 50px;
  color: var(--dark-base, rgb(10, 10, 10));
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 22px;
  text-align: center;
  transition: opacity .25s ease;
}

.freelancer-score-form-submit:hover {
  opacity: .85;
}

.freelancer-score-form-textarea {
  background-color: rgb(20, 20, 20);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 8px;
  color: rgb(235, 235, 235);
  font-size: 13px;
  padding: 8px 10px;
  width: 100%;
}

.freelancer-score-form-title {
  color: rgb(255, 187, 51);
  font-size: 14px;
  margin-bottom: 12px;
}

/* --- RADIO GROUP ---------------------------------------------- */

.radio-group {
  align-items: center;
  display: flex;
  gap: 8px;
}

/* --- SUCCESS BLOCK -------------------------------------------- */

.freelancer-review-success {
  margin-top: 1.5rem;
  text-align: center;
}

.freelancer-review-success h4 {
  margin: 10px 0 15px 0 !important;
  text-align: center;
}

.freelancer-review-success p {
  margin-bottom: 10px;
  text-align: center;
}

/* --- RESPONSIVE ------------------------------------------------ */

@media (max-width: 720px) {
  .freelancer-score-form {
    border-left: none;
    border-top: 1px solid rgb(40, 40, 40);
    margin-top: 12px;
    padding-left: 0;
    padding-top: 16px;
  }
}


/*Memberships*/
/* ===== Gold ===== */
.gold-blue-light {
  box-shadow:
    0 0 6px rgb(0, 0, 255),
    0 0 12px rgb(0, 255, 0),
    0 0 18px rgb(255, 0, 0),
    0 0 24px rgb(255, 255, 0);
}

.gold-border {
  box-shadow:
    0 0 10px rgb(255, 165, 0);
}

.gold-name {
  color: #ffa500; /* Solid "gold-ish" tone — can be swapped for any hex */
}

.gold-name-v2 h2 {
  text-align: center;
  line-height: 1;
  background: linear-gradient(90deg, #FFD700, #FFA500, #FF8C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: block;
  font-size: 45px;
  overflow: hidden;
  border-radius: 35px;
  padding: 8px;
  margin-bottom: 20px;
  transition: -webkit-text-fill-color 0.3s ease;
}

.gold-name-v3 h2 {
  background: linear-gradient(90deg, #FFD700, #FFA500, #FF8C00); /* gold → orange → dark orange */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

/*Gold Light*/
.gold-light-green {
  box-shadow:
    0 0 6px rgb(0, 255, 0),
    0 0 12px rgb(255, 0, 0),
    0 0 18px rgb(255, 255, 0),
    0 0 24px rgb(0, 0, 255);
}

.gold-light-item {
  box-shadow:
    0 0 6px rgb(255, 165, 0),
    0 0 12px rgb(255, 0, 0),
    0 0 18px rgb(255, 255, 0),
    0 0 24px rgb(0, 0, 255);
}

.gold-light-red {
  box-shadow:
    0 0 6px rgb(255, 0, 0),
    0 0 12px rgb(255, 255, 0),
    0 0 18px rgb(0, 0, 255),
    0 0 24px rgb(0, 255, 0);
}

.gold-light-white {
  box-shadow:
    0 0 6px rgb(255, 255, 255),
    0 0 12px rgb(255, 0, 0),
    0 0 18px rgb(255, 255, 0),
    0 0 24px rgb(0, 0, 255);
}

.gold-light-yellow {
  box-shadow:
    0 0 6px rgb(255, 255, 0),
    0 0 12px rgb(0, 0, 255),
    0 0 18px rgb(0, 255, 0),
    0 0 24px rgb(255, 0, 0);
}

/*Icon*/
.icon-red-white-blue {
  animation: rwb-fade 1.2s linear infinite;
}

@keyframes rwb-fade {
  0% { color: red; }
  33% { color: white; }
  66% { color: blue; }
  100% { color: red; }
}

/* ===== Silver ===== */
.silver-name {
  color: #00c8ff; /* bright aqua blue */
}

.silver-name-v2 h2 {
  background: linear-gradient(90deg, #e0f7fa, #00c8ff, #0088cc); /* light aqua → bright aqua → deep teal-blue */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

.silver-name-v3 h2 {
  background: linear-gradient(90deg, #e0f7fa, #00c8ff, #0088cc); /* light aqua → bright aqua → deep teal */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

/* ===== Bronze ===== */
.bronze-name {
  color: #a0522d; /* lighter bronze/copper */
}

.bronze-name-v2 h2 {
  background: linear-gradient(90deg, #a0522d, #b87333, #cd7f32); /* bronze → copper → metallic bronze */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

.bronze-name-v3 h2 {
  background: linear-gradient(90deg, #a0522d, #b87333, #cd7f32); /* bronze → copper → metallic bronze */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

/* ===== Starter ===== */
.starter-name {
  color: #777; /* medium gray */
}

.starter-name-v2 h2 {
  background: linear-gradient(90deg, #bbb, #777, #444); /* light gray → medium gray → dark charcoal */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

.starter-name-v3 h2 {
  background: linear-gradient(90deg, #bbb, #777, #444); /* light gray → medium gray → dark charcoal */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 35px;
  display: block;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 8px;
  position: relative;
  text-align: center;
  transition: -webkit-text-fill-color 0.3s ease;
}

/* Hover/active overrides for all */
.gold-name-v3 h2:hover,
.gold-name-v3 h2:focus,
.gold-name-v3 h2.active,
.silver-name-v3 h2:hover,
.silver-name-v3 h2:focus,
.silver-name-v3 h2.active,
.bronze-name-v3 h2:hover,
.bronze-name-v3 h2:focus,
.bronze-name-v3 h2.active,
.starter-name-v3 h2:hover,
.starter-name-v3 h2:focus,
.starter-name-v3 h2.active {
  /* -webkit-text-fill-color: #fff; */ /* uncomment to force white on hover */
}

/*End of Memberships*/


/*Hide*/
/*.hide-on-desktop {
  display: none;
}

@media screen and (max-width: 768px) {
  .hide-on-desktop {
    display: block !important;
  }
}*/


.hide-on-mobile {
  display: block;
}

@media screen and (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/*Iframe*/
.iframe-background {
  position: relative; /* Creates positioning context for iframe */
  overflow: hidden;   /* Optional: hide overflow */
}

.iframe-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;        /* Puts iframe behind all other content */
  border: none;       /* Removes default border */
}

/*Image*/
.image-block {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.image-block-v2 {
  margin-bottom: 70px;
}

.image-block-v3 {
  margin-bottom: 25px;
}

.image-block-v4 {
  margin-bottom: 60px;
}

.image-style {
  display: block;
  margin: 20px auto;
  max-width: 250px;
  min-width: 250px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 35px;   /* updated from 10px to 35px */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-style:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}


.image-style-v2 {
  animation: subtleFloat 6s ease-in-out infinite;
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8), rgba(240, 240, 240, 0.6));
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06), 0 4px 10px rgba(0, 0, 0, 0.04);
  display: inline-block;
  filter: saturate(1.08) contrast(1.02);
  max-width: 189px;
  padding: 6px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  width: 100%;
}

.image-style-v2:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08), 0 6px 14px rgba(0, 0, 0, 0.06);
  filter: saturate(1.12) brightness(1.04);
  transform: scale(1.03);
}

@keyframes subtleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}


/*Item*/
.item-btn-cta {
  background: linear-gradient(135deg, rgb(0, 0, 255), rgb(30, 144, 255));
  border: none;
  border-bottom: 2px solid black;
  border-radius: 8px;
  border-right: 2px solid black;
  box-shadow: 0 4px 10px rgba(0, 0, 255, 0.2);
  cursor: pointer;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translateY(0);
  transition: background 0.3s, box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out;
  width: fit-content;
}

.item-btn-cta::before {
  animation: shine-reverse 3s infinite linear;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  content: '';
  height: 100%;
  left: 150%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: 50%;
  z-index: 2;
}

.item-btn-cta:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 255, 0.2);
  transform: translateY(-2px);
}

.item-btn-cta:active {
  box-shadow: inset 0 3px 7px rgba(0, 0, 255, 0.2);
  transform: translateY(2px);
}

@keyframes shine-reverse {
  0% { left: 150%; }
  25% { left: 50%; }
  50% { left: -50%; }
  75% { left: 50%; }
  100% { left: 150%; }
}


/* ===============================
   ITEM COLUMN — LUX GRADIENT SYSTEM
   =============================== */

/* ITEM COLUMN */
.item-column {
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  flex: 1 1 65%;
  margin: 15px;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  position: relative;
}

.item-column::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
  border-radius: 8px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

/* overlay behavior */
.item-column:hover .item-column-overlay-text {
  opacity: 1;
}

.item-column:has(.item-column-overlay-text):hover::after {
  opacity: 1;
}

.item-column-overlay-line {
  display: block;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.item-column-overlay-text {
  color: #FFD700;
  left: 50%;
  line-height: 1.6;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 36%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  z-index: 3;
}

/* ===============================
   ITEM COLUMN V2
   =============================== */

.item-column-v2 {
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  flex: 1 1 65%;
  margin: 15px;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  position: relative;
}

.item-column-v2::before {
  animation: feature-shine 3s infinite;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  content: "";
  height: 100%;
  left: -75%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: 50%;
  z-index: 2;
}

@keyframes feature-shine {
  0% { left: -75%; }
  50% { left: 125%; }
  100% { left: 125%; }
}

/* ===============================
   ITEM COLUMN V3
   =============================== */

.item-column-v3 {
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  flex: 1 1 65%;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  position: relative;
}

/* ===============================
   ITEM COLUMN TWO
   =============================== */

.item-column-two {
  background: linear-gradient(
    160deg,
    rgba(30, 30, 34, 0.99) 0%,
    rgba(10, 10, 12, 0.97) 45%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  flex: 1 1 65%;
  isolation: isolate;
  margin: 15px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 0;
}

.item-column-two-bg {
  position: relative;
  z-index: 1;
}

.item-column-two-bg h1,
.item-column-two-bg h2 {
  position: relative;
  z-index: 2;
}

.item-column-two-lottie {
  height: 100%;
  left: 50%;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -50%) scale(1.8);
  transform-origin: center center;
  width: 100%;
  z-index: 0;
}

/* ===============================
   ITEM COLUMN TWO V2
   =============================== */

.item-column-two-v2 {
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3),
              0 15px 12px rgba(0, 0, 0, 0.22);
  display: flex;
  isolation: isolate;
  margin: 15px;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  position: relative;
  text-align: center;
  vertical-align: top;
  z-index: 0;
}

.item-column-two-v2-image {
  border-radius: 6px;
  display: block;
  height: auto;
  margin: 0 auto;
  width: 100%;
}

/* ===============================
   ITEM COLUMN TWO V3
   =============================== */

.item-column-two-v3 {
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  isolation: isolate;
  margin: 15px;
  margin-bottom: 75px;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  position: relative;
  z-index: 0;
}

.item-column-two-v3-content {
  position: relative;
  z-index: 1;
}

.item-column-two-v3-iframe-bg {
  bottom: 0;
  height: calc(100% - 75px);
  left: 0;
  object-fit: cover;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 75px;
  width: 100%;
  z-index: 0;
}

/* ===============================
   ITEM COLUMN TWO V4
   =============================== */

.item-column-two-v4 {
  align-items: center;
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  isolation: isolate;
  justify-content: center;
  margin: 15px;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  z-index: 0;
}

/* ===============================
   ITEM COLUMN THREE
   =============================== */

.item-column-three {
  background: linear-gradient(
    160deg,
    rgba(32, 32, 36, 0.98) 0%,
    rgba(12, 12, 14, 0.96) 40%,
    rgba(0, 0, 0, 1) 100%
  );
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  margin: 15px;
  overflow: hidden;
  padding: 30px 30px 45px 30px;
  position: relative;
}

/* ===============================
   PROGRESS BAR
   =============================== */

.item-column-three-progress-bar {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-top: 30px;
  padding: 30px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.item-column-three-progress-bar:hover {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
  border-color: rgba(255, 255, 255, 0.25);
}


/*Item Grid*/
/*Grid*/
.item-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 30px;
}

/*Item Instructions*/
.item-instructions-cta {
  background: linear-gradient(90deg, #00cc00, #00ff00); /* base green gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  /*cursor: pointer; /* optional to indicate clickable text */
  font-weight: 700;
  transition: background 0.4s ease;
}

.item-instructions-cta:hover {
  background: linear-gradient(90deg, #00ff00, #33ff33); /* slightly brighter green on hover */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.item-instructions-cta-aqua {
  background: linear-gradient(90deg, #00ffcc, #33ffee); /* bright-to-soft aqua gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  transition: background 0.4s ease;
}

.item-instructions-cta-aqua:hover {
  background: linear-gradient(90deg, #33ffee, #66ffdd); /* slightly brighter on hover */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.item-instructions-cta-gold {
  background: linear-gradient(90deg, #FFA500, #FFD700); /* FFA-inspired gradient: orange → gold */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  transition: background 0.4s ease;
}

.item-instructions-cta-gold:hover {
  background: linear-gradient(90deg, #FFB733, #FFFF33); /* slightly brighter on hover: goldish yellow */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


.item-instructions-cta-red {
  background: linear-gradient(90deg, #ff1a1a, #ff6666); /* bright-to-soft red gradient */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  transition: background 0.4s ease;
}

.item-instructions-cta-red:hover {
  background: linear-gradient(90deg, #ff3333, #ff8080); /* slightly brighter on hover */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.item-instructions-highlight {
  background: linear-gradient(
    90deg,
    #ff00ff,   /* magenta base */
    #ff66ff,   /* lighter magenta */
    #ff00cc    /* deeper pink */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 700;
  transition: background 0.3s ease;
}

.item-instructions-highlight:hover,
.item-instructions-highlight:focus,
.item-instructions-highlight.active {
  background: linear-gradient(
    90deg,
    #ff33ff,
    #ff99ff,
    #ff00aa
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


/*Item Steps*/
/*Steps*/
.item-step-container {
  text-align: center;
}

.item-step-content {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #1a1a1a;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  padding: 30px;
}

/*Item Top Menu*/
.item-top-menu {
  background-color: #333;
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.6),
    0 0 10px rgba(255, 255, 255, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.item-top-menu:hover {
  /*box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.8),
    0 0 14px rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);*/
}


.item-top-menu-btn {
  flex: 1;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
  border-right: 1px solid rgba(255,255,255,0.15);
}

.item-top-menu-btn.active {
  background-color: #444;
}

.item-top-menu-btn:hover {
  background-color: #555;
  transform: translateY(-2px);
}

.item-top-menu-btn:last-child {
  border-right: none;
}
  
/*Item Plan*/
.item-plan-card {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 15px 15px 0px 15px;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.item-plan-card:hover {
  background: #111;
  border-color: rgba(255, 255, 255, 0.4);
}

.item-plan-title {
  margin: 10px 0;
  text-align: center;
  background: linear-gradient(90deg, #e6b800, #cca300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.item-plan-subtitle {
  margin: 10px 0;
  text-align: center;
  background: linear-gradient(90deg, #e6b800, #cca300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.item-plan-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 10px 0;
}

.item-plan-divider-large {
  margin-top: 20px;
}

/* Flex layout for rows */
.item-plan-row {
  display: flex;
  justify-content: space-between; /* left/right alignment */
  align-items: center; /* vertically center content */
  gap: 10px; /* optional spacing between divs */
}

/* Left content flex container */
.item-plan-row-with-item {
  display: flex;
  align-items: center; /* vertically align text */
  gap: 6px; /* optional spacing */
}

/* Item Plan Total */
.item-plan-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.item-plan-total-label {
  /*font-size: 22px;*/
}

.item-plan-total-cost {
  font-weight: 700;
  /*font-size: 18px;*/
}
/*End of Item Plan*/

/* LEAD MAGNET */

:root {
  --lm-bg: #1d1d1f;
  --lm-border: #e2e2e2;
  --lm-card: #ffffff;
  --lm-gold: #e0b54c;
  --lm-muted: #cccccc;
  --lm-radius-lg: 22px;
  --lm-radius-md: 14px;
  --lm-shadow: 0 14px 30px rgba(0, 0, 0, 0.7);
  --lm-text: #f9fafb;
  --lm-pill: 999px;
}

/* OUTER WRAP */

.lead-magnet-wrap {
  background: var(--lm-bg);
  display: flex;
  justify-content: center;
  padding: 28px 0 40px;
}

.lead-magnet-inner {
  background: #050505;
  border-radius: var(--lm-radius-lg);
  box-shadow: var(--lm-shadow);
  display: grid;
  gap: 32px;
  grid-template-columns: 2fr 1.2fr;
  max-width: 1120px;
  padding: 32px 34px;
  width: 100%;
}

/* TEXT + HEADER */

.lead-magnet-eyebrow {
  color: var(--lm-muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.lead-magnet-title {
  color: var(--lm-text);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 10px;
}

.lead-magnet-title span {
  background: linear-gradient(120deg, #e0b54c, #f97316);
  -webkit-background-clip: text;
  color: transparent;
}

.lead-magnet-subtitle {
  color: var(--lm-muted);
  font-size: 14px;
  margin-bottom: 10px;
  max-width: 540px;
}

/* LOTTIE + PILLS ROW */

.lead-magnet-lottie-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0 18px;
}

.lead-magnet-lottie {
  flex-shrink: 0;
}

/* HEADER PILLS */

.lead-magnet-pill-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.lead-magnet-pill {
  background: linear-gradient(135deg, #3a3a3a, #101010);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--lm-pill);
  color: #f9fafb;
  display: inline-flex;
  font-size: 12px;
  gap: 6px;
  padding: 6px 14px;
}

/* BENEFITS */

.lead-magnet-benefits {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 26px;
}

.lead-magnet-benefit {
  color: var(--lm-text);
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.45;
}

/* Numbered icons 1–4 */
.lead-magnet-benefit-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  border: 2px solid #facc15;
  color: #facc15;
  font-size: 12px;
  font-weight: 700;
  box-shadow: 0 0 0 1px #000000;
}

/* PERSONA PILLS */

.lead-magnet-personas {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.lead-magnet-persona-pill {
  align-items: center;
  border-radius: 35px;
  display: inline-flex;
  font-size: 125%;
  justify-content: center;
  padding: 6px 14px;
}

/* Persona colors */
.lead-magnet-persona-pill.thinker {
  background-color: #dbeafe;
  border: 1px solid #93c5fd;
  color: #1e3a8a;
}

.lead-magnet-persona-pill.director {
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
}

.lead-magnet-persona-pill.socializer {
  background-color: #fef9c3;
  border: 1px solid #fde047;
  color: #854d0e;
}

.lead-magnet-persona-pill.relator {
  background-color: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
}

/* HOW IT WORKS */

.lead-magnet-how {
  background: #050505;
  border: 1px solid #333333;
  border-radius: var(--lm-radius-md);
  margin-bottom: 24px;
  padding: 14px;
}

.lead-magnet-how-title {
  color: #f9fafb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.lead-magnet-how-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.lead-magnet-how-step {
  color: #e5e7eb;
  font-size: 12px;
}

/* Step labels 1–3 as pills */
.lead-magnet-how-step strong {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  background: #facc15;
  color: #111111;
  font-weight: 800;
}

/* RIGHT SIDE CARD */

.lead-magnet-side {
  background: #050505;
  border: 1px solid #333333;
  border-radius: var(--lm-radius-lg);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 18px;
}

.lead-magnet-preview {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 255, 255, 0.08) 0, transparent 40%),
    linear-gradient(145deg, #5a4b35 0%, #2b2419 40%, #111111 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 35px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 35px rgba(0, 0, 0, 0.55);
  padding: 18px 18px 16px;
}

.lead-magnet-preview-title {
  color: #f9fafb;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.lead-magnet-preview-sub {
  color: #e5e7eb;
  font-size: 12px;
  margin-bottom: 12px;
}

.lead-magnet-preview-pills {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
}

/* Checklist items inside rock card */
.lead-magnet-preview-pill {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid #facc15;
  border-radius: var(--lm-pill);
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  color: #111111;
}

.lead-magnet-preview-pill:hover {
  background: #f3f4f6;
}

/* FORM BLOCK PLACEHOLDER */

.lead-magnet-form-block {
  background: #050711;
  border: 1px dashed #cbd5f5;
  border-radius: var(--lm-radius-md);
  padding: 12px;
}

.lead-magnet-form-placeholder {
  background: #111111;
  border: 1px dashed #444444;
  border-radius: 12px;
  color: #e5e7eb;
  font-size: 12px;
  padding: 10px;
}

/* THANK YOU TEXT (if you swap via JS later) */

.lead-magnet-thanks {
  color: #f9fafb;
  font-size: 14px;
  font-weight: 600;
}

/* TEXT-DEFAULT OVERRIDES FOR VISIBILITY */

.lead-magnet-wrap .lead-magnet-pill,
.lead-magnet-wrap .lead-magnet-pill * {
  color: #f9fafb !important;
}

.lead-magnet-wrap .lead-magnet-persona-pill,
.lead-magnet-wrap .lead-magnet-persona-pill * {
  color: inherit !important;
}

.lead-magnet-wrap .lead-magnet-preview-pill,
.lead-magnet-wrap .lead-magnet-preview-pill * {
  color: #111111 !important;
}

.lead-magnet-wrap .lead-magnet-persona-pill:hover {
  filter: brightness(0.96);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .lead-magnet-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

@media (max-width: 700px) {
  .lead-magnet-lottie-row {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .lead-magnet-benefits {
    grid-template-columns: 1fr;
  }

  .lead-magnet-how-grid {
    grid-template-columns: 1fr;
  }
}

/* End of Lead Magnet */




/*LenBot 3D*/
.lentax-3d-letter {
  color: transparent;
  display: inline-block;
  font-family: "Inter", "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
  margin: 0 0.08em;
  position: relative;
  text-rendering: geometricPrecision;
  transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0.6px rgba(0,0,0,0.18);
}

.lentax-3d-letter::after {
  bottom: 0;
  color: rgba(18,18,30,0.88);
  content: attr(data-char);
  display: block;
  filter: blur(0.2px);
  left: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-shadow:
    0.6px 0.6px 0 rgba(18,18,30,0.05),
    1.2px 1.2px 0 rgba(18,18,30,0.05),
    2px 2px 0 rgba(18,18,30,0.06),
    3px 3px 0 rgba(18,18,30,0.07),
    4px 4px 0 rgba(18,18,30,0.08),
    6px 6px 12px rgba(5,6,12,0.35);
  transform: translateZ(-10px) translateY(0.06em);
  transform-origin: left top;
  width: 100%;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
}

.lentax-3d-letter::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(246,246,249,0.98) 26%, rgba(228,229,234,0.98) 52%, rgba(214,215,221,0.98) 100%);
  border-radius: 0.5em;
  color: #ffffff;
  content: attr(data-char);
  display: block;
  left: 0;
  line-height: 1;
  padding: 0.02em 0.08em;
  pointer-events: none;
  position: absolute;
  text-align: left;
  transform: translateZ(12px);
  transform-origin: left top;
  width: 100%;
  z-index: 2;
  -webkit-background-clip: text;
  -webkit-font-smoothing: antialiased;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.9px rgba(0,0,0,0.18);
  will-change: transform, text-shadow;
  animation: lentax-3d-shine 2.2s linear infinite;
}

/* keyframes for the shine on the front face (placed immediately after the class that uses it) */
@keyframes lentax-3d-shine {
  0%   { transform: translateZ(12px) translateX(-140%) translateY(0) scaleX(0.6); opacity: 0; }
  45%  { transform: translateZ(12px) translateX(-20%) translateY(0) scaleX(0.9); opacity: 0.0; }
  60%  { transform: translateZ(12px) translateX(25%) translateY(0) scaleX(1.05); opacity: 0.85; }
  100% { transform: translateZ(12px) translateX(140%) translateY(0) scaleX(1.2); opacity: 0; }
}

.lentax-3d-letters {
  align-items: center;
  display: inline-flex;
  font-variant-ligatures: none;
  gap: 0.02em;
  perspective: 1000px;
  position: relative;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

/*Lentax Header*/
.lentax-header-left {
  display: inline-block;
  margin-bottom: 0.25rem;
}

.lentax-header-menu {
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 24px;
  margin-top: 0.25rem;
  position: relative;
  width: 32px;
}

.lentax-header-menu::before,
.lentax-header-menu::after {
  background-color: #f9fafb;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: box-shadow 0.25s ease, opacity 0.25s ease, top 0.25s ease, transform 0.25s ease;
  width: 100%;
}

.lentax-header-menu::before {
  box-shadow: 0 10px 0 #f9fafb;
  top: 0;
}

.lentax-header-menu::after {
  top: 20px;
}

.lentax-logo {
  display: block;
  height: auto;
  max-width: 180px;
}

.lentax-menu-open::before {
  box-shadow: none;
  top: 10px;
  transform: rotate(45deg);
}

.lentax-menu-open::after {
  top: 10px;
  transform: rotate(-45deg);
}

.lentax-nav {
  background-color: rgba(15, 23, 42, 0.98);
  border-radius: 0.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.45);
  display: none;
  padding: 0.5rem 0;
  position: fixed;
  right: 1.5rem;
  top: 4rem;
  width: 220px;
  z-index: 9999;
}

.lentax-nav a {
  border-top: 1px solid rgba(148, 163, 184, 0.6);
  color: #f9fafb;
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0.5rem 0.9rem;
  text-decoration: none;
}

.lentax-nav a:hover {
  background-color: rgba(51, 65, 85, 0.95);
}

.lentax-nav-open {
  display: block;
}

/*End of Lentax Header*/

/*LenBot Chat*/
/* Chat Container */
  .lenbot-chat-container {
    max-width: 500px;
    margin: 40px auto;
    padding: 10px 20px;
    font-family: 'Segoe UI', sans-serif;
  }

  /* Timestamp */
  .lenbot-chat-timestamp {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 18px;
    font-weight: 500;
  }

  /* Base Bubble */
  .lenbot-chat-bubble {
    position: relative;
    padding: 15px;
    margin-bottom: 12px;
    border-radius: 16px;
    max-width: 85%;
    word-wrap: break-word;
    line-height: 1.5;
    font-size: 15px;
  }

  /* LenBot Bubble */
  .lenbot-chat-bubble.assistant {
    background-color: #f2f2f2;
    color: #333;
    margin-right: auto;
  }

  .lenbot-chat-bubble.assistant::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #f2f2f2;
    border-bottom: 8px solid transparent;
  }

  /* User Bubble */
  .lenbot-chat-bubble.user {
    background-color: #00e676;
    color: #000;
    margin-left: auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .lenbot-chat-bubble.user::after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #00e676;
    border-bottom: 8px solid transparent;
  }

/*LINKS*/

.link-light-blue {
    color: #00c8ff; /* standard Lentax light blue */
    text-decoration: underline;
}

.link-light-blue:hover {
    color: #33d4ff; /* slightly brighter on hover */
}


/*Live Chat*/
.live-chat-input {
  display: none;
}

.live-chat-label {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #000;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

.live-chat-content {
  display: none;
  margin-top: 4px;
  font-size: 16px;
}

/* Show content when checked */
.live-chat-input:checked + .live-chat-label + .live-chat-content {
  display: block;
}


/*Lottie*/
.lottie-backdrop {
  position: relative;
}

.lottie-backdrop dotlottie-wc {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.lottie-backdrop > div {
  position: relative;
  z-index: 1;
}

/*Position*/
.position-behind {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  opacity: 0.8;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.position-front {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: contain;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
/*Proposal*/
.proposal-column {
  background-color: #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  max-width: 100%;
  padding: 30px;
}

/*Row*/
.row-default {
  /*background-color: rgba(0, 0, 0, 0.9);
  background-image: url('https://secure.lentax.co/file/be2b6ce694705bf3a825924674848f9d/0a4d0ca8-3e5b-43e1-94df-e349f74d2c24/Pic_Menu_Ship+anchor_558779821.jpeg?original=1');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  padding: 15px;
}

.row-default-v2 {
  background-color: black;
  /*border-radius: 8px;*/
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  flex: 1 1 65%;
  /*margin: 15px;*/
  overflow: hidden;
  /*padding: 30px 30px 45px 30px;*/
  position: relative;
}

.row-default-v3 {
  background-color: rgb(26, 26, 26);
  /*border-radius: 8px;*/
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
              rgba(0, 0, 0, 0.22) 0px 15px 12px;
  flex: 1 1 65%;
  /*margin: 15px;*/
  overflow: hidden;
  /*padding: 30px 30px 45px 30px;*/
  position: relative;
}

.row-default-v4 {
  background: linear-gradient(to bottom right, rgb(123, 108, 73), rgb(90, 78, 52));
  padding-bottom: 300px;
  padding-top: 50px;
}


/*Section*/
.section-related-links {
  text-align: center;
  position: relative;
  overflow: hidden;
  /*margin-top: 30px;*/
}

.section-related-links::before {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 0 auto;
  background: linear-gradient(to right, transparent, #FF8C00, transparent);
  opacity: 0.85;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.section-related-links:hover::before {
  width: 90%;
}

.section-related-links h4 {
  margin: 0;
  /*padding: 10px;*/

  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #FFA500,   /* orange-gold */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  transition: background 0.5s ease;
}

.section-related-links h4:hover {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #FFA500,   /* orange-gold */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*Sidebar Nav*/
.sidebar-nav-eight {
  background: linear-gradient(180deg, rgb(250, 247, 247) 50%, rgb(34, 34, 38) 100%);
}

.sidebar-nav-five {
  background: linear-gradient(to right, rgb(34, 34, 38) 20%, rgb(58, 58, 63), rgb(83, 83, 89) 100%);
}

.sidebar-nav-four {
  background: linear-gradient(180deg, #1f2d14 30%, #2c452d 50%, #062f6b 100%);
  /*border-radius: 35px;
  margin: 0px 15px 15px 15px;
  padding: 0px;
  position: relative; /* added to anchor absolute children */
  /* Remove transform/box-shadow from transition if not needed */
  transition: none;
}

.sidebar-nav-four:hover {
  transform: none;
  box-shadow: none;
}


/*.sidebar-nav-nine {
  background: linear-gradient(to right, rgb(255, 235, 59), rgb(76, 175, 80), rgb(33, 150, 243));
}*/

/* ====== Outer wrapper for your checklist ====== */
.sidebar-nav-nine {
  /* your gradient background */
  background: linear-gradient(
    to right,
    #ff0000,  /* red */
    #ffffff,  /* white */
    #0000ff   /* blue */
  );
  padding: 10px;             /* space so border doesn't hug text */
  border-radius: 35% !important;
  transition: all 0.3s ease;
}

/* Hover makes it pop brighter */
.sidebar-nav-nine:hover {
  background: linear-gradient(
    to right,
    #e53935,  /* brighter red */
    #f5f5f5,  /* softer white */
    #1e88e5   /* lighter blue */
  );
}

.sidebar-nav-seven {
  background: linear-gradient(180deg, rgb(255, 159, 67) 50%, rgb(250, 247, 247) 100%);
}

.sidebar-nav-six {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 20%, rgb(0, 0, 255) 100%);
  border-radius: 10px;
  /*padding: 15px 20px;
  margin-bottom: 25px;*/
}

/* Hover effect for the steps section */
.sidebar-nav-six > div:last-child {
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}

.sidebar-nav-six > div:last-child:hover {
   /* transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);*/
}

.sidebar-nav-ten {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 20%, rgb(0, 0, 255) 100%);
}

.sidebar-nav-three {
  background: linear-gradient(180deg, #65573b 30%, #c9a958 100%);
}

.sidebar-nav-two {
  background: linear-gradient(180deg, #65573b 30%, #c9a958 50%, #39a0a8 100%);
}

.lottie-step-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 24px; /* spacing below the lottie */
}

/*Text*/
.text-animated-circle {
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.text-animated-circle::after {
  animation: circlePatriot 1.2s ease-out forwards;
  border: 2px solid rgba(255, 255, 255, 0.9); /* White center ring */
  border-radius: 50%;
  box-shadow:
    0 0 6px rgba(255, 0, 0, 0.6),      /* Red glow */
    0 0 12px rgba(255, 255, 255, 0.7), /* White glow */
    0 0 18px rgba(0, 0, 255, 0.5);     /* Blue glow */
  content: '';
  height: 110%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  width: 110%;
  z-index: -1;
}

/* Keyframes for .text-animated-circle */
@keyframes circlePatriot {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

/*Text Animated Form*/

/* Waterfall-from-left: cascade each text line from the left (safe for flex layout) */
.text-animated-form { /* apply to the WRAPPER or the TEXT column */ }

/* Only animate the TEXT column's direct children */
.text-animated-form .form-flex-fluid > * {
  opacity: 0;
  transform: translateX(-28px);
  animation: form-left 900ms cubic-bezier(.21,.84,.26,.99) forwards;
}

/* Staggered cascade for text column */
.text-animated-form .form-flex-fluid > *:nth-child(1) { animation-delay: 0s; }
.text-animated-form .form-flex-fluid > *:nth-child(2) { animation-delay: 0.36s; }
.text-animated-form .form-flex-fluid > *:nth-child(3) { animation-delay: 0.72s; }
.text-animated-form .form-flex-fluid > *:nth-child(4) { animation-delay: 1.08s; }
.text-animated-form .form-flex-fluid > *:nth-child(5) { animation-delay: 1.44s; }
.text-animated-form .form-flex-fluid > *:nth-child(6) { animation-delay: 1.80s; }

/* Ensure the list animation starts right after the last text element */
.form-list-animated li {
  animation-delay: calc(1.80s + 0.25s * var(--list-index, 0));
}

@keyframes form-left {
  to { opacity: 1; transform: translateX(0); }
}

/* Motion safety */
@media (prefers-reduced-motion: reduce) {
  .text-animated-form .form-flex-fluid > *,
  .form-list-animated li {
    animation: none !important; opacity: 1 !important; transform: none !important;
  }
}

/* ───────────────────────────────────────────────────────────── */
/* .text-animated-highlight-flag                                 */
/* R/W/B wipe behind text                                        */
/* ───────────────────────────────────────────────────────────── */

.text-animated-highlight-flag {
  display: inline-block;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.text-animated-highlight-flag::before {
  animation: flagHighlight 1.2s ease-out 1.2s forwards;
  background: linear-gradient(
    90deg,
    rgba(255, 0, 0, 0.3) 0%,   /* Light red */
    rgba(255, 255, 255, 0.4) 50%, /* Soft white */
    rgba(0, 0, 255, 0.3) 100% /* Light blue */
  );
  border-radius: 4px;
  bottom: 0;
  content: '';
  height: 110%;
  left: 0;
  pointer-events: none;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
  z-index: -1;
}

/* Keyframes for .text-animated-highlight-flag */
@keyframes flagHighlight {
  to {
    transform: scaleX(1);
  }
}


/*TEXT ANIMATED NEON*/
.text-animated-neon {
  animation: neonFlicker 3s ease-in-out infinite;
  border: 2px solid transparent;
  border-image: linear-gradient(90deg, #ff0000, #ffffff, #0000ff); /* R/W/B */
  border-image-slice: 1;
  border-radius: 8px;
  box-shadow:
    0 0 4px #ffffff,
    0 0 6px #ff0000,
    0 0 8px #0000ff;
  color: white;
  display: inline-block;
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 0px 12px;
  text-shadow:
    0 0 2px #ffffff,
    0 0 4px #ff0000,
    0 0 6px #0000ff;
  text-transform: uppercase;
}

/* Keyframes for .text-animated-neon */
@keyframes neonFlicker {
  0%, 15%, 22%, 28%, 35%, 50%, 55%, 100% {
    box-shadow:
      0 0 4px #ffffff,
      0 0 6px #ff0000,
      0 0 8px #0000ff;
    opacity: 1;
    text-shadow:
      0 0 2px #ffffff,
      0 0 4px #ff0000,
      0 0 6px #0000ff;
  }
  18%, 26%, 52% {
    box-shadow: none;
    opacity: 0.2;
    text-shadow: none;
  }
}

.text-animated-slide-in > * {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeSlideIn 0.8s ease forwards;
}

/* Staggered animation using nth-child */
.text-animated-slide-in > *:nth-child(1) { animation-delay: 0s; }
.text-animated-slide-in > *:nth-child(2) { animation-delay: 0.2s; }
.text-animated-slide-in > *:nth-child(3) { animation-delay: 0.4s; }
.text-animated-slide-in > *:nth-child(4) { animation-delay: 0.6s; }
.text-animated-slide-in > *:nth-child(5) { animation-delay: 0.8s; }

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional: special highlight styling with orange-gold emphasis */
.special-highlight {
  /*color: #ff8c00;
  font-weight: 600;*/
}


/* ───────────────────────────────────────────────────────────── */
/* .text-animated-starburst                                      */
/* Radial R/W/B burst behind text                                */
/* ───────────────────────────────────────────────────────────── */

.text-animated-starburst {
  /*color: #ffffff;*/
  display: inline-block;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.text-animated-starburst::before {
  animation: starburstPop 4.5s ease-out forwards; /* increased from 1.8s */
  background: radial-gradient(circle,
    rgba(255, 0, 0, 0.5) 0%,      /* Red core */
    rgba(255, 255, 255, 0.9) 40%, /* White ring */
    rgba(0, 0, 255, 0.6) 85%      /* Blue outer */
  );
  border-radius: 50%;
  content: '';
  height: 125%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 125%;
  z-index: -1;
}

/* Keyframes for .text-animated-starburst */
@keyframes starburstPop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1);
  }
}


/*Text Animated Underline*/
.text-animated-underline {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 4px;
  position: relative;
}

.text-animated-underline::after {
  animation: underlineGrow 0.6s ease-out 1s forwards;
  background: linear-gradient(to right, #ff0000, #ffffff, #0000ff); /* R/W/B */
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}

/* Keyframes for .text-animated-underline */
@keyframes underlineGrow {
  to {
    transform: scaleX(1);
  }
}
/*Text Animated Waterfall*/
.text-animated-waterfall {
  animation: waterfall 1s ease-out forwards;
  opacity: 0;
  transform: translateY(-20px);
}

/* Optional: static delays if not assigning via JS */
.text-animated-waterfall:nth-child(1) { animation-delay: 1s; }
.text-animated-waterfall:nth-child(2) { animation-delay: 1.5s; }
.text-animated-waterfall:nth-child(3) { animation-delay: 2s; }

/* Keyframes for .text-animated-waterfall */
@keyframes waterfall {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional container for waterfall layouts */
.text-animated-waterfall-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* ───────────────────────────────────────────────────────────── */
/* Text Default: only controls color + hover/active/focus states  */
/* ───────────────────────────────────────────────────────────── */
/* ───────────────────────────────────────────────────────────── */
/* Text Default: color + hover/active/focus states               */
/* ───────────────────────────────────────────────────────────── */
.text-default .flow-nav-bar a.flow-nav-btn,
.text-default .flow-nav-bar a.flow-nav-btn:visited,
.text-default .flow-nav-bar a.flow-nav-btn:hover,
.text-default .flow-nav-bar a.flow-nav-btn:focus {
  color: rgba(255,255,255,0.7);
  text-decoration: none !important;
}

.text-default,
.text-default h1,
.text-default h2,
.text-default h3,
.text-default h4,
.text-default h5,
.text-default h6,
.text-default p,
.text-default ul,
.text-default li,
.text-default div {
  color: rgba(255, 255, 255, 0.9);
  transition: color 0.3s ease;
}

.text-default:hover,
.text-default:focus,
.text-default.active,
.text-default:hover h1,
.text-default:hover h2,
.text-default:hover h3,
.text-default:hover h4,
.text-default:hover h5,
.text-default:hover h6,
.text-default:hover p,
.text-default:hover ul,
.text-default:hover li,
.text-default:hover div,
.text-default:focus h1,
.text-default:focus h2,
.text-default:focus h3,
.text-default:focus h4,
.text-default:focus h5,
.text-default:focus h6,
.text-default:focus p,
.text-default:focus ul,
.text-default:focus li,
.text-default:focus div,
.text-default.active h1,
.text-default.active h2,
.text-default.active h3,
.text-default.active h4,
.text-default.active h5,
.text-default.active h6,
.text-default.active p,
.text-default.active ul,
.text-default.active li,
.text-default.active div {
  color: #ffffff;
}

/* Exclude info-content-title h2 from color override */
.text-default .info-content-title h2 {
  color: inherit;
}



/*Text Lottie*/
.text-lottie-wrapper {
  position: relative;
  display: inline-block; /* shrink to text width */
  overflow: hidden;
}

.text-lottie-wrapper dotlottie-wc {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.35; /* adjust intensity */
}

.text-lottie-wrapper .text-content {
  position: relative;
  z-index: 1;
}

.text-waterfall {
  opacity: 0;
  transform: translateY(20px);
  animation: waterfallSlideIn 0.6s ease forwards;
}

.text-waterfall:nth-of-type(1) { animation-delay: 1s; }
.text-waterfall:nth-of-type(2) { animation-delay: 1.2s; }
.text-waterfall:nth-of-type(3) { animation-delay: 1.4s; }
.text-waterfall:nth-of-type(4) { animation-delay: 1.6s; }
.text-waterfall:nth-of-type(5) { animation-delay: 1.8s; }

@keyframes waterfallSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




/* ───────────────────────────────────────────────────────────── */
/* Text Padding Bottom: top 15px, left/right 15px, variable bottom */
/* ───────────────────────────────────────────────────────────── */
.padding-bottom-0 { padding: 15px 15px 0px 15px; }
.padding-bottom-15 { padding: 15px 15px 15px 15px; }
.padding-bottom-20 { padding: 15px 15px 20px 15px; }
.padding-bottom-25 { padding: 15px 15px 25px 15px; }
.padding-bottom-30 { padding: 15px 15px 30px 15px; }
.padding-bottom-35 { padding: 15px 15px 35px 15px; }
.padding-bottom-40 { padding: 15px 15px 40px 15px; }
.padding-bottom-45 { padding: 15px 15px 45px 15px; }
.padding-bottom-50 { padding: 15px 15px 50px 15px; }
.padding-bottom-55 { padding: 15px 15px 55px 15px; }
.padding-bottom-60 { padding: 15px 15px 60px 15px; }
.padding-bottom-65 { padding: 15px 15px 65px 15px; }
.padding-bottom-70 { padding: 15px 15px 70px 15px; }


/*Tooltip*/
/* Tooltip container (baseline) */
.tooltip-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

/* Optional layout wrapper for your two-column rows */
.tooltip-flex-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 1.5rem;
}

/* Optional heading on the right side */
.tooltip-heading {
  margin-top: 1rem;
  padding: 15px;
}

/* Icon styling (emoji or <i>) */
.tooltip-icon {
  color: #777;
  font-size: 24px;
}

/* Icon animation */
.tooltip-icon-animation {
  animation: tooltipBounceJumpTwirl 2.5s ease-in-out infinite;
  display: inline-block;
}

/* Keyframes directly after the class that uses them */
@keyframes tooltipBounceJumpTwirl {
  0%   { transform: translateY(0) scale(1) rotate(0deg); }
  10%  { transform: translateY(-5px) scale(1.05) rotate(0deg); }
  20%  { transform: translateY(0) scale(1) rotate(0deg); }
  30%  { transform: translateY(-8px); }
  40%  { transform: translateY(0); }
  50%  { transform: rotate(0deg); }
  60%  { transform: rotate(360deg); }
  70%  { transform: rotate(720deg); }
  80%  { transform: rotate(1080deg); }
  100% { transform: rotate(1080deg); }
}

/* Left column (icon + lottie) */
.tooltip-left {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

/* Lottie element scales to the square without distortion */
.tooltip-lottie {
  aspect-ratio: 1 / 1; /* keep it square */
  display: block;
  height: auto;        /* let width drive height */
  max-width: 100%;
  width: 100%;
}

/* Pin the tooltip icon in the top-right of its left column (non-conflicting) */
.tooltip-pin {
  position: absolute;
  right: -10px;
  top: -10px;
}

/* Right column */
.tooltip-right {
  flex: 1 1 400px;
  min-width: 300px;
}

/* Tooltip bubble */
.tooltip-text {
  background-color: #333;
  border-radius: 4px;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  left: 50%;
  line-height: 1.4;
  opacity: 0;
  padding: 8px 12px;
  position: absolute;
  text-align: left;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  visibility: hidden;
  width: 220px;
  z-index: 1;
  bottom: 125%;
}

/* Tooltip arrow */
.tooltip-text::after {
  border-color: #333 transparent transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: '';
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}

/* Show bubble on hover */
.tooltip-container:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
 
/*TESTING*/
/*Account Details*/
/* Account Details Table — complements .info-content styles */
.account-details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
  background: transparent;
}

.account-details-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.account-details-table tr:last-child {
  border-bottom: none;
}

.account-details-table td {
  padding: 10px 12px;
  color: rgba(255, 255, 255, 0.9);
  vertical-align: middle;
}

.account-details-table td:first-child {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  width: 35%;
}

.account-details-table td:last-child {
  text-align: left;
}

.account-details-table i {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 10px;
  transition: color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.account-details-table i:hover {
  color: #fff;
  transform: scale(1.1);
}
/*Chat*/
.assistant-container {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.assistant-bubble {
  background-color: #cccccc;
  color: #1a1a1a;
  font-size: 1.125rem; /* text-lg */
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  position: relative;
  max-width: 85%;
}

.assistant-bubble::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid #cccccc;
  border-bottom: 6px solid transparent;
}
/*Get Started*/
.get-started-columnn-one h3 {
  border-radius: 5px;
  border-color: rgba(255, 255, 255, 0);
  background-color: rgb(0, 255, 0);
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
  text-color: rgb(0, 0, 255);
}

.get-started-columnn-one h3:hover {
  background-color: rgb(0, 0, 255);
  text-color: rgb(255, 255, 0);
}
/*Info*/
/* ---------------------------
   INFO-CONTENT
--------------------------- */
.info-content {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: auto;
  max-width: 700px;
  padding: 15px;
  transition: all 0.3s ease;
}

/* Bottom border shine */
.info-content::after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 15px auto 0 auto;
  background: linear-gradient(to right, transparent, #FF8C00, transparent);
  opacity: 0.85;
  border-radius: 2px;
  transition: width 0.5s ease;
}

.info-content:hover::after {
  width: 90%;
}

/* ---------------------------
   TITLE (independent of text-default)
--------------------------- */
.info-content-title h2 {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #FFA500,   /* orange-gold */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
  text-align: center;
  font-size: 30px;
  transition: background 0.5s ease; /* switch to background for gradient animation */
}

.info-content-title h2:hover {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #00ff00,   /* bright green */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---------------------------
   PARAGRAPH (self-contained text-default styling)
--------------------------- */
.info-content-paragraph p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);  /* base from text-default */
  margin: 0 0 10px 0;
  opacity: 0.9;
  transition: color 0.3s ease;
}

.info-content-paragraph p:hover,
.info-content-paragraph p:focus,
.info-content-paragraph p.active {
  color: #fff; /* brighten on hover/focus/active */
}

/*LenBot Header*/

.lenbot-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lenbot-back {
  font-size: 35px;
  color: #007AFF;
  cursor: pointer;
}

.lenbot-header-frosty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 24px 48px;
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: fit-content;
  margin: 0 auto;
}

/*LenBot Name*/
.lenbot-name {
  background: linear-gradient(
    270deg,
    #ff8c00, /* Dark Orange */
    #ffd700, /* Gold */
    #ff4500  /* Orange-Red */
  );
/*background-size: 300% 300%;*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  background-clip: text;
  color: transparent;

  animation: gradientSweep 8s ease-in-out infinite;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  font-size: inherit;
}

/*Mint*/
.mint-action-box {
  align-items: center;
  border: 1px solid #00ff00;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 12px auto;
  max-width: 360px;
  padding: 16px;
  text-align: center;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}

.mint-action-box:hover {
  border-color: #00cc00;
  transform: translateY(-2px);
}

.mint-action-text {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 8px 0;
}

.mint-backdrop {
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.mint-backdrop[data-fit="contain"] { object-fit: contain; }
.mint-backdrop[data-fit="cover"] { object-fit: cover; }

.mint-backdrop-wrap {
  background-color: transparent; /* keep this background */
  display: block;
  position: relative;
  text-align: left;
}

.mint-block-border {
  border-radius: 6px;
  overflow: hidden;
  padding-left: 16px;
  position: relative;
  transition: background-color 0.3s ease;
}

.mint-block-border::before {
  animation: mintBorderSweep 6s ease-in-out infinite;
  background: linear-gradient(180deg, #00b894, #00cec9, #0984e3);
  background-size: 300% 300%;
  border-radius: 3px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

@keyframes mintBorderSweep {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

.mint-block-container {
  align-items: center;
  border: 1px solid #333;
  border-radius: 8px;
  display: flex;
  gap: 15px;
  padding: 15px;
  position: relative;
  transition: background 0.3s ease, border-color 0.3s ease;
  z-index: 1;
}

.mint-block-container.ease-in {
  animation: mintEaseIn 0.8s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}

@keyframes mintEaseIn {
  to { opacity: 1; transform: translateY(0); }
}

.mint-block-description {
  background-color: rgba(255, 255, 255, 0.95); /* dark backdrop */
  border-radius: 6px;
  flex-grow: 1;
  overflow: hidden;
  padding: 30px 15px 15px 15px; /* added padding */
  position: relative;
  transition: background-color 0.3s ease;
  z-index: 1;
  color: #000;
}

/* Hover effect: solid white background */
.mint-block-description:hover {
  background-color: #ffffff;
}

.mint-block-description h1,
.mint-block-description h2,
.mint-block-description h3,
.mint-block-description h4,
.mint-block-description h5,
.mint-block-description h6,
.mint-block-description p {
  opacity: 0;
  transform: translateY(20px);
  animation: waterfallFade 0.6s forwards;
}

.mint-block-description h1 { animation-delay: 1s; }
.mint-block-description h2 { animation-delay: 1.25s; }
.mint-block-description h3 { animation-delay: 1.5s; }
.mint-block-description h4 { animation-delay: 1.75s; }
.mint-block-description h5 { animation-delay: 2s; }
.mint-block-description h6 { animation-delay: 2.25s; }
.mint-block-description p  { animation-delay: 2.5s; }

.mint-block-description::after {
  border-radius: 6px;
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

@keyframes waterfallFade {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.mint-block-lottie {
  align-items: center;
  display: flex;
  flex: 0 0 160px;
  justify-content: center;
  min-width: 160px;
  text-align: center;
  width: 160px;
}

.mint-block-pad {
  position: relative;
  z-index: 1;
}

.mint-flag-backdrop {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.9;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mint-name {
  animation: gradientSweep 8s ease-in-out infinite;
  background: linear-gradient(270deg, #00b894, #00cec9, #0984e3);
  background-clip: text;
  background-size: 300% 300%;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.5px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}

@keyframes gradientSweep {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

@media (prefers-reduced-motion: reduce) {
  .mint-backdrop { opacity: 0.6; }
  .mint-block-container.ease-in { animation: none; opacity: 1; transform: none; }
}

@media screen and (max-width: 768px) {
  .mint-block-container { flex-direction: column; text-align: center; }
  .mint-block-lottie { flex: 0 0 120px; min-width: 120px; width: 120px; }
}

/*Mobile Only*/
@media screen and (max-width: 768px) {
  .mobile-only {
    max-width: 400px !important;
    width: 400px !important;
  }
}

/*PLAN*/
/* ===== Plan Comparison ===== */
.plan-comparison-card {
  align-items: center;
  /*background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.75));*/
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  box-shadow:
    0 0 12px rgba(255, 215, 0, 0.1),
    inset 0 0 20px rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: auto;
  max-width: 450px;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.plan-comparison-card:hover {
  box-shadow:
    0 0 16px rgba(255, 215, 0, 0.25),
    0 0 28px rgba(255, 255, 255, 0.08);
  transform: translateY(-4px);
}

.plan-comparison-card img {
  border-radius: 12px;
  margin-bottom: 8px;
  max-width: 300px;
  transition: transform 0.4s ease;
}

.plan-comparison-card:hover img {
  transform: scale(1.05);
}

.plan-comparison-expiry {
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.plan-comparison-feature {
  font-size: 15px;
  opacity: 0.85;
  padding: 2px 0;
}

.plan-comparison-feature::before {
  color: #00ff99;
  content: "✔ ";
  font-weight: bold;
}

.plan-comparison-highlight {
  animation: planPulse 3s ease-in-out infinite;
  background: linear-gradient(90deg, #FFD700, #FFA500, #FFFF33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

@keyframes planPulse {
  0% { opacity: 0.9; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.05); }
  100% { opacity: 0.9; transform: scale(1); }
}

.plan-comparison-price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 6px;
}

/* Status badges — styled like status-setup */
.plan-comparison-status {
  border: 1px solid rgba(0, 255, 127, 0.3);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
  left: 50%;
  padding: 6px 18px;
  position: absolute;
  text-transform: uppercase;
  top: 14px;
  transform: translateX(-50%);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.plan-comparison-status.best-value {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
}

.plan-comparison-status.most-popular {
  background: rgba(0, 255, 127, 0.15);
  border-color: rgba(0, 255, 127, 0.3);
}

.plan-comparison-status.recommended {
  background: rgba(51, 204, 255, 0.15);
  border-color: rgba(51, 204, 255, 0.3);
}

.plan-comparison-status:hover {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.08);
}



/*Porthole*/ 
/* ===== Porthole (fixed so BG cannot bleed outside the door) ===== */

.porthole-backdrop {
  background: radial-gradient(circle at 50% 0%, midnightblue, navy 40%, black 100%);
  border-radius: 8px;
  padding-top: 30px;
  padding-bottom: 50px;
}

/* Size + shared geometry for the hole and tap ring */
.porthole-scene {
  --porthole-size: 320px;   /* tweak if you want it bigger/smaller */
  --hole: 42%;              /* radius of the clear opening */
  --tap: 10%;               /* ring thickness for the click target */
  align-items: center;
  display: grid;
  height: var(--porthole-size);
  justify-items: center;
  margin: 6px auto !important;
  perspective: 1200px;
  position: relative;
  width: var(--porthole-size);
}

/* Inner background image – now clipped to the circular hole */
.porthole-bg {
  background-image: url("https://secure.lentax.co/file/24b4945b370b875dd0bc1d8f05844bb7/2e3f0231-1be9-40f0-8d24-f489ce9695e6/SVG_Membership+Perk_Active+Member+Account.svg?original=1");
  background-position: center;           /* adjust e.g., center 45% if needed */
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  /* ⬇️ Only show the part inside the hole */
  -webkit-mask: radial-gradient(circle at 50% 50%, #000 0 var(--hole), transparent calc(var(--hole) + 1px) 100%);
          mask: radial-gradient(circle at 50% 50%, #000 0 var(--hole), transparent calc(var(--hole) + 1px) 100%);
}

/* Brass rim overlay (PNG has transparent center) */
.porthole-door {
  background-image: url("https://secure.lentax.co/file/bb21777391cc6822ea6e1a249db20cf2/04a86588-0c6f-41e5-a2c1-1147b2d8db17/PNG_Porthole+%281%29.png?original=1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  pointer-events: none;
  transform: rotateY(0deg);
  transform-origin: left center;
  transition: transform 1s cubic-bezier(.2,.75,.2,1);
}

/* Clickable rim-only area (center remains click-through) */
.porthole-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  -webkit-mask: radial-gradient(circle at 50% 50%, transparent 0 var(--hole), #000 var(--hole) calc(var(--hole) + var(--tap)), transparent calc(var(--hole) + var(--tap)) 100%);
          mask: radial-gradient(circle at 50% 50%, transparent 0 var(--hole), #000 var(--hole) calc(var(--hole) + var(--tap)), transparent calc(var(--hole) + var(--tap)) 100%);
}

/* Hidden checkbox toggle */
.porthole-toggle {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Open state */
.porthole-toggle:checked + .porthole-scene .porthole-door {
  transform: rotateY(-70deg);
}

/* Caption */
.porthole-caption {
  color: #fff;
  font-size: 0.9rem;
  margin: 6px 0 8px !important;
  opacity: 0.85;
  text-align: center;
}

/*Pricing*/
:root {
  --accent-purple: #8c52ff;
  --accent-purple-hover: #a178ff;
  --badge-purple: linear-gradient(135deg, #9b5de5, #6a0dad);
  --dark-base: #111;
  --dark-hover: #1a1a1a;
  --light-text: #ffffff;
  --muted-text: #cfcfcf;
  --panel-border: #333;
}

.pricing-grid-lentax {
  align-items: stretch;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  justify-content: center;
  margin: 0;
  margin-top: 24px;
  padding: 0;
}

.pricing-card-lentax {
  align-items: center;
  /*background: var(--dark-base);
  border: 1px solid var(--panel-border);*/
  border-radius: 8px;
  box-shadow: none;
  color: var(--light-text);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px;
  position: relative;
  text-align: center;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.pricing-card-lentax:focus-within,
.pricing-card-lentax:hover {
  /*background: var(--dark-hover);
  border-color: #444;*/
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

.pricing-card-lentax.is-recommended {
  border-color: var(--badge-purple);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
  z-index: 1;
}

.pricing-card-lentax.is-recommended::after {
  background: var(--badge-purple);
  border-radius: 999px;
  color: var(--light-text);
  content: "Recommended";
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  padding: 6px 12px;
  position: absolute;
  top: -12px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pricing-media-lentax {
  border-radius: 12px;
  height: 120px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 100%;
}

.pricing-media-lentax img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pricing-card-lentax dotlottie-wc {
  height: 56px;
  width: 56px;
}

.pricing-title-lentax {
  color: inherit;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1.2;
  margin: 0;
}

.pricing-subtitle-lentax {
  color: var(--muted-text);
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.pricing-price-lentax {
  color: inherit;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1;
  margin: 6px 0 0 0;
}

.pricing-card-lentax .button {
  background: var(--accent-purple);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  color: var(--light-text);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  margin-top: 6px;
  padding: 12px 18px;
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  width: 100%;
}

.pricing-card-lentax .button:hover {
  background: var(--accent-purple-hover);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.16);
  transform: translateY(-1px);
}

.pricing-overlay-btn-lentax {
align-items: center;
display: flex;
inset: 0;
justify-content: center;
position: absolute;
z-index: 2;
}

.pricing-overlay-btn-lentax .btn {
align-items: center !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
cursor: pointer !important;
display: flex !important;
height: 100% !important;
justify-content: center !important;
margin: 0 !important;
outline: none !important;
padding: 0 !important;
text-align: center !important;
text-decoration: none !important;
transition: none !important;
transform: none !important;
width: 100% !important;
}

.pricing-overlay-btn-lentax .btn-primary {
align-items: center !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
cursor: pointer !important;
display: flex !important;
height: 100% !important;
justify-content: center !important;
margin: 0 !important;
outline: none !important;
padding: 0 !important;
text-align: center !important;
text-decoration: none !important;
transition: none !important;
transform: none !important;
width: 100% !important;
}

.pricing-overlay-btn-lentax .cbe-block-button-element {
align-items: center !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
cursor: pointer !important;
display: flex !important;
height: 100% !important;
justify-content: center !important;
margin: 0 !important;
outline: none !important;
padding: 0 !important;
text-align: center !important;
text-decoration: none !important;
transition: none !important;
transform: none !important;
width: 100% !important;
}

.pricing-overlay-btn-lentax .btn:active,
.pricing-overlay-btn-lentax .btn:focus,
.pricing-overlay-btn-lentax .btn:focus-visible,
.pricing-overlay-btn-lentax .btn:hover,
.pricing-overlay-btn-lentax .btn-primary:active,
.pricing-overlay-btn-lentax .btn-primary:focus,
.pricing-overlay-btn-lentax .btn-primary:focus-visible,
.pricing-overlay-btn-lentax .btn-primary:hover,
.pricing-overlay-btn-lentax .cbe-block-button-element:active,
.pricing-overlay-btn-lentax .cbe-block-button-element:focus,
.pricing-overlay-btn-lentax .cbe-block-button-element:focus-visible,
.pricing-overlay-btn-lentax .cbe-block-button-element:hover {
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
box-shadow: none !important;
outline: none !important;
transition: none !important;
transform: none !important;
}

.pricing-overlay-lentax {
  background: var(--dark-base);
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  padding: 15px;
  margin: 15px;
  position: relative;
  transition: box-shadow 0.3s ease, transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); /* initial raised look */
}

.pricing-overlay-lentax:focus-visible,
.pricing-overlay-lentax:focus-within {
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}

.pricing-overlay-lentax:hover {
  background: var(--dark-hover);
  border-color: #444;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  transform: translateY(-3px);
}


/*USA Flag*/
.usa-flag-title {
  background:
    radial-gradient(#fff 2px, transparent 2.1px) 0 0/12px 12px,
    radial-gradient(#fff 2px, transparent 2.1px) 6px 6px/12px 12px,
    linear-gradient(#3c3b6e, #3c3b6e) 0 0/40% 60% no-repeat,
    repeating-linear-gradient(to bottom, #b22234 0 9px, #fff 9px 18px);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 30px !important;    /* big and bold */
  font-weight: 900 !important;   /* heaviest weight */
  /*line-height: 1.2;*/
  text-align: center;
  /*text-transform: uppercase;     /* optional: makes it even more prominent */
}

/*VERIFIED*/
.verified-tag {
  background-color: green;       /* base green */
  border-radius: 12px;
  color: white;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  margin-left: 8px;
  padding: 2px 6px;
  text-align: center;
  vertical-align: middle;
}


/*Video*/
.video {
  display: block;
  height: auto;
  width: 100%;
}

.video-arrows {
  bottom: 12px;
  display: flex;
  gap: 10px;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.video-arrows span {
  animation: video-bounce 1.6s infinite;
  color: white;
  display: inline-block;
  font-size: 26px;
  line-height: 1;
  opacity: 0.95;
  transform: translateY(0);
}

@keyframes video-bounce {
  0%, 100% { opacity: 0.7; transform: translateY(0); }
  50% { opacity: 1; transform: translateY(6px); }
}

.video-cta {
  background: linear-gradient(135deg, orange, darkorange);
  border: none;
  border-bottom: 2px solid black;
  border-radius: 8px;
  border-right: 2px solid black;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  gap: 10px;
  line-height: 1;
  padding: 12px 18px;
  pointer-events: auto;
  text-decoration: none;
  transition: box-shadow 0.2s ease-in-out, color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.video-cta:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  color: white;
  transform: translateY(-2px);
}

.video-overlay {
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55));
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.video-wrap {
  border-radius: 16px;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  position: relative;
}

/*View Plan Header*/
.view-plan-header {
  background-color: #FFA500;
  border-radius: 8px;
  color: #1a1a1a;
  display: block;
  font-size: 15px !important;
  padding: 12px 16px;
  transition: filter 0.3s ease, background-color 0.3s ease;
  width: 100%;
}

.view-plan-header:hover {
  filter: brightness(1.15);
}

@keyframes shine-reverse {
  0% { left: 150%; }
  25% { left: 50%; }
  50% { left: -50%; }
  75% { left: 50%; }
  100% { left: 150%; }
}

/* Voyage */
.voyage-progress {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #FFA500,   /* orange-gold */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /*font-size: 30px;*/
  letter-spacing: -0.5px;
  line-height: 1.1; /* ↓ Decrease this value to tighten line spacing */
  text-align: center;
  transition: background 0.5s ease;
}

.voyage-progress:hover {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #00ff00,   /* bright green */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*END CUSTOM CSS*/

/*SuiteDash Default Classes*/
/*SD CHECKLIST*/
.card.checklist-card {
  background: transparent;
  border: 1px solid var(--panel-border);
  border-radius: 12px;
  box-shadow: none;
  margin: 0 auto;
  overflow: hidden !important;
  padding: 0;
}

.cbe-block-checklist {
  background: var(--dark-base);
  border: 1px solid var(--panel-border);
  border-radius: 14px;
  margin: 16px auto;
  max-width: 960px;
  overflow: hidden !important;
  padding: 0;
  text-align: center;
}

.checklist-actions .button {
  background: linear-gradient(135deg, #FFA500, #E67300);
  border: none;
  border-bottom: 2px solid black;
  border-radius: 6px;
  border-right: 2px solid black;
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-right: 5px;
  padding: 0;
  text-align: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, background 0.2s ease-in-out;
  white-space: nowrap;
}

.checklist-actions .button:hover {
  background: linear-gradient(135deg, #FFB733, #FF8C1A);
  transform: translateY(-2px);
  box-shadow:
    rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px;
}

.checklist-actions .button:active {
  transform: translateY(2px);
  box-shadow: inset 0 3px 7px #D6D6E7;
}

.checklist-header {
  align-items: center;
  border-bottom: 1px solid var(--panel-border);
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 0 0 0;   /* controls space below the whole block */
  padding: 0 0 15px 0;  /* adds space between the content and the border line */
  overflow: hidden !important;
}


.checklist-header svg {
  display: inline-block;
  fill: var(--light-text);
  height: 1.1em;
  margin: 0 6px 0 0;
  vertical-align: middle;
  width: 1.1em;
}

.checklist-item-collapsing-content {
  animation: checklistFadeIn 300ms ease-out both;
  background: transparent !important;
  border: none;
  /*margin: 0;
  overflow: hidden !important;
  padding: 0;*/
  text-align: left;
}

@keyframes checklistFadeIn {
  0% { opacity: 0; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}

.checklist-item-completed-icon {
  align-items: center;
  background: transparent;
  border: 1px solid var(--panel-border);
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  margin-left: 5px;
  margin-right: 8px;
  min-width: 28px;
  width: 28px;
  overflow: hidden !important;
}

.checklist-item-completed-icon svg {
  display: inline-block;
  fill: var(--light-text);
  height: 18px;
  width: 18px;
}

.checklist-item-content {
  /*align-items: center;*/
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto;
  overflow: hidden !important;
  padding: 0;
}

.checklist-item-container {
  overflow: hidden !important;
  padding: 0;
}

.checklist-item-description {
  background: transparent !important;
}

.checklist-item-info {
  height: auto !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 0;
}

.checklist-item-title {
  color: inherit !important;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 0;
  overflow: visible !important;
  text-align: left;
  padding: 0;
}

.checklist-item-subtitle {
  color: inherit !important;
  letter-spacing: 0.2px;
  margin: 0;
  overflow: visible !important;
  text-align: left;
  padding: 0;
}

.checklist-item-subtitle-wrap {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: flex-start;
  overflow: hidden !important;
  padding: 0;
}

.checklist-item__header {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  overflow: hidden !important;
  padding: 0;
}

.see-more-btn {
  align-items: center;
  background: var(--dark-base);
  border: 1px solid var(--panel-border);
  border-radius: 8px;
  color: inherit !important;
  cursor: pointer;
  display: inline-flex;
  gap: 6px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  user-select: none;
  overflow: hidden !important;
}

.see-more-btn:hover {
  background: #333;
  border-color: var(--accent-purple);
  transform: translateY(-1px);
}

.see-more-btn span {
  display: inline-block;
  letter-spacing: 0.3px;
}

.see-more-btn svg {
  display: inline-block;
  fill: var(--light-text);
  height: 18px;
  width: 18px;
  margin-left: 5px;
}

.checklist-title {
  background: linear-gradient(
    90deg,
    #FFD700,
    #FFA500,
    #FFD700
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  align-items: center;
  display: inline-flex;
  font-size: 25px !important;
  font-weight: bold !important;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: background 0.5s ease;
}

.checklist-title:hover {
  background: linear-gradient(
    90deg,
    #FFD700,   /* gold */
    #00ff00,   /* bright green */
    #FFD700    /* gold again */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.chain-inner.ordering,
.chain-inner.ordering > ul.list-unstyled,
.chain-inner.ordering > ul.list-unstyled > li {
  max-height: none !important;
  overflow: hidden !important;
  padding: 0;
}
/*End of SD CHECKLIST*/

/*SD Progress Bar*/
.cbe-block-progress-title {
  color: #fff;
  font-size: 18px;
}

/*SD Primary Button*/
.btn.btn-primary.btn-block {
  align-items: center;
  background-color: #1a1a1a;
  border: 1px solid #00cc00;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.3), 0 0 20px rgba(0, 255, 0, 0.2);
  color: #00ff00;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  font-weight: 700;
  justify-content: center;
  margin: 12px auto;
  max-width: 360px;
  padding: 16px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease, border-color 0.3s ease,
              box-shadow 0.4s ease, color 0.3s ease;
}

.btn.btn-primary.btn-block:hover {
  background-color: #262626;
  border-color: #00ff00;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.6), 0 0 30px rgba(0, 255, 0, 0.4);
  color: #33ff33;
  transform: translateY(-2px);
}

.btn.btn-primary.btn-block {
  animation: button-glow 2.5s infinite ease-in-out;
}

@keyframes button-glow {
  0% {
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.4), 0 0 15px rgba(0, 255, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 255, 0, 0.8), 0 0 35px rgba(0, 255, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.4), 0 0 15px rgba(0, 255, 0, 0.2);
  }
}

.btn.btn-link.btn-block {
  align-items: center;
  background: rgba(255, 0, 0, 0.08);
  border: 1px solid #ff0000;
  border-radius: 8px;
  color: #ff0000;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
  justify-content: center;
  margin: 12px auto;
  max-width: 360px;
  padding: 12px 16px;
  text-align: center;
  transition: background 0.3s ease, transform 0.2s ease, border-color 0.3s ease;
}

.btn.btn-link.btn-block:hover {
  background: rgba(255, 0, 0, 0.15);
  border-color: #cc0000;
  color: #cc0000;
  transform: translateY(-2px);
}

/* Dark Mode Primary Button */
.sd-dark-mode .btn.btn-primary {
  color: rgba(255, 255, 255, 0.9) !important;
  transition: color 0.2s ease-in-out;
}

.sd-dark-mode .btn.btn-primary:hover {
  color: #fff !important;
}

.sd-nav-bar-add-button {
font-size: 0 !important;
}

.sd-nav-bar-add-button::after {
content: "➕";
display: inline-block;
font-size: 16px;
line-height: 1;
vertical-align: middle;
}
/*End of SD Primary Button*/

/*SD FLOW*/
/* Parent wrapper: flex row on desktop */
.flow-advance-wrapper {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  justify-content: center; /* center buttons horizontally */
  align-items: stretch;    /* equal height buttons */
}

/* Make the continue button container flexible */
.flow-button-group {
  flex: 1 1 50%;
  box-sizing: border-box;
}

/* Skip button itself made flexible */
.flow-advance-wrapper > .flow-button-skip {
  flex: 1 1 50%;
  box-sizing: border-box;
}

/* Continue Button */
.flow-button-continue {
  align-items: center;      /* center content vertically */
  background: linear-gradient(135deg, #FFA500, #FFD700); /* orange → gold */
  border: none;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.3) 0 4px 10px;
  color: #000 !important; /* black text */
  cursor: pointer;
  display: flex;
  font-size: 18px !important;
  font-weight: 700;
  justify-content: center;  /* center text horizontally */
  overflow: hidden;
  padding: 10px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.4s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.flow-button-continue:hover {
  background: linear-gradient(135deg, #FFB733, #FFFF33); /* brighter gold */
  box-shadow: rgba(45, 35, 66, 0.4) 0 6px 16px;
  transform: translateY(-2px);
  color: #000 !important;
}

/* Shine overlay for continue button */
.flow-button-continue::before {
  content: '';
  position: absolute;
  top: 0;
  left: 150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transform: skewX(-20deg);
  animation: shine-reverse 3s infinite linear;
  pointer-events: none;
  z-index: 2;
}

/* Skip Button */
.flow-button-skip {
  align-items: center;      
  background-color: rgba(255, 0, 0, 0.15); /* slightly transparent red */
  border: 3px solid red;    /* more prominent border */
  border-radius: 6px;
  color: #ff6666;           /* visible text on light background */
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;  /* center text horizontally */
  overflow: hidden;
  padding: 10px 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.flow-button-skip:hover {
  background-color: rgba(255, 0, 0, 0.25); /* slightly darker background */
  color: #990000; /* dark red text */
  box-shadow: rgba(45, 35, 66, 0.3) 0 4px 10px;
  transform: translateY(-2px);
}

/* Shine animation keyframes for continue button */
@keyframes shine-reverse {
  0% { left: 150%; }
  25% { left: 50%; }
  50% { left: -50%; }
  75% { left: 50%; }
  100% { left: 150%; }
}

/* Responsive: stack buttons vertically on small screens */
@media screen and (max-width: 768px) {
  .flow-advance-wrapper {
    flex-direction: column;
    gap: 12px;
  }

  .flow-button-group,
  .flow-advance-wrapper > .flow-button-skip {
    flex: 1 1 100%;
  }
}

/*End of SD FLOW*/

/*LOGIN PAGE*/
.registration-page .registration-card.form-oscar {
  background-color: rgb(26, 26, 26);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  margin: 40px auto;
  max-width: 520px;
  padding: 30px 26px 32px;
}

.registration-page .registration-card .card-block {
  padding: 0;
}

.registration-page .registration-card .logo-wrap {
  margin-bottom: 20px;
  text-align: center;
}

.registration-page .registration-card .form-group label {
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.registration-page .registration-card .form-group .required {
  color: rgb(255, 187, 51);
}

.registration-page .registration-card .form-control {
  background-color: rgb(18, 18, 18);
  border: 1px solid rgb(60, 60, 60);
  border-radius: 6px;
  color: rgb(240, 240, 240);
  font-size: 14px;
  padding: 10px 12px;
}

.registration-page .registration-card .form-control:focus {
  border-color: rgb(255, 187, 51);
  box-shadow: 0 0 0 1px rgba(255, 187, 51, 0.6);
  outline: none;
}

.registration-page .registration-card .onboarding-password-strength #password-strength {
  background-color: rgb(34, 34, 34);
  border-radius: 999px;
  height: 4px;
  margin-top: 6px;
  overflow: hidden;
}

.registration-page .registration-card .onboarding-password-strength .password-strength-bar {
  background: linear-gradient(90deg, rgb(255, 153, 51), rgb(0, 200, 120));
  display: block;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}

.registration-page .registration-card .info-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  margin-top: 12px;
}

.registration-page .registration-card .form-actions.btn-list {
  margin-top: 20px;
  text-align: center;
}

.registration-page .registration-card .form-actions .btn-primary {
  background: linear-gradient(135deg, rgb(255, 170, 0), rgb(230, 115, 0));
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-weight: 600;
  padding: 10px 26px;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease, box-shadow 0.2s ease, transform 0.1s ease;
}

.registration-page .registration-card .form-actions .btn-primary:hover {
  box-shadow: 0 6px 16px rgba(255, 120, 0, 0.4);
  transform: translateY(-1px);
}

/*End of LOGIN PAGE*/

/*PROPOSAL*/
.cart-proposal-intro {
    color: #ffffff;
    margin: 0 auto 26px auto;
    max-width: 1000px;
    padding: 10px 20px 20px 20px;
    text-align: left;
  }

  .cart-proposal-heading {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 6px;
  }

  .cart-proposal-subheading {
    font-size: 18px;
    margin-bottom: 18px;
  }

  .cart-proposal-keypoints {
    border-left: 3px solid #ffb300;
    margin: 14px 0 22px 0;
    padding-left: 14px;
  }

  .cart-proposal-keypoints p {
    font-size: 15px;
    line-height: 1.5;
    margin: 4px 0;
  }

  .persona-grid {
    border-radius: 12px;
    border: 1px solid #333333;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 20px;
    padding: 12px 14px;
  }

  .persona-card {
    border-radius: 10px;
    padding: 8px 10px;
  }

  .persona-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.7px;
    margin-bottom: 4px;
    text-transform: uppercase;
  }

  .persona-card p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
  }

  .persona-card-thinker .persona-label {
    color: #93c5fd;
  }

  .persona-card-director .persona-label {
    color: #facc15;
  }

  .persona-card-socializer .persona-label {
    color: #fb7185;
  }

  .persona-card-relator .persona-label {
    color: #6ee7b7;
  }

  .pipeline-cascade {
    border-radius: 12px;
    border: 1px solid #333333;
    margin-bottom: 18px;
    padding: 14px 14px 12px 14px;
    position: relative;
  }

  .pipeline-cascade-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .pipeline-cascade-inner {
    border-left: 2px solid #444444;
    margin-left: 14px;
    padding-left: 14px;
  }

  .pipeline-step {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
  }

  .pipeline-step-number {
    align-items: center;
    background: #111827;
    border: 1px solid #4b5563;
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 22px;
    justify-content: center;
    min-width: 22px;
  }

  .pipeline-step-body {
    flex: 1;
  }

  .pipeline-step-title {
    font-size: 14px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: color .25s ease, text-shadow .25s ease;
  }

  .pipeline-step-title:hover {
    color: #ffb300;
    text-shadow: 0 0 6px rgba(255, 179, 0, 0.6);
  }

  .pipeline-detail {
    display: none;
    margin-top: 8px;
    padding-left: 10px;
    border-left: 2px solid #333;
  }

  .pipeline-detail p {
    font-size: 12px;
    color: #d1d5db;
    margin: 4px 0;
  }

  @media (max-width: 900px) {
    .persona-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 600px) {
    .persona-grid {
      grid-template-columns: minmax(0, 1fr);
    }
  }

.proposal-progress-image {
  display: block;
  flex: 0 0 calc(50% - 8px);
  height: auto;
  max-width: 100%;
  width: 100%;
}

.proposal-progress-image-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

@media (max-width: 768px) {
  .proposal-progress-image {
    flex: 0 0 100%;
  }
}

/*PROPOSAL FIXES*/
/* ============================================================
   PROPOSAL FIXES — CLEAN + COMPLETE
   ============================================================ */

/* ===== Fix: Prevent Lentax overlay components from affecting SuiteDash UI ===== */
.pricing-overlay-btn-lentax,
.pricing-overlay-btn-lentax * {
  all: unset !important;
  display: revert !important;
}

/* ===== Restore overlay container positioning (safe, isolated) ===== */
.pricing-overlay-btn-lentax {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
  z-index: 2;
}

.pricing-overlay-btn-lentax .btn {
  align-items: center !important;
  background-color: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: flex !important;
  height: 100% !important;
  justify-content: center !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: none !important;
  transform: none !important;
  width: 100% !important;
}

/* ============================================================
   PROPOSAL BOTTOM NAVIGATION (NEXT / PREV)
   ============================================================ */

.bottom_nav {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}

.bottom_nav .btn {
  align-items: center;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-flex;
  height: auto;
  justify-content: center;
  margin: 0 5px;
  padding: 4px 10px;
  width: auto;
}

.bottom_nav .material-icons {
  font-family: "Material Icons" !important;
  font-feature-settings: "liga";
  font-size: 20px;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/* ============================================================
   SIGNATURE MODAL FIX — removes textsmsType / createSign
   ============================================================ */

#signature-modal .material-icons,
.sd-signature-container .material-icons,
.sd-tabs .material-icons,
.sd-sign-controls .material-icons {
  font-family: "Material Icons" !important;
  font-feature-settings: "liga";
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: normal !important;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none !important;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/*BLOG*/
form[action*="22XrKWxpKXmGnmcrc"] .form-actions.btn-list {
    display: none !important;
}

form[action*="vqr5BtLhA8zDtVax"] .form-actions.btn-list {
    display: none !important;
}

form[action*="21F1YYUL9jiPtWgEK"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0001*/
form[action*="25obtQmXLf6gjpa9g"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0002*/
form[action*="2tgbohKtxbUWKxAs4"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0003*/
form[action*="zLPyP3enGa9G3Tj8"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0004*/
form[action*="23Qw4sx3nR6JaK1o6"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0005*/
form[action*="2ttW49FiPWyTf1R8c"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0006*/
form[action*="ukcaeLqxLqSYRYv9"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0007*/
form[action*="21DUSRaM2uEc6Gvgd"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0008*/
form[action*="2ttFmvm5kgsDQ3s55"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0009*/
form[action*="vrJFioTesAYTS6iC"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0010*/
form[action*="y41GuexDwK1mCvtx"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0011*/
form[action*="22XN1Bh8wWuNDm1TE"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0012*/
form[action*="2rhJ2xzFvAzDW89JP"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0013*/
form[action*="z9nEKoAeDanZXYu5"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0014*/
form[action*="22LjridPWY1rhW4MN"] .form-actions.btn-list {
    display: none !important;
}

/*Lentax Blog 0015*/
form[action*="wwHRQcUJ3pdGUQod"] .form-actions.btn-list {
    display: none !important;
}
/*End of BLOG*/

.tm-flow-step{
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  color: #1f2937;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 16px;
  white-space: nowrap;
}

.tm-header-contact{
  display: flex;
  gap: 12px;
}

.tm-header-contact-link{
  background: linear-gradient(135deg, #fb923c, #f97316);
  border-radius: 999px;
  color: #1a0e05;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 18px;
  text-decoration: none;
  white-space: nowrap;
}

.tm-header-contact-link:hover{
  filter: brightness(1.08);
}

.tm-header-logo{
  align-items: center;
  display: flex;
  gap: 14px;
  line-height: 1;
  min-width: 0;
}

.tm-header-logo-mark{
  display: inline-flex;
  line-height: 0;
}

.tm-header-logo-mark img,
.tm-header-logo-mark svg,
.tm-header-logo img,
.tm-header-logo svg{
  max-height: 64px;
  width: auto;
}

.tm-header-org-name{
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tm-header-shell{
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.92));
  border-bottom: 1px solid rgba(17,24,39,0.08);
  position: relative;
  z-index: 3;
}

.tm-hero-lead{
  color: #374151;
  font-size: 21px;
  line-height: 1.75;
  margin: 0 auto 16px;
  max-width: 1200px;
  text-align: center;
}

.tm-hero-note{
  color: #6b7280;
  font-size: 18px;
  font-style: italic;
  line-height: 1.7;
  margin: 30px auto 28px;
  max-width: 1200px;
  text-align: center;
}

.tm-hero-title{
  color: #111827;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 auto 18px;
  max-width: 1200px;
  text-align: center;
}

.tm-page{
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.tm-page::after,
.tm-page::before{
  content: none;
}

.tm-progress{
  margin: 0 0 20px;
}

.tm-progress-fill{
  background: linear-gradient(135deg, #fb923c, #f97316);
  height: 100%;
}

.tm-progress-steps{
  align-items: start;
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 12px;
  text-align: center;
}

.tm-progress-steps .tm-step{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.tm-progress-track{
  background: #e5e7eb;
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.tm-step-label{
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: 6px;
  text-align: center;
  width: 100%;
}

.tm-step-num{
  align-items: center;
  background: #e5e7eb;
  border-radius: 999px;
  color: #6b7280;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  margin-bottom: 0;
  width: 28px;
}

.tm-step.active .tm-step-num{
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #1a0e05;
}

.tm-step-sep{
  color: #9ca3af;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
}

.tm-steps{
  text-align: center;
}

.tm-steps-row{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 100%;
  overflow-x: hidden;
  padding: 2px 0 6px;
  white-space: normal;
}

.tm-steps-title{
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

@media (max-width: 768px){
  .tm-hero-title{
    font-size: 36px;
  }
}

@media (max-width: 640px){
  .tm-header-contact{
    justify-content: center;
    width: 100%;
  }

  .tm-header-contact-link{
    justify-content: center;
    max-width: 360px;
    width: 100%;
  }

  .tm-header-logo{
    justify-content: center;
    width: 100%;
  }

  .tm-header-logo-mark img,
  .tm-header-logo-mark svg,
  .tm-header-logo img,
  .tm-header-logo svg{
    max-height: 52px;
  }

  .tm-header-org-name{
    font-size: 16px;
  }

  .tm-step-label{
    display: none;
  }

  .tm-steps-row{
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
    scrollbar-width: none;
    white-space: nowrap;
  }

  .tm-steps-row::-webkit-scrollbar{
    display: none;
  }
}













