.elementor-247 .elementor-element.elementor-element-2ec7422{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cd62e64 *//* =========================================================
   AI SHIKATA HU
   AI TOOLS DIRECTORY
   Premium Dark + Emerald UI
========================================================= */


/* ---------- ROOT ---------- */

:root {

    --bg: #030706;
    --bg-2: #07100c;
    --surface: #0a1510;
    --surface-2: #0d1b15;

    --green: #18e889;
    --green-light: #65ffbd;
    --green-dark: #0cae65;

    --white: #f3fff9;
    --text: #dcebe4;
    --muted: #83978e;

    --border:
        rgba(24, 232, 137, 0.14);

    --border-hover:
        rgba(24, 232, 137, 0.42);

    --shadow:
        0 25px 70px rgba(0, 0, 0, 0.38);

    --radius: 20px;

    --max-width: 1220px;
}


/* ---------- RESET ---------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    font-family:
        Inter,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;

    color: var(--white);

    background:
        radial-gradient(
            circle at 15% 5%,
            rgba(24, 232, 137, 0.07),
            transparent 30%
        ),

        radial-gradient(
            circle at 90% 30%,
            rgba(0, 255, 170, 0.05),
            transparent 30%
        ),

        var(--bg);

    line-height: 1.6;

    overflow-x: hidden;
}


a {
    text-decoration: none;
    color: inherit;
}


button,
input,
select {
    font: inherit;
}


button {
    cursor: pointer;
}


.container {

    width:
        min(92%, var(--max-width));

    margin-inline: auto;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {

    position: sticky;

    top: 0;

    z-index: 1000;

    border-bottom:
        1px solid var(--border);

    background:
        rgba(3, 7, 6, 0.82);

    backdrop-filter:
        blur(18px);

    -webkit-backdrop-filter:
        blur(18px);
}


.nav-wrapper {

    min-height: 74px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 24px;
}


.brand {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    font-size: 1.15rem;

    font-weight: 800;

    white-space: nowrap;
}


.brand strong {
    color: var(--green);
}


.brand-icon {

    width: 39px;

    height: 39px;

    display: grid;

    place-items: center;

    border-radius: 12px;

    color: #00170d;

    background:
        linear-gradient(
            135deg,
            var(--green-light),
            var(--green)
        );

    font-size: 0.75rem;

    font-weight: 900;

    box-shadow:
        0 0 25px
        rgba(24, 232, 137, 0.2);
}


.main-nav {

    display: flex;

    align-items: center;

    gap: 25px;
}


.main-nav a {

    color: var(--muted);

    font-size: 0.88rem;

    font-weight: 600;

    transition:
        color 0.25s ease;
}


.main-nav a:hover,
.main-nav a.active {
    color: var(--green);
}


.nav-button {

    padding:
        10px 17px;

    border-radius: 999px;

    color: #00150c;

    background:
        var(--green);

    font-size: 0.82rem;

    font-weight: 800;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}


.nav-button:hover {

    transform:
        translateY(-2px);

    box-shadow:
        0 10px 30px
        rgba(24, 232, 137, 0.18);
}


/* =========================================================
   HERO
========================================================= */

.tools-hero {

    position: relative;

    min-height: 650px;

    display: flex;

    align-items: center;

    overflow: hidden;

    padding:
        90px 0 70px;

    text-align: center;
}


.hero-content {

    position: relative;

    z-index: 2;
}


.hero-badge {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding:
        8px 15px;

    margin-bottom: 23px;

    border:
        1px solid var(--border);

    border-radius: 999px;

    background:
        rgba(24, 232, 137, 0.06);

    color:
        var(--green-light);

    font-size: 0.78rem;

    font-weight: 800;
}


.hero-badge span {

    width: 7px;

    height: 7px;

    border-radius: 50%;

    background:
        var(--green);

    box-shadow:
        0 0 14px var(--green);
}


.tools-hero h1 {

    max-width: 950px;

    margin:
        0 auto 23px;

    font-size:
        clamp(2.6rem, 7vw, 5.4rem);

    line-height: 0.99;

    letter-spacing:
        -3.5px;

    font-weight: 900;
}


.tools-hero h1 span {

    color:
        var(--green);

    text-shadow:
        0 0 40px
        rgba(24, 232, 137, 0.18);
}


.hero-content > p {

    max-width: 720px;

    margin:
        0 auto 34px;

    color:
        var(--text);

    opacity: 0.78;

    font-size: 1.03rem;
}


/* ---------- HERO SEARCH ---------- */

.hero-search {

    position: relative;

    max-width: 720px;

    margin:
        0 auto 40px;
}


.hero-search input {

    width: 100%;

    height: 62px;

    padding:
        0 25px 0 56px;

    border:
        1px solid var(--border);

    border-radius: 16px;

    outline: none;

    color:
        var(--white);

    background:
        rgba(8, 19, 14, 0.9);

    box-shadow:
        0 20px 50px
        rgba(0, 0, 0, 0.25);

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}


.hero-search input::placeholder {
    color: var(--muted);
}


.hero-search input:focus {

    border-color:
        var(--green);

    box-shadow:
        0 0 0 4px
        rgba(24, 232, 137, 0.07),
        0 20px 50px
        rgba(0, 0, 0, 0.25);
}


.search-icon {

    position: absolute;

    left: 21px;

    top: 50%;

    transform:
        translateY(-50%);

    color:
        var(--green);

    font-size: 1.4rem;

    pointer-events: none;
}


/* ---------- STATS ---------- */

.hero-stats {

    display: flex;

    justify-content: center;

    gap: 65px;
}


.hero-stats div {

    display: flex;

    flex-direction: column;

    gap: 2px;
}


.hero-stats strong {

    color:
        var(--green);

    font-size: 1.3rem;
}


.hero-stats span {

    color:
        var(--muted);

    font-size: 0.73rem;
}


/* ---------- ORBS ---------- */

.hero-orb {

    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    filter:
        blur(70px);

    opacity: 0.55;

    animation:
        floatOrb 8s ease-in-out infinite;
}


.orb-one {

    width: 330px;

    height: 330px;

    left: -170px;

    top: 100px;

    background:
        rgba(24, 232, 137, 0.12);
}


.orb-two {

    width: 300px;

    height: 300px;

    right: -150px;

    bottom: 50px;

    background:
        rgba(0, 255, 170, 0.08);

    animation-delay:
        -4s;
}


@keyframes floatOrb {

    0%,
    100% {
        transform:
            translate3d(0, 0, 0);
    }

    50% {
        transform:
            translate3d(0, -25px, 0);
    }
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.section-heading {

    max-width: 700px;

    margin-bottom: 35px;
}


.section-heading.center {

    margin-left: auto;

    margin-right: auto;

    text-align: center;
}


.eyebrow {

    display: inline-block;

    margin-bottom: 9px;

    color:
        var(--green);

    font-size: 0.72rem;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 1.2px;
}


.section-heading h2 {

    margin-bottom: 10px;

    font-size:
        clamp(1.8rem, 4vw, 2.7rem);

    line-height: 1.1;

    letter-spacing: -1.2px;
}


.section-heading p {

    color:
        var(--muted);

    font-size: 0.92rem;
}


/* =========================================================
   CATEGORIES
========================================================= */

.category-section {

    padding:
        70px 0 40px;
}


.category-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;
}


.category-card {

    min-height: 125px;

    padding: 19px;

    border:
        1px solid var(--border);

    border-radius: 17px;

    color:
        var(--text);

    background:
        rgba(9, 20, 15, 0.8);

    text-align: left;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}


.category-card:hover,
.category-card.active {

    transform:
        translateY(-4px);

    border-color:
        var(--border-hover);

    background:
        rgba(14, 30, 22, 0.95);
}


.category-icon {

    width: 37px;

    height: 37px;

    display: grid;

    place-items: center;

    margin-bottom: 13px;

    border-radius: 10px;

    color:
        var(--green);

    background:
        rgba(24, 232, 137, 0.08);

    font-size: 1rem;

    font-weight: 800;
}


.category-card strong {

    display: block;

    margin-bottom: 3px;

    font-size: 0.9rem;
}


.category-card small {

    color:
        var(--muted);

    font-size: 0.72rem;
}


/* =========================================================
   TOOLS
========================================================= */

.tools-section {

    padding:
        70px 0 100px;
}


.tools-toolbar {

    display: flex;

    align-items: end;

    justify-content: space-between;

    gap: 25px;

    margin-bottom: 20px;
}


.tools-toolbar h2 {

    font-size: 2rem;

    line-height: 1.1;
}


.toolbar-actions {

    display: flex;

    gap: 10px;
}


.toolbar-actions select {

    padding:
        11px 14px;

    border:
        1px solid var(--border);

    border-radius: 10px;

    outline: none;

    color:
        var(--text);

    background:
        var(--surface);

    cursor: pointer;
}


.results-info {

    margin-bottom: 20px;

    color:
        var(--muted);

    font-size: 0.78rem;
}


/* =========================================================
   TOOL GRID
========================================================= */

.tools-grid {

    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 20px;
}


/* =========================================================
   TOOL CARD
========================================================= */

.tool-card {

    display: flex;

    flex-direction: column;

    min-width: 0;

    padding: 23px;

    border:
        1px solid var(--border);

    border-radius:
        var(--radius);

    background:
        linear-gradient(
            145deg,
            rgba(13, 27, 20, 0.98),
            rgba(6, 13, 10, 0.98)
        );

    box-shadow:
        0 12px 40px
        rgba(0, 0, 0, 0.2);

    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        box-shadow 0.35s ease;
}


.tool-card:hover {

    transform:
        translateY(-7px);

    border-color:
        var(--border-hover);

    box-shadow:
        0 25px 60px
        rgba(0, 0, 0, 0.35);
}


.tool-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 19px;
}


.tool-logo {

    width: 50px;

    height: 50px;

    display: grid;

    place-items: center;

    border:
        1px solid var(--border);

    border-radius: 14px;

    color:
        var(--green);

    background:
        rgba(24, 232, 137, 0.07);

    font-weight: 900;

    font-size: 0.9rem;
}


.pricing-badge {

    padding:
        5px 9px;

    border-radius:
        999px;

    font-size:
        0.65rem;

    font-weight:
        800;
}


.pricing-badge.freemium {

    color:
        var(--green-light);

    background:
        rgba(24, 232, 137, 0.08);

    border:
        1px solid
        rgba(24, 232, 137, 0.14);
}


.tool-card h3 {

    margin-bottom: 9px;

    font-size: 1.2rem;

    line-height: 1.2;
}


.tool-purpose {

    min-height: 80px;

    margin-bottom: 17px;

    color:
        var(--muted);

    font-size: 0.82rem;

    line-height: 1.65;
}


/* ---------- TAGS ---------- */

.tool-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin-bottom: 20px;
}


.tool-tags span {

    padding:
        5px 8px;

    border-radius:
        7px;

    color:
        #93aaa0;

    background:
        rgba(255, 255, 255, 0.025);

    font-size:
        0.63rem;
}


/* ---------- INFO ---------- */

.tool-info {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 10px;

    margin-bottom: 20px;

    padding-top: 16px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.05);
}


.tool-info div {

    display: flex;

    flex-direction: column;

    gap: 3px;
}


.tool-info small {

    color:
        var(--muted);

    font-size:
        0.62rem;
}


.tool-info strong {

    color:
        var(--text);

    font-size:
        0.72rem;
}


/* ---------- ACTIONS ---------- */

.tool-actions {

    display: grid;

    grid-template-columns:
        1fr auto;

    gap: 8px;

    margin-top: auto;
}


.open-tool {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 7px;

    padding:
        11px 13px;

    border-radius:
        10px;

    color:
        #00160d;

    background:
        var(--green);

    font-size:
        0.75rem;

    font-weight:
        900;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.open-tool:hover {

    transform:
        translateY(-2px);

    background:
        var(--green-light);
}


.learn-tool {

    display: flex;

    align-items: center;

    justify-content: center;

    padding:
        10px;

    border:
        1px solid var(--border);

    border-radius:
        10px;

    color:
        var(--muted);

    font-size:
        0.7rem;

    font-weight:
        700;

    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}


.learn-tool:hover {

    color:
        var(--green);

    border-color:
        var(--border-hover);
}


/* =========================================================
   NO RESULTS
========================================================= */

.no-results {

    display: none;

    padding:
        70px 20px;

    text-align:
        center;

    border:
        1px solid var(--border);

    border-radius:
        var(--radius);

    background:
        var(--surface);
}


.no-results-icon {

    width: 55px;

    height: 55px;

    display: grid;

    place-items: center;

    margin:
        0 auto 15px;

    border-radius:
        15px;

    color:
        var(--green);

    background:
        rgba(24, 232, 137, 0.08);
}


.no-results h3 {

    margin-bottom:
        5px;
}


.no-results p {

    color:
        var(--muted);

    font-size:
        0.85rem;
}


/* =========================================================
   LOAD MORE
========================================================= */

.load-more {

    margin-top:
        35px;

    text-align:
        center;
}


.load-more button {

    padding:
        13px 21px;

    border:
        1px solid var(--border-hover);

    border-radius:
        11px;

    color:
        var(--green-light);

    background:
        rgba(24, 232, 137, 0.06);

    font-weight:
        800;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.load-more button:hover {

    transform:
        translateY(-3px);

    background:
        rgba(24, 232, 137, 0.1);
}


.load-more p {

    margin-top:
        9px;

    color:
        var(--muted);

    font-size:
        0.7rem;
}


/* =========================================================
   HOW IT WORKS
========================================================= */

.how-section {

    padding:
        100px 0;

    background:
        rgba(7, 15, 11, 0.65);

    border-top:
        1px solid var(--border);

    border-bottom:
        1px solid var(--border);
}


.steps-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;
}


.step-card {

    padding:
        28px;

    border:
        1px solid var(--border);

    border-radius:
        var(--radius);

    background:
        rgba(10, 21, 16, 0.7);
}


.step-number {

    display: inline-block;

    margin-bottom:
        18px;

    color:
        var(--green);

    font-size:
        0.75rem;

    font-weight:
        900;

    letter-spacing:
        1px;
}


.step-card h3 {

    margin-bottom:
        9px;

    font-size:
        1.15rem;
}


.step-card p {

    color:
        var(--muted);

    font-size:
        0.83rem;
}


/* =========================================================
   CTA
========================================================= */

.directory-cta {

    padding:
        90px 0;
}


.cta-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding:
        45px;

    border:
        1px solid var(--border);

    border-radius:
        28px;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(24, 232, 137, 0.1),
            transparent 35%
        ),

        var(--surface);
}


.cta-box h2 {

    margin-bottom:
        8px;

    font-size:
        clamp(1.7rem, 4vw, 2.5rem);

    line-height:
        1.1;
}


.cta-box p {

    max-width:
        600px;

    color:
        var(--muted);

    font-size:
        0.88rem;
}


.cta-actions {

    display:
        flex;

    gap:
        10px;

    flex-shrink:
        0;
}


.primary-button,
.secondary-button {

    padding:
        12px 17px;

    border-radius:
        10px;

    font-size:
        0.75rem;

    font-weight:
        800;
}


.primary-button {

    color:
        #00160d;

    background:
        var(--green);
}


.secondary-button {

    border:
        1px solid var(--border);

    color:
        var(--text);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {

    padding:
        60px 0 25px;

    background:
        #020504;

    border-top:
        1px solid var(--border);
}


.footer-grid {

    display: grid;

    grid-template-columns:
        1.6fr 1fr 1fr 1fr;

    gap:
        40px;

    padding-bottom:
        40px;
}


.footer-brand p {

    max-width:
        330px;

    margin-top:
        14px;

    color:
        var(--muted);

    font-size:
        0.8rem;
}


.footer-column h4 {

    margin-bottom:
        14px;

    font-size:
        0.85rem;
}


.footer-column a {

    display:
        block;

    margin-bottom:
        9px;

    color:
        var(--muted);

    font-size:
        0.75rem;
}


.footer-column a:hover {
    color:
        var(--green);
}


.copyright {

    padding-top:
        20px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.05);

    color:
        var(--muted);

    font-size:
        0.7rem;

    text-align:
        center;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .main-nav {
        gap: 15px;
    }

    .main-nav a {
        font-size: 0.78rem;
    }

    .category-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .tools-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 720px) {

    .nav-wrapper {
        min-height: 65px;
    }

    .main-nav {
        display: none;
    }

    .nav-button {
        padding:
            9px 12px;

        font-size:
            0.7rem;
    }

    .tools-hero {
        min-height:
            auto;

        padding:
            80px 0 60px;
    }

    .tools-hero h1 {
        font-size:
            2.65rem;

        letter-spacing:
            -2px;
    }

    .hero-content > p {
        font-size:
            0.9rem;
    }

    .hero-search input {
        height:
            56px;

        font-size:
            0.82rem;
    }

    .hero-stats {
        gap:
            25px;
    }

    .hero-stats strong {
        font-size:
            1.05rem;
    }

    .category-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .tools-toolbar {
        align-items:
            flex-start;

        flex-direction:
            column;
    }

    .toolbar-actions {
        width:
            100%;
    }

    .toolbar-actions select {
        flex:
            1;
    }

    .tools-grid {
        grid-template-columns:
            1fr;
    }

    .steps-grid {
        grid-template-columns:
            1fr;
    }

    .cta-box {
        align-items:
            flex-start;

        flex-direction:
            column;

        padding:
            30px 22px;
    }

    .cta-actions {
        width:
            100%;
    }

    .primary-button,
    .secondary-button {
        flex:
            1;

        text-align:
            center;
    }

    .footer-grid {
        grid-template-columns:
            1fr;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .container {
        width:
            min(94%, var(--max-width));
    }

    .brand {
        font-size:
            0.9rem;
    }

    .brand-icon {
        width:
            34px;

        height:
            34px;
    }

    .nav-button {
        display:
            none;
    }

    .tools-hero h1 {
        font-size:
            2.25rem;
    }

    .hero-stats {
        display:
            grid;

        grid-template-columns:
            repeat(3, 1fr);

        gap:
            10px;
    }

    .category-grid {
        gap:
            9px;
    }

    .category-card {
        min-height:
            112px;

        padding:
            14px;
    }

    .tool-card {
        padding:
            19px;
    }

    .tool-actions {
        grid-template-columns:
            1fr;
    }

    .learn-tool {
        min-height:
            40px;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

:focus-visible {

    outline:
        2px solid var(--green);

    outline-offset:
        3px;
}


::selection {

    color:
        #00160d;

    background:
        var(--green);
}


@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior:
            auto;
    }

    *,
    *::before,
    *::after {

        animation-duration:
            0.01ms !important;

        animation-iteration-count:
            1 !important;

        transition-duration:
            0.01ms !important;
    }
}/* End custom CSS */