/* From Pricing.cshtml */
/* ============================================================
   PRICING PAGE — dark-theme scoped styles
   Reuses lp-* design tokens from globe-hero.css
   ============================================================ */

.pricing-page {
    background: var(--lp-dark, #05070e);
}

/* ---------- Hero ---------- */
.pricing-hero-section {
    position: relative;
    padding: 160px 0 80px;
    overflow: hidden;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
}
.pricing-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(68,97,223,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68,97,223,0.08) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none; mask-image: linear-gradient(180deg, #fff 0%, transparent 90%); -webkit-mask-image: linear-gradient(180deg, #fff 0%, transparent 90%);
}
.pricing-hero-glow-left,
.pricing-hero-glow-right {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
}
.pricing-hero-glow-left  { top: -220px; left: -180px; background: radial-gradient(circle, rgba(68,97,223,0.15) 0%, transparent 65%); }
.pricing-hero-glow-right { top: -180px; right: -180px; background: radial-gradient(circle, rgba(79,172,254,0.1) 0%, transparent 65%); }

/* ---------- Billing toggle ---------- */
.pricing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 50px;
    padding: 8px 20px;
}
.pricing-toggle-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(180,195,230,0.6);
    display: flex;
    align-items: center;
    gap: 8px;
}
.pricing-toggle-btn {
    width: 44px;
    height: 24px;
    border-radius: 50px;
    background: rgba(68,97,223,0.25);
    border: 1px solid rgba(68,97,223,0.3);
    cursor: pointer;
    position: relative;
    transition: background 0.3s ease;
    flex-shrink: 0;
}
.pricing-toggle-btn.active {
    background: linear-gradient(90deg, #4461DF, #4facfe);
    border-color: transparent;
}
.pricing-toggle-knob {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    transition: left 0.3s cubic-bezier(0.165,0.84,0.44,1);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}
.pricing-toggle-btn.active .pricing-toggle-knob {
    left: 23px;
}
.pricing-save-badge {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 50px;
    background: rgba(16,185,129,0.15);
    border: 1px solid rgba(16,185,129,0.3);
    color: #10b981;
}

/* ---------- Cards section ---------- */
.pricing-cards-section {
    padding: 0 0 80px;
    background: linear-gradient(180deg, #0c1121 0%, #05070e 100%);
}

/* ---------- Individual card ---------- */
.pricing-card {
    position: relative;
    height: 100%;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(16,22,42,0.65) 0%, rgba(10,13,26,0.85) 100%);
    border: 1px solid rgba(255,255,255,0.03);
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08), inset 0 0 0 1px rgba(255,255,255,0.02);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: transform 0.4s cubic-bezier(0.165,0.84,0.44,1), border-color 0.4s ease, box-shadow 0.4s ease;
    overflow: hidden;
}
.pricing-card:hover {
    transform: translateY(-8px);
    border-color: rgba(79,172,254,0.3);
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), inset 0 1px 2px rgba(255,255,255,0.1), 0 0 60px rgba(79,172,254,0.08);
}
.pricing-card-featured {
    border-color: rgba(68,97,223,0.35);
    background: linear-gradient(145deg, rgba(30,45,110,0.18), rgba(12,17,33,0.9));
    box-shadow: 0 8px 32px rgba(0,0,0,0.5), inset 0 1px 2px rgba(255,255,255,0.12), inset 0 0 0 1px rgba(68,97,223,0.3);
    transform: translateY(-4px);
}
.pricing-card-featured:hover {
    transform: translateY(-12px);
    border-color: rgba(79,172,254,0.6);
    box-shadow: 0 30px 80px rgba(0,0,0,0.7), inset 0 1px 2px rgba(255,255,255,0.15), inset 0 0 0 1px rgba(79,172,254,0.4), 0 0 80px rgba(68,97,223,0.2);
}

.pricing-card-inner {
    position: relative;
    padding: 36px 32px 32px;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Glow orb per card */
.pricing-card-glow {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(68,97,223,0.25), transparent 70%);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    opacity: 0;
    filter: blur(20px);
}
.pricing-card:hover .pricing-card-glow { opacity: 1; transform: translateX(-50%) translateY(-20px); }
.pricing-card-glow-featured { background: radial-gradient(circle, rgba(79,172,254,0.35), transparent 70%); opacity: 0.8; }
.pricing-card-glow-violet   { background: radial-gradient(circle, rgba(167,139,250,0.15), transparent 70%); }

/* Featured badge */
.pricing-featured-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 5px 18px;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(90deg, #4461DF, #4facfe);
    color: #fff;
    white-space: nowrap;
    box-shadow: 0 4px 20px rgba(68,97,223,0.4);
}

/* Plan label */
.pricing-plan-label {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.5);
    margin-bottom: 18px;
    margin-top: 14px;
}
.pricing-plan-label-featured { color: rgba(79,172,254,0.8); }

/* Price */
.pricing-price-wrap {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 14px;
}
.pricing-currency {
    font-size: 1.5rem;
    font-weight: 700;
    color: rgba(255,255,255,0.7);
    line-height: 1;
    margin-top: 6px;
}
.pricing-amount {
    font-size: clamp(3rem, 5vw, 4rem);
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    transition: all 0.4s cubic-bezier(0.165,0.84,0.44,1);
}
.pricing-amount-custom {
    font-size: 2.4rem;
    background: linear-gradient(135deg, #4461DF, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.pricing-period {
    font-size: 0.9rem;
    color: rgba(180,195,230,0.45);
    font-weight: 500;
    align-self: flex-end;
    padding-bottom: 6px;
}

/* Desc */
.pricing-desc {
    font-size: 0.86rem;
    color: rgba(180,195,230,0.5);
    line-height: 1.65;
    margin-bottom: 24px;
    flex-grow: 0;
}
.pricing-desc-featured { color: rgba(200,215,250,0.65); }

/* CTA Buttons */
.pricing-btn {
    display: block;
    text-align: center;
    padding: 13px 28px;
    border-radius: 50px;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.165,0.84,0.44,1);
    margin-bottom: 28px;
}
.pricing-btn-outline {
    border: 1px solid rgba(79,172,254,0.4);
    color: rgba(255,255,255,0.9) !important;
    background: rgba(79,172,254,0.08);
    backdrop-filter: blur(8px);
}
.pricing-btn-outline:hover {
    border-color: #4facfe;
    color: #fff !important;
    background: rgba(79,172,254,0.18);
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 12px 36px rgba(79,172,254,0.25), inset 0 0 0 1px rgba(255,255,255,0.1);
}
.pricing-btn-primary {
    background: linear-gradient(135deg, #4461DF, #4facfe, #4461DF);
    background-size: 200% auto;
    color: #fff !important;
    border: none;
    box-shadow: 0 8px 30px rgba(68,97,223,0.4), inset 0 1px 1px rgba(255,255,255,0.2);
    transition: all 0.4s cubic-bezier(0.165,0.84,0.44,1);
}
.pricing-btn-primary:hover {
    background-position: right center;
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 16px 40px rgba(68,97,223,0.6), inset 0 1px 1px rgba(255,255,255,0.3);
}

/* Divider */
.pricing-divider {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin-bottom: 24px;
}
.pricing-divider-featured { background: rgba(79,172,254,0.15); }

/* Feature list */
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.pricing-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
    padding: 4px 0;
}
.pricing-features li i {
    font-size: 0.85rem;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
}
.feat-yes { color: rgba(200,215,250,0.75); }
.feat-yes i { color: #10b981; }
.feat-no  { color: rgba(180,195,230,0.28); }
.feat-no  i { color: rgba(239,68,68,0.5); }
.pricing-features-featured li.feat-yes { color: rgba(220,235,255,0.85); }

/* Free tier note */
.pricing-free-note {
    font-size: 0.86rem;
    color: rgba(180,195,230,0.45);
    padding: 12px 24px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    display: inline-block;
}
.pricing-free-link {
    color: #4facfe !important;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}
.pricing-free-link:hover { color: #00f2fe !important; }

/* ---------- Comparison Table Section ---------- */
.pricing-table-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
}
.pricing-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.07);
    background: rgba(12,17,33,0.65);
    backdrop-filter: blur(20px);
}
.pricing-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}
.pricing-compare-table thead tr {
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.pricing-compare-table th {
    padding: 20px 24px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.5);
    text-align: center;
}
.pricing-compare-table th.compare-feature-col {
    text-align: left;
    color: rgba(180,195,230,0.35);
}
.pricing-compare-table th.compare-featured-col {
    color: #4facfe;
    position: relative;
}
.pricing-compare-table th.compare-featured-col::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #4461DF, #4facfe, transparent);
    border-radius: 2px;
}
.pricing-compare-table td {
    padding: 14px 24px;
    color: rgba(180,195,230,0.6);
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.035);
    vertical-align: middle;
}
.pricing-compare-table td:first-child {
    text-align: left;
    color: rgba(200,215,245,0.7);
    font-weight: 500;
}
.pricing-compare-table td.compare-featured-col {
    background: rgba(68,97,223,0.08);
    color: rgba(220,235,255,0.8);
    font-weight: 600;
}
.pricing-compare-table tbody tr:hover td {
    background: rgba(255,255,255,0.02);
}
.pricing-compare-table tbody tr:hover td.compare-featured-col {
    background: rgba(68,97,223,0.09);
}
.compare-group-row td {
    background: rgba(68,97,223,0.07) !important;
    color: rgba(79,172,254,0.7) !important;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 10px 24px !important;
    text-align: left !important;
    border-bottom: 1px solid rgba(68,97,223,0.15) !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .pricing-hero-section { padding: 130px 0 60px; }
    .pricing-cards-section { padding: 0 0 60px; }
    .pricing-card-featured { transform: none; }
    .pricing-table-section { padding: 70px 0; }
}
@media (max-width: 767px) {
    .pricing-card-inner { padding: 28px 24px 24px; }
    .pricing-compare-table th,
    .pricing-compare-table td { padding: 12px 14px; font-size: 0.78rem; }
}

/* From Features.cshtml */
/* ============================================================
   FEATURES PAGE — dark-theme scoped styles
   Reuses lp-* tokens from globe-hero.css
   ============================================================ */

/* ---------- Page wrapper ---------- */
.feat-page {
    background: var(--lp-dark, #05070e);
}

/* ---------- Hero ---------- */
.feat-hero-section {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
}
.feat-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(68,97,223,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68,97,223,0.08) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none; mask-image: linear-gradient(180deg, #fff 0%, transparent 90%); -webkit-mask-image: linear-gradient(180deg, #fff 0%, transparent 90%);
}
.feat-hero-glow-left,
.feat-hero-glow-right {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
}
.feat-hero-glow-left  { top: -200px; left: -200px; background: radial-gradient(circle, rgba(68,97,223,0.14) 0%, transparent 65%); }
.feat-hero-glow-right { bottom: -200px; right: -200px; background: radial-gradient(circle, rgba(79,172,254,0.1) 0%, transparent 65%); }

/* ---------- Feature sections ---------- */
.feat-section {
    padding: 100px 0;
}
.feat-section-dark {
    background: var(--lp-dark, #05070e);
}
.feat-section-mid {
    background: linear-gradient(180deg, #0c1121 0%, #111827 100%);
}

/* ---------- Typography ---------- */
.feat-heading {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
}
.feat-body-text {
    color: rgba(180,195,230,0.65);
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 26px;
}

/* ---------- Check list ---------- */
.feat-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.feat-check-list li {
    color: rgba(220,235,255,0.85);
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    padding: 10px 16px;
    background: linear-gradient(135deg, rgba(68,97,223,0.08), rgba(68,97,223,0.02));
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 12px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
.feat-check-list li:hover {
    background: linear-gradient(135deg, rgba(79,172,254,0.12), rgba(68,97,223,0.05));
    border-color: rgba(79,172,254,0.3);
    color: #fff;
    transform: translateX(4px);
}

/* ---------- Code terminal ---------- */
.feat-code-terminal {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0 40px 100px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.08);
    background: linear-gradient(180deg, #0f1322 0%, #05070e 100%);
}
.feat-terminal-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    background: rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.feat-terminal-dots { display: flex; gap: 7px; }
.feat-terminal-dots span {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: #ff5f56;
}
.feat-terminal-dots span:nth-child(2) { background: #ffbd2e; }
.feat-terminal-dots span:nth-child(3) { background: #27c93f; }
.feat-terminal-title {
    flex: 1;
    text-align: center;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(180,195,230,0.6);
    letter-spacing: 1px;
}
.feat-terminal-body { padding: 8px 0 4px; }

.feat-code-line {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 22px;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    transition: background 0.2s ease;
}
.feat-code-line:hover { background: rgba(79,172,254,0.05); }
.feat-code-prefix {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(79,172,254,0.4);
    width: 36px;
    flex-shrink: 0;
}
.feat-code-value { flex: 1; }
.feat-code-tag {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 3px 9px;
    border-radius: 50px;
}
.feat-tag-green {
    background: rgba(16,185,129,0.12);
    border: 1px solid rgba(16,185,129,0.3);
    color: #10b981;
}
.feat-tag-blue {
    background: rgba(79,172,254,0.1);
    border: 1px solid rgba(79,172,254,0.3);
    color: #4facfe;
}
.feat-code-footer {
    padding: 14px 22px 10px;
    font-size: 0.78rem;
    color: rgba(180,195,230,0.4);
    border-top: 1px solid rgba(255,255,255,0.03);
}

/* ---------- Stats card ---------- */
.feat-stats-card {
    background: linear-gradient(135deg, rgba(16,22,42,0.65) 0%, rgba(10,13,26,0.85) 100%);
    border: 1px solid rgba(255,255,255,0.04);
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.08);
}
.feat-stats-header {
    padding: 20px 28px 16px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.6);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.feat-stats-grid {
    display: flex;
    align-items: stretch;
    padding: 30px 16px;
    gap: 0;
}
.feat-stat-item {
    flex: 1;
    text-align: center;
    padding: 0 10px;
}
.feat-stat-value {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}
.feat-stat-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.45);
}
.feat-stat-divider {
    width: 1px;
    background: rgba(255,255,255,0.06);
    flex-shrink: 0;
}
.feat-stats-bar-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px 24px;
}
.feat-stats-bar-label {
    font-size: 0.72rem;
    color: rgba(180,195,230,0.4);
    white-space: nowrap;
    flex-shrink: 0;
}
.feat-stats-bar {
    flex: 1;
    height: 6px;
    border-radius: 50px;
    background: rgba(255,255,255,0.07);
    overflow: hidden;
}
.feat-stats-bar-fill {
    height: 100%;
    border-radius: 50px;
    background: linear-gradient(90deg, #4461DF, #4facfe);
    animation: featBarFill 1.4s cubic-bezier(0.16,1,0.3,1) both;
    animation-delay: 0.3s;
}
@keyframes featBarFill {
    from { width: 0 !important; }
}
.feat-stats-bar-val {
    font-size: 0.78rem;
    font-weight: 700;
    color: #4facfe;
    flex-shrink: 0;
}

/* ---------- Feature pill ---------- */
.feat-pill {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 50px;
    background: rgba(68,97,223,0.1);
    border: 1px solid rgba(68,97,223,0.22);
    color: #4facfe;
}
.feat-pill-amber {
    background: rgba(245,158,11,0.08);
    border-color: rgba(245,158,11,0.2);
    color: #f59e0b;
}
.feat-pill-teal {
    background: rgba(0,242,254,0.08);
    border-color: rgba(0,242,254,0.2);
    color: #00f2fe;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .feat-section { padding: 70px 0; }
    .feat-hero-section { padding: 130px 0 70px; }
}

/* From Contact.cshtml */
/* ============================================================
   CONTACT PAGE — dark-theme scoped styles
   Reuses lp-* design tokens from globe-hero.css
   ============================================================ */

.contact-page { background: var(--lp-dark, #05070e); }

/* ---------- Hero ---------- */
.contact-hero-section {
    position: relative;
    padding: 160px 0 70px;
    overflow: hidden;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
}
.contact-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(68,97,223,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68,97,223,0.08) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none; mask-image: linear-gradient(180deg, #fff 0%, transparent 90%); -webkit-mask-image: linear-gradient(180deg, #fff 0%, transparent 90%);
}
.contact-hero-glow-left,
.contact-hero-glow-right {
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    pointer-events: none;
}
.contact-hero-glow-left  { top: -220px; left: -180px; background: radial-gradient(circle, rgba(68,97,223,0.15) 0%, transparent 65%); }
.contact-hero-glow-right { top: -180px; right: -180px; background: radial-gradient(circle, rgba(79,172,254,0.1) 0%, transparent 65%); }

/* ---------- Main section ---------- */
.contact-main-section {
    padding: 60px 0 100px;
    background: linear-gradient(180deg, #0c1121 0%, #05070e 100%);
}

/* ---------- Info panel ---------- */
.contact-heading {
    font-size: clamp(1.9rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 16px;
}
.contact-body-text {
    color: rgba(180,195,230,0.6);
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 30px;
}
.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.contact-info-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    background: rgba(12,17,33,0.6);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 14px;
    backdrop-filter: blur(12px);
    transition: border-color 0.3s ease, background 0.3s ease;
}
.contact-info-item:hover {
    border-color: rgba(79,172,254,0.2);
    background: rgba(79,172,254,0.04);
}
.contact-info-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.05rem;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(68,97,223,0.25), rgba(79,172,254,0.12));
    border: 1px solid rgba(79,172,254,0.2);
    color: #4facfe;
    transition: transform 0.3s ease;
}
.contact-info-item:hover .contact-info-icon { transform: scale(1.1) rotate(-5deg); }
.contact-icon-teal   { background: linear-gradient(135deg, rgba(0,242,254,0.2), rgba(0,242,254,0.08)); border-color: rgba(0,242,254,0.2);    color: #00f2fe; }
.contact-icon-violet { background: linear-gradient(135deg, rgba(167,139,250,0.2), rgba(167,139,250,0.08)); border-color: rgba(167,139,250,0.2); color: #a78bfa; }
.contact-icon-amber  { background: linear-gradient(135deg, rgba(245,158,11,0.2), rgba(245,158,11,0.08)); border-color: rgba(245,158,11,0.2);  color: #f59e0b; }
.contact-info-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.4);
    margin-bottom: 3px;
}
.contact-info-value {
    font-size: 0.9rem;
    font-weight: 600;
    color: rgba(220,235,255,0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}
a.contact-info-value:hover { color: #4facfe; }

/* SLA chips */
.contact-sla-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.contact-sla-chip {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(180,195,230,0.55);
    letter-spacing: 0.3px;
}
.contact-sla-featured {
    background: rgba(16,185,129,0.08);
    border-color: rgba(16,185,129,0.25);
    color: #10b981;
}

/* ---------- Form card ---------- */
.contact-form-card {
    background: rgba(12,17,33,0.7);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 80px rgba(0,0,0,0.5), 0 0 40px rgba(68,97,223,0.04);
}
.contact-form-header {
    padding: 22px 32px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.55);
    background: rgba(255,255,255,0.025);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.contact-form { padding: 32px 32px 28px; }
.contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

/* Success banner */
.contact-success-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    background: rgba(16,185,129,0.1);
    border: 1px solid rgba(16,185,129,0.3);
    border-radius: 12px;
    color: #10b981;
    font-size: 0.88rem;
    font-weight: 600;
    margin: 20px 32px 0;
}
.contact-success-close {
    margin-left: auto;
    background: none;
    border: none;
    color: rgba(16,185,129,0.7);
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    transition: color 0.2s ease;
}
.contact-success-close:hover { color: #10b981; }

/* Validation */
.contact-validation-error {
    color: #f87171;
    font-size: 0.82rem;
    margin-bottom: 16px;
}
.contact-field-error {
    display: block;
    color: #f87171;
    font-size: 0.76rem;
    margin-top: 5px;
    padding-left: 4px;
}

/* Fields */
.contact-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.contact-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.5);
    margin-bottom: 8px;
}
.contact-input-wrap {
    position: relative;
}
.contact-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(79,172,254,0.4);
    font-size: 0.85rem;
    pointer-events: none;
    z-index: 1;
    transition: color 0.2s ease;
}
.contact-icon-top {
    top: 18px;
    transform: none;
}
.contact-input {
    width: 100%;
    padding: 13px 16px 13px 44px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    color: rgba(220,235,255,0.9);
    font-size: 0.9rem;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
}
.contact-input::placeholder { color: rgba(180,195,230,0.28); }
.contact-input:focus {
    border-color: rgba(79,172,254,0.4);
    background: rgba(79,172,254,0.04);
    box-shadow: 0 0 0 3px rgba(68,97,223,0.12);
    color: #fff;
}
.contact-input:focus + .contact-input-icon,
.contact-input-wrap:focus-within .contact-input-icon {
    color: rgba(79,172,254,0.7);
}
.contact-select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='rgba(79,172,254,0.5)' d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px;
}
.contact-select option {
    background: #0c1121;
    color: rgba(220,235,255,0.9);
}
.contact-textarea-wrap { align-items: flex-start; }
.contact-textarea {
    resize: vertical;
    min-height: 130px;
    padding-top: 14px;
    line-height: 1.65;
}

/* Submit button */
.contact-submit-btn {
    width: 100%;
    padding: 15px 28px;
    background: linear-gradient(135deg, #4461DF, #4facfe);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165,0.84,0.44,1);
    box-shadow: 0 8px 30px rgba(68,97,223,0.35);
    position: relative;
    overflow: hidden;
}
.contact-submit-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.15), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.contact-submit-btn:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: 0 16px 50px rgba(68,97,223,0.5);
}
.contact-submit-btn:hover::before { opacity: 1; }
.contact-submit-btn:active { transform: translateY(0); }

/* ---------- Channels section ---------- */
.contact-channels-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
}
.contact-channel-card {
    position: relative;
    background: rgba(12,17,33,0.65);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px;
    padding: 34px 28px;
    height: 100%;
    overflow: hidden;
    backdrop-filter: blur(16px);
    transition: transform 0.4s cubic-bezier(0.165,0.84,0.44,1), border-color 0.4s, box-shadow 0.4s;
}
.contact-channel-card:hover {
    transform: translateY(-10px);
    border-color: rgba(79,172,254,0.25);
    box-shadow: 0 24px 60px rgba(0,0,0,0.45);
}
.contact-channel-card:hover .contact-channel-glow { opacity: 1; }
.contact-channel-glow {
    position: absolute;
    bottom: -50px; left: 50%;
    transform: translateX(-50%);
    width: 160px; height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(68,97,223,0.25), transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.contact-glow-teal  { background: radial-gradient(circle, rgba(0,242,254,0.2), transparent 70%); }
.contact-glow-amber { background: radial-gradient(circle, rgba(245,158,11,0.2), transparent 70%); }
.contact-channel-icon {
    width: 52px; height: 52px;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(68,97,223,0.25), rgba(79,172,254,0.12));
    border: 1px solid rgba(79,172,254,0.2);
    color: #4facfe;
    transition: transform 0.3s ease;
}
.contact-channel-card:hover .contact-channel-icon { transform: scale(1.1) rotate(-5deg); }
.contact-chan-teal  { background: rgba(0,242,254,0.12);   border-color: rgba(0,242,254,0.2);    color: #00f2fe; }
.contact-chan-amber { background: rgba(245,158,11,0.12);  border-color: rgba(245,158,11,0.2);   color: #f59e0b; }
.contact-channel-card h5 { color: #fff; font-size: 1.05rem; font-weight: 700; margin-bottom: 10px; }
.contact-channel-card p  { color: rgba(180,195,230,0.55); font-size: 0.86rem; line-height: 1.65; margin-bottom: 18px; }
.contact-channel-link {
    font-size: 0.82rem;
    font-weight: 700;
    color: #4facfe !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease, color 0.2s ease;
}
.contact-channel-link:hover { gap: 10px; color: #00f2fe !important; }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .contact-hero-section  { padding: 130px 0 60px; }
    .contact-main-section  { padding: 40px 0 70px; }
    .contact-channels-section { padding: 70px 0; }
    .contact-form-grid { grid-template-columns: 1fr; gap: 0; }
}
@media (max-width: 767px) {
    .contact-form { padding: 24px 20px 20px; }
    .contact-form-header { padding: 18px 20px; }
    .contact-success-banner { margin: 14px 20px 0; }
}

/* From About.cshtml */
/* ============================================================
   ABOUT PAGE — dark-theme scoped styles
   Reuses lp-* design tokens from globe-hero.css
   ============================================================ */

.about-page { background: var(--lp-dark, #05070e); }

/* ---------- Hero ---------- */
.about-hero-section {
    position: relative;
    padding: 160px 0 90px;
    overflow: hidden;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
}
.about-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(68,97,223,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68,97,223,0.08) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none; mask-image: linear-gradient(180deg, #fff 0%, transparent 90%); -webkit-mask-image: linear-gradient(180deg, #fff 0%, transparent 90%);
}
.about-hero-glow-left,
.about-hero-glow-right {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
}
.about-hero-glow-left  { top: -220px; left: -180px; background: radial-gradient(circle, rgba(68,97,223,0.15) 0%, transparent 65%); }
.about-hero-glow-right { bottom: -200px; right: -180px; background: radial-gradient(circle, rgba(79,172,254,0.1) 0%, transparent 65%); }

/* ---------- General sections ---------- */
.about-section { padding: 100px 0; }
.about-section-dark { background: var(--lp-dark, #05070e); }
.about-section-mid  { background: linear-gradient(180deg, #0c1121 0%, #111827 100%); }

/* ---------- Typography ---------- */
.about-heading {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 18px;
}
.about-body-text {
    color: rgba(180,195,230,0.65);
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 18px;
}

/* ---------- Mission image ---------- */
.about-image-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.about-hero-img {
    width: 100%;
    border-radius: 20px;
    display: block;
    border: 1px solid rgba(255,255,255,0.07);
    filter: brightness(0.82) saturate(0.9);
}
.about-img-overlay {
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(68,97,223,0.18) 0%, rgba(0,0,0,0.35) 100%);
    pointer-events: none;
}

/* Floating stat chips on image */
.about-stat-chip {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 10px 16px;
    background: rgba(12,17,33,0.88);
    border: 1px solid rgba(79,172,254,0.25);
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(220,235,255,0.85);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
    white-space: nowrap;
}
.about-chip-tl { top: 20px;    left: 20px; }
.about-chip-br { bottom: 20px; right: 20px; }

/* ---------- Stats band ---------- */
.about-stats-band {
    padding: 0;
    background: linear-gradient(180deg, #0c1121 0%, #05070e 100%);
    border-top: 1px solid rgba(68,97,223,0.12);
    border-bottom: 1px solid rgba(68,97,223,0.12);
}
.about-stats-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    padding: 0;
    flex-wrap: wrap;
    gap: 0;
}
.about-stat-block {
    flex: 1;
    min-width: 150px;
    text-align: center;
    padding: 44px 20px;
    border-right: 1px solid rgba(255,255,255,0.05);
}
.about-stat-block:last-of-type { border-right: none; }
.about-stat-sep { display: none; }
.about-stat-num {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    font-weight: 900;
    background: linear-gradient(135deg, #4461DF, #4facfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 8px;
}
.about-stat-lbl {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(180,195,230,0.4);
}

/* ---------- Timeline ---------- */
.about-timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.about-timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(68,97,223,0.4) 15%, rgba(79,172,254,0.3) 85%, transparent);
}
.about-timeline-item {
    display: grid;
    grid-template-columns: 1fr 24px 1fr;
    gap: 0 28px;
    align-items: start;
    margin-bottom: 50px;
    position: relative;
}
.about-tl-right { direction: rtl; }
.about-tl-right > * { direction: ltr; }

.about-tl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(68,97,223,0.5);
    border: 2px solid rgba(79,172,254,0.4);
    justify-self: center;
    margin-top: 6px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.about-tl-dot-active {
    background: linear-gradient(135deg, #4461DF, #4facfe);
    border-color: transparent;
    box-shadow: 0 0 0 6px rgba(68,97,223,0.15), 0 0 20px rgba(79,172,254,0.4);
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.about-tl-year {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: rgba(79,172,254,0.5);
    text-align: right;
    padding-top: 6px;
    align-self: start;
}
.about-tl-year-active { color: #4facfe; }

.about-tl-right .about-tl-year { text-align: left; }

.about-tl-card {
    background: rgba(12,17,33,0.7);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 16px;
    padding: 22px 24px;
    backdrop-filter: blur(16px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.about-tl-card:hover {
    border-color: rgba(79,172,254,0.2);
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}
.about-tl-card-active {
    border-color: rgba(68,97,223,0.35);
    background: rgba(68,97,223,0.07);
    box-shadow: 0 0 0 1px rgba(68,97,223,0.2);
}
.about-tl-card h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}
.about-tl-card p {
    color: rgba(180,195,230,0.55);
    font-size: 0.85rem;
    line-height: 1.65;
    margin-bottom: 0;
}
.about-tl-badge {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 50px;
    background: rgba(16,185,129,0.12);
    border: 1px solid rgba(16,185,129,0.3);
    color: #10b981;
}

/* ---------- Value cards ---------- */
.about-value-card {
    background: rgba(12,17,33,0.65);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px;
    padding: 32px 26px;
    height: 100%;
    backdrop-filter: blur(16px);
    transition: transform 0.4s cubic-bezier(0.165,0.84,0.44,1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.about-value-card:hover {
    transform: translateY(-8px);
    border-color: rgba(79,172,254,0.2);
    box-shadow: 0 20px 50px rgba(0,0,0,0.4);
}
.about-value-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(68,97,223,0.25), rgba(79,172,254,0.12));
    border: 1px solid rgba(79,172,254,0.2);
    color: #4facfe;
    transition: transform 0.3s ease;
}
.about-value-card:hover .about-value-icon { transform: scale(1.1) rotate(-6deg); }
.about-value-teal  { background: linear-gradient(135deg, rgba(0,242,254,0.2), rgba(0,242,254,0.08)); border-color: rgba(0,242,254,0.2); color: #00f2fe; }
.about-value-amber { background: linear-gradient(135deg, rgba(245,158,11,0.2), rgba(245,158,11,0.08)); border-color: rgba(245,158,11,0.2); color: #f59e0b; }
.about-value-violet{ background: linear-gradient(135deg, rgba(167,139,250,0.2), rgba(167,139,250,0.08)); border-color: rgba(167,139,250,0.2); color: #a78bfa; }
.about-value-card h5 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-value-card p {
    color: rgba(180,195,230,0.55);
    font-size: 0.86rem;
    line-height: 1.65;
    margin-bottom: 0;
}

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
    .about-hero-section { padding: 130px 0 70px; }
    .about-section { padding: 70px 0; }
    .about-timeline-line { left: 14px; }
    .about-timeline-item {
        grid-template-columns: 24px 1fr;
        grid-template-rows: auto auto;
        gap: 0 16px;
    }
    .about-tl-right { direction: ltr; }
    .about-tl-year {
        text-align: left;
        grid-column: 2;
        grid-row: 1;
        padding-bottom: 6px;
        padding-top: 0;
    }
    .about-tl-dot { grid-column: 1; grid-row: 1 / 3; margin-top: 4px; }
    .about-tl-card { grid-column: 2; grid-row: 2; }
    .about-stat-block { padding: 30px 16px; }
}
@media (max-width: 767px) {
    .about-stat-num { font-size: 1.8rem; }
    .about-chip-tl, .about-chip-br { font-size: 0.74rem; padding: 8px 12px; }
    .about-stats-grid { flex-wrap: wrap; }
    .about-stat-block { min-width: 40%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.05); }
}

/* From AIModel.cshtml */
.hover-elevate { transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .hover-elevate:hover { transform: translateY(-10px); box-shadow: 0 1rem 3rem rgba(0,0,0,0.1) !important; }
    .icon-wrap { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; }
    .x-small { font-size: 0.7rem; }
    @media (min-width: 768px) {
        .border-start-md { border-left: 1px solid #eee; }
    }
    .bg-primary-subtle { background-color: rgba(68, 97, 223, 0.1); }
    .bg-info-subtle { background-color: rgba(59, 130, 246, 0.1); }

/* From Login.cshtml */
/* ============================================================
   AUTH PAGE — dark-theme scoped styles
   ============================================================ */
.auth-page {
    background: var(--lp-dark, #05070e);
    min-height: 100vh;
}

.auth-hero-section {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
    background: linear-gradient(180deg, #05070e 0%, #0c1121 100%);
    min-height: 100vh;
}

.auth-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(68,97,223,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(68,97,223,0.08) 1px, transparent 1px);
    background-size: 60px 60px; pointer-events: none; mask-image: linear-gradient(180deg, #fff 0%, transparent 90%); -webkit-mask-image: linear-gradient(180deg, #fff 0%, transparent 90%);
}

.auth-hero-glow-left,
.auth-hero-glow-right {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    pointer-events: none;
}
.auth-hero-glow-left  { top: -200px; left: -200px; background: radial-gradient(circle, rgba(68,97,223,0.14) 0%, transparent 65%); }
.auth-hero-glow-right { bottom: -200px; right: -200px; background: radial-gradient(circle, rgba(79,172,254,0.1) 0%, transparent 65%); }

.auth-card {
    background: var(--lp-glass, rgba(12,17,33,0.7));
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 20px;
    overflow: hidden;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.auth-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(180,195,230,0.6);
}

.auth-text-muted {
    color: rgba(180,195,230,0.6) !important;
}

.auth-input-group .input-group-text {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-right: none;
    color: rgba(180,195,230,0.5);
    border-radius: 10px 0 0 10px;
}

.auth-input-group .form-control {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-left: none;
    color: #ffffff;
    border-radius: 0 10px 10px 0;
    box-shadow: none !important;
}

.auth-input-group .form-control:focus {
    background: rgba(255,255,255,0.05);
    border-color: rgba(79,172,254,0.3);
    color: #ffffff;
}
.auth-input-group .form-control::placeholder {
    color: rgba(180,195,230,0.3);
}

.auth-input-group:focus-within .input-group-text {
    border-color: rgba(79,172,254,0.3);
    color: #4facfe;
}

.auth-form-check .form-check-input {
    background-color: rgba(255,255,255,0.05);
    border-color: rgba(255,255,255,0.15);
}
.auth-form-check .form-check-input:checked {
    background-color: #4facfe;
    border-color: #4facfe;
}
.auth-form-check .form-check-label {
    color: rgba(180,195,230,0.6);
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: rgba(180,195,230,0.4);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
}
.auth-divider::before,
.auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.auth-divider span {
    padding: 0 15px;
}

.auth-social-btn {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    color: rgba(180,195,230,0.8);
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 0;
    transition: all 0.2s ease;
}
.auth-social-btn:hover {
    background: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.15);
    color: #ffffff;
}

.auth-info-card {
    background: rgba(68,97,223,0.08);
    border: 1px solid rgba(68,97,223,0.1);
    border-radius: 12px;
    padding: 16px;
}