:root {
    --bg: #07090f;
    --bg-soft: #0d1018;
    --card: rgba(17, 21, 31, 0.86);
    --card-2: #111621;
    --border: rgba(255, 255, 255, 0.09);
    --border-strong: rgba(139, 92, 246, 0.35);
    --text: #f7f8fb;
    --muted: #9299aa;
    --muted-2: #687082;
    --purple: #865dff;
    --purple-2: #a88cff;
    --green: #38d996;
    --radius: 22px;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    background:
        radial-gradient(circle at 70% 0%, rgba(99, 68, 206, 0.14), transparent 25%),
        var(--bg);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.page-glow {
    position: fixed;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.12;
    pointer-events: none;
    z-index: -1;
}

.glow-one {
    background: #7c4dff;
    top: 80px;
    right: -200px;
}

.glow-two {
    background: #3b82f6;
    bottom: -180px;
    left: -220px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border);
    background: rgba(7, 9, 15, 0.78);
    backdrop-filter: blur(18px);
}

.nav-wrap {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--purple), #5530c7);
    box-shadow: 0 12px 30px rgba(134, 93, 255, 0.25);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.brand-text strong {
    font-size: 18px;
}

.brand-text span {
    color: var(--muted);
    font-size: 11px;
    margin-top: 4px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #bac0cd;
    font-size: 14px;
}

.nav-links a {
    transition: 0.2s ease;
}

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

.nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
    transition: 0.22s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--purple), #7045ec);
    box-shadow: 0 12px 32px rgba(123, 85, 244, 0.22);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 42px rgba(123, 85, 244, 0.32);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.08);
}

.menu-btn {
    width: 46px;
    height: 46px;
    border: 1px solid var(--border);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.04);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.menu-btn span {
    width: 19px;
    height: 2px;
    border-radius: 2px;
    background: white;
}

.hero {
    min-height: 710px;
    display: flex;
    align-items: center;
    padding: 95px 0 85px;
    position: relative;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.07fr 0.93fr;
    gap: 80px;
    align-items: center;
}

.eyebrow,
.section-kicker {
    color: var(--purple-2);
    font-size: 12px;
    letter-spacing: 1.7px;
    font-weight: 900;
    text-transform: uppercase;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 12px;
    border: 1px solid var(--border);
    background: rgba(255,255,255,.03);
    border-radius: 999px;
    margin-bottom: 22px;
}

.live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(56,217,150,.12);
}

.hero h1 {
    font-size: clamp(48px, 5.6vw, 78px);
    line-height: 1.11;
    letter-spacing: -2px;
    max-width: 720px;
}

.hero h1 span {
    color: var(--purple-2);
}

.hero-description {
    max-width: 680px;
    margin-top: 24px;
    font-size: 18px;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hero-trust {
    display: flex;
    gap: 36px;
    margin-top: 42px;
    flex-wrap: wrap;
}

.hero-trust div {
    display: flex;
    flex-direction: column;
}

.hero-trust strong {
    font-size: 18px;
}

.hero-trust span {
    color: var(--muted);
    font-size: 12px;
}

.hero-visual {
    position: relative;
}

.dashboard-card {
    padding: 26px;
    border-radius: 28px;
    border: 1px solid var(--border);
    background:
        linear-gradient(150deg, rgba(25,31,45,.95), rgba(10,13,20,.95));
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.dashboard-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(134,93,255,.2);
    filter: blur(90px);
    top: -100px;
    right: -70px;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.small-label {
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 1.5px;
}

.dashboard-top h3 {
    margin-top: 4px;
    font-size: 23px;
}

.status-badge {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    color: #bcf9dd;
    border: 1px solid rgba(56,217,150,.2);
    background: rgba(56,217,150,.08);
    padding: 7px 10px;
    border-radius: 999px;
}

.status-badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
}

.dashboard-list {
    display: grid;
    gap: 12px;
    position: relative;
}

.dashboard-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    border-radius: 16px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.06);
}

.dash-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255,255,255,.05);
    font-size: 20px;
}

.dash-info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.dash-info strong {
    font-size: 14px;
}

.dash-info span {
    color: var(--muted);
    font-size: 11px;
}

.active-tag {
    color: #9ef0c9;
    font-size: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(56,217,150,.08);
}

.dashboard-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    color: var(--muted);
    font-size: 11px;
}

.dashboard-footer strong {
    color: #fff;
}

.floating-card {
    position: absolute;
    min-width: 150px;
    padding: 12px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 15px;
    border: 1px solid var(--border);
    background: rgba(17,21,31,.92);
    box-shadow: 0 20px 50px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
}

.floating-card > span {
    font-size: 22px;
}

.floating-card div {
    display: flex;
    flex-direction: column;
}

.floating-card strong {
    font-size: 12px;
}

.floating-card small {
    color: var(--muted);
    font-size: 10px;
}

.floating-one {
    top: -26px;
    left: -48px;
}

.floating-two {
    bottom: -28px;
    right: -30px;
}

.brands-strip {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,.015);
}

.brands-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #626a7b;
    font-size: 14px;
    font-weight: 800;
}

.section {
    padding: 105px 0;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 46px;
}

.section-heading h2,
.center-heading h2,
.feature-content h2,
.contact-card h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.25;
}

.section-heading h2 {
    margin-top: 9px;
}

.section-heading > p {
    color: var(--muted);
    max-width: 430px;
}

.bot-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.bot-card {
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: linear-gradient(160deg, rgba(20,25,36,.92), rgba(11,14,21,.95));
    padding: 26px;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    transition: .25s ease;
    position: relative;
    overflow: hidden;
}

.bot-card:hover {
    transform: translateY(-6px);
    border-color: rgba(134,93,255,.38);
    box-shadow: 0 26px 60px rgba(0,0,0,.22);
}

.featured-card {
    border-color: var(--border-strong);
}

.featured-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(134,93,255,.12);
    filter: blur(65px);
    top: -70px;
    left: -50px;
}

.bot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.bot-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    font-size: 25px;
    background: rgba(255,255,255,.045);
    border: 1px solid var(--border);
}

.bot-tag {
    color: #bba8ff;
    background: rgba(134,93,255,.08);
    border: 1px solid rgba(134,93,255,.18);
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 10px;
}

.bot-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.bot-card > p {
    color: var(--muted);
    font-size: 14px;
    min-height: 72px;
}

.bot-features {
    list-style: none;
    display: grid;
    gap: 9px;
    margin: 23px 0;
    color: #c6cad3;
    font-size: 13px;
}

.bot-features li::before {
    content: "✓";
    color: var(--purple-2);
    margin-left: 8px;
    font-weight: 900;
}

.bot-bottom {
    margin-top: auto;
    padding-top: 22px;
    border-top: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.price-block {
    display: flex;
    flex-direction: column;
}

.price-block span {
    font-size: 10px;
    color: var(--muted);
}

.price-block strong {
    font-size: 18px;
}

.card-btn {
    padding: 10px 14px;
    border-radius: 11px;
    background: rgba(134,93,255,.1);
    color: #c8b9ff;
    border: 1px solid rgba(134,93,255,.18);
    font-size: 12px;
    font-weight: 800;
    transition: .2s;
}

.card-btn:hover {
    background: var(--purple);
    color: #fff;
}

.process-section,
.faq-section {
    background: rgba(255,255,255,.012);
    border-top: 1px solid rgba(255,255,255,.035);
    border-bottom: 1px solid rgba(255,255,255,.035);
}

.center-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.center-heading h2 {
    margin-top: 9px;
}

.center-heading p {
    color: var(--muted);
    margin-top: 12px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.process-card {
    position: relative;
    min-height: 245px;
    padding: 28px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--card);
    overflow: hidden;
}

.step-number {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 45px;
    font-weight: 900;
    color: rgba(255,255,255,.035);
}

.process-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(134,93,255,.09);
    margin-bottom: 20px;
    font-size: 23px;
}

.process-card h3 {
    margin-bottom: 9px;
    font-size: 20px;
}

.process-card p {
    color: var(--muted);
    font-size: 14px;
}

.feature-layout {
    display: grid;
    grid-template-columns: 1fr .85fr;
    gap: 75px;
    align-items: center;
}

.feature-content h2 {
    margin-top: 9px;
    max-width: 670px;
}

.feature-content > p {
    color: var(--muted);
    margin-top: 18px;
    max-width: 650px;
}

.feature-list {
    display: grid;
    gap: 15px;
    margin-top: 34px;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,.06);
    background: rgba(255,255,255,.025);
}

.feature-icon {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(134,93,255,.08);
}

.feature-row > div:last-child {
    display: flex;
    flex-direction: column;
}

.feature-row strong {
    font-size: 14px;
}

.feature-row span {
    color: var(--muted);
    font-size: 12px;
}

.feature-visual {
    padding: 28px;
    border-radius: 26px;
    border: 1px solid var(--border);
    background:
        radial-gradient(circle at 70% 20%, rgba(134,93,255,.14), transparent 38%),
        rgba(255,255,255,.018);
}

.metric-card {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 22px;
    background: rgba(10,13,20,.86);
}

.metric-card span {
    color: var(--muted);
    font-size: 11px;
}

.metric-card strong {
    display: block;
    margin-top: 7px;
    font-size: 18px;
}

.metric-line {
    height: 8px;
    background: rgba(255,255,255,.05);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 24px;
}

.metric-line div {
    width: 94%;
    height: 100%;
    background: linear-gradient(90deg, var(--purple), var(--green));
}

.mini-metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 14px;
}

.faq-list {
    max-width: 850px;
    margin: auto;
    display: grid;
    gap: 12px;
}

details {
    border: 1px solid var(--border);
    border-radius: 15px;
    background: rgba(255,255,255,.025);
    padding: 18px 20px;
}

summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

summary::-webkit-details-marker {
    display: none;
}

details p {
    color: var(--muted);
    font-size: 14px;
    padding-top: 13px;
}

.contact-card {
    border: 1px solid var(--border-strong);
    border-radius: 28px;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background:
        radial-gradient(circle at 15% 50%, rgba(134,93,255,.15), transparent 35%),
        linear-gradient(145deg, #141824, #0b0e15);
}

.contact-card h2 {
    margin-top: 8px;
    max-width: 720px;
}

.contact-card p {
    color: var(--muted);
    margin-top: 12px;
}

.discord-btn {
    white-space: nowrap;
    min-width: 150px;
}

.footer {
    border-top: 1px solid var(--border);
    padding: 38px 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 35px;
}

.footer-brand strong {
    font-size: 18px;
}

.footer-brand p,
.footer-copy {
    color: var(--muted);
    font-size: 12px;
}

.footer-links {
    display: flex;
    gap: 20px;
    color: #aeb4c0;
    font-size: 12px;
}

@media (max-width: 1000px) {
    .nav-links {
        position: fixed;
        top: 78px;
        right: 20px;
        left: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border: 1px solid var(--border);
        border-radius: 18px;
        background: rgba(10,13,20,.98);
        box-shadow: var(--shadow);
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        padding: 13px 14px;
        border-radius: 10px;
    }

    .nav-links a:hover {
        background: rgba(255,255,255,.04);
    }

    .menu-btn {
        display: flex;
    }

    .desktop-cta {
        display: none;
    }

    .hero-grid,
    .feature-layout {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: unset;
    }

    .hero-visual {
        max-width: 620px;
        width: 100%;
        margin-inline: auto;
    }

    .bot-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-layout {
        gap: 45px;
    }
}

@media (max-width: 760px) {
    .container {
        width: min(100% - 26px, 1180px);
    }

    .hero {
        padding: 70px 0 65px;
    }

    .hero h1 {
        font-size: 46px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 16px;
    }

    .floating-card {
        display: none;
    }

    .brands-inner {
        overflow-x: auto;
        justify-content: flex-start;
        gap: 34px;
        white-space: nowrap;
    }

    .section {
        padding: 75px 0;
    }

    .section-heading {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 32px;
    }

    .bot-grid,
    .process-grid {
        grid-template-columns: 1fr;
    }

    .bot-card {
        min-height: 390px;
    }

    .contact-card {
        padding: 30px 24px;
        flex-direction: column;
        align-items: stretch;
    }

    .discord-btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-links {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 520px) {
    .brand-text span {
        display: none;
    }

    .hero h1 {
        font-size: 39px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-trust {
        gap: 22px;
    }

    .dashboard-card {
        padding: 18px;
    }

    .dashboard-item {
        padding: 12px;
    }

    .active-tag {
        display: none;
    }

    .mini-metrics {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .center-heading h2,
    .feature-content h2,
    .contact-card h2 {
        font-size: 32px;
    }
}

/* ===== 3KASH STORE LOGO ===== */

.brand-mark {
    width: 58px;
    height: 58px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 16px;
    box-shadow: none;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 520px) {
    .brand-mark {
        width: 50px;
        height: 50px;
    }
}

/* ===== LOGO SIZE FIX ===== */
.brand-mark {
    width: 82px !important;
    height: 70px !important;
    overflow: visible !important;
    flex-shrink: 0;
}

.brand-mark img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    transform: scale(1.18);
}

@media (max-width: 768px) {
    .brand-mark {
        width: 68px !important;
        height: 58px !important;
    }
}

/* ===== BOT PRODUCT IMAGES ===== */

.bot-image {
    width: 100%;
    height: 190px;
    margin-bottom: 22px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    background: #090c13;
    position: relative;
}

.bot-image::after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 45px rgba(0,0,0,.18);
    pointer-events: none;
}

.bot-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.bot-card:hover .bot-image img {
    transform: scale(1.035);
}

.bot-top {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .bot-image {
        height: 220px;
    }
}

@media (max-width: 520px) {
    .bot-image {
        height: 190px;
    }
}

/* ===== SMALLER BOT IMAGES ===== */

.bot-image {
    width: 82% !important;
    height: 145px !important;
    margin: 0 auto 18px !important;
    border-radius: 16px !important;
}

.bot-image img {
    object-fit: cover !important;
}

@media (max-width: 760px) {
    .bot-image {
        width: 88% !important;
        height: 155px !important;
    }
}

@media (max-width: 520px) {
    .bot-image {
        width: 92% !important;
        height: 145px !important;
    }
}

/* ===== BOT IMAGE FULL VIEW FIX ===== */

.bot-image {
    width: 68% !important;
    height: 125px !important;
    margin: 0 auto 18px !important;
    border-radius: 14px !important;
    background: transparent !important;
    border: none !important;
    overflow: visible !important;
}

.bot-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}

.bot-card:hover .bot-image img {
    transform: scale(1.02) !important;
}

@media (max-width: 760px) {
    .bot-image {
        width: 72% !important;
        height: 135px !important;
    }
}

@media (max-width: 520px) {
    .bot-image {
        width: 78% !important;
        height: 125px !important;
    }
}

/* ===== BOT IMAGE MEDIUM SIZE ===== */

.bot-image {
    width: 78% !important;
    height: 165px !important;
    margin: 0 auto 20px !important;
}

.bot-image img {
    object-fit: contain !important;
    object-position: center !important;
}

@media (max-width: 760px) {
    .bot-image {
        width: 82% !important;
        height: 175px !important;
    }
}

@media (max-width: 520px) {
    .bot-image {
        width: 86% !important;
        height: 160px !important;
    }
}

/* ===== BOT IMAGE FILL TUNING ===== */

.bot-image {
    width: 88% !important;
    height: 185px !important;
    margin: 0 auto 18px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
}

.bot-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: scale(1.18) !important;
}

.bot-card:hover .bot-image img {
    transform: scale(1.22) !important;
}

@media (max-width: 760px) {
    .bot-image {
        width: 90% !important;
        height: 190px !important;
    }
}

@media (max-width: 520px) {
    .bot-image {
        width: 92% !important;
        height: 175px !important;
    }
}

/* ===== BOT IMAGE FINAL FIX ===== */

.bot-image {
    width: 92% !important;
    height: 205px !important;
    margin: 0 auto 20px !important;
    overflow: visible !important;
    border-radius: 16px !important;
    background: transparent !important;
    border: none !important;
}

.bot-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
}

.bot-card:hover .bot-image img {
    transform: none !important;
}

@media (max-width: 760px) {
    .bot-image {
        width: 94% !important;
        height: 210px !important;
    }
}

@media (max-width: 520px) {
    .bot-image {
        width: 96% !important;
        height: 190px !important;
    }
}

/* ===== SUBSCRIPTION FLOW NOTE ===== */

.subscription-note {
    max-width: 880px;
    margin: 30px auto 0;
    padding: 20px 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid rgba(134,93,255,.22);
    border-radius: 18px;
    background: rgba(134,93,255,.055);
}

.subscription-note-icon {
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(134,93,255,.12);
    font-size: 21px;
}

.subscription-note strong {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
}

.subscription-note p {
    color: var(--muted);
    font-size: 13px;
    margin: 0;
}

@media (max-width: 600px) {
    .subscription-note {
        flex-direction: column;
    }
}

/* ===== FAQ FOCUS FIX ===== */

.faq-list summary,
.faq-list summary:focus,
.faq-list summary:focus-visible,
.faq-list details:focus,
.faq-list details:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.faq-list summary {
    border: none !important;
}

/* ===== FLOATING CARDS POSITION FIX ===== */

.hero-visual {
    padding: 22px 18px 22px 18px;
}

.floating-card {
    position: absolute !important;
    z-index: 5;
}

.floating-one {
    top: 18px !important;
    left: 18px !important;
}

.floating-two {
    right: 18px !important;
    bottom: 18px !important;
}

.dashboard-card {
    padding-top: 74px !important;
    padding-bottom: 72px !important;
}

@media (max-width: 1000px) {
    .floating-one {
        top: 14px !important;
        left: 14px !important;
    }

    .floating-two {
        right: 14px !important;
        bottom: 14px !important;
    }
}

@media (max-width: 760px) {
    .floating-card {
        display: none !important;
    }

    .dashboard-card {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
    }
}

/* ===== FLOATING CARDS FINAL TUNE ===== */

.floating-one {
    top: 34px !important;
    left: 28px !important;
}

.floating-two {
    right: 28px !important;
    bottom: 34px !important;
}

.dashboard-card {
    padding-top: 82px !important;
    padding-bottom: 84px !important;
}

@media (max-width: 1000px) {
    .floating-one {
        top: 28px !important;
        left: 24px !important;
    }

    .floating-two {
        right: 24px !important;
        bottom: 28px !important;
    }
}

/* ===== DYNAMIC PRODUCTS ===== */

.products-loading {
    grid-column: 1 / -1;
    min-height: 180px;
    display: grid;
    place-items: center;
    text-align: center;
    color: var(--muted);
    border: 1px solid var(--border);
    border-radius: 20px;
    background: rgba(255,255,255,.02);
}

.products-error {
    color: #ff9b9b;
    border-color: rgba(255,80,80,.18);
    background: rgba(255,80,80,.035);
}
