@font-face {
    font-family: 'Inter';
    src: url('../font/inter-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/inter-500.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/inter-600.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg-top: #0f172a;
    --bg-hdr: #f1f5f9;
    --txt-main: #0f172a;
    --btn-dk: #4338ca;
    --font: 'Inter', Arial, sans-serif;
    --trans: all 0.2s ease-in-out;
}

* {
    margin: 0; padding: 0; box-sizing: border-box;
}

body {
    font-family: var(--font);
    color: var(--txt-main);
    background: var(--bg-hdr);
    line-height: 1.6;
    letter-spacing: -0.011em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}

a {
    text-decoration: none; color: inherit; transition: var(--trans);
}

ul {
    list-style: none;
}

.hdr {
    background: #0f172a;
    border-bottom: 1px solid #ffffff1a;
    position: sticky;
    top: 0;
    z-index: 100;
}

.hdr-in {
    max-width: 1230px;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdr-l {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.nl {
    display: flex;
    gap: 2rem;
}

.nl li a {
    font-size: 0.95rem;
    font-weight: 500;
    color: #d8d8d8;
    letter-spacing: -0.015em;
}

.nl li a:hover {
    opacity: 0.7;
}

.m-btn {
    display: none;
    background: none;
    border: none;
    color: var(--txt-main);
    cursor: pointer;
}

@media (max-width: 992px) {
  .hdr-l { gap: 1.5rem; }
  .nl { gap: 1rem; }
  .acts { gap: 1rem; }
}

@media (max-width: 768px) {
  .hdr-in { padding: 1rem 1.5rem; }
  .m-btn { display: block; }
  

.offcanvas-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 998;
}
.offcanvas-overlay.active {
    display: block;
}


#mainNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: var(--bg-hdr);
    z-index: 999;
    transition: var(--trans);
    padding: 2rem 2rem 2rem;
    overflow-y: auto;
    box-shadow: -6px 0 24px rgba(0,0,0,0.12);
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}
#mainNav.active {
    right: 0;
}


.acts {display: none;}
  .nl { flex-direction: column; align-items: flex-start; width: 100%; }
}

.ftr {
    background: #f1f5f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 4rem 0 2rem;
    margin-top: auto;
}

.ftr-in {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2.5rem;
}

.ftr-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.ftr-brand {
    max-width: 400px;
}

.ftr-desc {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
}
@media (min-width:800px) {
    .ftr-desc {
    padding-left:7px
}
}

.ftr-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    gap: 1rem;
}

.cpy {
    font-size: 0.85rem;
    color: #94a3b8;
}

.ftr-legal {
    display: list-item;
    list-style: none;
}

.ftr-legal li a {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.ftr-legal li {
    margin-top:10px
}

.ftr-legal li a:hover {
    color: var(--txt-main);
}

.ftr-cat {
    display: list-item;
    list-style: none;
}

.ftr-cat li a {
    font-size: 0.85rem;
    color: #94a3b8;
    font-weight: 500;
}

.ftr-cat li {
    margin-top:10px
}

.ftr-cat li a:hover {
    color: var(--txt-main);
}

@media (max-width: 768px) {
  .ftr { padding: 3rem 0 2rem; }
  .ftr-in { padding: 0 1.5rem; }
  
  .ftr-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  
  #mainNav li a {
    color:#0f172a
  }
  
  .ftr-cta {
    width: 100%; 
    max-width: 100%;
    padding: 2rem; 
  }
  
  .ftr-bot {
    flex-direction: column-reverse; 
    align-items: flex-start;
  }
  
  .ftr-legal {
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    margin-bottom: 1rem;
  }
    .ftr-cat {
    flex-direction: column;
    gap: 0.8rem;
    width: 100%;
    margin-bottom: 1rem;
  }
}

.vl-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    list-style: none;
}

.vl-breadcrumb li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
}

.vl-breadcrumb li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color .2s;
}

.vl-breadcrumb li a:hover {
    color: #fff;
}

.vl-breadcrumb li.vl-breadcrumb__current {
    color: #0f172a;
    font-weight: 500;
}

.vl-breadcrumb__sep {
    color: #cbd5e1;
    display: inline-block;
}









.hdr-in img {
	height:24px!important
}
.ftr-brand img {
	margin:20px 0;
	width:180px
}
.tax-hero__wrap .vl-breadcrumb .vl-breadcrumb__current {
	color:#94a3b8
}
.lg {
    display: flex;
    align-items: center;
}





/* ============================================================
   TEMPLATE SINGLE — Hero Section | START
   ============================================================ */

.lt-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.lt-hero {
    background: #0f172a;
    border-bottom: 1px solid #1e293b;
    padding: 2.5rem 0 0;
}

.lt-hero .vl-breadcrumb-nav {
    margin-bottom: 1.5rem;
    overflow: hidden;
}

.lt-hero .vl-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    min-width: 0;
}

.lt-hero .vl-breadcrumb li {
    font-size: 12.5px;
    color: #a6aaaf;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.lt-hero .vl-breadcrumb li:last-child {
    flex-shrink: 1;
    overflow: hidden;
    min-width: 0;
}

.lt-hero .vl-breadcrumb li:last-child span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lt-hero .vl-breadcrumb li a {
    color: #a6aaaf;
    text-decoration: none;
    white-space: nowrap;
}

.lt-hero .vl-breadcrumb li a:hover {
    color: #cbd5e1;
}

.lt-hero .vl-breadcrumb__sep {
    color: #2d3748;
    font-size: 12px;
    flex-shrink: 0;
}

.lt-hero .vl-breadcrumb__current {
    color: #a6aaaf;
    font-weight: 400;
}

.lt-hero__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.lt-hero__left {
    flex: 1;
    min-width: 0;
}

.lt-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #818cf8;
    background: rgba(79, 70, 229, .12);
    border: 1px solid rgba(79, 70, 229, .22);
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: .65rem;
    text-decoration: none;
    transition: background .15s, color .15s;
}

.lt-hero__eyebrow:hover {
    background: rgba(79, 70, 229, .2);
    color: #a5b4fc;
}

.lt-hero__h1 {
    font-size: clamp(18px, 2.4vw, 26px);
    font-weight: 700;
    color: #f1f5f9;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.lt-hero__badges {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.lt-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(79, 70, 229, .25);
    color: #818cf8;
    background: rgba(79, 70, 229, .1);
    white-space: nowrap;
}

.lt-hero__badge svg {
    flex-shrink: 0;
    color: #818cf8;
}

.lt-hero__divider {
    width: 100%;
    height: 1px;
    background: #1e293b;
}

.lt-hero__meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 1rem 0;
    gap: 0;
    white-space: nowrap;
}

.lt-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #a6aaaf;
    padding-right: 1rem;
    flex-shrink: 0;
}

.lt-hero__meta-item svg {
    color: #a6aaaf;
    flex-shrink: 0;
}

.lt-hero__meta-sep {
    width: 1px;
    height: 12px;
    background: #1e293b;
    margin-right: 1rem;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .lt-wrap { padding: 0 1.25rem; }
    .lt-hero { padding: 1.25rem 0 0; }
    .lt-hero__top { flex-direction: column; gap: .75rem; }
    .lt-hero__badges { flex-direction: row; }
}

/* ============================================================
   TEMPLATE SINGLE — Hero Section | END
   ============================================================ */











/* ============================================================
   TEMPLATE SINGLE — What's Included | START
   ============================================================ */
.wi-section {
    padding: 40px 0;
    background: #f1f5f9;
}

.wi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 14px;
}

.wi-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}

.wi-header {
    background: #0f172a;
    padding: 18px 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wi-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
}

.wi-sep {
    width: 1px;
    height: 14px;
    background: #2d3a52;
    flex-shrink: 0;
}

.wi-count {
    font-size: 12px;
    color: #c2c5c9;
    letter-spacing: .04em;
}

.wi-body {
    padding: 8px 32px 16px;
}

.wi-tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin: 0;
    padding: 0;
}

.wi-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13.5px;
    color: #1e293b;
    padding: 10px 0;
}



.wi-dot {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 600px) {
    .wi-header { padding: 16px 20px; }
    .wi-body { padding: 8px 20px 16px; }
    .wi-tags { grid-template-columns: 1fr; }
    .wi-tag { border-bottom: 1px solid #f1f5f9; }
    .wi-tag:last-child { border-bottom: none; }
}
/* ============================================================
   TEMPLATE SINGLE — What's Included | END
   ============================================================ */




/* ============================================================
   TEMPLATE SINGLE — Legal Disclaimer | START
   ============================================================ */

.ld-section {
    padding: 0 0 40px;
    background: #f1f5f9;
}

.ld-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ld-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #0f172a;
    border-radius: 8px;
    padding: 16px 20px;
}

.ld-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.ld-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ld-badge {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #0f172a;
}

.ld-text {
    font-size: 13px;
    color: #475569;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 640px) {
    .ld-section {
        padding: 0 0 28px;
    }

    .ld-container {
        padding: 0 16px;
    }

    .ld-card {
        gap: 10px;
        padding: 14px 16px;
    }

    .ld-text {
        font-size: 12.5px;
    }
}
/* ============================================================
   TEMPLATE SINGLE — Legal Disclaimer | END
   ============================================================ */







   /* ============================================================
   HOW TO USE — Section Styles | START
   ============================================================ */

.htu-section {
    padding: 0 0 48px;
    background: #f1f5f9;
}

.htu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.htu-heading-row {
    text-align: center;
    margin-bottom: 32px;
}

.htu-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #0f172a;
    border: 1px solid #0f172a;
    border-radius: 999px;
    padding: 5px 14px;
}

.htu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.htu-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.htu-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.htu-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.htu-icon {
    width: 32px;
    height: 32px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.htu-icon svg {
    opacity: .7;
}

.htu-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.htu-desc {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .htu-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .htu-card {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .htu-section {
        padding: 0 0 32px;
    }

    .htu-container {
        padding: 0 16px;
    }

    .htu-heading-row {
        margin-bottom: 20px;
    }
}

/* ============================================================
   HOW TO USE — Section Styles | END
   ============================================================ */







   /* ============================================================
   FAQ — Section Styles | START
   ============================================================ */

.faq-section {
    padding: 0 0 48px;
    background: #f1f5f9;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-heading-row {
    text-align: center;
    margin-bottom: 32px;
}

.faq-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #0f172a;
    border-radius: 999px;
    padding: 5px 14px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.faq-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}


.faq-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-question {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.faq-answer {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .faq-card {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .faq-section {
        padding: 0 0 32px;
    }

    .faq-container {
        padding: 0 16px;
    }

    .faq-heading-row {
        margin-bottom: 20px;
    }
}

/* ============================================================
   FAQ — Section Styles | END
   ============================================================ */

   












   /* ============================================================
   RELATED TEMPLATES — Section Styles | START
   ============================================================ */

.rt-section {
    padding: 0 0 48px;
    background: #f1f5f9;
}

.rt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.rt-heading-row {
    text-align: center;
    margin-bottom: 32px;
}

.rt-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #ffffff;
    background: #0f172a;
    border-radius: 999px;
    padding: 5px 14px;
}

.rt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.rt-card {
    display: flex;
    align-items: stretch;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.15s ease;
    border:1px dashed #ababab
}

.rt-card:hover {
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.10);
}

.rt-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    background: #0f172a;
    color: #ffffff;
}

.rt-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    padding: 18px 16px;
}

.rt-card__title {
    font-size: 13.5px;
    font-weight: 500;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}

.rt-card__excerpt {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 900px) {
    .rt-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
}

@media (max-width: 640px) {
    .rt-section {
        padding: 0 0 32px;
    }

    .rt-container {
        padding: 0 16px;
    }

    .rt-heading-row {
        margin-bottom: 20px;
    }
}

/* ============================================================
   RELATED TEMPLATES — Section Styles | END
   ============================================================ */










   /* ============================================================
   DOCUMENT PREVIEW — Blur Overlay | START
   ============================================================ */

.dp-section {
    padding: 40px 0;
    background: #f1f5f9;
}

.dp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.dp-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
}


.dp-content {
    padding: 32px 36px 0;
    max-height: 320px;
    overflow: hidden;
}

.dp-content p,
.dp-content li,
.dp-content td {
    font-size: 14px;
    color: #334155;
    line-height: 1.75;
}

.dp-content h1,
.dp-content h2,
.dp-content h3,
.dp-content h4 {
    color: #0f172a;
    font-weight: 700;
    margin-top: 0;
}


.dp-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 260px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.72) 28%,
        rgba(255, 255, 255, 0.97) 58%,
        rgba(255, 255, 255, 1) 100%
    );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 32px;
}

.dp-overlay__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.dp-overlay__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #0f172a;
    border-radius: 12px;
    color: #ffffff;
}

.dp-overlay__label {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #0f172a;
    letter-spacing: -0.01em;
}

.dp-overlay__btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #0f172a;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 22px;
    transition: background 0.15s ease;
}

.dp-overlay__btn:hover {
    background: #1e293b;
}

.dp-overlay__note {
    font-size: 11.5px;
    color: #94a3b8;
    font-weight: 500;
}


@media (max-width: 768px) {
    .dp-content {
        padding: 24px 20px 0;
        max-height: 260px;
    }

    .dp-overlay {
        height: 260px;
        padding-bottom: 24px;
    }
}

@media (max-width: 640px) {
    .dp-section {
        padding: 20px 0;
    }

    .dp-container {
        padding: 0 16px;
    }


    .dp-overlay__btn {
        font-size: 12px;
        padding: 9px 18px;
    }
}

/* ============================================================
   DOCUMENT PREVIEW — Blur Overlay | END
   ============================================================ */
















   /* ============================================================
   TEMPLATE BUILDER — Styles | START
   ============================================================ */

.tb-section {
    padding: 0 0 20px;
    background: #f1f5f9;
}

.tb-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}


.tb-panel {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    align-items: start;
}


.tb-form-side {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    top: 24px;
}


.tb-progress-bar {
    height: 3px;
    background: #e2e8f0;
    border-radius: 99px;
    overflow: hidden;
}

.tb-progress-fill {
    height: 100%;
    background: #0f172a;
    border-radius: 99px;
    transition: width 0.3s ease;
    width: 0%;
}

.tb-step-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
}


.tb-steps-wrap {
    display: block;
}

.tb-step {
    display: none;
    flex-direction: column;
    gap: 16px;
}

.tb-step--active {
    display: flex;
}


.tb-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tb-label {
    font-size: 12px;
    font-weight: 600;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.tb-input {
    font-family: inherit;
    font-size: 13.5px;
    color: #0f172a;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 13px;
    outline: none;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.tb-input:focus {
    border-color: #0f172a;
    background: #ffffff;
}

.tb-input::placeholder {
    color: #94a3b8;
}


.tb-nav {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 4px;
    border-top: 1px solid #f1f5f9;
}

.tb-btn-back,
.tb-btn-next {
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 8px;
    padding: 9px 16px;
    border: 1.5px solid #e2e8f0;
    background: #ffffff;
    color: #475569;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.tb-btn-back:hover,
.tb-btn-next:hover {
    border-color: #0f172a;
    color: #0f172a;
}

.tb-btn-generate {
    font-family: inherit;
    font-size: 12.5px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    padding: 10px 18px;
    background: #0f172a;
    color: #ffffff;
    display: none;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    transition: background 0.15s ease;
}

.tb-btn-generate:hover {
    background: #1e293b;
}


.tb-preview-side {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    min-height: 480px;
}

.tb-preview-empty {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 60px 24px;
    color: #94a3b8;
}

.tb-preview-empty__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f1f5f9;
    border-radius: 14px;
    color: #cbd5e1;
}

.tb-preview-empty__text {
    margin: 0;
    font-size: 13.5px;
    color: #94a3b8;
    text-align: center;
    line-height: 1.6;
}

.tb-preview-doc {
    display: none;
    padding: 32px 36px;
    overflow-y: auto;
    max-height: 560px;
    flex: 1;
    font-size: 13.5px;
    color: #334155;
    line-height: 1.75;
}

.tb-preview-doc p { margin-bottom: 14px; }
.tb-preview-doc h1,
.tb-preview-doc h2,
.tb-preview-doc h3,
.tb-preview-doc h4 {
    color: #0f172a;
    font-weight: 700;
    margin: 20px 0 8px;
    line-height: 1.3;
}
.tb-preview-doc h4 { font-size: 13px; }

.tb-filled {
    color: #4f46e5;
    font-weight: 600;
}

.tb-placeholder {
    color: #f59e0b;
    background: #fef9c3;
    border-radius: 3px;
    padding: 0 3px;
    font-size: 12px;
}


.tb-download-bar {
    display: none;
    gap: 10px;
    padding: 16px 20px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    flex-wrap: wrap;
}

.tb-dl-btn {
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    cursor: pointer;
    border-radius: 8px;
    padding: 9px 16px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.tb-dl-btn--word {
    background: #0f172a;
    color: #ffffff;
    border: 1.5px solid #0f172a;
}

.tb-dl-btn--word:hover { background: #1e293b; border-color: #1e293b; }

.tb-dl-btn--pdf {
    background: #ffffff;
    color: #0f172a;
    border: 1.5px solid #e2e8f0;
}

.tb-dl-btn--pdf:hover { border-color: #0f172a; }

.tb-dl-btn--preview {
    background: #ffffff;
    color: #64748b;
    border: 1.5px solid #e2e8f0;
    margin-left: auto;
}

.tb-dl-btn--preview:hover { border-color: #0f172a; color: #0f172a; }


.tb-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.tb-modal--open {
    display: flex;
}

.tb-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
}

.tb-modal__box {
    position: relative;
    background: #ffffff;
    border-radius: 14px;
    width: 90%;
    max-width: 760px;
    max-height: 88vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.2);
}

.tb-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    flex-shrink: 0;
}

.tb-modal__title {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
}

.tb-modal__close {
    background: none;
    border: none;
    cursor: pointer;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 6px;
    transition: color 0.15s ease;
}

.tb-modal__close:hover { color: #0f172a; }

.tb-modal__body {
    overflow-y: auto;
    padding: 32px 36px 40px;
    font-size: 13.5px;
    color: #334155;
    line-height: 1.75;
}

.tb-modal__body p { margin-bottom: 14px; }
.tb-modal__body h1,
.tb-modal__body h2,
.tb-modal__body h3,
.tb-modal__body h4 {
    color: #0f172a;
    font-weight: 700;
    margin: 20px 0 8px;
}


@media (max-width: 900px) {
    .tb-panel {
        grid-template-columns: 1fr;
    }
    .tb-form-side {
        position: static;
    }
    .tb-preview-doc {
        max-height: 400px;
    }
}

@media (max-width: 640px) {
    .tb-section {
        padding: 0 0 10px;
    }
    .tb-container {
        padding: 0 16px;
    }
    .tb-form-side {
        padding: 20px 16px 16px;
    }
    .tb-preview-doc {
        padding: 20px 16px;
    }
    .tb-modal__body {
        padding: 20px 16px 28px;
    }
    .tb-download-bar {
        gap: 8px;
    }
    .tb-dl-btn--preview {
        margin-left: 0;
    }
}

/* ============================================================
   TEMPLATE BUILDER — Styles | END
   ============================================================ */













/* ============================================================
   Header Search | START
   ============================================================ */

.hdr-search {
    position: relative;
}

.srch-bar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffffff0f;
    border: 1px solid #ffffff1a;
    border-radius: 8px;
    padding: 0.45rem 0.75rem;
    width: 220px;
    transition: width 0.25s ease, border-color 0.2s;
}

.srch-bar:focus-within {
    border-color: #ffffff40;
    width: 280px;
}

.srch-ico {
    color: #94a3b8;
    flex-shrink: 0;
}

.srch-input {
    background: none;
    border: none;
    outline: none;
    color: #f1f5f9;
    font-size: 0.875rem;
    width: 100%;
    font-family: inherit;
}

.srch-input::placeholder {
    color: #64748b;
}

.srch-clear {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-shrink: 0;
    transition: color 0.15s;
}

.srch-clear:hover {
    color: #94a3b8;
}

.srch-results {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: 320px;
    background: #1e293b;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0,0,0,0.4);
    z-index: 200;
    max-height: 380px;
    overflow-y: auto;
}

.srch-results[hidden] {
    display: none;
}

.srch-item {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ffffff0d;
    color: #e2e8f0;
    transition: background 0.15s;
    cursor: pointer;
    text-decoration: none;
}

.srch-item:last-child {
    border-bottom: none;
}

.srch-item:hover,
.srch-item.is-active {
    background: #ffffff0f;
}

.srch-item-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: #f1f5f9;
    display: block;
    margin-bottom: 0.2rem;
}

.srch-item-excerpt {
    font-size: 0.775rem;
    color: #64748b;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.srch-empty,
.srch-loading {
    padding: 1rem;
    font-size: 0.85rem;
    color: #64748b;
    text-align: center;
}

.srch-mob-btn {
    display: none;
    background: none;
    border: none;
    color: #d8d8d8;
    cursor: pointer;
    padding: 4px;
    line-height: 0;
}

.srch-mob-overlay {
    position: fixed;
    inset: 0;
    background: #0f172a;
    z-index: 1000;
    padding: 1rem 1.5rem;
}

.srch-mob-overlay[hidden] {
    display: none;
}

.srch-mob-bar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff0f;
    border: 1px solid #ffffff1a;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    margin-bottom: 0.75rem;
    color: #94a3b8;
}

.srch-mob-bar .srch-input {
    font-size: 1rem;
}

.srch-mob-close {
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin-left: auto;
    flex-shrink: 0;
    transition: color 0.15s;
}

.srch-mob-close:hover {
    color: #94a3b8;
}

.srch-results--mob {
    position: static;
    width: 100%;
    box-shadow: none;
    border-radius: 10px;
    max-height: calc(100vh - 120px);
}

.hdr-r {
    display: flex;
    align-items: center;
    gap: 1rem;
}

@media (max-width: 768px) {
    .srch-bar   { display: none; }
    .srch-mob-btn { display: flex; }
}

/* ============================================================
   Header Search | END
   ============================================================ */











/* ============================================================
   SEO CONTENT | START
   ============================================================ */
.seo-section {
    padding: 0 0 48px;
    background: #f1f5f9;
}
.seo-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}
.seo-grid {
    display: block;
}
.seo-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.seo-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.seo-h {
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}
.seo-p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

@media (max-width: 640px) {
    .seo-section {
        padding: 0 0 32px;
    }

    .seo-container {
        padding: 0 16px;
    }
    .seo-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .seo-card {
        padding: 20px;
    }    

}
/* ============================================================
   SEO CONTENT | END
   ============================================================ */



















   /* ============================================================
   HOMEPAGE — Search Hero | START
   ============================================================ */

.hp-hero {
    background: #0f172a;
    padding: 88px 24px 80px;
}

.hp-hero__wrap {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}


.hp-hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.hp-hero__h1 {
    margin: 0;
    font-size: clamp(24px, 3.5vw, 34px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.hp-hero__sub {
    margin: 0;
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.65;
    font-weight: 400;
}


.hp-hero__search-wrap {
    width: 100%;
    position: relative;
}

.hp-srch-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 12px;
    padding: 0 16px;
    height: 54px;
    border: 2px solid transparent;
    transition: border-color 0.15s ease;
}

.hp-srch-bar:focus-within {
    border-color: #4f46e5;
}

.hp-srch-ico {
    color: #94a3b8;
    flex-shrink: 0;
}

.hp-srch-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-family: inherit;
    font-size: 15px;
    color: #0f172a;
}

.hp-srch-input::placeholder {
    color: #94a3b8;
}

.hp-srch-clear {
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    display: flex;
    align-items: center;
    padding: 0;
    transition: color 0.15s ease;
}

.hp-srch-clear:hover {
    color: #0f172a;
}

.hp-srch-results {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 100;
    max-height: 320px;
    overflow-y: auto;
}

.hp-srch-results li {
    padding: 11px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.1s ease;
    display: block;
}

.hp-srch-results li:last-child {
    border-bottom: none;
}

.hp-srch-results li:hover,
.hp-srch-results li[aria-selected="true"] {
    background: #f8fafc;
}

.hp-srch-title {
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    display: block;
}

.hp-srch-cat {
    font-size: 11px;
    font-weight: 600;
    color: #4f46e5;
    background: #eef2ff;
    border-radius: 4px;
    padding: 2px 7px;
    margin-top: 3px;
    display: inline-block;
}

.hp-srch-empty {
    font-size: 13px;
    color: #94a3b8;
    padding: 12px 16px;
    pointer-events: none;
    display: block;
}

.hp-hero__popular {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.hp-hero__popular-label {
    font-size: 11.5px;
    font-weight: 600;
    color: #475569;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.hp-hero__popular-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.hp-hero__pill {
    font-size: 12px;
    font-weight: 500;
    color: #cbd5e1;
    text-decoration: none;
    border: 1px solid #1e293b;
    border-radius: 999px;
    padding: 5px 13px;
    transition: color 0.15s ease, border-color 0.15s ease;
    white-space: nowrap;
}

.hp-hero__pill:hover {
    color: #ffffff;
    border-color: #475569;
}

@media (max-width: 640px) {
    .hp-hero__popular {
        gap: 8px;
    }
    .hp-hero__sub {
    max-width: 300px;
}
}


.hp-srch-results li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hp-srch-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: #0f172a;
    border-radius: 6px;
    color: #ffffff;
}

/* ============================================================
   HOMEPAGE — Search Hero | END
   ============================================================ */
















   /* ============================================================
   TRUST BAR — Social Proof | START
   ============================================================ */

.tb2-section {
    background: #0f172a;
    border-top: 1px solid #1e293b;
    padding: 14px 24px;
}

.tb2-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.tb2-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.tb2-item svg {
    color: #475569;
    flex-shrink: 0;
}

.tb2-dot {
    color: #1e293b;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 640px) {
    .tb2-section {
        padding: 14px 16px;
    }

    .tb2-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px 0;
        justify-items: center;
    }

    .tb2-dot {
        display: none;
    }

    .tb2-item {
        font-size: 11.5px;
    }
}

/* ============================================================
   TRUST BAR — Social Proof | END
   ============================================================ */








   /* ============================================================
   CATEGORY GRID — Main Navigation | START
   ============================================================ */

.cg-section {
    padding: 64px 0 72px;
    background: #f1f5f9;
}

.cg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.cg-heading-row {
    text-align: center;
    margin-bottom: 32px;
}

.cg-eyebrow {
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cg-eyebrow::before,
.cg-eyebrow::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #cbd5e1;
}


.cg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}


.cg-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.cg-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.cg-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: #eef2ff;
    border-radius: 10px;
    color: #35317b;
    transition: background 0.15s ease;
}

.cg-card:hover .cg-card__icon {
    background: #e0e7ff;
}

.cg-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.cg-card__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.cg-card__desc {
    margin: 0;
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cg-card__count {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 3px 8px;
    align-self: flex-start;
}


@media (max-width: 900px) {
    .cg-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .cg-section {
        padding: 48px 0 56px;
    }

    .cg-container {
        padding: 0 16px;
    }

    .cg-heading-row {
        margin-bottom: 20px;
    }

    .cg-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .cg-card {
        padding: 16px;
    }
}

/* ============================================================
   CATEGORY GRID — Main Navigation | END
   ============================================================ */












   /* ============================================================
   MOST POPULAR TEMPLATES — Internal Linking Grid | START
   ============================================================ */

.pt-section {
    padding: 0 0 72px;
    background: #f1f5f9;
}

.pt-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.pt-heading-row {
    text-align: center;
    margin-bottom: 32px;
}

.pt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.pt-eyebrow::before,
.pt-eyebrow::after {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: #cbd5e1;
}


.pt-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}


.pt-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 18px;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.pt-card:hover {
    border-color: #c7d2fe;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.07);
}


.pt-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.pt-card__formats {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.pt-card__fmt {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #94a3b8;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 2px 5px;
}


.pt-card__title {
    margin: 0;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    letter-spacing: -0.01em;
    flex: 1;
}


.pt-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding-top: 10px;
    border-top: 1px solid #f1f5f9;
}

.pt-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #94a3b8;
    font-weight: 500;
}

.pt-card__free {
    font-size: 10px;
    font-weight: 700;
    color: #4f46e5;
    letter-spacing: 0.04em;
}


@media (max-width: 640px) {
    .pt-section {
        padding: 0 0 48px;
    }

    .pt-container {
        padding: 0 16px;
    }

    .pt-heading-row {
        margin-bottom: 20px;
    }

    .pt-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .pt-card {
        padding: 14px;
        min-width: 0;
    }

    .pt-card__title {
        font-size: 13px;
    }

    .pt-card__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .pt-card__top {
        width: 100%;
    }

    .pt-card__formats {
        flex-shrink: 0;
    }
}

/* ============================================================
   MOST POPULAR TEMPLATES — Internal Linking Grid | END
   ============================================================ */









   /* ============================================================
   HOW IT WORKS + WHY FREE — Trust Content | START
   ============================================================ */

.hiw-section {
    padding: 0 0 72px;
    background: #f1f5f9;
}

.hiw-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hiw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}


.hiw-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hiw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hiw-eyebrow::before,
.hiw-eyebrow::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #e2e8f0;
}


.hiw-steps {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hiw-step {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hiw-step__num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 1px;
}

.hiw-step__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.hiw-step__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.hiw-step__desc {
    margin: 0;
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}


.hiw-card--alt {
    gap: 18px;
}

.hiw-why__lead {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
    letter-spacing: -0.01em;
}
.hiw-why__desc {
    margin: 0;
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.7;
}

.hiw-why__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 500;
    color: #475569;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #0f172a;
    border-radius: 8px;
    padding: 12px 14px;
    line-height: 1.5;
}

.hiw-why__note svg {
    flex-shrink: 0;
    color: #0f172a;
    margin-top: 1px;
}

.hiw-about {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 24px;
    margin-bottom: 16px;
}

.hiw-about__left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hiw-about__lead {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.hiw-about__desc {
    margin: 0;
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.7;
}

.hiw-about__right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.hiw-about__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
}

.hiw-about__stat-num {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.02em;
    line-height: 1;
}

.hiw-about__stat-label {
    font-size: 12px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .hiw-about {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .hiw-about {
        padding: 20px 16px;
    }

    .hiw-about__stat-num {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .hiw-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hiw-section {
        padding: 0 0 48px;
    }

    .hiw-container {
        padding: 0 16px;
    }

    .hiw-card {
        padding: 20px 16px;
        gap: 18px;
    }
}

/* ============================================================
   HOW IT WORKS + WHY FREE — Trust Content | END
   ============================================================ */
















/* ============================================================
   RECENTLY UPDATED TEMPLATES — Freshness Signal | START
   ============================================================ */

.ru-section {
    padding: 0 0 48px;
    background: #f1f5f9;
}

.ru-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ru-heading-row {
    margin-bottom: 20px;
}

.ru-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #94a3b8;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ru-eyebrow::before,
.ru-eyebrow::after {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #e2e8f0;
}

.ru-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.ru-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 16px;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ru-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.ru-card__title {
    margin: 0;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    flex: 1;
}

.ru-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: auto;
}

.ru-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11.5px;
    color: #94a3b8;
}

.ru-card__meta svg {
    flex-shrink: 0;
}

.ru-card__date {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #94a3b8;
    white-space: nowrap;
    margin-left: auto;
}

.ru-card__date svg {
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .ru-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ru-section {
        padding: 0 0 36px;
    }

    .ru-container {
        padding: 0 16px;
    }

    .ru-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ru-card__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .ru-card__date {
        margin-left: 0;
    }
}

/* ============================================================
   RECENTLY UPDATED TEMPLATES — Freshness Signal | END
   ============================================================ */














   /* ============================================================
   TAXONOMY HERO — Category Header | START
   ============================================================ */

#tax-main {
    background: #f1f5f9;
    min-height: 100vh;
}

.tax-hero {
    background: #0f172a;
    padding: 32px 0 40px;
}

.tax-hero__wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tax-hero__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tax-hero__title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tax-hero__meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.tax-hero__meta-item {
    font-size: 13px;
    font-weight: 500;
    color: #94a3b8;
}

.tax-hero__meta-dot {
    font-size: 13px;
    color: #475569;
}

@media (max-width: 640px) {
    .tax-hero {
        padding: 24px 0 32px;
    }

    .tax-hero__wrap {
        padding: 0 16px;
        gap: 16px;
    }

    .tax-hero__title {
        font-size: 22px;
    }
}

/* ============================================================
   TAXONOMY HERO — Category Header | END
   ============================================================ */











   /* ============================================================
   TAXONOMY GRID — Template Listing | START
   ============================================================ */

.tg-section {
    padding: 32px 0 64px;
    background: #f1f5f9;
}

.tg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.tg-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.tg-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px 16px;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tg-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.tg-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: #23396c;
    border-radius: 8px;
    color: #ffffff;
}

.tg-card__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 0;
}

.tg-card__title {
    margin: 0;
    font-size: 13.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tg-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #94a3b8;
}

.tg-card__meta svg {
    flex-shrink: 0;
}

.tg-card__arrow {
    flex-shrink: 0;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    transition: color 0.15s ease;
}

.tg-card:hover .tg-card__arrow {
    color: #0f172a;
}

@media (max-width: 900px) {
    .tg-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .tg-section {
        padding: 24px 0 48px;
    }

    .tg-container {
        padding: 0 16px;
    }

    .tg-grid {
        grid-template-columns: 1fr;
    }

    .tg-card__title {
        white-space: normal;
        font-size: 12.5px;
    }
}

/* ============================================================
   TAXONOMY GRID — Template Listing | END
   ============================================================ */
   /* ============================================================
   TAXONOMY GRID — Pagination + Empty | START
   ============================================================ */

.tg-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 64px 24px;
    text-align: center;
    color: #94a3b8;
}

.tg-empty__title {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.tg-empty__desc {
    margin: 0;
    font-size: 13.5px;
    color: #64748b;
    max-width: 360px;
    line-height: 1.6;
}

.tg-empty__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 16px;
    text-decoration: none;
    margin-top: 4px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.tg-empty__link:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* ============================================================
   TAXONOMY GRID — Pagination + Empty | END
   ============================================================ */









   /* ============================================================
   PAGINATION — vl-pagination | START
   ============================================================ */

.vl-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 32px 0 0;
}

.vl-pagination a,
.vl-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.vl-pagination a:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    color: #0f172a;
}

.vl-pagination span.current {
    background: #1d2843;
    border-color: #1d2843;
    color: #ffffff;
}

.vl-pagination span.dots {
    border-color: transparent;
    background: transparent;
    color: #94a3b8;
}

@media (max-width: 640px) {
    .vl-pagination {
        gap: 3px;
    }

    .vl-pagination a,
    .vl-pagination span {
        min-width: 32px;
        height: 32px;
        font-size: 12px;
    }
}

/* ============================================================
   PAGINATION — vl-pagination | END
   ============================================================ */









   /* ============================================================
   TAXONOMY SEO TEXT — Bottom Content | START
   ============================================================ */

.ts-section {
    padding: 0 0 64px;
    background: #f1f5f9;
}

.ts-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.ts-body {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 28px 32px;
}

.ts-body h2 {
    margin: 0 0 12px;
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.ts-body h3 {
    margin: 24px 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.ts-body p {
    margin: 0 0 14px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.75;
}

.ts-body p:last-child {
    margin-bottom: 0;
}

.ts-body ul,
.ts-body ol {
    margin: 0 0 14px;
    padding-left: 20px;
}

.ts-body li {
    font-size: 13.5px;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 4px;
}

.ts-body a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ts-body a:hover {
    color: #475569;
}

@media (max-width: 640px) {
    .ts-section {
        padding: 0 0 48px;
    }

    .ts-container {
        padding: 0 16px;
    }

    .ts-body {
        padding: 20px 16px;
    }
}

/* ============================================================
   TAXONOMY SEO TEXT — Bottom Content | END
   ============================================================ */
















   /* ============================================================
   PAGE — Static Page Template | START
   ============================================================ */

#pg-main {
    background: #f1f5f9;
    min-height: 100vh;
}

#pg-hero {
    background: #0f172a;
    padding: 32px 0 40px;
}

#pg-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#pg-title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

#pg-content {
    padding: 40px 0 64px;
}

#pg-content-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 36px;
}

#pg-content-inner h2 {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

#pg-content-inner h3 {
    margin: 24px 0 10px;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

#pg-content-inner p {
    margin: 0 0 16px;
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
}

#pg-content-inner p:last-child {
    margin-bottom: 0;
}

#pg-content-inner ul,
#pg-content-inner ol {
    margin: 0 0 16px;
    padding-left: 20px;
}

#pg-content-inner li {
    font-size: 14px;
    color: #475569;
    line-height: 1.8;
    margin-bottom: 6px;
}

#pg-content-inner a {
    color: #0f172a;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#pg-content-inner a:hover {
    color: #475569;
}

#pg-content-inner strong {
    font-weight: 700;
    color: #0f172a;
}

#pg-content-inner hr {
    border: none;
    border-top: 1px solid #e2e8f0;
    margin: 28px 0;
}

#pg-content-inner table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13.5px;
    margin-bottom: 16px;
}

#pg-content-inner th {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    font-weight: 700;
    color: #0f172a;
    text-align: left;
}

#pg-content-inner td {
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    color: #475569;
}
.blg-bread-container .vl-breadcrumb .vl-breadcrumb__current {
	color:#94a3b8
}

@media (max-width: 640px) {
    #pg-hero {
        padding: 24px 0 32px;
    }

    #pg-hero-inner {
        padding: 0 16px;
        gap: 16px;
    }

    #pg-title {
        font-size: 22px;
    }

    #pg-content {
        padding: 24px 0 48px;
    }

    #pg-content-inner {
        margin: 10px 10px;
        padding:32px 20px
    }

}

/* ============================================================
   PAGE — Static Page Template | END
   ============================================================ */








/* ============================================================
   CONTACT FORM  — CF7FORM  | START
   ============================================================ */
.cf7-wrap {
    max-width: 600px;
}

.cf7-field {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.cf7-label {
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
    font-family: inherit;
}

.cf7-input,
.cf7-select,
.cf7-textarea {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    color: #0f172a;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.15s;
    font-family: inherit;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.cf7-input:focus,
.cf7-select:focus,
.cf7-textarea:focus {
    border-color: #0f172a;
}

.cf7-input::placeholder,
.cf7-textarea::placeholder {
    color: #94a3b8;
}

.cf7-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%230f172a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.cf7-textarea {
    min-height: 140px;
    resize: vertical;
}

.cf7-submit {
    margin-top: 4px;
}

.cf7-btn {
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #0f172a;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: opacity 0.15s;
    font-family: inherit;
}

.cf7-btn:hover {
    opacity: 0.8;
}

.cf7-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc2626;
    margin-top: 4px;
}

.cf7-wrap .wpcf7-response-output {
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    border: 1px solid #cbd5e1;
    color: #0f172a;
}
/* ============================================================
   CONTACT FORM  — CF7FORM  | END
   ============================================================ */