/**
 * live-account.css – Riyadex
 * Custom styles for registration, login, and thank-you pages only.
 * Does NOT override global style.css rules.
 */

/* ── Page layout ─────────────────────────────────────────────────────────── */


.circle-check li:before{
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9987 20.1693C16.0613 20.1693 20.1654 16.0652 20.1654 11.0026C20.1654 5.93999 16.0613 1.83594 10.9987 1.83594C5.93609 1.83594 1.83203 5.93999 1.83203 11.0026C1.83203 16.0652 5.93609 20.1693 10.9987 20.1693Z' stroke='url(%23paint0_linear_2677_7878)' stroke-width='1.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 10.9974L10.0833 12.8307L13.75 9.16406' stroke='url(%23paint1_linear_2677_7878)' stroke-width='1.83333' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_2677_7878' x1='1.83203' y1='13.5607' x2='20.1654' y2='13.5607' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23802920'/%3E%3Cstop offset='0.533654' stop-color='%23D9958C'/%3E%3Cstop offset='1' stop-color='%239B5847'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_2677_7878' x1='8.25' y1='11.509' x2='13.75' y2='11.509' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23802920'/%3E%3Cstop offset='0.533654' stop-color='%23D9958C'/%3E%3Cstop offset='1' stop-color='%239B5847'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.la-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 6rem;   /* clear fixed header */
    padding-bottom: 3rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FCF5F5 100%);
}

    .siteWrapper[data-page="auth-live-account"] header, .siteWrapper[data-page="auth-live-account"] footer {
    display: none;
}
main.authPage{
    margin-block-start: 0 !important;
}
main.authPage .la-section{
        padding-top: 3rem;
}

/* ── Brand panel (left column) ───────────────────────────────────────────── */

.la-brand-panel {
    padding-right: 3rem;
}

.la-brand-logo {
    max-width: 160px;
}

.la-feature-list li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0;
    font-size: 1rem;
    color: var(--text);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.la-feature-list li:last-child {
    border-bottom: none;
}

/* ── Form card ───────────────────────────────────────────────────────────── */

.la-form-card {
    /* background: #fff; */
    /* border-radius: 1.25rem; */
    padding: 4.125rem 2.5rem;
    /* box-shadow: 0 4px 32px rgba(128, 41, 32, 0.08); */
    border: 1px solid rgba(128, 41, 32, 0.08);
    /* overflow-y: auto; */
    flex: 1 1 0%;
    scrollbar-width: thin;
    scrollbar-color: var(--rx-border) transparent;
  box-shadow: 18.1243px 12.4605px 36.2486px rgba(0, 0, 0, 0.2);

}



/* .la-form-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.375rem;
} */

.la-form-subtitle {
    /* font-size: 0.9375rem; */
    /* color: #6B7280; */
    margin-bottom: 2.375rem;
}

/* ── Labels ──────────────────────────────────────────────────────────────── */

.la-label {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--text);
    margin-bottom: .625rem;
}

.la-required {
    color: var(--tPrimary);
}

/* ── Inputs ──────────────────────────────────────────────────────────────── */

.la-input {
    border-radius: 0.625rem;
    border: 1.5px solid #00000012;
    background-color: #F9F9F9;
    font-size: 1.25rem;
    padding: 0.8875rem 1.875rem;
    color: var(--text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    margin-bottom: 18px;
}

.la-input:focus {
    border-color: var(--tPrimary);
    box-shadow: 0 0 0 3px rgba(128, 41, 32, 0.12);
    background-color: #fff;
    outline: none;
}

.la-input--invalid,
.la-input--invalid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12) !important;
}


/* ── Password input group ────────────────────────────────────────────────── */

.la-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.la-input-group .la-input {
    flex: 1;
    padding-right: 3rem;
}

.la-eye-btn {
    position: absolute;
    right: 0.875rem;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: #6B7280;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.la-eye-btn:hover {
    color: var(--tPrimary);
}

/* ── Strength meter ──────────────────────────────────────────────────────── */

.la-strength-wrap {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.la-strength-bar-bg {
    flex: 1;
    height: 5px;
    background: #E5E7EB;
    border-radius: 99px;
    overflow: hidden;
}

.la-strength-bar {
    height: 100%;
    width: 0%;
    border-radius: 99px;
    transition: width 0.3s ease, background 0.3s ease;
}

.la-strength-text {
    font-size: 0.75rem;
    font-weight: 500;
    min-width: 5rem;
    text-align: right;
}

/* ── Field-level errors ──────────────────────────────────────────────────── */

.la-field-error {
    display: none;
    font-size: 0.8125rem;
    color: #dc3545;
    margin-top: 0.3125rem;
}

/* ── Alert banner ────────────────────────────────────────────────────────── */

.la-alert {
    border-radius: 0.625rem;
    padding: 0.875rem 1rem;
    font-size: 0.9375rem;
    margin-bottom: 1.25rem;
    border: 1.5px solid transparent;
}

.la-alert--error {
    background-color: #FFF0F0;
    border-color: #FFAC9A;
    color: #B5251F;
}

.la-alert--success {
    background-color: #E8F8EB;
    border-color: #8BD7A0;
    color: #007124;
}

/* ── Submit button loader ────────────────────────────────────────────────── */

.la-btn-loader {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.la-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: la-spin 0.7s linear infinite;
}

@keyframes la-spin {
    to { transform: rotate(360deg); }
}

/* ── Terms checkbox ──────────────────────────────────────────────────────── */

.la-terms .form-check-input:checked {
    background-color: var(--tPrimary);
    border-color: var(--tPrimary);
}

.la-terms .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(128, 41, 32, 0.15);
}

/* ── Thank-you card ──────────────────────────────────────────────────────── */

.la-thankyou-card {
    padding: 3rem 2rem;
}

.la-success-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FCF5F5 0%, #F6EAEA 100%);
    border: 2px solid rgba(128, 41, 32, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Responsive tweaks ───────────────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .la-form-card {
        padding: 1.75rem 1.25rem;
        border-radius: 1rem;
    }

    .la-form-title {
        font-size: 1.5rem;
    }
}

/* ── Account type tabs ───────────────────────────────────────────────────── */

.la-tabs {
    display: flex;
    gap: 0.5rem;
    background: var(--background-control-default);
    border-radius: 0.75rem;
    padding: .5625rem .625rem;
    margin-bottom: 1.875rem;
}

.la-tab {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4375rem;
    padding: 0.625rem 1rem;
    border: none;
    border-radius: 0.5625rem;
    background: transparent;
    font-size: 1.25rem;
    font-weight: 600;
    color: #6B7280;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    line-height: 1.2;
}

.la-tab:hover:not(.la-tab--active) {
    background: rgba(128, 41, 32, 0.06);
    color: var(--tPrimary);
}

.la-tab--active {
    background: #fff;
    color: var(--tPrimary);
    box-shadow: 0 1px 6px rgba(128, 41, 32, 0.14);
}

.la-tab svg {
    flex-shrink: 0;
}

/* ── Company field slide-in ──────────────────────────────────────────────── */

.la-company-field {
    overflow: hidden;
    animation: la-slide-down 0.22s ease;
}

@keyframes la-slide-down {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Thank-you verify note ───────────────────────────────────────────────── */

.la-verify-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: #FCF5F5;
    border: 1px solid rgba(128, 41, 32, 0.12);
    border-radius: 0.625rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #6B7280;
    text-align: left;
    line-height: 1.5;
}

.la-verify-note svg {
    flex-shrink: 0;
    margin-top: 2px;
}



/* New css  */
/* ========================================================================
   RIYADEX — Hero Section Styles
   Design System: Riyadex Financials brand identity
   Layout Reference: STARTRADER live-account hero
   ======================================================================== */

/* ----- CSS Custom Properties (Design Tokens) ----- */
:root {
  /* Brand Colors */
  --rx-primary: #9B6B4A;
  --rx-primary-light: #D4A574;
  --rx-primary-dark: #6B4226;
  --rx-primary-hover: #AF7850;
  --rx-accent: #C4956A;

  /* Backgrounds */
  --rx-bg-dark: #0C0A09;
  --rx-bg-hero: #110E0C;
  --rx-bg-card: #FAFAF9;
  --rx-bg-card-alt: #F5F0EB;
  --rx-bg-form: #FFFFFF;
  --rx-bg-input: #F7F4F1;
  --rx-bg-input-focus: #FFFFFF;

  /* Text */
  --rx-text-dark: #1A1512;
  --rx-text-body: #4A4340;
  --rx-text-muted: #8A8280;
  --rx-text-light: #F5F0EB;
  --rx-text-on-primary: #FFFFFF;

  /* Borders */
  --rx-border: #E5DDD6;
  --rx-border-focus: #9B6B4A;
  --rx-border-light: rgba(212, 165, 116, 0.15);

  /* Radius */
  --rx-radius-sm: 8px;
  --rx-radius-md: 12px;
  --rx-radius-lg: 20px;
  --rx-radius-xl: 28px;
  --rx-radius-pill: 100px;

  /* Shadows */
  --rx-shadow-card: 0 4px 32px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
  --rx-shadow-elevated: 0 8px 48px rgba(0, 0, 0, 0.10), 0 2px 8px rgba(0, 0, 0, 0.06);
  --rx-shadow-input: 0 1px 3px rgba(0, 0, 0, 0.04);
  --rx-shadow-btn: 0 4px 16px rgba(155, 107, 74, 0.25);
  --rx-shadow-btn-hover: 0 6px 24px rgba(155, 107, 74, 0.35);

  /* Typography */
  --rx-font-heading: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --rx-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

  /* Transitions */
  --rx-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --rx-ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --rx-duration: 0.3s;
  --rx-duration-slow: 0.6s;

  /* Layout */
  --rx-container: 1280px;
  --rx-hero-padding: 80px;
}


/* ----- Bootstrap Conflict Overrides ----- */
/* Ensure Bootstrap's box-sizing and reboot don't break our design */
*,
*::before,
*::after {
  box-sizing: border-box;
}


/* ========================================================================
   HERO SECTION
   ======================================================================== */

.hero {
  min-height: 100vh;
  padding: var(--rx-hero-padding) 24px 40px;
  /* background: var(--rx-bg-hero); */
}

/* Hero background image */
.hero::before {
  content: '';
  position: absolute;
      width: 100%;
    height: 100%;
        top: 0;
  /* inset: 0; */
  background: url('../media/images/bg-ac-open.webp') center center / cover no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
  /* animation: bgPulse 10s ease-in-out infinite; */
}

@keyframes bgPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}


/* ----- Background Decorative Elements ----- */

.hero__bg-graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero__bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 165, 116, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 165, 116, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 30%, transparent 80%);
}

.hero__bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
}

.hero__bg-glow--1 {
  top: -15%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(155, 107, 74, 0.12) 0%, transparent 70%);
}

.hero__bg-glow--2 {
  bottom: -20%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(155, 107, 74, 0.08) 0%, transparent 70%);
}

.hero__bg-glow--3 {
  top: 40%;
  left: 30%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(212, 165, 116, 0.06) 0%, transparent 70%);
}

.hero__bg-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}





/* ----- Main Container ----- */

.hero__container {
  grid-template-columns: 1fr 574px;
  gap: 0;
}


/* ========================================================================
   SLIDER CARD (Left Side)
   ======================================================================== */

.hero__slider-card {
  background: var(--rx-bg-card);
  border-radius: var(--rx-radius-xl) 0 0 var(--rx-radius-xl);
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 580px;
  box-shadow: var(--rx-shadow-elevated);
}

/* Swiper container fills the card */
.hero-swiper {
  width: 100%;
  height: 100%;
  min-height: 480px;
}

/* Each Swiper slide matches original slide layout */
.hero-swiper .swiper-slide {
  display: flex;
  align-items:start;
  justify-content: center;
  padding: 50px 70px;
  min-height: 480px;
  height: auto;
}


/* Slide Content Base */

/* .slide__content { */
  /* width: 100%; */
  /* max-width: 700px; */
/* } */

/* .slide__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--rx-text-dark);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
} */

.slide__title-accent {
  color: var(--rx-primary);
  background: linear-gradient(90deg, #802920 -2.47%, #D9958C 24.2%, #9B5847 47.19%, #E9A3A1 67.42%, #874233 89.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



/* ----- Slide 1: Showcase ----- */


/* Phone mockup */
.showcase__phone {
  position: relative;
  z-index: 2;
}

.showcase__phone-frame {
  width: 160px;
  background: #1A1512;
  border-radius: 24px;
  padding: 8px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
  position: relative;
}

.showcase__phone-notch {
  width: 50px;
  height: 6px;
  background: #2A2420;
  border-radius: 10px;
  margin: 4px auto 8px;
}

.showcase__phone-screen {
  background: linear-gradient(180deg, #1E1A17 0%, #151210 100%);
  border-radius: 16px;
  padding: 12px;
  min-height: 240px;
}

.showcase__screen-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
}

.showcase__pair {
  font-size: 11px;
  font-weight: 600;
  color: var(--rx-text-light);
}

.showcase__price-up {
  font-size: 13px;
  font-weight: 700;
  color: #5CB07D;
}

.showcase__chart-area {
  width: 100%;
  height: 100px;
  margin-bottom: 12px;
}

.showcase__chart-svg {
  width: 100%;
  height: 100%;
}

.showcase__actions {
  display: flex;
  gap: 8px;
}

.showcase__btn {
  flex: 1;
  padding: 6px 0;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: none;
  cursor: default;
}

.showcase__btn--sell {
  background: rgba(224, 90, 90, 0.8);
  color: white;
}

.showcase__btn--buy {
  background: rgba(92, 176, 125, 0.8);
  color: white;
}

/* Floating asset cards */
.showcase__asset {
  position: absolute;
  background: white;
  border-radius: 12px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  z-index: 3;
  animation: assetFloat 4s ease-in-out infinite;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.showcase__asset--1 {
  top: 10px;
  left: 80px;
  animation-delay: 0s;
}

.showcase__asset--2 {
  top: 60px;
  right: 80px;
  animation-delay: 1.2s;
}

.showcase__asset--3 {
  bottom: 30px;
  left: 80px;
  animation-delay: 2.4s;
}

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

.showcase__asset-icon {
  font-size: 18px;
  line-height: 1;
}

.showcase__asset-name {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: var(--rx-text-dark);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.showcase__asset-val {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--rx-text-dark);
}

.showcase__asset-change {
  font-size: 10px;
  font-weight: 600;
}

.showcase__asset-change--up { color: #5CB07D; }
.showcase__asset-change--down { color: #E05A5A; }

.showcase__spark {
  width: 40px;
  height: 20px;
}


/* ----- Slide 2: Stats ----- */

.slide__stats-grid {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.slide__stats-grid p{
  margin: 0;
}
.stat-card {
  /* flex handled by Bootstrap d-flex align-items-start */
  gap: 18px;
  padding: 4px 0;
}

.stat-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--rx-bg-card-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rx-border-light);
}


/* ----- Slide 3: Trust ----- */

.slide__licenses {
  text-align: center;
}

/* license-row flex handled by Bootstrap d-flex justify-content-center flex-wrap gap-5 mb-4 */

.license-badge {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}



/* slide__trust-features grid handled inline via Bootstrap d-grid */

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--rx-text-body);
}


/* ----- Slide 4: Multi-Asset ----- */

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

.asset-tile {
  background: var(--rx-bg-card-alt);
  border: 1px solid var(--rx-border-light);
  border-radius: var(--rx-radius-md);
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  transition: all var(--rx-duration) var(--rx-ease);
}

.asset-tile:hover {
  background: white;
  border-color: var(--rx-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(155, 107, 74, 0.1);
}

.slide__assets-card.outlineBox{
--bs-card-spacer-y: 1.25rem;
    --bs-card-spacer-x: 1.25rem;
    --bs-card-title-spacer-y: .4rem;
}

@media (min-width: 1200px) {
    .slide__assets-card.outlineBox:hover {
        transform: translateY(-10px);
    }
}


/* ----- Slider Controls (Swiper custom nav) ----- */

/* Override Swiper's default arrow styles — use our custom design */
.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rx-text-dark);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all var(--rx-duration) var(--rx-ease);
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.slider__arrow:hover {
  background: var(--rx-primary);
  color: white;
  box-shadow: var(--rx-shadow-btn);
}

.slider__arrow--prev,
.swiper-btn-prev { left: 16px; }

.slider__arrow--next,
.swiper-btn-next { right: 16px; }

/* Swiper pagination — styled to match original dots */
.hero__slider-card .hero-swiper-pagination {
  position: absolute !important;
  bottom: 24px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 10;
  transform: none !important;
}

/* Override Swiper bullet styles to match original design */
.hero-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--rx-border);
  opacity: 1;
  margin: 0 !important;
  transition: all var(--rx-duration) var(--rx-ease);
  cursor: pointer;
  border: none;
  padding: 0;
  flex-shrink: 0;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--rx-primary);
  width: 28px;
  border-radius: 5px;
}


/* ========================================================================
   FORM CARD (Right Side)
   ======================================================================== */

.hero__form-card {
  background: var(--rx-bg-form);
  border-radius: 0 var(--rx-radius-xl) var(--rx-radius-xl) 0;
  box-shadow: var(--rx-shadow-elevated);
  max-height: 780px;
}

.form-card__inner {
  padding: 36px 32px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: var(--rx-border) transparent;
}

.form-card__inner::-webkit-scrollbar {
  width: 5px;
}

.form-card__inner::-webkit-scrollbar-track {
  background: transparent;
}

.form-card__inner::-webkit-scrollbar-thumb {
  background: var(--rx-border);
  border-radius: 10px;
}

.form-card__title {
  font-size: 26px;
  font-weight: 700;
  color: var(--rx-text-dark);
  margin-bottom: 28px;
  letter-spacing: -0.01em;
}

.form-card__title-accent {
  color: var(--rx-primary);
}

.form-card__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}


/* Form Groups */

.form-group__label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--rx-text-body);
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}

.form-group__req {
  color: var(--rx-primary);
  margin-left: 2px;
}

.form-group__input {
  width: 100%;
  height: 46px;
  padding: 0 14px;
  background: var(--rx-bg-input);
  border: 1.5px solid var(--rx-border);
  border-radius: var(--rx-radius-sm);
  font-size: 14px;
  color: var(--rx-text-dark);
  transition: all var(--rx-duration) var(--rx-ease);
  box-shadow: var(--rx-shadow-input);
}

.form-group__input::placeholder {
  color: var(--rx-text-muted);
  font-weight: 400;
}

.form-group__input:focus {
  border-color: var(--rx-border-focus);
  background: var(--rx-bg-input-focus);
  box-shadow: 0 0 0 3px rgba(155, 107, 74, 0.1);
}

/* Select */
.form-group__select-wrap {
  position: relative;
}

.form-group__select {
  width: 100%;
  height: 46px;
  padding: 0 36px 0 14px;
  background: var(--rx-bg-input);
  border: 1.5px solid var(--rx-border);
  border-radius: var(--rx-radius-sm);
  font-size: 14px;
  color: var(--rx-text-dark);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all var(--rx-duration) var(--rx-ease);
  box-shadow: var(--rx-shadow-input);
}

.form-group__select:focus {
  border-color: var(--rx-border-focus);
  background: var(--rx-bg-input-focus);
  box-shadow: 0 0 0 3px rgba(155, 107, 74, 0.1);
}

.form-group__select-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--rx-text-muted);
  pointer-events: none;
}

/* Verification code row */
.form-group__code-wrap {
  display: flex;
  gap: 10px;
}

.form-group__code-wrap .form-group__input {
  flex: 1;
}

.form-group__send-code {
  height: 46px;
  padding: 0 18px;
  background: var(--rx-text-dark);
  color: white;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: var(--rx-radius-sm);
  white-space: nowrap;
  transition: all var(--rx-duration) var(--rx-ease);
  flex-shrink: 0;
}

.form-group__send-code:hover {
  background: var(--rx-primary-dark);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.form-group__send-code:active {
  transform: scale(0.97);
}

/* Password */
.form-group__password-wrap {
  position: relative;
}

.form-group__password-wrap .form-group__input {
  padding-right: 46px;
}

.form-group__toggle-pw {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rx-text-muted);
  border-radius: 6px;
  transition: color var(--rx-duration) var(--rx-ease);
}

.form-group__toggle-pw:hover {
  color: var(--rx-primary);
}


/* Toggle (Individual/Company) */


.toggle-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: var(--rx-text-body);
  transition: color var(--rx-duration) var(--rx-ease);
}

.toggle-option input {
  display: none;
}

.toggle-option__indicator {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid var(--rx-border);
  background: var(--rx-bg-input);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--rx-duration) var(--rx-ease);
  position: relative;
}

.toggle-option--active .toggle-option__indicator {
  background: var(--rx-primary);
  border-color: var(--rx-primary);
}

.toggle-option--active .toggle-option__indicator::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 2px;
}

.toggle-option--active .toggle-option__label {
  color: var(--rx-primary);
  font-weight: 600;
}


/* Checkboxes */

.form-group--checkbox {
  margin-top: -4px;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.5;
  color: var(--rx-text-body);
}

.checkbox-label input {
  display: none;
}

.checkbox-label__box {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--rx-border);
  border-radius: 4px;
  background: var(--rx-bg-input);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--rx-duration) var(--rx-ease);
  color: transparent;
  margin-top: 1px;
}

.checkbox-label input:checked + .checkbox-label__box {
  background: var(--rx-primary);
  border-color: var(--rx-primary);
  color: white;
}

.checkbox-label__text {
  flex: 1;
}

.checkbox-label__link {
  color: var(--rx-primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* Submit Button */

.form-card__submit {
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, var(--rx-primary) 0%, var(--rx-primary-dark) 100%);
  color: white;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: var(--rx-radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all var(--rx-duration) var(--rx-ease);
  box-shadow: var(--rx-shadow-btn);
  margin-top: 6px;
  border: none;
  position: relative;
  overflow: hidden;
}

.form-card__submit::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--rx-primary-hover) 0%, var(--rx-primary) 100%);
  opacity: 0;
  transition: opacity var(--rx-duration) var(--rx-ease);
}

.form-card__submit:hover {
  box-shadow: var(--rx-shadow-btn-hover);
  transform: translateY(-1px);
}

.form-card__submit:hover::before {
  opacity: 1;
}

.form-card__submit:active {
  transform: translateY(0);
}

.form-card__submit-text,
.form-card__submit-arrow {
  position: relative;
  z-index: 1;
}

.form-card__submit-arrow {
  transition: transform var(--rx-duration) var(--rx-ease);
}

.form-card__submit:hover .form-card__submit-arrow {
  transform: translateX(3px);
}


/* ========================================================================
   HERO FOOTER
   ======================================================================== */

.hero__footer {
  position: relative;
  z-index: 2;
  /* flex/wrap/gap/justify handled by Bootstrap d-flex flex-wrap align-items-center justify-content-center gap-3 */
  /* margin-top: 36px; */
  padding-top: 24px;
  /* border-top: 1px solid rgba(212, 165, 116, 0.1); */
  width: 100%;
  max-width: var(--rx-container);
}

.hero__footer-link {
  font-size: .875rem;
  font-weight: 700;
  color: #858585cc;
  text-decoration: none;
  transition: color var(--rx-duration) var(--rx-ease);
  letter-spacing: 0.02em;
}

.hero__footer-link:hover {
  color: var(--rx-primary-light);
}


/* ========================================================================
   ANIMATIONS
   ======================================================================== */

/* Entry animations — handled by AOS for slider/form/footer. */

/* Right-to-left ENTER: incoming slide content slides in from right */
@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Right-to-left EXIT: outgoing slide content slides out to left */
@keyframes slideOutToLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(-40px);
  }
}

/* Keep fadeSlideLeft for AOS usage */
@keyframes fadeSlideLeft {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* ----- ENTER: active slide content animates right → left ----- */
.swiper-slide-active .slide__title {
  animation: slideInFromRight 0.45s var(--rx-ease) 0.05s both;
}

.swiper-slide-active .slide__subtitle {
  animation: slideInFromRight 0.45s var(--rx-ease) 0.15s both;
}

.swiper-slide-active .slide__showcase,
.swiper-slide-active .slide__stats-grid,
.swiper-slide-active .slide__licenses,
.swiper-slide-active .slide__assets-grid {
  animation: slideInFromRight 0.45s var(--rx-ease) 0.25s both;
}

/* ----- EXIT: previous slide content animates out to left ----- */
.swiper-slide-prev .slide__title,
.swiper-slide-next .slide__title,
.slide-is-exiting .slide__title {
  animation: slideOutToLeft 0.35s var(--rx-ease) both;
}

.swiper-slide-prev .slide__subtitle,
.swiper-slide-next .slide__subtitle,
.slide-is-exiting .slide__subtitle {
  animation: slideOutToLeft 0.35s var(--rx-ease) 0.05s both;
}

.swiper-slide-prev .slide__showcase,
.swiper-slide-prev .slide__stats-grid,
.swiper-slide-prev .slide__licenses,
.swiper-slide-prev .slide__assets-grid,
.swiper-slide-next .slide__showcase,
.swiper-slide-next .slide__stats-grid,
.swiper-slide-next .slide__licenses,
.swiper-slide-next .slide__assets-grid,
.slide-is-exiting .slide__showcase,
.slide-is-exiting .slide__stats-grid,
.slide-is-exiting .slide__licenses,
.slide-is-exiting .slide__assets-grid {
  animation: slideOutToLeft 0.35s var(--rx-ease) 0.1s both;
}


/* ========================================================================
   RESPONSIVE DESIGN
   ======================================================================== */

/* Tablet */
@media (max-width: 1024px) {
  :root {
    --rx-hero-padding: 60px;
  }

  .hero__container {
    grid-template-columns: 1fr 360px;
  }

  .swiper-slide {
    padding: 40px 48px 68px;
  }

  .slide__title {
    font-size: 28px;
  }
}

/* Tablet - Stack */
@media (max-width: 900px) {
  :root {
    --rx-hero-padding: 40px;
  }

  .hero {
    padding-bottom: 32px;
  }

  .hero__container {
    grid-template-columns: 1fr;
    max-width: 660px;
    gap: 0;
            margin: 0 auto;
  }

  .hero__slider-card {
    border-radius: var(--rx-radius-xl) var(--rx-radius-xl) 0 0;
    min-height: auto;
  }

  .hero-swiper,
  .swiper-slide {
    min-height: 480px;
  }

  .swiper-slide {
    padding: 36px 40px 64px;
  }

  .hero__form-card {
    border-radius: 20px;
    max-height: none;
  }

  .form-card__inner {
    padding: 28px 28px;
  }

  .slide__showcase {
    height: 250px;
  }

  .showcase__asset--2 {
    right: -10px;
  }

  .showcase__asset--3 {
    left: 10px;
  }
}

/* Mobile Large */
@media (max-width: 640px) {
  .hero__bg-graphics{
    display: none;
  }
  :root {
    --rx-hero-padding: 24px;
  }

  .hero::before {
    background-position: left;
  }

  .hero__container {
    max-width: 100%;
            border-radius: 1rem !important;
        overflow: hidden;
  }

  .swiper-slide {
    padding: 28px 24px 60px;
    min-height: 440px;
  }




  .slide__showcase {
    height: 220px;
  }

  .showcase__phone-frame {
    width: 130px;
  }

  .showcase__asset {
    padding: 8px 10px;
    gap: 8px;
  }

  .showcase__asset-name {
    font-size: 9px;
  }

  .showcase__asset-val {
    font-size: 11px;
  }

  .showcase__asset--1 { left: 0; top: 15px; }
  .showcase__asset--2 { right: -5px; top: 50px; }
  .showcase__asset--3 { left: 5px; bottom: 20px; }

  .showcase__spark { display: none; }

  /* Stats slide */
  .stat-card { gap: 14px; }
  .stat-card__icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }
  .stat-card__icon svg { width: 36px; height: 36px; }
  .stat-card__value { font-size: 15px; }
  .stat-card__desc { font-size: 12.5px; }

  /* License slide */
  .license-badge__abbr { font-size: 32px; }
  .license-row { gap: 32px; }
  .slide__trust-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .trust-item { font-size: 12.5px; }

  /* Assets slide */
  .slide__assets-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .asset-tile { padding: 14px 12px; }
  .asset-tile__label { font-size: 12.5px; }

  /* Slider controls */
  .slider__arrow {
    width: 34px;
    height: 34px;
  }
  .slider__arrow--prev,
  .swiper-btn-prev { left: 10px; }
  .slider__arrow--next,
  .swiper-btn-next { right: 10px; }

  /* Form */
  .form-card__title {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .form-card__form { gap: 14px; }

  .form-group__input,
  .form-group__select {
    height: 44px;
    font-size: 14px;
  }

  .form-group__send-code {
    height: 44px;
    padding: 0 14px;
    font-size: 11px;
  }

  .form-card__submit {
    height: 48px;
    font-size: 14px;
  }

.la-tab{
  font-size: 1rem;

}
  .la-input{
    font-size: 1rem;
    padding: 0.7875rem .875rem;
        margin-bottom: 8px;
  }
  /* Footer */
  .hero__footer {
    flex-wrap: wrap;
    gap: 16px 24px;
    justify-content: center;
  }

  .hero__footer-link {
    font-size: 11.5px;
  }

}

/* Mobile Small */
@media (max-width: 400px) {
  .hero {
    padding: 16px 12px 24px;
  }

  .hero__slider-card {
    border-radius: var(--rx-radius-lg) var(--rx-radius-lg) 0 0;
  }

  .hero__form-card {
    border-radius: 0 0 var(--rx-radius-lg) var(--rx-radius-lg);
  }

  .swiper-slide {
    padding: 24px 20px 56px;
    min-height: 400px;
  }


  

  .form-card__inner {
    padding: 24px 20px;
  }

  .form-group__code-wrap {
    flex-direction: column;
    gap: 8px;
  }

  .form-group__send-code {
    width: 100%;
  }

  .slide__assets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}





/* ========================================================================
   SCROLLBAR STYLING (Global)
   ======================================================================== */

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(155, 107, 74, 0.2);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(155, 107, 74, 0.3);
}
