/* ============================================================ BUNDLES PAGE STYLES ============================================================ */
.bundles-section { padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem); max-width: 1480px; margin: 0 auto; }
.bundles-section__head { margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.bundles-section__head .cap-overview__kicker { display: block; margin-bottom: 0.75rem; }
.bundles-section__head h2 { max-width: 760px; }
.bundles-section__lede { max-width: 640px; margin-top: 1rem; color: rgba(15, 13, 11, 0.62); font-size: 1.05rem; line-height: 1.6; }

/* ── BUNDLE CARDS ── */
.bundle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.25rem, 2vw, 1.75rem); }
@media (max-width: 980px) { .bundle-grid { grid-template-columns: 1fr; } }

.bundle-card { position: relative; display: flex; flex-direction: column; background: #FAF8F2; border: 1px solid rgba(15, 13, 11, 0.08); border-radius: 22px; padding: clamp(1.75rem, 2.5vw, 2.25rem); transition: transform 0.4s cubic-bezier(.2,.7,.2,1), border-color 0.4s cubic-bezier(.2,.7,.2,1), box-shadow 0.4s cubic-bezier(.2,.7,.2,1); }
.bundle-card:hover { transform: translateY(-4px); border-color: rgba(255, 36, 60, 0.28); box-shadow: 0 24px 60px -20px rgba(15,13,11,0.18); }
.bundle-card--featured { background: #15120F; color: #F5F2EA; border-color: rgba(255, 36, 60, 0.35); }
.bundle-card--featured .bundle-card__desc, .bundle-card--featured .bundle-card__volume, .bundle-card--featured .bundle-card__feature { color: rgba(245, 242, 234, 0.7); }
.bundle-card--featured .bundle-card__feature { border-color: rgba(245, 242, 234, 0.08); }

.bundle-card__badge { position: absolute; top: -12px; right: clamp(1.75rem, 2.5vw, 2.25rem); background: #FF243C; color: #fff; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 0.8rem; border-radius: 999px; }
.bundle-card__eyebrow { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 11px; letter-spacing: 0.10em; text-transform: uppercase; color: #FF243C; margin-bottom: 0.5rem; }
.bundle-card__name { font-size: clamp(1.6rem, 2.2vw, 2rem); font-weight: 600; margin: 0 0 0.75rem 0; line-height: 1.1; }
.bundle-card__desc { font-size: 0.95rem; line-height: 1.55; color: rgba(15, 13, 11, 0.62); margin: 0 0 1.5rem 0; }
.bundle-card__tag { display: inline-block; padding: 0.3rem 0.7rem; border-radius: 999px; background: rgba(255, 36, 60, 0.10); color: #FF243C; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; }
.bundle-card__price { display: flex; align-items: baseline; gap: 0.4rem; margin-bottom: 0.5rem; }
.bundle-card__price-amount { font-size: clamp(2.5rem, 4vw, 3.25rem); font-weight: 700; line-height: 1; letter-spacing: -0.02em; }
.bundle-card__price-currency { font-size: 1.25rem; font-weight: 500; opacity: 0.7; }
.bundle-card__price-validity { font-size: 0.85rem; opacity: 0.6; margin: 0 0 1.5rem 0; }
.bundle-card__volume { font-size: 0.9rem; line-height: 1.5; padding: 0.85rem 1rem; background: rgba(15, 13, 11, 0.04); border-radius: 12px; margin-bottom: 1rem; }
.bundle-card--featured .bundle-card__volume { background: rgba(245, 242, 234, 0.05); }
.bundle-card__callout { font-size: 0.8rem; line-height: 1.5; padding: 0.75rem 1rem; background: rgba(255, 36, 60, 0.05); border-left: 3px solid #FF243C; border-radius: 8px; margin-bottom: 1.5rem; color: rgba(15, 13, 11, 0.75); }
.bundle-card--featured .bundle-card__callout { background: rgba(255, 36, 60, 0.10); color: rgba(245, 242, 234, 0.85); }
:root[lang="ar"] .bundle-card__callout { border-left: none; border-right: 3px solid #FF243C; }
.bundle-card__features { list-style: none; padding: 0; margin: 0 0 2rem 0; }
.bundle-card__feature { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.55rem 0; font-size: 0.9rem; line-height: 1.5; color: rgba(15, 13, 11, 0.78); border-bottom: 1px solid rgba(15, 13, 11, 0.06); }
.bundle-card__feature:last-child { border-bottom: none; }
.bundle-card__feature .check { color: #FF243C; font-weight: 700; flex-shrink: 0; }
.bundle-card__cta { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.85rem 1.5rem; border-radius: 999px; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; background: #FF243C; color: #fff; border: 1.5px solid #FF243C; transition: transform 0.3s, background 0.3s; margin-top: auto; }
.bundle-card__cta:hover { transform: translateY(-2px); }
.bundle-card--ghost .bundle-card__cta { background: transparent; color: inherit; border-color: currentColor; }
.bundle-card--ghost .bundle-card__cta:hover { background: #FF243C; color: #fff; border-color: #FF243C; }

/* ── CREDIT ALLOCATOR (dark themed) ── */
.allocator { padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem); max-width: 1280px; margin: 0 auto; background: #15120F; color: #F5F2EA; border-radius: 24px; }
.allocator__header { text-align: center; margin-bottom: clamp(2rem, 3vw, 3rem); }
.allocator__header h2 { max-width: 600px; margin: 0.5rem auto 1rem; }
.allocator__header p { color: rgba(245, 242, 234, 0.6); max-width: 540px; margin: 0 auto; font-size: 1.02rem; line-height: 1.55; }

.alloc-tabs { display: flex; gap: 0.5rem; justify-content: center; margin-bottom: 2rem; flex-wrap: wrap; }
.alloc-tab { background: rgba(245, 242, 234, 0.06); border: 1.5px solid transparent; color: #F5F2EA; padding: 0.85rem 1.4rem; border-radius: 999px; font-family: inherit; font-size: 0.95rem; font-weight: 500; cursor: pointer; display: inline-flex; align-items: center; gap: 0.5rem; transition: all 0.3s; }
.alloc-tab span { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.8rem; opacity: 0.6; }
.alloc-tab:hover { background: rgba(245, 242, 234, 0.10); }
.alloc-tab.active { background: #FF243C; border-color: #FF243C; }
.alloc-tab.active span { opacity: 0.9; }

.alloc-budget-wrap { max-width: 720px; margin: 0 auto 2.5rem; }
.alloc-budget-labels { display: flex; justify-content: space-between; margin-bottom: 0.6rem; font-size: 0.9rem; color: rgba(245, 242, 234, 0.7); }
.alloc-budget-labels strong { color: #F5F2EA; font-family: "JetBrains Mono", ui-monospace, monospace; font-weight: 500; }
.alloc-budget-bar { height: 12px; background: rgba(245, 242, 234, 0.08); border-radius: 999px; overflow: hidden; position: relative; }
.alloc-budget-fill { height: 100%; background: linear-gradient(90deg, #FF243C 0%, #FF4D6D 100%); border-radius: 999px; width: 0%; transition: width 0.35s cubic-bezier(.2,.7,.2,1); }
.alloc-budget-fill.over { background: #FFB800; }

.alloc-sliders { max-width: 880px; margin: 0 auto; background: rgba(245, 242, 234, 0.03); border: 1px solid rgba(245, 242, 234, 0.06); border-radius: 16px; padding: 1.25rem 1.5rem; }
.alloc-row { display: grid; grid-template-columns: 1.4fr 1.6fr 0.8fr; align-items: center; gap: 1.25rem; padding: 1rem 0; }
@media (max-width: 720px) { .alloc-row { grid-template-columns: 1fr; gap: 0.6rem; } }
.alloc-divider { border: none; border-top: 1px solid rgba(245, 242, 234, 0.06); margin: 0; }
.alloc-label { font-size: 0.94rem; font-weight: 500; }
.alloc-label small { display: block; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.78rem; color: rgba(245, 242, 234, 0.55); font-weight: 400; margin-top: 0.25rem; }
.alloc-range { width: 100%; -webkit-appearance: none; appearance: none; height: 6px; background: rgba(245, 242, 234, 0.10); border-radius: 999px; outline: none; }
.alloc-range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; background: #FF243C; border-radius: 50%; cursor: pointer; transition: transform 0.2s; }
.alloc-range::-webkit-slider-thumb:hover { transform: scale(1.2); }
.alloc-range::-moz-range-thumb { width: 20px; height: 20px; background: #FF243C; border-radius: 50%; cursor: pointer; border: none; }
.alloc-value { text-align: right; }
:root[lang="ar"] .alloc-value { text-align: left; }
.alloc-usd { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 1.05rem; font-weight: 600; color: #FF243C; }
.alloc-units { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.78rem; color: rgba(245, 242, 234, 0.55); margin-top: 0.2rem; }
.alloc-note { font-size: 0.82rem; color: rgba(245, 242, 234, 0.45); text-align: center; max-width: 600px; margin: 2rem auto 0; line-height: 1.5; }

/* ── COMPARE TABLE ── */
.compare-table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
.compare-table thead th { background: #15120F; color: #F5F2EA; padding: 1.25rem 1rem; text-align: left; font-weight: 600; border-bottom: 2px solid rgba(255, 36, 60, 0.4); }
:root[lang="ar"] .compare-table thead th { text-align: right; }
.compare-table thead th small { display: block; margin-top: 0.2rem; font-weight: 400; opacity: 0.7; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.78rem; }
.compare-table thead th.featured-col { background: #FF243C; }
.compare-table tbody td { padding: 0.85rem 1rem; border-bottom: 1px solid rgba(15, 13, 11, 0.08); color: rgba(15, 13, 11, 0.78); }
.compare-table tbody tr.section-row td { background: rgba(15, 13, 11, 0.04); font-weight: 600; color: #0F0D0B; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.85rem 1rem; }
.compare-table .yes { color: #FF243C; font-weight: 700; }
.compare-table .no { color: rgba(15, 13, 11, 0.3); }
.compare-table .note { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.78rem; color: rgba(15, 13, 11, 0.55); font-style: italic; }
.compare-table-wrap { overflow-x: auto; border-radius: 16px; border: 1px solid rgba(15, 13, 11, 0.08); }

/* ── FEATURES GRID ── */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 1.6vw, 1.5rem); }
@media (max-width: 900px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feat-grid { grid-template-columns: 1fr; } }
.feat-box { padding: 1.75rem; background: #FAF8F2; border: 1px solid rgba(15, 13, 11, 0.08); border-radius: 18px; transition: border-color 0.3s; }
.feat-box:hover { border-color: rgba(255, 36, 60, 0.25); }
.feat-box__icon { width: 44px; height: 44px; color: #FF243C; margin-bottom: 1rem; }
.feat-box__title { font-size: 1.1rem; font-weight: 600; margin: 0 0 0.5rem 0; color: #0F0D0B; }
.feat-box__desc { font-size: 0.92rem; line-height: 1.55; color: rgba(15, 13, 11, 0.62); margin: 0; }

/* ── FAQ ── */
.faq-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: clamp(2rem, 4vw, 4rem); max-width: 1280px; margin: 0 auto; padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem); }
@media (max-width: 900px) { .faq-grid { grid-template-columns: 1fr; } }
.faq-side .cap-overview__kicker { display: block; margin-bottom: 0.75rem; }
.faq-side p { color: rgba(15, 13, 11, 0.62); margin: 1rem 0 1.5rem; line-height: 1.55; }
.faq-contact { display: inline-flex; align-items: center; gap: 0.4rem; color: #FF243C; text-decoration: none; font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 0.85rem; letter-spacing: 0.04em; }
.faq-item { border-bottom: 1px solid rgba(15, 13, 11, 0.10); padding: 1.25rem 0; cursor: pointer; }
.faq-item__q { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item__q h3 { font-size: 1.05rem; font-weight: 500; margin: 0; color: #0F0D0B; }
.faq-item__icon { font-size: 1.5rem; color: #FF243C; transition: transform 0.3s; font-weight: 300; line-height: 1; }
.faq-item.open .faq-item__icon { transform: rotate(45deg); }
.faq-item__a { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(.2,.7,.2,1), padding 0.4s; color: rgba(15, 13, 11, 0.62); font-size: 0.95rem; line-height: 1.6; }
.faq-item.open .faq-item__a { max-height: 400px; padding-top: 1rem; }
.alloc-range:focus-visible{outline:3px solid var(--red);outline-offset:3px;border-radius:999px}
.alloc-range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(255,36,60,0.35)}
.alloc-range:focus-visible::-moz-range-thumb{box-shadow:0 0 0 4px rgba(255,36,60,0.35)}
