/* Luxury Pricing & Trust Portal */
.luxury-pricing-section {
    position: relative;
    padding: 6rem 2rem 8rem;
    margin: 4rem auto;
    max-width: 1400px;
    background: radial-gradient(circle at center, rgba(16, 22, 35, 0.4) 0%, transparent 70%);
}

/* --- TRUST RIBBON (ULTRA LUXURY) --- */
.trust-ribbon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    margin: 0 auto 7rem;
    padding: 1.5rem 4rem;
    max-width: 1100px;
    background: linear-gradient(135deg, rgba(20, 25, 35, 0.7), rgba(10, 15, 25, 0.95));
    border-radius: 50px;
    border: 1px solid rgba(212,175,55,0.15);
    box-shadow: 
        0 30px 60px rgba(0,0,0,0.8),
        inset 0 2px 0 rgba(255,255,255,0.05),
        0 0 40px rgba(212,175,55,0.05);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    flex-wrap: wrap;
    position: relative;
    transform: translateY(-20px);
}

.trust-ribbon::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, transparent, rgba(212,175,55,0.6), transparent);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #e2e8f0;
    font-weight: 800;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
}

/* Divider dot between items */
.trust-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(212,175,55,0.4);
    box-shadow: 0 0 10px rgba(212,175,55,0.5);
}

.trust-item svg {
    color: #d4af37;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.5));
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 10px;
    background: rgba(255,255,255,0.03);
    border-radius: 12px;
    border: 1px solid rgba(212,175,55,0.2);
}

.trust-item:hover {
    transform: translateY(-8px);
    color: #fff;
    text-shadow: 0 0 15px rgba(255,255,255,0.3);
}

.trust-item:hover svg {
    color: #1ffff0;
    background: rgba(31,255,240,0.05);
    border-color: rgba(31,255,240,0.4);
    filter: drop-shadow(0 0 15px rgba(31,255,240,0.6));
    transform: scale(1.1) rotate(5deg);
}

/* --- HEADINGS --- */
.lps-heading {
    text-align: center;
    margin-bottom: 5rem;
}

.lps-eyebrow {
    display: inline-block;
    padding: 0.5rem 1.8rem;
    border-radius: 50px;
    background: rgba(123, 225, 255, 0.05);
    border: 1px solid rgba(123, 225, 255, 0.3);
    color: #7be1ff;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.35em;
    font-weight: 800;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 20px rgba(123, 225, 255, 0.1);
}

.lps-heading h2 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    font-weight: 900;
    color: #fff;
    margin: 0 0 1.5rem;
    letter-spacing: -0.02em;
}

.lps-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.15rem;
    line-height: 1.8;
}

/* --- PRICING GRID --- */
.lps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 6rem;
    align-items: center;
}

/* Pricing Card */
.lps-card {
    background: linear-gradient(180deg, rgba(16, 22, 35, 0.8) 0%, rgba(8, 12, 22, 0.95) 100%);
    border-radius: 20px;
    padding: 3.5rem 2.5rem;
    box-shadow: 0 30px 60px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.lps-card:hover {
    transform: translateY(-15px);
    border-color: rgba(123, 225, 255, 0.3);
    box-shadow: 0 40px 80px rgba(0,0,0,0.8), 0 20px 40px rgba(123, 225, 255, 0.1);
}

/* Hero Center Tier */
.lps-card.hero-tier {
    transform: scale(1.05);
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 40px 80px rgba(0,0,0,0.8), 0 0 60px rgba(212, 175, 55, 0.15);
    z-index: 5;
}

.lps-card.hero-tier:hover {
    transform: scale(1.05) translateY(-15px);
    border-color: #d4af37;
}

/* Hero Badge */
.hero-badge {
    position: absolute;
    top: 0; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #b8860b, #ffd700, #b8860b);
    color: #000;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0.5rem 2rem;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
}

.lps-plan-name {
    font-size: 1.2rem;
    color: #8fa0b3;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.hero-tier .lps-plan-name {
    color: #d4af37;
}

.lps-price {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    margin: 0 0 1.5rem;
    line-height: 1;
    display: flex;
    align-items: flex-start;
}

.lps-currency {
    font-size: 2rem;
    margin-top: 0.5rem;
    margin-right: 0.3rem;
    color: rgba(255,255,255,0.5);
}

.lps-desc {
    color: rgba(255,255,255,0.7);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    min-height: 80px;
}

.lps-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.2rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    text-decoration: none;
}

.lps-btn:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-3px);
}

.hero-tier .lps-btn {
    background: linear-gradient(90deg, #b8860b, #d4af37);
    color: #000;
    border: none;
    box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.hero-tier .lps-btn:hover {
    background: #ffd700;
    box-shadow: 0 15px 30px rgba(212, 175, 55, 0.5);
}

/* --- ADDON TERMINAL --- */
.lps-tech-terminal {
    background: #060910;
    border-radius: 24px;
    border: 1px solid rgba(123, 225, 255, 0.2);
    box-shadow: 0 40px 80px rgba(0,0,0,0.8), inset 0 0 40px rgba(123, 225, 255, 0.05);
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}

.terminal-header {
    background: rgba(123, 225, 255, 0.05);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(123, 225, 255, 0.1);
}

.terminal-dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
}

.dot-red { background: #ff5f56; }
.dot-yellow { background: #ffbd2e; }
.dot-green { background: #27c93f; }

.terminal-title {
    margin-left: 2rem;
    font-family: monospace;
    color: #7be1ff;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
}

.terminal-body {
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}

.term-left h3 {
    color: #fff;
    font-size: 1.8rem;
    margin: 0 0 1rem;
    font-weight: 800;
}

.term-price {
    font-size: 3rem;
    font-weight: 900;
    color: #1ffff0;
    margin: 0 0 1.5rem;
    display: flex;
    align-items: flex-start;
}

.term-price .lps-currency { color: rgba(31,255,240,0.5); font-size: 1.5rem; }

.term-right {
    background: rgba(255,255,255,0.02);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(255,255,255,0.05);
}

.term-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.term-list li {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.7);
}

.term-list li:last-child { border-bottom: none; }

.term-list li span:first-child {
    font-family: monospace;
    color: #7be1ff;
}

.term-list li span:last-child {
    font-weight: 700;
    color: #fff;
}

.lps-footer-note {
    text-align: center;
    color: rgba(255,255,255,0.4);
    margin-top: 3rem;
    font-size: 0.9rem;
}

@media(max-width: 1080px) {
    .lps-grid { grid-template-columns: 1fr; gap: 2rem; }
    .lps-card.hero-tier { transform: scale(1); z-index: 1; }
    .terminal-body { grid-template-columns: 1fr; gap: 2rem; padding: 2rem; }
}
