/* Minimal layout scaffolding – adjust to match myBexX styles */
body {
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: #111827;
    background: #f9fafb;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    position: sticky;
    top: 0;
    z-index: 20;
    backdrop-filter: blur(12px);
    background: rgba(249, 250, 251, 0.9);
    border-bottom: 1px solid rgba(148, 163, 184, 0.3);
}

.nav {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0.9rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-left {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-mark {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #f9fafb, #6d28d9);
    box-shadow: 0 0 22px rgba(88, 28, 135, 0.3);
}

.brand-text-main {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.brand-text-sub {
    font-size: 0.75rem;
    color: #6b7280;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 0.9rem;
}

.nav-links a {
    text-decoration: none;
    color: #4b5563;
}

.nav-links a:hover {
    color: #111827;
}

.nav-cta {
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    border: 1px solid #4c1d95;
    background: linear-gradient(135deg, #4c1d95, #6366f1);
    color: #f9fafb;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.85rem;
}

main {
    flex: 1;
}

.hero {
    max-width: 1040px;
    margin: 0 auto;
    padding: 3.5rem 1.25rem 2.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);
    gap: 3rem;
    align-items: center;
}

@media (max-width: 840px) {
    .hero {
grid-template-columns: minmax(0, 1fr);
padding-top: 2.5rem;
    }
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: rgba(76, 29, 149, 0.06);
    color: #4c1d95;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.9rem;
}

.hero-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
}

.hero-title {
    font-size: 2.3rem;
    line-height: 1.15;
    margin-bottom: 0.9rem;
}

.hero-title span.highlight {
    background: linear-gradient(90deg, #4c1d95, #6366f1, #fbbf24);
    -webkit-background-clip: text;
    color: transparent;
}

.hero-subtitle {
    color: #4b5563;
    font-size: 0.98rem;
    max-width: 30rem;
    margin-bottom: 1.4rem;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.8rem;
    color: #6b7280;
    margin-bottom: 1.4rem;
}

.hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hero-meta-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fbbf24;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.btn-primary {
    padding: 0.8rem 1.4rem;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #4c1d95, #6366f1);
    color: #f9fafb;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
}

.btn-secondary {
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: white;
    color: #374151;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
}

.hero-note {
    font-size: 0.75rem;
    color: #9ca3af;
    margin-top: 0.3rem;
}

.hero-panel {
    position: relative;
    border-radius: 1.5rem;
    padding: 1.4rem;
    background: radial-gradient(circle at 0% 0%, #ffffff, #111827);
    box-shadow: 0 20px 32px rgba(15, 23, 42, 0.55);
    color: #e5e7eb;
    overflow: hidden;
}

.hero-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    color: #d1d5db;
}

.hero-panel-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    font-size: 0.7rem;
}

.hero-badge {
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(148, 163, 184, 0.4);
}

.hero-panel-main {
    border-radius: 1rem;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(55, 65, 81, 0.9);
    padding: 1rem;
    font-size: 0.8rem;
}

.hero-panel-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0.75rem;
}

@media (max-width: 600px) {
    .hero-panel-grid {
grid-template-columns: 1fr;
    }
}

.hero-panel-section-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-bottom: 0.4rem;
}

.hero-panel-list {
    list-style: none;
    padding: 0;
    margin: 0.2rem 0 0;
}

.hero-panel-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.hero-panel-list li span.dot {
    margin-top: 0.35rem;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #22c55e;
}

.hero-panel-ai {
    margin-top: 0.75rem;
    padding-top: 0.7rem;
    border-top: 1px dashed rgba(75, 85, 99, 0.8);
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.hero-panel-ai-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, #fbbf24, #4c1d95);
    box-shadow: 0 0 18px rgba(129, 140, 248, 0.9);
}

.hero-panel-ai-text-title {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.hero-panel-ai-text-sub {
    font-size: 0.75rem;
    color: #9ca3af;
}

.section {
    max-width: 1040px;
    margin: 0 auto;
    padding: 2.25rem 1.25rem 0;
}

.section h2 {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
}

.section p {
    font-size: 0.9rem;
    color: #4b5563;
    max-width: 40rem;
}

.features-grid {
    margin-top: 1.3rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 840px) {
    .features-grid {
grid-template-columns: 1fr;
    }
}

.feature-card {
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.6);
    background: white;
    padding: 1rem;
    font-size: 0.85rem;
}

.feature-title {
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.feature-tagline {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #9ca3af;
    margin-bottom: 0.35rem;
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-top: 0.4rem;
}

.pill {
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(209, 213, 219, 0.9);
}

.section-inline {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 1.4rem;
    margin-top: 1.5rem;
}

@media (max-width: 840px) {
    .section-inline {
grid-template-columns: 1fr;
    }
}

.section-box {
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.7);
    background: white;
    font-size: 0.85rem;
}

footer {
    margin-top: 2.75rem;
    padding: 1.5rem 1.25rem 2.25rem;
    background: #020617;
    color: #9ca3af;
}

.footer-inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
    font-size: 0.8rem;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
}

.footer-links a:hover {
    color: #e5e7eb;
}

/* BLACK FRIDAY SECTION */
.bf-section {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-top: 2.25rem;
    padding-bottom: 2.5rem;
    border-radius: 1.5rem;
    background: radial-gradient(circle at top left, #1f2937, #020617 60%, #111827 100%);
    color: #e5e7eb;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.7);
}

@media (max-width: 640px) {
    .bf-section {
padding-left: 1.1rem;
padding-right: 1.1rem;
    }
}

.bf-header {
    max-width: 40rem;
}

.bf-header h2 {
    font-size: 1.35rem;
    margin: 0.7rem 0 0.45rem;
    color: #f9fafb;
}

.bf-header p {
    font-size: 0.9rem;
    color: #d1d5db;
}

.bf-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.22rem 0.75rem;
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.7);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #e5e7eb;
}

.bf-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fbbf24;
}

/* Countdown */
.bf-countdown {
    margin-top: 0.9rem;
    padding: 0.7rem 0.9rem;
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.7);
    border: 1px dashed rgba(148, 163, 184, 0.7);
    display: inline-flex;
    flex-direction: column;
    gap: 0.15rem;
}

.bf-countdown-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9ca3af;
}

.bf-countdown-timer {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f9fafb;
}

/* Grid of deals */
.bf-grid {
    margin-top: 1.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

@media (max-width: 980px) {
    .bf-grid {
grid-template-columns: 1fr;
    }
}

.bf-card {
    position: relative;
    border-radius: 1.1rem;
    padding: 1.1rem 1.1rem 1rem;
    border: 1px solid rgba(148, 163, 184, 0.65);
    background: radial-gradient(circle at top, rgba(17,24,39,0.9), rgba(15,23,42,0.95));
    font-size: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.bf-card-featured {
    border-width: 1.5px;
    border-color: rgba(129, 140, 248, 0.9);
    box-shadow: 0 0 32px rgba(129, 140, 248, 0.45);
}

.bf-card-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.14rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.7);
    color: #e5e7eb;
    align-self: flex-start;
}

.bf-card h3 {
    margin: 0.45rem 0 0.15rem;
    font-size: 1rem;
    color: #f9fafb;
}

.bf-card-sub {
    margin: 0;
    color: #d1d5db;
    font-size: 0.84rem;
}

/* List */
.bf-list {
    list-style: none;
    padding: 0;
    margin: 0.3rem 0 0;
}

.bf-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    margin-bottom: 0.28rem;
    font-size: 0.82rem;
}

.bf-list li .dot {
    margin-top: 0.32rem;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #22c55e;
}

/* Pricing row */
.bf-price-row {
    margin-top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
}

.bf-price {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
}

.bf-price-main {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fbbf24;
}

.bf-price-note {
    font-size: 0.75rem;
    color: #9ca3af;
}

.bf-price-old {
    font-size: 0.78rem;
    text-decoration: line-through;
    color: #6b7280;
    margin-top: 0.1rem;
}

.bf-badge-savings {
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(34, 197, 94, 0.15);
    color: #bbf7d0;
    font-size: 0.75rem;
    border: 1px solid rgba(34, 197, 94, 0.7);
}

/* Buttons in cards */
.bf-btn-wide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 0.6rem;
}

.bf-small-note {
    margin-top: 0.4rem;
    font-size: 0.76rem;
    color: #9ca3af;
}

/* Lead capture */
.bf-lead-wrap {
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px dashed rgba(148, 163, 184, 0.7);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
    gap: 1.4rem;
    align-items: flex-start;
}

@media (max-width: 840px) {
    .bf-lead-wrap {
grid-template-columns: 1fr;
    }
}

.bf-lead-text h3 {
    margin: 0 0 0.4rem;
    font-size: 1rem;
    color: #f9fafb;
}

.bf-lead-text p {
    margin: 0;
    font-size: 0.85rem;
    color: #d1d5db;
}

.bf-lead-form {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    max-width: 460px;
    width: 100%;
    margin-left: auto;
}

@media (max-width: 840px) {
    .bf-lead-form {
margin-left: 0;
    }
}

.bf-lead-fields {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.bf-input {
    width: 100%;
    border-radius: 0.7rem;
    border: 1px solid rgba(148, 163, 184, 0.9);
    background: rgba(15, 23, 42, 0.9);
    padding: 0.55rem 0.7rem;
    font-size: 0.82rem;
    color: #e5e7eb;
    outline: none;
    box-sizing: border-box;
}

.bf-input::placeholder {
    color: #6b7280;
}

.bf-input:focus {
    border-color: rgba(129, 140, 248, 0.9);
    box-shadow: 0 0 0 1px rgba(129, 140, 248, 0.7);
}

.bf-input-textarea {
    min-height: 70px;
    resize: vertical;
}

/* Honeypot field hidden from humans, visible to bots */
.bf-honeypot {
    position: absolute;
    left: -10000px;
    opacity: 0;
    pointer-events: none;
}

.bf-lead-btn {
    align-self: flex-start;
    font-size: 0.9rem;
    padding-inline: 1.6rem;
    margin-top: 0.2rem;
}

/* Footer note */
.bf-footer-note {
    margin-top: 1.8rem;
    font-size: 0.78rem;
    color: #9ca3af;
}