
.htdoc-page,
.htdoc-page * {
    box-sizing: border-box;
}

.htdoc-page {
    --htdoc-accent: #2fa43a;
    --htdoc-accent-dark: #16822b;
    --htdoc-accent-soft: #edf8ef;
    --htdoc-dark: #111827;
    --htdoc-text: #4b5563;
    --htdoc-muted: #7b8494;
    --htdoc-border: #e5e7eb;
    --htdoc-border-soft: #eef1f4;
    --htdoc-bg: #ffffff;
    --htdoc-soft: #f8faf9;
    --htdoc-shadow: 0 18px 45px rgba(17, 24, 39, .055);
    width: 100%;
    overflow: hidden;
    background: var(--htdoc-bg);
    color: var(--htdoc-text);
    font-family: Poppins, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.htdoc-page a,
.htdoc-page button {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
}

.htdoc-page a,
.htdoc-page button,
.htdoc-card,
.htdoc-guide,
.htdoc-cta {
    transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease;
}

.htdoc-page svg.htdoc-svg {
    display: inline-block;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    vertical-align: middle;
}

.htdoc-container {
    width: min(1400px, calc(100% - 96px));
    margin-inline: auto;
}

.htdoc-hero {
    position: relative;
    padding: 62px 0 34px;
    background:
        radial-gradient(circle at 76% 45%, rgba(47, 164, 58, .06), transparent 36%),
        linear-gradient(180deg, #fff 0%, #fbfcfb 100%);
}

.htdoc-hero:after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 90px;
    background: linear-gradient(180deg, rgba(255,255,255,0), #fff 86%);
    pointer-events: none;
}

.htdoc-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(390px, .92fr) minmax(420px, 1.08fr);
    align-items: center;
    gap: 70px;
}

.htdoc-hero-copy {
    max-width: 650px;
}

.htdoc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--htdoc-accent-soft);
    color: var(--htdoc-accent-dark);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.htdoc-badge svg {
    width: 16px;
    height: 16px;
}

.htdoc-hero h1 {
    margin: 0 0 22px;
    color: var(--htdoc-dark);
    font-size: clamp(42px, 4.55vw, 64px);
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -.055em;
}

.htdoc-hero p {
    max-width: 650px;
    margin: 0 0 30px;
    color: #4b5563;
    font-size: 19px;
    line-height: 1.62;
    font-weight: 400;
}

.htdoc-search {
    width: min(620px, 100%);
    height: 62px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 8px 0 22px;
    background: #fff;
    border: 1px solid #dfe5e8;
    border-radius: 8px;
    box-shadow: 0 11px 30px rgba(17,24,39,.035);
}

.htdoc-search svg {
    width: 23px;
    height: 23px;
    color: #9aa4b2;
}

.htdoc-search input {
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent !important;
    color: var(--htdoc-dark);
    font: inherit;
    font-size: 15px;
    box-shadow: none !important;
}

.htdoc-search input::placeholder {
    color: #98a2b3;
}

.htdoc-search button,
.htdoc-download-btn,
.htdoc-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 7px;
    background: linear-gradient(180deg, var(--htdoc-accent), var(--htdoc-accent-dark));
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 13px 25px rgba(47, 164, 58, .16);
}

.htdoc-search button {
    width: 73px;
    height: 50px;
    flex: 0 0 auto;
}

.htdoc-search button:hover,
.htdoc-download-card:hover .htdoc-download-btn,
.htdoc-cta a:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 34px rgba(47, 164, 58, .23);
}

.htdoc-empty-message {
    display: none;
    margin-top: 13px;
    color: #b42318;
    font-size: 13px;
    font-weight: 500;
}

.htdoc-page.htdoc-has-search.htdoc-no-results .htdoc-empty-message {
    display: block;
}

.htdoc-hero-art {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.htdoc-hero-custom-image {
    min-height: 340px;
}

.htdoc-hero-custom-image img {
    display: block;
    max-width: min(100%, 660px);
    width: 100%;
    height: auto;
    object-fit: contain;
}

.htdoc-art-blob {
    position: absolute;
    width: 650px;
    height: 260px;
    border-radius: 56px;
    transform: rotate(2deg);
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,.9), transparent 42%),
        linear-gradient(115deg, rgba(47,164,58,.10), rgba(47,164,58,.02));
    filter: blur(.2px);
}

.htdoc-art-file {
    position: absolute;
    border-radius: 18px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(17,24,39,.05);
    box-shadow: 0 28px 65px rgba(17,24,39,.08);
}

.htdoc-art-file span {
    display: block;
    height: 7px;
    margin: 15px 0 0 32px;
    border-radius: 99px;
    background: rgba(17,24,39,.10);
}

.htdoc-art-file-main {
    width: 230px;
    height: 310px;
    top: 8px;
    left: 50%;
    transform: translateX(-45%);
    z-index: 4;
}

.htdoc-art-file-main:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
    height: 76px;
    border-radius: 0 18px 0 28px;
    background: linear-gradient(135deg, rgba(17,24,39,.04), rgba(255,255,255,.9));
}

.htdoc-art-file-main span:nth-child(1) { width: 112px; margin-top: 58px; }
.htdoc-art-file-main span:nth-child(2) { width: 142px; }
.htdoc-art-file-main span:nth-child(3) { width: 130px; }
.htdoc-art-file-main span:nth-child(4) { width: 155px; }

.htdoc-art-file-main b {
    position: absolute;
    left: 50%;
    top: 48%;
    width: 88px;
    height: 88px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: radial-gradient(circle at 30% 25%, #72d45e, var(--htdoc-accent));
    box-shadow: 0 20px 32px rgba(47,164,58,.25);
}

.htdoc-art-file-main b svg {
    width: 42px;
    height: 42px;
}

.htdoc-art-file-left {
    width: 230px;
    height: 210px;
    left: 5%;
    top: 82px;
    transform: rotate(-4deg);
    z-index: 2;
}

.htdoc-art-file-left span:nth-child(1) { width: 105px; margin-top: 54px; margin-left: 68px; }
.htdoc-art-file-left span:nth-child(2) { width: 138px; margin-left: 68px; }
.htdoc-art-file-left span:nth-child(3) { width: 108px; margin-left: 68px; }

.htdoc-art-file-right {
    width: 220px;
    height: 206px;
    right: 4%;
    top: 92px;
    transform: rotate(3deg);
    z-index: 1;
}

.htdoc-art-file-right i {
    position: relative;
    display: block;
    width: 118px;
    height: 7px;
    margin: 48px 0 -22px 28px;
    border-radius: 99px;
    background: rgba(17,24,39,.10);
}

.htdoc-art-file-right i:after {
    content: "";
    position: absolute;
    right: -52px;
    top: -14px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--htdoc-accent);
    box-shadow: inset 0 0 0 7px rgba(255,255,255,.32);
}

.htdoc-art-folder {
    position: absolute;
    left: 28%;
    bottom: 28px;
    width: 120px;
    height: 82px;
    z-index: 6;
    border-radius: 14px;
    background: linear-gradient(145deg, #a7d594, #65b758);
    box-shadow: 0 22px 38px rgba(47,164,58,.22);
}

.htdoc-art-folder:before {
    content: "";
    position: absolute;
    left: 12px;
    top: -18px;
    width: 58px;
    height: 26px;
    border-radius: 10px 10px 0 0;
    background: #b6e0aa;
}

.htdoc-art-folder span,
.htdoc-art-folder em {
    display: block;
    width: 42px;
    height: 7px;
    margin: 34px 0 0 22px;
    border-radius: 99px;
    background: rgba(30,110,40,.42);
}

.htdoc-art-folder em {
    width: 32px;
    margin-top: 10px;
}

.htdoc-art-cloud {
    position: absolute;
    right: 12%;
    bottom: 26px;
    width: 116px;
    height: 55px;
    z-index: 6;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 22px 35px rgba(17,24,39,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--htdoc-accent);
}

.htdoc-art-cloud:before {
    content: "";
    position: absolute;
    left: 24px;
    top: -25px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    z-index: -1;
}

.htdoc-wp-badge {
    position: absolute;
    left: 11%;
    top: 118px;
    z-index: 7;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1171aa;
    background: #fff;
    border: 3px solid #1171aa;
    font-family: Georgia, serif;
    font-size: 35px;
    font-weight: 700;
    box-shadow: 0 18px 34px rgba(17,24,39,.10);
}

.htdoc-downloads {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-top: 10px;
}

.htdoc-card,
.htdoc-panel,
.htdoc-guide,
.htdoc-cta {
    background: #fff;
    border: 1px solid var(--htdoc-border);
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(17,24,39,.035);
}

.htdoc-download-card {
    min-height: 208px;
    padding: 24px 20px 18px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.htdoc-download-card:hover,
.htdoc-guide:hover,
.htdoc-cta:hover {
    transform: translateY(-3px);
    border-color: rgba(47,164,58,.45);
    box-shadow: var(--htdoc-shadow);
}

.htdoc-download-icon,
.htdoc-guide-icon,
.htdoc-cta > span,
.htdoc-feature > span {
    width: 58px;
    height: 58px;
    border-radius: 15px;
    background: var(--htdoc-accent-soft);
    color: var(--htdoc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.htdoc-download-icon svg,
.htdoc-guide-icon svg {
    width: 34px;
    height: 34px;
}

.htdoc-icon-elementor {
    color: #b20b75;
    background: rgba(178, 11, 117, .09);
}

.htdoc-icon-woo {
    color: #8b55c7;
    background: rgba(139, 85, 199, .12);
}

.htdoc-icon-wordpress {
    color: #1171aa;
    background: rgba(17,113,170,.10);
}

.htdoc-download-card strong {
    margin-top: 18px;
    color: var(--htdoc-dark);
    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;
}

.htdoc-download-card small {
    display: block;
    min-height: 44px;
    margin: 8px 0 18px;
    color: #4b5563;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 400;
}

.htdoc-download-btn {
    width: 100%;
    min-height: 36px;
    margin-top: auto;
    padding: 0 13px;
    font-size: 13px;
}

.htdoc-download-btn svg {
    width: 15px;
    height: 15px;
}

.htdoc-content-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 24px;
    margin-top: 24px;
    align-items: start;
}

.htdoc-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.htdoc-panel {
    padding: 22px;
}

.htdoc-panel h3 {
    margin: 0 0 18px;
    color: var(--htdoc-dark);
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
}

.htdoc-filter-list,
.htdoc-type-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.htdoc-filter,
.htdoc-type-row {
    width: 100%;
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #4b5563;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
}

.htdoc-filter span,
.htdoc-type-row span {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.htdoc-filter svg {
    width: 17px;
    height: 17px;
    color: #8792a3;
}

.htdoc-filter em,
.htdoc-type-row em {
    min-width: 26px;
    height: 22px;
    padding: 0 7px;
    border-radius: 999px;
    background: #f1f3f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7b8494;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.htdoc-filter:hover,
.htdoc-filter.htdoc-active {
    color: var(--htdoc-accent-dark);
}

.htdoc-filter.htdoc-active svg,
.htdoc-filter:hover svg {
    color: var(--htdoc-accent);
}

.htdoc-type-row input {
    width: 15px;
    height: 15px;
    accent-color: var(--htdoc-accent);
    flex: 0 0 auto;
}

.htdoc-guides-wrap {
    min-width: 0;
}

.htdoc-guides-head {
    min-height: 52px;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.htdoc-guides-head h2 {
    margin: 0;
    color: var(--htdoc-dark);
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
}

.htdoc-guides-head button {
    min-height: 36px;
    padding: 0 16px;
    border: 1px solid var(--htdoc-border);
    border-radius: 7px;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.htdoc-guides {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.htdoc-guide {
    min-height: 158px;
    padding: 22px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 22px;
    gap: 18px;
    align-items: start;
}

.htdoc-guide-copy {
    min-width: 0;
    display: block;
}

.htdoc-guide-copy strong {
    display: block;
    color: var(--htdoc-dark);
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}

.htdoc-guide-copy small {
    display: block;
    margin-top: 8px;
    color: #4b5563;
    font-size: 13.5px;
    line-height: 1.48;
    font-weight: 400;
}

.htdoc-guide-copy em {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #6b7280;
    font-size: 12.5px;
    font-style: normal;
}

.htdoc-guide-copy em i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c3c9d2;
}

.htdoc-guide-arrow {
    color: #7b8494;
    margin-top: 82px;
}

.htdoc-guide-arrow svg {
    width: 17px;
    height: 17px;
}

.htdoc-guide:hover .htdoc-guide-arrow {
    color: var(--htdoc-accent);
    transform: translateX(2px);
}

.htdoc-cta-grid {
    display: grid;
    grid-template-columns: 1.04fr .96fr;
    gap: 24px;
    margin-top: 28px;
}

.htdoc-cta {
    min-height: 106px;
    padding: 24px 32px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    overflow: hidden;
}

.htdoc-video-cta {
    background: linear-gradient(100deg, rgba(47,164,58,.08), rgba(255,255,255,1));
}

.htdoc-support-cta {
    background: linear-gradient(100deg, rgba(59,130,246,.08), rgba(255,255,255,1));
}

.htdoc-support-cta > span {
    color: #3b82f6;
    background: rgba(59,130,246,.12);
}

.htdoc-cta > span {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.htdoc-cta > span svg {
    width: 32px;
    height: 32px;
}

.htdoc-cta h3 {
    margin: 0 0 7px;
    color: var(--htdoc-dark);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}

.htdoc-cta p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.htdoc-cta a {
    min-height: 44px;
    padding: 0 22px;
    white-space: nowrap;
}

.htdoc-cta a svg {
    width: 16px;
    height: 16px;
}

.htdoc-feature-strip {
    margin-top: 30px;
    padding: 26px 0;
    border-top: 1px solid var(--htdoc-border-soft);
    border-bottom: 1px solid var(--htdoc-border-soft);
    background: rgba(248,250,249,.72);
}

.htdoc-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 22px;
}

.htdoc-feature {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.htdoc-feature > span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
}

.htdoc-feature > span svg {
    width: 28px;
    height: 28px;
}

.htdoc-feature strong {
    display: block;
    color: var(--htdoc-dark);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.htdoc-feature small {
    display: block;
    margin-top: 5px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.45;
}

.htdoc-search-item.htdoc-hidden,
.htdoc-search-area.htdoc-hidden {
    display: none !important;
}

@media (max-width: 1280px) {
    .htdoc-container {
        width: calc(100% - 60px);
    }

    .htdoc-hero-grid {
        gap: 44px;
        grid-template-columns: minmax(340px, .95fr) minmax(360px, 1.05fr);
    }

    .htdoc-downloads {
        grid-template-columns: repeat(3, 1fr);
    }

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

    .htdoc-cta {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .htdoc-cta a {
        grid-column: 2;
        width: max-content;
    }

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

@media (max-width: 1024px) {
    .htdoc-container {
        width: calc(100% - 44px);
    }

    .htdoc-hero {
        padding-top: 44px;
    }

    .htdoc-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .htdoc-hero-copy {
        max-width: none;
    }

    .htdoc-hero h1 {
        font-size: clamp(38px, 7vw, 54px);
    }

    .htdoc-hero p {
        max-width: 720px;
    }

    .htdoc-hero-art {
        min-height: 260px;
        transform: scale(.82);
        transform-origin: center top;
        margin-bottom: -42px;
    }

    .htdoc-hero-custom-image {
        min-height: auto;
        transform: none;
        margin-bottom: 0;
    }

    .htdoc-hero-custom-image img {
        max-width: min(100%, 480px);
        margin-inline: auto;
    }

    .htdoc-content-grid {
        grid-template-columns: 1fr;
    }

    .htdoc-sidebar {
        display: grid;
        grid-template-columns: 1.2fr .8fr;
        gap: 18px;
    }

    .htdoc-filter-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .htdoc-page {
        font-size: 14px;
    }

    .htdoc-container {
        width: calc(100% - 28px);
    }

    .htdoc-hero {
        padding: 30px 0 22px;
    }

    .htdoc-badge {
        min-height: 34px;
        padding: 0 14px;
        font-size: 12.5px;
        margin-bottom: 16px;
    }

    .htdoc-hero h1 {
        font-size: 36px;
        line-height: 1.08;
        letter-spacing: -.04em;
        margin-bottom: 16px;
    }

    .htdoc-hero p {
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 20px;
    }

    .htdoc-search {
        height: auto;
        min-height: 58px;
        padding: 8px;
        gap: 10px;
    }

    .htdoc-search svg {
        margin-left: 8px;
        width: 20px;
        height: 20px;
    }

    .htdoc-search input {
        font-size: 13.5px;
    }

    .htdoc-search button {
        width: 62px;
        height: 44px;
        font-size: 13px;
    }

    .htdoc-hero-art {
        min-height: 178px;
        transform: scale(.56);
        margin: -6px 0 -92px;
    }

    .htdoc-hero-custom-image {
        min-height: auto;
        transform: none;
        margin: 0;
    }

    .htdoc-hero-custom-image img {
        max-width: min(100%, 320px);
    }

    .htdoc-downloads {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-top: 12px;
    }

    .htdoc-download-card {
        min-height: 176px;
        padding: 18px 12px 12px;
    }

    .htdoc-download-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
    }

    .htdoc-download-icon svg {
        width: 28px;
        height: 28px;
    }

    .htdoc-download-card strong {
        font-size: 13px;
        margin-top: 12px;
    }

    .htdoc-download-card small {
        min-height: 42px;
        margin: 6px 0 12px;
        font-size: 11.5px;
        line-height: 1.35;
    }

    .htdoc-download-btn {
        min-height: 34px;
        font-size: 12px;
    }

    .htdoc-content-grid {
        gap: 16px;
        margin-top: 18px;
    }

    .htdoc-sidebar {
        display: flex;
        gap: 12px;
    }

    .htdoc-panel {
        padding: 18px;
    }

    .htdoc-panel h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .htdoc-filter-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .htdoc-filter,
    .htdoc-type-row {
        font-size: 13px;
    }

    .htdoc-type-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .htdoc-guides-head {
        min-height: auto;
        margin-top: 4px;
    }

    .htdoc-guides-head h2 {
        font-size: 20px;
    }

    .htdoc-guides-head button {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12.5px;
    }

    .htdoc-guides {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .htdoc-guide {
        min-height: auto;
        padding: 16px;
        grid-template-columns: 48px minmax(0,1fr) 18px;
        gap: 12px;
    }

    .htdoc-guide-icon {
        width: 48px;
        height: 48px;
        border-radius: 13px;
    }

    .htdoc-guide-icon svg {
        width: 27px;
        height: 27px;
    }

    .htdoc-guide-copy strong {
        font-size: 14px;
    }

    .htdoc-guide-copy small {
        font-size: 12.4px;
        line-height: 1.45;
    }

    .htdoc-guide-copy em {
        margin-top: 10px;
        font-size: 11.5px;
        flex-wrap: wrap;
    }

    .htdoc-guide-arrow {
        margin-top: 56px;
    }

    .htdoc-cta-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 18px;
    }

    .htdoc-cta {
        min-height: auto;
        padding: 18px;
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 13px;
    }

    .htdoc-cta > span {
        width: 52px;
        height: 52px;
    }

    .htdoc-cta > span svg {
        width: 25px;
        height: 25px;
    }

    .htdoc-cta h3 {
        font-size: 17px;
    }

    .htdoc-cta p {
        font-size: 12.8px;
    }

    .htdoc-cta a {
        grid-column: 1 / -1;
        width: 100%;
        min-height: 40px;
        margin-top: 2px;
        font-size: 13px;
    }

    .htdoc-feature-strip {
        margin-top: 20px;
        padding: 18px 0;
    }

    .htdoc-feature-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .htdoc-feature {
        grid-template-columns: 48px minmax(0,1fr);
        gap: 13px;
    }

    .htdoc-feature > span {
        width: 48px;
        height: 48px;
    }

    .htdoc-feature > span svg {
        width: 24px;
        height: 24px;
    }

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

    .htdoc-feature small {
        font-size: 12.5px;
    }
}

@media (max-width: 390px) {
    .htdoc-hero h1 {
        font-size: 32px;
    }

    .htdoc-downloads {
        grid-template-columns: 1fr;
    }

    .htdoc-download-card {
        min-height: auto;
    }

    .htdoc-download-card small {
        min-height: auto;
    }
}


/* v1.0.1 - Tema/Elementor button CSS çakışma düzeltmeleri */
.htdoc-page .htdoc-filter,
.htdoc-page .htdoc-filter:hover,
.htdoc-page .htdoc-filter:focus,
.htdoc-page .htdoc-filter:active,
.htdoc-page .htdoc-filter.htdoc-active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    background-image: none !important;
    color: #4b5563 !important;
}

.htdoc-page .htdoc-filter:hover,
.htdoc-page .htdoc-filter:focus,
.htdoc-page .htdoc-filter.htdoc-active {
    color: var(--htdoc-accent-dark) !important;
}

.htdoc-page .htdoc-filter:hover span,
.htdoc-page .htdoc-filter:focus span,
.htdoc-page .htdoc-filter.htdoc-active span {
    color: var(--htdoc-accent-dark) !important;
}

.htdoc-page .htdoc-filter:hover svg,
.htdoc-page .htdoc-filter:focus svg,
.htdoc-page .htdoc-filter.htdoc-active svg {
    color: var(--htdoc-accent) !important;
}

.htdoc-page .htdoc-filter em {
    background: #f1f3f5 !important;
    color: #7b8494 !important;
}

.htdoc-page .htdoc-filter.htdoc-active em {
    background: var(--htdoc-accent-soft) !important;
    color: var(--htdoc-accent-dark) !important;
}

.htdoc-page .htdoc-download-card .htdoc-download-btn {
    background: linear-gradient(180deg, var(--htdoc-accent), var(--htdoc-accent-dark)) !important;
    color: #fff !important;
}


/* v1.0.2 - Filtre, içerik türü ve sağ içerik düzeltmeleri */
.htdoc-page .htdoc-guides-head button {
    display: none !important;
}

.htdoc-page .htdoc-right-downloads {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.htdoc-page .htdoc-right-downloads.htdoc-hidden,
.htdoc-page .htdoc-guides.htdoc-hidden {
    display: none !important;
}

.htdoc-page .htdoc-sidebar .htdoc-filter,
.htdoc-page .htdoc-sidebar .htdoc-type-row,
.htdoc-page .htdoc-sidebar .htdoc-filter:hover,
.htdoc-page .htdoc-sidebar .htdoc-type-row:hover,
.htdoc-page .htdoc-sidebar .htdoc-filter:focus,
.htdoc-page .htdoc-sidebar .htdoc-type-row:focus,
.htdoc-page .htdoc-sidebar .htdoc-filter:active,
.htdoc-page .htdoc-sidebar .htdoc-type-row:active,
.htdoc-page .htdoc-sidebar .htdoc-filter.htdoc-active,
.htdoc-page .htdoc-sidebar .htdoc-type-row.htdoc-active {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: transparent !important;
    background-image: none !important;
    color: #4b5563 !important;
}

.htdoc-page .htdoc-sidebar .htdoc-filter:hover,
.htdoc-page .htdoc-sidebar .htdoc-type-row:hover,
.htdoc-page .htdoc-sidebar .htdoc-filter:focus,
.htdoc-page .htdoc-sidebar .htdoc-type-row:focus,
.htdoc-page .htdoc-sidebar .htdoc-filter.htdoc-active,
.htdoc-page .htdoc-sidebar .htdoc-type-row.htdoc-active {
    color: var(--htdoc-accent-dark) !important;
}

.htdoc-page .htdoc-sidebar .htdoc-filter.htdoc-active span,
.htdoc-page .htdoc-sidebar .htdoc-type-row.htdoc-active span {
    color: var(--htdoc-accent-dark) !important;
    font-weight: 600;
}

.htdoc-page .htdoc-sidebar .htdoc-filter.htdoc-active em,
.htdoc-page .htdoc-sidebar .htdoc-type-row.htdoc-active em {
    background: var(--htdoc-accent-soft) !important;
    color: var(--htdoc-accent-dark) !important;
}

.htdoc-page .htdoc-type-row {
    cursor: pointer;
}

@media (max-width: 1280px) {
    .htdoc-page .htdoc-right-downloads {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .htdoc-page .htdoc-right-downloads {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 390px) {
    .htdoc-page .htdoc-right-downloads {
        grid-template-columns: 1fr;
    }
}
