/* ==========================================================================
   ONTENERIFE 2026 - ULTIMATE MASTER CSS 
   Version: 8.0 - "God Edition"
   Fixes: Pixelation, Stacking, Spacing, & Crafted Signature
   ========================================================================== */

/* --- PHASE 1: GLOBAL SETTINGS & ANTI-PIXELATION --- */
:root {
    --lux-gold: #c5a059;
    --lux-midnight: #090e1a;
    --lux-slate: #161e2e;
    --lux-border: rgba(255, 255, 255, 0.08);
    --lux-glass: rgba(255, 255, 255, 0.03);
    --font-main: 'Inter', sans-serif;
    --font-heading: 'Poppins', sans-serif;
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body { 
    background-color: var(--lux-midnight); 
    color: #f8fafc; 
    font-family: var(--font-main); 
    line-height: 1.6; 
    overflow-x: hidden;
    /* SURGICAL FIX FOR TEXT PIXELATION ON DARK BG */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

a { text-decoration: none !important; color: inherit !important; transition: var(--transition); }
ul, li { list-style: none !important; }

.lux-btn {
    display: inline-block;
    padding: 18px 35px;
    border-radius: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    border: none;
    font-size: 0.85rem;
    text-align: center;
}
.btn-gold { background: var(--lux-gold); color: #000 !important; }
.btn-gold:hover { background: #fff; transform: translateY(-3px); box-shadow: 0 15px 30px rgba(197, 160, 89, 0.3); }


/* --- PHASE 2: SURGICAL HEADER & NAVIGATION --- */
.main-header {
    position: absolute; top: 0; left: 0; width: 100%; z-index: 1000;
    padding: 25px 0; transition: var(--transition);
}

.main-header.scrolled {
    position: fixed; background: rgba(9, 14, 26, 0.95);
    backdrop-filter: blur(15px); padding: 15px 0; border-bottom: 1px solid var(--lux-border);
}

.header-container {
    max-width: 1400px; margin: 0 auto; padding: 0 40px;
    display: flex; justify-content: space-between; align-items: center;
}

.logo-box { display: flex; align-items: center; gap: 15px; }
.logo-img { height: 45px !important; width: auto !important; display: block; }
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-text .shanes { color: #ffffff; font-weight: 900; font-size: 1.4rem; letter-spacing: 1px; }
.logo-text .skips { color: var(--lux-gold); font-weight: 700; font-size: 0.8rem; letter-spacing: 2.5px; }

.desktop-links { display: flex; gap: 35px; align-items: center; }
.desktop-links a { 
    color: rgba(255,255,255,0.7) !important; font-weight: 700; font-size: 0.8rem; 
    text-transform: uppercase; letter-spacing: 1.5px; 
}
.desktop-links a:hover { color: var(--lux-gold) !important; }

.nav-cta-gold {
    background: var(--lux-gold); color: #000 !important; padding: 12px 25px;
    border-radius: 10px; font-weight: 900; box-shadow: 0 10px 20px rgba(197, 160, 89, 0.2);
}


/* --- PHASE 3: HERO & MASSIVE STATS BAR --- */
.hero-2026 {
    min-height: 90vh; display: flex; align-items: flex-start; justify-content: center;
    text-align: center; background-size: cover; background-position: center; position: relative;
    padding-top: 180px; 
}
.hero-2026::after {
    content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 60%;
    background: linear-gradient(to top, var(--lux-midnight), transparent);
}
.hero-content { position: relative; z-index: 10; max-width: 1100px; padding: 0 20px; }
.hero-title { font-size: clamp(2.5rem, 7.5vw, 5rem); font-family: var(--font-heading); font-weight: 900; line-height: 1.05; margin-bottom: 35px; letter-spacing: -2px; }

.lux-stats-bar { background: var(--lux-slate); padding: 120px 0; border-top: 1px solid var(--lux-border); border-bottom: 1px solid var(--lux-border); position: relative; z-index: 10; margin-top: -1px; }
.stats-grid { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); text-align: center; gap: 40px; padding: 0 40px; }

.stat-item strong {
    display: flex; justify-content: center; align-items: baseline;
    font-size: 5.5rem; color: var(--lux-gold); font-weight: 900;
    line-height: 1; margin-bottom: 20px; font-family: var(--font-heading);
    opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.stat-item.reveal strong { opacity: 1; transform: translateY(0); }
.stat-item span:not(.count) { display: block; color: #94a3b8; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 4px; font-weight: 800; }


/* --- PHASE 4: THE TECHNICAL INVENTORY GRID --- */
.skip-grid-container {
    max-width: 1400px; margin: 80px auto 120px; padding: 0 40px;
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 35px;
}
.skip-card-2026 { 
    background: var(--lux-slate); border: 1px solid var(--lux-border); border-radius: 35px; 
    overflow: visible; display: flex; flex-direction: column; transition: var(--transition); position: relative;
}
.skip-card-2026:hover { transform: translateY(-12px); border-color: var(--lux-gold); box-shadow: 0 40px 80px rgba(0,0,0,0.5); }

.card-media { height: 300px; background: #000; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 35px 35px 0 0; overflow: hidden; }
.card-media img { width: 85%; height: auto; object-fit: contain; transition: 0.8s; }
.price-badge { position: absolute; bottom: 20px; right: 20px; background: rgba(9, 14, 26, 0.8); backdrop-filter: blur(10px); color: #fff; padding: 10px 20px; border-radius: 12px; font-weight: 900; font-size: 1.1rem; border: 1px solid var(--lux-gold); }
.popular-tag { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); z-index: 50; background: var(--lux-gold); color: #000; padding: 10px 25px; border-radius: 50px; font-size: 0.75rem; font-weight: 900; letter-spacing: 2px; border: 3px solid var(--lux-midnight); box-shadow: 0 10px 25px rgba(0,0,0,0.4); }

.card-body { padding: 40px; flex-grow: 1; display: flex; flex-direction: column; }
.card-body .lux-btn { margin-top: auto; }
.lux-feature-list { margin: 10px 0 30px 0; padding: 0; list-style: none !important; color: #94a3b8; font-size: 0.9rem; }
.spec-pill { background: var(--lux-glass); border: 1px solid var(--lux-border); padding: 14px 18px; border-radius: 15px; font-size: 0.85rem; color: #94a3b8; display: flex; align-items: center; gap: 12px; margin-bottom: 10px; font-weight: 600; }
.spec-pill i { color: var(--lux-gold); width: 20px; text-align: center; }


/* --- PHASE 5: TRUST & WORKFLOW (SILK GLIDE REVEAL) --- */
.lux-trust-bar, .lux-workflow-section { padding: 140px 0; background: #050810; }
.lux-trust-grid, .workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; max-width: 1400px; margin: 60px auto 0; padding: 0 40px; }
.workflow-grid { grid-template-columns: repeat(3, 1fr); }

.trust-card, .workflow-step { 
    background: var(--lux-glass); border: 1px solid var(--lux-border); 
    padding: 40px; border-radius: 30px; position: relative;
    opacity: 0 !important; visibility: hidden; transform: translateY(100px); 
    transition: opacity 1.5s cubic-bezier(0.16, 1, 0.3, 1), transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.trust-card.active, .workflow-step.active { opacity: 1 !important; visibility: visible; transform: translateY(0); }
.trust-card:hover, .workflow-step:hover { border-color: var(--lux-gold); background: rgba(197, 160, 89, 0.05); transform: translateY(-8px); }


/* --- PHASE 6: KNOWLEDGE BASE (FAQ) --- */
.lux-faq-section { padding: 120px 0; background: var(--lux-midnight); }
.lux-accordion-container { max-width: 950px; margin: 60px auto 0; }
.lux-faq-item { border: 1px solid var(--lux-border); border-radius: 20px; margin-bottom: 15px; background: var(--lux-glass); overflow: hidden; }
.lux-faq-trigger { width: 100%; padding: 25px 35px; background: transparent; border: none; color: #fff; text-align: left; font-size: 1.1rem; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.lux-faq-item.active { border-color: var(--lux-gold); background: rgba(197, 160, 89, 0.05); }
.lux-faq-content { max-height: 0; overflow: hidden; padding: 0 35px; transition: all 0.5s ease; color: #94a3b8; }
.lux-faq-item.active .lux-faq-content { max-height: 400px; padding-bottom: 30px; }


/* --- PHASE 7: INSTITUTIONAL FOOTER & SIGNATURE --- */
.lux-footer { background: #04070e; padding: 100px 0 0; border-top: 1px solid var(--lux-border); }
.footer-main-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 60px; max-width: 1400px; margin: 0 auto 80px; padding: 0 40px; }
.footer-logo { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.footer-logo img { height: 50px; width: auto; }
.footer-col h4 { color: #fff; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 3px; margin-bottom: 35px; position: relative; padding-bottom: 12px; font-weight: 800; }
.footer-col h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background: var(--lux-gold); }

.payment-wrapper { background: rgba(255, 255, 255, 0.02); padding: 20px; border-radius: 15px; border: 1px solid var(--lux-border); margin-top: 20px; display: flex; justify-content: center; align-items: center; }
.payment-icons { width: 100%; max-width: 220px; height: auto; filter: saturate(1.2); }

/* THE MAGIC SIGNATURE BAR */
.lux-signature-bar { background: #000; padding: 30px 40px; border-top: 1px solid rgba(255,255,255,0.03); }
.footer-bottom-flex { max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; font-size: 0.75rem; letter-spacing: 1.5px; color: #334155; }
.crafted-link { color: var(--lux-gold) !important; font-weight: 800; text-transform: uppercase; }
.lux-heart { color: var(--lux-gold); margin: 0 5px; }


/* --- PHASE 8: TESTIMONIAL SLIDER (CONSTRAINED) --- */
.lux-test-2026-refined { 
    padding: 120px 0; 
    background: var(--lux-midnight); 
    overflow: hidden; 
}

/* THE ANCHOR: Keeps the carousel from bleeding to the screen edges */
.lux-carousel-viewport { 
    max-width: 1400px; 
    margin: 0 auto; 
    overflow: hidden; 
    position: relative;
    padding: 20px 0;
    /* Professional side-fade that stays within the 1400px grid */
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.lux-carousel-track { 
    display: flex !important; 
    gap: 40px; 
    width: max-content; 
    padding: 20px 0; 
    animation: lux-scroll 60s linear infinite; 
}

.lux-carousel-track:hover { 
    animation-play-state: paused; 
}

.lux-test-card { 
    flex: 0 0 420px; /* Precise width for a corporate look */
    background: #ffffff; 
    padding: 45px; 
    border-radius: 40px; 
    color: #1e293b; 
    display: flex; 
    flex-direction: column; 
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
    /* Ensures text is crisp inside cards */
    -webkit-font-smoothing: antialiased;
}

.lux-test-card p {
    font-size: 1.15rem;
    line-height: 1.7;
    font-style: italic;
    color: #475569;
    margin-bottom: 25px;
}

.lux-test-card strong {
    font-size: 1.1rem;
    color: #0f172a;
    font-weight: 800;
}

.lux-test-card span {
    color: var(--lux-gold);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@keyframes lux-scroll { 
    0% { transform: translateX(0); } 
    100% { transform: translateX(-50%); } 
}

@media (max-width: 1440px) {
    .lux-carousel-viewport { margin: 0 40px; }
}

@media (max-width: 768px) {
    .lux-test-card { flex: 0 0 320px; padding: 30px; }
    .lux-carousel-viewport { -webkit-mask-image: none; mask-image: none; margin: 0 20px; }
}keyframes lux-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }


/* --- PHASE 9: RESPONSIVE CONTROLS --- */
@media (max-width: 1200px) { 
    .stats-grid, .skip-grid-container, .lux-trust-grid, .footer-main-grid { grid-template-columns: repeat(2, 1fr); } 
}
@media (max-width: 768px) {
    .stats-grid, .skip-grid-container, .workflow-grid, .lux-trust-grid, .footer-main-grid { grid-template-columns: 1fr; }
    .header-container { padding: 0 20px; }
    .desktop-links { display: none; }
    .stat-item strong { font-size: 4rem; }
    .hero-2026 { padding-top: 140px; }
    .footer-bottom-flex { flex-direction: column; gap: 20px; text-align: center; }
}


/* --- PHASE 10: ZIG-ZAG TECHNICAL ROWS (PRICING) --- */
.pricing-detail-section { padding: 100px 0; background: var(--lux-midnight); }
.pricing-row { display: flex; align-items: center; gap: 80px; margin-bottom: 120px; max-width: 1400px; margin-left: auto; margin-right: auto; padding: 0 40px; }
.pricing-row:nth-child(even) { flex-direction: row-reverse; }
.row-image { flex: 1; background: #000; border-radius: 40px; padding: 40px; border: 1px solid var(--lux-border); position: relative; box-shadow: 0 30px 60px rgba(0,0,0,0.3); }
.row-image img { width: 100%; height: auto; display: block; filter: drop-shadow(0 10px 30px rgba(197, 160, 89, 0.2)); }
.row-content { flex: 1; }
.specs-table { width: 100%; margin: 30px 0; border-collapse: collapse; }
.specs-table tr { border-bottom: 1px solid var(--lux-border); }
.specs-table td { padding: 15px 0; font-size: 0.95rem; }
.specs-table td:first-child { color: #64748b; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; width: 40%; }
.specs-table td:last-child { color: #fff; font-weight: 800; text-align: right; }
.use-case-box { background: var(--lux-glass); padding: 25px; border-radius: 20px; border-left: 4px solid var(--lux-gold); margin-bottom: 30px; }


/* --- PHASE 11: REFINED COMMAND CONSOLE (CONTACT) --- */
.section-container-v2 { max-width: 1400px; margin: 0 auto; padding: 0 40px; }
.contact-command-container { padding: 100px 0; background: var(--lux-midnight); }
.contact-main-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; max-width: 1400px; margin: -80px auto 100px; padding: 0 40px; position: relative; z-index: 20; }

.command-form-box { 
    background: var(--lux-slate); 
    padding: 50px; 
    border-radius: 40px; 
    border: 1px solid var(--lux-border); 
    box-shadow: 0 40px 100px rgba(0,0,0,0.5); 
}

/* FORCING THE COMMAND INPUTS TO BE DARK AND LARGE */
.command-form-box input, 
.command-form-box select, 
.command-form-box textarea { 
    width: 100% !important; 
    background: rgba(255, 255, 255, 0.03) !important; 
    border: 1px solid var(--lux-border) !important; 
    padding: 18px !important; 
    border-radius: 12px !important; 
    color: #f8fafc !important; 
    font-family: var(--font-main) !important; 
    font-size: 1rem !important;
    transition: 0.3s; 
}
.command-form-box input:focus, 
.command-form-box select:focus, 
.command-form-box textarea:focus { 
    outline: none !important; border-color: var(--lux-gold) !important; 
    background: rgba(197, 160, 89, 0.05) !important; 
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { margin-bottom: 25px; display: flex; flex-direction: column; align-items: flex-start; }
.form-group label { color: var(--lux-gold); font-size: 0.75rem; text-transform: uppercase; letter-spacing: 2px; font-weight: 800; margin-bottom: 12px; }

/* THE BOXED AREAS HUB */
.areas-operational-container { 
    margin-top: 80px; background: var(--lux-slate); padding: 80px 60px; 
    border-radius: 40px; border: 1px solid var(--lux-border); 
    box-shadow: 0 40px 100px rgba(0,0,0,0.4); position: relative; overflow: hidden; 
}
.areas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; margin-top: 40px; }
.area-tag { background: rgba(255, 255, 255, 0.03); border: 1px solid var(--lux-border); padding: 18px 10px; border-radius: 15px; text-align: center; font-size: 0.8rem; font-weight: 800; color: #94a3b8; text-transform: uppercase; letter-spacing: 2px; transition: var(--transition); }
.area-tag:hover { border-color: var(--lux-gold); color: #fff; background: rgba(197, 160, 89, 0.1); transform: translateY(-5px); }

.command-info-box { padding-top: 40px; }
.contact-method-card { background: var(--lux-glass); border: 1px solid var(--lux-border); padding: 30px; border-radius: 25px; display: flex; align-items: center; gap: 20px; margin-bottom: 20px; transition: 0.3s; }
.contact-method-card:hover { border-color: var(--lux-gold); background: rgba(255,255,255,0.05); }
.contact-method-card i { font-size: 1.5rem; color: var(--lux-gold); }