:root {
            --black: #111216;
            --black-2: #191b20;
            --white: #ffffff;
            --bg: #f4f3ef;
            --text: #17181c;
            --muted: #74767d;
            --line: #dededb;
            --purple: #625df0;
            --purple-dark: #504bd2;
            --purple-light: #ebeaff;
            --lime: #d9f26a;
            --orange: #ffb66b;
            --blue: #8dc9ff;
            --pink: #f0a4cf;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            background: var(--bg);
            color: var(--text);
            font-family:
                Inter,
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                Roboto,
                Helvetica,
                Arial,
                sans-serif;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden;
        }

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

        button,
        input {
            font: inherit;
        }

        .q-container {
            width: min(1240px, calc(100% - 40px));
            margin: 0 auto;
        }


        /* ==========================================================
           HEADER
        ========================================================== */

        .q-header {
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(244, 243, 239, .9);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(17, 18, 22, .07);
        }

        .q-header-inner {
            min-height: 76px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 25px;
        }

        .q-logo {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            flex-shrink: 0;
            font-size: 21px;
            font-weight: 850;
            letter-spacing: -.05em;
        }

        .q-logo-mark {
            width: 35px;
            height: 35px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            background: var(--bs-primary);
            color: #fff;
            font-size: 16px;
        }

        .q-nav {
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .q-nav-link {
            padding: 9px 12px;
            border-radius: 9px;
            color: #64666c;
            font-size: 13px;
            font-weight: 650;
        }

        .q-nav-link:hover {
            background: #e9e8e4;
            color: var(--text);
        }

        .q-nav-button {
            margin-left: 8px;
            padding: 11px 16px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border-radius: 11px;
            background: var(--black);
            color: #fff;
            font-size: 13px;
            font-weight: 750;
        }

        .q-nav-button:hover {
            background: #2a2c31;
            color: #fff;
        }


        /* ==========================================================
           CATEGORY HERO
        ========================================================== */

        .q-cat-hero {
            padding: 88px 0 85px;
        }

        .q-cat-hero-grid {
            display: grid;
            grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
            gap: 70px;
            align-items: center;
        }

        .q-cat-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 24px;
            color: var(--purple-dark);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        .q-cat-eyebrow-line {
            width: 28px;
            height: 2px;
            background: var(--purple);
        }

        .q-cat-hero h1 {
            max-width: 780px;
            margin: 0;
            font-size: clamp(46px, 6vw, 76px);
            line-height: .98;
            letter-spacing: -.065em;
            font-weight: 850;
        }

        .q-cat-hero h1 strong {
            color: var(--purple);
            font-weight: inherit;
        }

        .q-cat-lead {
            max-width: 650px;
            margin: 27px 0 0;
            color: var(--muted);
            font-size: 17px;
            line-height: 1.65;
        }

        .q-cat-meta {
            margin-top: 28px;
            display: flex;
            align-items: center;
            gap: 11px;
            color: #8b8d93;
            font-size: 12px;
        }

        .q-cat-meta i {
            color: var(--purple);
        }

        .q-cat-meta-dot {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #b8b9bc;
        }




        /* ==========================================================
           HERO ART
        ========================================================== */

        .q-cat-art {
            position: relative;
        }

        .q-cat-art-card {
            position: relative;
            min-height: 500px;
            padding: 24px;
            overflow: hidden;
            border-radius: 31px;
            background: var(--black);
        }

        .q-cat-art-card::before {
            content: "";
            position: absolute;
            width: 240px;
            height: 240px;
            right: -150px;
            top: -150px;
            border-radius: 50%;
            background: var(--purple);
        }

        .q-cat-art-card::after {
            content: "";
            position: absolute;
            width: 150px;
            height: 150px;
            left: -100px;
            bottom: -100px;
            border-radius: 50%;
            background: var(--lime);
        }

        .q-cat-art-inner {
            position: relative;
            z-index: 3;
            min-height: 452px;
            height: 100%;
            padding: 23px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            background: rgba(255,255,255,.065);
            border: 1px solid rgba(255,255,255,.1);
            border-radius: 22px;
        }

        .q-cat-art-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .q-cat-art-label {
            color: #a7a9b0;
            font-size: 10px;
            font-weight: 800;
            letter-spacing: .13em;
        }

        .q-cat-art-counter {
            padding: 7px 10px;
            border-radius: 999px;
            background: rgba(255,255,255,.08);
            color: #c6c8ce;
            font-size: 10px;
        }

        .q-cat-art-center {
            padding: 30px 0;
        }

        .q-cat-art-icon {
            width: 58px;
            height: 58px;
            margin-bottom: 25px;
            display: grid;
            place-items: center;
            border-radius: 16px;
            background: var(--lime);
            color: var(--black);
            font-size: 24px;
        }

        .q-cat-art-title {
            max-width: 390px;
            color: #fff;
            font-size: clamp(35px, 4vw, 51px);
            line-height: .98;
            letter-spacing: -.06em;
            font-weight: 850;
        }

        .q-cat-art-title span {
            color: var(--lime);
        }

        .q-cat-art-description {
            max-width: 340px;
            margin: 18px 0 0;
            color: #999ca5;
            font-size: 13px;
            line-height: 1.6;
        }

        .q-cat-art-bottom {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 9px;
        }

        .q-cat-art-chip {
            min-width: 0;
            padding: 14px;
            border-radius: 12px;
            background: rgba(255,255,255,.075);
        }

        .q-cat-art-chip-icon {
            margin-bottom: 12px;
            color: #fff;
            font-size: 17px;
        }

        .q-cat-art-chip-title {
            color: #c4c6cc;
            font-size: 10px;
            line-height: 1.35;
        }


        /* ==========================================================
           INTRO
        ========================================================== */

        .q-cat-intro {
            padding: 25px 0 75px;
        }

        .q-cat-intro-grid {
            display: grid;
            grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
            gap: 80px;
            align-items: end;
        }

        .q-section-kicker {
            margin-bottom: 13px;
            color: var(--purple);
            font-size: 11px;
            font-weight: 850;
            letter-spacing: .13em;
            text-transform: uppercase;
        }

        .q-cat-intro-title {
            max-width: 620px;
            margin: 0;
            font-size: clamp(34px, 4.5vw, 55px);
            line-height: 1.02;
            letter-spacing: -.06em;
            font-weight: 850;
        }

        .q-cat-intro-text {
            max-width: 520px;
            margin: 0;
            color: var(--muted);
            font-size: 16px;
            line-height: 1.7;
        }

        .q-cat-search {
            width: min(100%, 700px);
            min-height: 62px;
            margin-top: 40px;
            padding: 7px 8px 7px 19px;
            display: flex;
            align-items: center;
            gap: 11px;
            background: #fff;
            border: 1px solid #deddd9;
            border-radius: 16px;
            box-shadow: 0 16px 42px rgba(20, 21, 25, .07);
        }

        .q-cat-search i {
            flex-shrink: 0;
            color: #888a91;
            font-size: 19px;
        }

        .q-cat-search input {
            min-width: 0;
            flex: 1;
            border: 0;
            outline: 0;
            background: transparent;
            color: var(--text);
            font-size: 14px;
        }

        .q-cat-search input::placeholder {
            color: #999ba1;
        }

        .q-cat-search button {
            width: 49px;
            height: 49px;
            flex-shrink: 0;
            display: grid;
            place-items: center;
            border: 0;
            border-radius: 12px;
            background: var(--black);
            color: #fff;
        }


        /* ==========================================================
           GROUPS
        ========================================================== */

        .q-groups {
            padding: 25px 0 110px;
        }

        .q-group {
            padding: 70px 0;
        }

        .q-group:first-child {
            padding-top: 0;
        }

        .q-group + .q-group {
            border-top: 1px solid var(--line);
        }

        .q-group-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    align-items: start;
    margin-bottom: 32px;
}

        .q-group-number {
            color: var(--purple);
            font-size: 11px;
            font-weight: 850;
            letter-spacing: .08em;
            padding-top: 5px;
        }

        .q-group-title {
            margin: 0;
            font-size: clamp(30px, 3.5vw, 44px);
            line-height: 1;
            letter-spacing: -.055em;
            font-weight: 850;
        }

        .q-group-description {
            max-width: 650px;
            margin: 13px 0 0;
            color: var(--muted);
            font-size: 14px;
            line-height: 1.65;
        }

        .q-group-count {
            min-width: 42px;
            height: 42px;
            padding: 0 11px;
            display: grid;
            place-items: center;
            border-radius: 11px;
            background: var(--purple-light);
            color: var(--purple-dark);
            font-size: 11px;
            font-weight: 800;
        }


        /* ==========================================================
           TOOLS
        ========================================================== */

        .q-tools-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 11px;
        }

        .q-tool {
            min-width: 0;
            min-height: 245px;
            padding: 21px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border: 1px solid var(--line);
            border-radius: 17px;
            background: #fff;
            transition:
                transform .2s ease,
                border-color .2s ease,
                box-shadow .2s ease;
        }

        .q-tool:hover {
            transform: translateY(-4px);
            border-color: #c9c7f5;
            box-shadow: 0 18px 42px rgba(20,21,25,.08);
        }

        .q-tool-top {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 15px;
        }

        .q-tool-icon {
            width: 43px;
            height: 43px;
            display: grid;
            place-items: center;
            border-radius: 12px;
            background: var(--purple-light);
            color: var(--purple);
            font-size: 18px;
        }

        .q-tool:nth-child(5n + 2) .q-tool-icon {
            background: #fff0df;
            color: #d88432;
        }

        .q-tool:nth-child(5n + 3) .q-tool-icon {
            background: #e7f4ff;
            color: #5597d1;
        }

        .q-tool:nth-child(5n + 4) .q-tool-icon {
            background: #fae8f3;
            color: #b65d91;
        }

        .q-tool-arrow {
            color: #a0a1a6;
            font-size: 17px;
            transition: color .2s ease, transform .2s ease;
        }

        .q-tool:hover .q-tool-arrow {
            color: var(--purple);
            transform: translate(2px, -2px);
        }

        .q-tool-body {
            margin-top: 25px;
        }

        .q-tool-title {
            margin: 0;
            color: var(--text);
            font-size: 17px;
            line-height: 1.18;
            letter-spacing: -.025em;
            font-weight: 800;
        }

        .q-tool-description {
            margin: 9px 0 0;
            color: var(--muted);
            font-size: 12px;
            line-height: 1.6;
        }

        .q-tool-bottom {
            margin-top: 22px;
            padding-top: 14px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 10px;
            border-top: 1px solid #ececea;
            color: #85868b;
            font-size: 10px;
            font-weight: 700;
        }

        .q-tool-bottom i {
            color: var(--purple);
            font-size: 13px;
        }


        /* ==========================================================
           CATEGORY DESCRIPTION
        ========================================================== */

        .q-category-content {
            padding: 105px 0;
            background: #fff;
            border-top: 1px solid var(--line);
        }

        .q-category-content-grid {
            display: grid;
            grid-template-columns: .75fr 1.25fr;
            gap: 90px;
            align-items: start;
        }

        .q-category-content-title {
            max-width: 500px;
            margin: 0;
            font-size: clamp(36px, 4.5vw, 55px);
            line-height: 1;
            letter-spacing: -.06em;
            font-weight: 850;
        }

        .q-category-content-text {
            max-width: 680px;
            color: #65676e;
            font-size: 14px;
            line-height: 1.8;
        }

        .q-category-content-text p {
            margin: 0 0 18px;
        }

        .q-category-content-text h2,
        .q-category-content-text h3 {
            margin: 30px 0 12px;
            color: var(--text);
            letter-spacing: -.035em;
        }

        .q-category-content-text h2:first-child,
        .q-category-content-text h3:first-child {
            margin-top: 0;
        }

        .q-category-content-text ul,
        .q-category-content-text ol {
            padding-left: 22px;
        }

        .q-category-content-text li {
            margin-bottom: 7px;
        }


        /* ==========================================================
           FAQ
        ========================================================== */

        .q-faq {
            padding: 105px 0;
        }

        .q-faq-grid {
            display: grid;
            grid-template-columns: .7fr 1.3fr;
            gap: 90px;
        }

        .q-faq-title {
            margin: 0;
            font-size: clamp(37px, 4.5vw, 55px);
            line-height: 1;
            letter-spacing: -.06em;
            font-weight: 850;
        }

        .q-faq-description {
            max-width: 350px;
            margin: 17px 0 0;
            color: var(--muted);
            font-size: 14px;
            line-height: 1.65;
        }

        .q-faq-list {
            border-top: 1px solid var(--line);
        }

        .q-faq-item {
            border-bottom: 1px solid var(--line);
        }

        .q-faq-button {
            width: 100%;
            padding: 22px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 25px;
            border: 0;
            background: transparent;
            color: var(--text);
            text-align: left;
            font-size: 15px;
            font-weight: 750;
        }

        .q-faq-button i {
            flex-shrink: 0;
            color: #888a90;
            transition: transform .2s ease;
        }

        .q-faq-button[aria-expanded="true"] i {
            transform: rotate(45deg);
        }

        .q-faq-answer {
            padding: 0 50px 23px 0;
            color: var(--muted);
            font-size: 13px;
            line-height: 1.7;
        }


        /* ==========================================================
           CTA
        ========================================================== */

        .q-cta {
            padding: 30px 0 80px;
        }

        .q-cta-box {
            position: relative;
            overflow: hidden;
            padding: 70px;
            border-radius: 28px;
            background: var(--lime);
            color: var(--black);
        }

        .q-cta-box::before {
            content: "";
            position: absolute;
            width: 420px;
            height: 420px;
            right: -170px;
            top: -260px;
            border-radius: 50%;
            background: rgba(98,93,240,.2);
        }

        .q-cta-box::after {
            content: "";
            position: absolute;
            width: 250px;
            height: 250px;
            right: 180px;
            bottom: -210px;
            border-radius: 50%;
            background: rgba(255,255,255,.28);
        }

        .q-cta-content {
            position: relative;
            z-index: 2;
            max-width: 760px;
        }

        .q-cta-title {
            margin: 0;
            font-size: clamp(38px, 5vw, 61px);
            line-height: .98;
            letter-spacing: -.065em;
            font-weight: 850;
        }

        .q-cta-text {
            max-width: 570px;
            margin: 18px 0 28px;
            color: rgba(17,18,22,.62);
            font-size: 15px;
            line-height: 1.65;
        }

        .q-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 13px 18px;
            border-radius: 11px;
            background: var(--black);
            color: #fff;
            font-size: 13px;
            font-weight: 750;
        }

        .q-cta-button:hover {
            background: #292b30;
            color: #fff;
        }


        /* ==========================================================
           FOOTER
        ========================================================== */

        .q-footer{
    padding:65px 0 28px;
    background:var(--black);
    color:#fff
}

        .q-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, .6fr);
    gap: 80px;
    padding-bottom: 48px;
}

        .q-footer-description {
            max-width: 300px;
            margin: 15px 0 0;
            color: #85878d;
            font-size: 12px;
            line-height: 1.65;
        }

        .q-footer-heading {
            margin: 0 0 14px;
            font-size: 11px;
            font-weight: 850;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

        .q-footer-links {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .q-footer-link {
            color: #777980;
            font-size: 12px;
        }

        .q-footer-link:hover {
            color: var(--text);
        }

        .q-footer-bottom {
            padding-top: 23px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            border-top: 1px solid var(--line);
            color: #999ba0;
            font-size: 10px;
        }


        /* ==========================================================
           RESPONSIVE
        ========================================================== */

        @media (max-width: 1100px) {

            .q-cat-hero-grid {
                grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
                gap: 45px;
            }

            .q-tools-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .q-cat-intro-grid {
                gap: 45px;
            }

            .q-footer-grid {
    grid-template-columns: minmax(0, 1.4fr) minmax(220px, .8fr);
}

        }

        @media (max-width: 900px) {

            .q-nav-link {
                display: none;
            }

            .q-cat-hero {
                padding: 65px 0 75px;
            }

            .q-cat-hero-grid {
                grid-template-columns: 1fr;
            }

            .q-cat-art {
                max-width: 700px;
            }

            .q-cat-intro-grid,
            .q-category-content-grid,
            .q-faq-grid {
                grid-template-columns: 1fr;
                gap: 35px;
            }

            .q-footer-grid {
                grid-template-columns: 1fr 1fr;
            }

        }

        @media (max-width: 600px) {

            .q-container {
                width: min(100% - 28px, 1240px);
            }

            .q-header-inner {
                min-height: 68px;
            }

            .q-nav-button {
                width: 42px;
                height: 42px;
                padding: 0;
                justify-content: center;
            }

            .q-nav-button span {
                display: none;
            }

            .q-cat-hero {
                padding: 50px 0 65px;
            }


            .q-cat-hero h1 {
                font-size: 45px;
            }

            .q-cat-lead {
                font-size: 15px;
            }

            .q-cat-art-card {
                min-height: 430px;
                padding: 14px;
                border-radius: 22px;
            }

            .q-cat-art-inner {
                min-height: 400px;
                padding: 19px;
            }

            .q-cat-art-bottom {
                grid-template-columns: 1fr;
            }

            .q-cat-art-chip {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 11px;
            }

            .q-cat-art-chip-icon {
                margin: 0;
            }

            .q-tools-grid {
                grid-template-columns: 1fr;
            }

            .q-group {
                padding: 45px 0;
            }

            .q-group-head {
    grid-template-columns: 1fr;
    gap: 15px;
}

            .q-group-count {
                display: none;
            }

            .q-tool {
                min-height: 220px;
            }

            .q-category-content,
            .q-faq {
                padding: 75px 0;
            }

            .q-cta {
                padding: 20px 0 55px;
            }

            .q-cta-box {
                padding: 40px 25px;
                border-radius: 22px;
            }

            .q-footer-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .q-footer-bottom {
                flex-direction: column;
                align-items: flex-start;
            }

        }