/* ===================================================
   JARVIS ALLY SALES PAGE — SBWORKS INSPIRED DESIGN
   =================================================== */

   @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Inter:wght@400;500;600;700&display=swap');

   /* ===== FOUNDATION ===== */
   .jarvis-sales-body {
       --js-bg: #050505;
       --js-bg-elevated: #0a0a0a;
       --js-border: #1f1f1f;
       --js-text: #f0f0f0;
       --js-text-muted: #888888;
       --js-accent: #00d2ff; /* Jarvis Blue */
       --js-accent-hover: #00b4d8;
       
       background-color: #030305;
       background-image: 
           radial-gradient(circle at 50% -10%, rgba(0, 210, 255, 0.12) 0%, transparent 60%),
           radial-gradient(circle at 0% 100%, rgba(0, 180, 216, 0.08) 0%, transparent 40%),
           linear-gradient(to right, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
           linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
       background-size: 100% 100%, 100% 100%, 50px 50px, 50px 50px;
       background-position: center top, bottom left, center center, center center;
       background-attachment: fixed;
       color: var(--js-text);
       font-family: 'Inter', sans-serif;
       overflow-x: hidden;
   }
   
   .jarvis-sales-body h1,
   .jarvis-sales-body h2,
   .jarvis-sales-body h3,
   .jarvis-sales-body h4 {
       font-family: 'Outfit', sans-serif;
       font-weight: 800;
       margin: 0;
       letter-spacing: -0.02em;
   }
   
   /* ===== TYPOGRAPHY TRICKS ===== */
   .js-outline-text {
       color: transparent;
       -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.4);
       letter-spacing: 0.05em;
       font-family: 'Inter', sans-serif;
   }
   
   /* Small tags (01 / SOBRE) */
   .js-section-tag {
       font-family: 'Inter', sans-serif;
       color: var(--js-text-muted);
       font-size: 0.75rem;
       font-weight: 600;
       text-transform: uppercase;
       letter-spacing: 2.5px;
       margin-bottom: 24px;
       display: flex;
       align-items: center;
       gap: 12px;
   }
   
   /* ===== SECTION BASE ===== */
   .js-section {
       padding: 120px 5%;
       max-width: 1400px;
       margin: 0 auto;
       position: relative;
   }
   
   /* ===== HERO ===== */
   .js-hero {
       min-height: 90vh;
       display: flex;
       align-items: center;
       padding-top: 150px;
       border-bottom: 1px solid var(--js-border);
   }
   
   .js-hero-content {
       flex: 1;
       max-width: 850px;
   }
   
   .js-hero h1 {
       font-size: clamp(3.5rem, 8vw, 6.5rem);
       line-height: 0.95;
       color: #ffffff;
       margin-bottom: 30px;
   }
   
   .js-hero > p {
       font-size: 1.25rem;
       color: var(--js-text-muted);
       max-width: 600px;
       margin-bottom: 45px;
       line-height: 1.6;
       font-weight: 400;
   }
   
   /* ===== BUTTONS ===== */
   .js-cta-group {
       display: flex;
       gap: 16px;
       flex-wrap: wrap;
   }
   
   .js-btn-primary {
       background: var(--js-accent);
       color: #000000;
       padding: 18px 40px;
       font-size: 1.05rem;
       font-weight: 700;
       text-decoration: none;
       transition: all 0.3s ease;
       font-family: 'Outfit', sans-serif;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       display: inline-flex;
       align-items: center;
       gap: 10px;
   }
   
   .js-btn-primary:hover {
       background: var(--js-accent-hover);
       transform: translateY(-2px);
   }
   
   .js-btn-secondary {
       background: transparent;
       color: #ffffff;
       padding: 18px 40px;
       font-size: 1.05rem;
       font-weight: 700;
       text-decoration: none;
       transition: all 0.3s ease;
       border: 1px solid #ffffff;
       font-family: 'Outfit', sans-serif;
       text-transform: uppercase;
       letter-spacing: 0.5px;
       display: inline-flex;
       align-items: center;
       gap: 10px;
   }
   
   .js-btn-secondary:hover {
       background: #ffffff;
       color: #000000;
   }
   
   /* ===== STATS BAR ===== */
   .js-stats-strip {
       background: transparent;
   }
   
   .js-stats-grid {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       max-width: 1400px;
       margin: 0 auto;
   }
   
   .js-stat-item {
       padding: 60px 40px;
       border-right: 1px solid var(--js-border);
   }
   
   .js-stat-item:last-child {
       border-right: none;
   }
   
   .js-stat-num {
       font-size: clamp(3rem, 5vw, 4.5rem);
       font-weight: 900;
       font-family: 'Outfit', sans-serif;
       color: #ffffff;
       line-height: 1;
       margin-bottom: 10px;
       letter-spacing: -2px;
   }
   
   .js-stat-label {
       font-size: 0.85rem;
       color: var(--js-text-muted);
       font-weight: 500;
   }
   
   /* ===== DIVIDED SECTION (COMPARISON) ===== */
   .js-split-section {
       display: grid;
       grid-template-columns: 1fr 1.6fr;
       gap: 30px;
       align-items: stretch;
   }
   
   .js-split-title {
       font-size: clamp(3rem, 5vw, 4.5rem);
       line-height: 1;
   }
   
   .js-comp-box {
       background: #0a0a0a;
       border: 1px solid var(--js-border);
       padding: 50px;
   }
   
   .js-comp-bad {
       border-bottom: none;
       opacity: 0.6;
   }
   
   .js-comp-good {
       border: 1px solid var(--js-accent);
       background: rgba(212, 255, 0, 0.02);
   }
   
   .js-vip-grid {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 15px;
   }
   
   .js-vip-absoluto {
       grid-column: span 2;
   }

   .js-modal-btn {
       width: 100%;
       min-height: 40px;
       margin-top: 4px;
       padding: 9px 14px;
       border: 1px solid #334155;
       border-radius: 6px;
       background: #10151c;
       color: #dbeafe;
       font: 700 0.75rem/1 'Inter', sans-serif;
       text-transform: uppercase;
       letter-spacing: 0.05em;
       cursor: pointer;
       transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
   }

   .js-modal-btn:hover,
   .js-modal-btn:focus-visible {
       border-color: var(--js-accent);
       background: #13212a;
       color: #ffffff;
       outline: none;
   }

   html.vip-models-open,
   body.vip-models-open {
       overflow: hidden;
       overscroll-behavior: none;
   }

   #vip-details-overlay {
       overscroll-behavior: contain;
       padding: 20px;
       overflow: hidden;
   }

   .vip-details-dialog {
       display: flex;
       flex-direction: column;
       max-height: min(90dvh, 760px);
       overflow: hidden;
   }

   .vip-details-content {
       flex: 1 1 auto;
       min-height: 0;
       overflow-y: auto;
       overscroll-behavior: contain;
       scrollbar-gutter: stable;
       touch-action: pan-y;
       -webkit-overflow-scrolling: touch;
   }

   #vip-details-close-btn {
       z-index: 2;
   }

   #vip-details-title {
       padding-right: 48px;
   }

   @media (max-width: 480px) {
       #vip-details-overlay {
           padding: 10px;
           min-height: 100dvh;
       }

       .vip-details-dialog {
           width: 100% !important;
           max-height: calc(100dvh - 20px);
           padding: 22px 16px 16px !important;
       }

       .vip-details-content > div:first-child {
           grid-template-columns: 1fr !important;
       }
   }
   
   .js-elite-grid {
       display: grid;
       grid-template-columns: repeat(2, 1fr);
       gap: 12px;
   }
   
   .js-comp-box h3 {
       font-size: 1.8rem;
       margin-bottom: 24px;
       color: #ffffff;
   }
   
   .js-comp-good h3 {
       color: var(--js-accent);
   }
   
   .js-comp-list {
       list-style: none;
       padding: 0;
       margin: 0;
   }
   
   .js-comp-list li {
       display: flex;
       justify-content: space-between;
       padding: 16px 0;
       border-bottom: 1px solid var(--js-border);
       font-size: 1.1rem;
       color: var(--js-text-muted);
   }
   
   .js-comp-list li span:last-child {
       color: #ffffff;
       font-family: 'Outfit', sans-serif;
       font-weight: 600;
   }
   
   .js-comp-total {
       display: flex;
       justify-content: space-between;
       padding-top: 24px;
       font-size: 1.5rem;
       font-weight: 800;
       font-family: 'Outfit', sans-serif;
       color: #ffffff;
   }
   
   /* ===== FEATURES GRID ===== */
   .js-features-grid {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 1px;
       background: var(--js-border);
       border: 1px solid var(--js-border);
       margin-top: 60px;
   }
   
   .js-feature-card {
       background: var(--js-bg);
       padding: 60px 40px;
       transition: background 0.3s;
   }
   
   .js-feature-card:hover {
       background: #0a0a0a;
   }
   
   .js-feature-card h4 {
       font-size: 1.5rem;
       color: #ffffff;
       margin-bottom: 16px;
   }
   
   .js-feature-card p {
       color: var(--js-text-muted);
       line-height: 1.6;
       font-size: 1rem;
   }
   
   /* ===== PRICING ===== */
   .js-pricing-section {
       background: var(--js-bg-elevated);
       border-top: 1px solid var(--js-border);
       border-bottom: 1px solid var(--js-border);
   }
   
   .js-pricing-header {
       text-align: center;
       max-width: 800px;
       margin: 0 auto 80px auto;
   }
   
   .js-pricing-header h2 {
       font-size: clamp(3rem, 6vw, 5rem);
       line-height: 1;
       margin-bottom: 24px;
   }
   
   .js-pricing-grid {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       gap: 1px;
       background: var(--js-border);
       border: 1px solid var(--js-border);
   }
   
   .js-price-card {
       background: var(--js-bg);
       padding: 50px 30px;
       display: flex;
       flex-direction: column;
       position: relative;
   }
   
   .js-price-card.featured {
       background: #0a0a0a;
       grid-column: 1 / -1; /* Ocupa todas as colunas disponíveis */
       display: flex;
       flex-direction: column;
       align-items: center;
       text-align: center;
   }
   
   .js-price-card.featured::before {
       content: '';
       position: absolute;
       top: 0; left: 0; right: 0; height: 4px;
       background: var(--js-accent);
   }
   
   .js-price-card.featured .js-plan-features {
       display: flex;
       flex-direction: column;
       align-items: flex-start; /* Alinha os itens pela esquerda */
       text-align: left;
       width: max-content; /* Faz o ul encolher para caber os itens e ser centralizado pelo pai */
       margin-left: auto;
       margin-right: auto;
   }
   
   .js-price-card.featured .js-price-btn {
       width: 100%;
       max-width: 350px;
   }

   .js-plan-name {
       font-size: 1.2rem;
       color: var(--js-text-muted);
       font-weight: 700;
       text-transform: uppercase;
       letter-spacing: 1px;
       margin-bottom: 16px;
   }
   
   .js-plan-price {
       font-size: 3.5rem;
       font-weight: 900;
       color: #ffffff;
       font-family: 'Outfit', sans-serif;
       line-height: 1;
       margin-bottom: 8px;
   }
   
   .js-plan-desc {
       color: var(--js-text-muted);
       font-size: 0.95rem;
       line-height: 1.5;
       margin-bottom: 40px;
   }
   
   .js-plan-features {
       list-style: none;
       padding: 0;
       margin: 0 0 40px 0;
       flex-grow: 1;
   }
   
   .js-plan-features li {
       display: flex;
       align-items: flex-start;
       gap: 12px;
       margin-bottom: 16px;
       color: #e0e0e0;
       font-size: 0.95rem;
       line-height: 1.4;
   }
   
   .js-plan-features li i {
       color: var(--js-accent);
       margin-top: 4px;
       font-size: 0.8rem;
   }
   
   .js-price-btn {
       display: block;
       text-align: center;
       background: transparent;
       color: #ffffff;
       padding: 16px;
       font-weight: 700;
       text-decoration: none;
       border: 1px solid var(--js-border);
       transition: all 0.2s;
       text-transform: uppercase;
       letter-spacing: 1px;
       font-size: 0.9rem;
   }
   
   .js-price-btn:hover {
       background: #ffffff;
       color: #000000;
   }
   
   .js-price-card.featured .js-price-btn {
       background: var(--js-accent);
       color: #000000;
       border: none;
   }
   
   .js-price-card.featured .js-price-btn:hover {
       background: var(--js-accent-hover);
   }
   
   /* ===== BIG FOOTER CTA ===== */
   .js-footer-cta {
       text-align: center;
       padding: 150px 5%;
       max-width: 1000px;
       margin: 0 auto;
   }
   
   .js-footer-cta h2 {
       font-size: clamp(3rem, 7vw, 6rem);
       line-height: 0.9;
       margin-bottom: 40px;
   }
   
   /* ===== REVIEWS ===== */
   .js-reviews-grid {
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       gap: 1px;
       background: var(--js-border);
       border: 1px solid var(--js-border);
       margin-top: 60px;
   }
   
   .js-review-card {
       background: var(--js-bg);
       padding: 50px 40px;
   }
   
   .js-review-text {
       font-size: 1.15rem;
       color: #ffffff;
       line-height: 1.6;
       margin-bottom: 30px;
       font-style: italic;
   }
   
   .js-review-author {
       color: var(--js-accent);
       font-family: 'Outfit', sans-serif;
       font-weight: 700;
       font-size: 1.1rem;
   }
   
   .js-review-role {
       display: block;
       color: var(--js-text-muted);
       font-size: 0.85rem;
       font-family: 'Inter', sans-serif;
       font-weight: 400;
       margin-top: 4px;
   }
   
   /* ===== ANIMATIONS ===== */
   .js-fade-up {
       opacity: 0;
       transform: translateY(30px);
       transition: opacity 0.8s ease, transform 0.8s ease;
   }
   
   .js-fade-up.visible {
       opacity: 1;
       transform: translateY(0);
   }
   
   /* ===== RESPONSIVE ===== */
   @media (max-width: 1200px) {
       .js-pricing-grid, .js-features-grid, .js-reviews-grid {
           grid-template-columns: repeat(2, 1fr);
       }
       .js-stats-grid {
           grid-template-columns: repeat(2, 1fr);
       }
       .js-stat-item {
           border-bottom: 1px solid var(--js-border);
       }
       .js-stat-item:nth-child(even) {
           border-right: none;
       }
   }
   
   @media (max-width: 900px) {
       .js-split-section {
           grid-template-columns: 1fr;
           gap: 40px;
       }
   }
   
   @media (max-width: 768px) {
       .js-pricing-grid, .js-features-grid, .js-reviews-grid, .js-stats-grid, .js-vip-grid, .js-elite-grid {
           grid-template-columns: 1fr;
       }
       .js-vip-absoluto {
           grid-column: span 1;
       }
       .js-stat-item, .js-feature-card, .js-price-card, .js-review-card {
           border-right: none;
           border-bottom: 1px solid var(--js-border);
       }
       .js-stat-item:last-child, .js-feature-card:last-child, .js-price-card:last-child, .js-review-card:last-child {
           border-bottom: none;
       }
       .js-section {
           padding: 80px 5%;
       }
   }


/* ===== USE CASES (PERSONAS) ===== */
.js-usecases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.js-usecase-card {
    background: rgba(20, 20, 20, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.js-usecase-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.js-usecase-card:hover {
    background: rgba(30, 30, 30, 0.6);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.1);
}

.js-usecase-card:hover::before {
    opacity: 1;
}

.js-usecase-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin: 0 auto 20px auto;
}

.js-usecase-card h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.js-usecase-card p {
    color: var(--js-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 992px) {
    .js-usecases-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .js-showcase-body { padding: 15px; }
    .js-chat-bubble { max-width: 100%; }
    .js-usecases-grid { grid-template-columns: 1fr; }
}

/* ===== FAQ (ACCORDION) ===== */
.js-faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 800px;
    margin: 0 auto;
}

.js-faq-item {
    background: rgba(20, 20, 20, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.js-faq-item:hover {
    border-color: rgba(0, 210, 255, 0.3);
}

.js-faq-item summary {
    padding: 20px 25px;
    font-weight: 600;
    font-size: 1.05rem;
    color: #fff;
    cursor: pointer;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.js-faq-item summary::-webkit-details-marker {
    display: none;
}

.js-faq-item summary::after {
    content: '+';
    font-size: 1.5rem;
    color: var(--js-accent);
    font-weight: 300;
    transition: transform 0.3s ease;
}

.js-faq-item[open] summary::after {
    transform: rotate(45deg);
}

.js-faq-item[open] {
    background: rgba(30, 30, 30, 0.6);
    border-color: rgba(0, 210, 255, 0.3);
}

.js-faq-content {
    padding: 0 25px 25px 25px;
    color: var(--js-text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.js-faq-content p {
    margin: 0;
}
