.tax-free-page {
    background: linear-gradient(180deg, #fffaf2 0%, #ffffff 46%, #f8fafc 100%);
    min-height: 100vh;
    padding: 24px 0 56px;
}

.tax-free-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.tax-free-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    color: #64748b;
    font-size: 13px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.tax-free-breadcrumb a {
    color: #64748b;
    text-decoration: none;
}

.tax-free-breadcrumb a:hover {
    color: #f97316;
}

.tax-free-breadcrumb strong {
    color: #334155;
    font-weight: 700;
}

.tax-free-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
    align-items: stretch;
    padding: 34px;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 28px;
    background:
        radial-gradient(circle at 16% 8%, rgba(251, 146, 60, 0.24), transparent 34%),
        radial-gradient(circle at 88% 20%, rgba(59, 130, 246, 0.12), transparent 34%),
        #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
}

.tax-free-hero-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 260px;
}

.tax-free-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 13px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 14px;
    font-weight: 800;
}

.tax-free-title {
    max-width: 720px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.tax-free-lead {
    max-width: 700px;
    margin: 18px 0 0;
    color: #475569;
    font-size: 17px;
    line-height: 1.8;
}

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

.tax-free-primary-btn,
.tax-free-search-btn {
    border: 0;
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 12px 24px rgba(234, 88, 12, 0.22);
}

.tax-free-primary-btn:hover,
.tax-free-search-btn:hover {
    background: linear-gradient(135deg, #ea580c, #c2410c);
}

.tax-free-outline-btn,
.tax-free-clear-btn {
    border-color: rgba(100, 116, 139, 0.24);
    background: #ffffff;
    color: #334155;
}

.tax-free-hero-side {
    display: grid;
    gap: 16px;
}

.tax-free-stat-card {
    display: flex;
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.tax-free-stat-card strong {
    color: #0f172a;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.tax-free-stat-card span {
    margin-top: 8px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.55;
}

.tax-free-guide,
.tax-free-panel,
.tax-free-flow,
.tax-free-cta {
    margin-top: 24px;
}

.tax-free-section-title {
    margin: 0 0 16px;
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.tax-free-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tax-free-guide-card {
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

.tax-free-guide-card span {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    place-items: center;
    border-radius: 14px;
    background: #fff7ed;
    font-size: 22px;
}

.tax-free-guide-card strong,
.tax-free-flow-item strong {
    display: block;
    color: #0f172a;
    font-size: 17px;
    font-weight: 900;
}

.tax-free-guide-card p,
.tax-free-flow-item p {
    margin: 8px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.tax-free-panel {
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.tax-free-filter-title {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
}

.tax-free-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    align-items: end;
}

.tax-free-filter-item.is-wide {
    grid-column: span 2;
}

.tax-free-filter-item.is-action {
    display: flex;
    gap: 10px;
}

.tax-free-filter-label {
    display: block;
    margin-bottom: 7px;
    color: #334155;
    font-size: 13px;
    font-weight: 800;
}

.tax-free-filter-item .form-control,
.tax-free-filter-item .form-select {
    min-height: 44px;
    border-color: rgba(100, 116, 139, 0.22);
    border-radius: 14px;
    color: #334155;
}

.tax-free-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.tax-free-result-count {
    color: #0f172a;
    font-size: 20px;
    font-weight: 900;
}

.tax-free-result-note {
    margin-top: 4px;
    color: #64748b;
    font-size: 13px;
}

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

.tax-free-card {
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.07);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tax-free-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.1);
}

.tax-free-media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f1f5f9;
}

.tax-free-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.tax-free-card:hover .tax-free-media img {
    transform: scale(1.04);
}

.tax-free-badge,
.tax-free-fav {
    position: absolute;
    z-index: 2;
    top: 14px;
}

.tax-free-badge {
    left: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.tax-free-fav {
    right: 14px;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #ef4444;
    font-size: 18px;
    line-height: 1;
}

.tax-free-body {
    padding: 18px;
}

.tax-free-meta {
    color: #f97316;
    font-size: 13px;
    font-weight: 900;
}

.tax-free-name {
    margin: 8px 0 0;
    color: #0f172a;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.35;
}

.tax-free-desc {
    min-height: 72px;
    margin: 10px 0 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

.tax-free-rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
}

.tax-free-rating {
    color: #334155;
    font-size: 13px;
}

.tax-free-stars {
    color: #f59e0b;
    letter-spacing: -2px;
}

.tax-free-score {
    white-space: nowrap;
    padding: 5px 9px;
    border-radius: 999px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 12px;
    font-weight: 900;
}

.tax-free-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.tax-free-tag {
    padding: 6px 9px;
    border-radius: 999px;
    background: #f8fafc;
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

.tax-free-reason {
    margin-top: 14px;
    padding: 12px;
    border-radius: 16px;
    background: #fff7ed;
    color: #475569;
    font-size: 13px;
    line-height: 1.6;
}

.tax-free-reason strong {
    display: block;
    margin-bottom: 3px;
    color: #c2410c;
}

.tax-free-floor {
    margin-top: 12px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.tax-free-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
}

.tax-free-minimum {
    color: #0f172a;
    font-size: 19px;
    font-weight: 900;
}

.tax-free-minimum span {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.tax-free-detail-btn {
    border-radius: 999px;
    font-weight: 800;
}

.tax-free-empty-state {
    display: none;
    margin-top: 18px;
    padding: 28px;
    border: 1px dashed rgba(100, 116, 139, 0.32);
    border-radius: 20px;
    background: #f8fafc;
    text-align: center;
}

.tax-free-empty-state strong {
    display: block;
    color: #0f172a;
    font-size: 18px;
}

.tax-free-empty-state span {
    display: block;
    margin-top: 6px;
    color: #64748b;
}

.tax-free-flow {
    padding: 24px;
    border-radius: 24px;
    background: #0f172a;
    color: #ffffff;
}

.tax-free-flow .tax-free-section-title {
    color: #ffffff;
}

.tax-free-flow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tax-free-flow-item {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
}

.tax-free-flow-item span {
    display: inline-block;
    margin-bottom: 12px;
    color: #fed7aa;
    font-size: 24px;
    font-weight: 900;
}

.tax-free-flow-item strong {
    color: #ffffff;
}

.tax-free-flow-item p {
    color: #cbd5e1;
}

.tax-free-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 26px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f97316, #ea580c);
    color: #ffffff;
    box-shadow: 0 18px 42px rgba(234, 88, 12, 0.22);
}

.tax-free-cta strong {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.tax-free-cta p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.7;
}

.tax-free-cta-btn {
    flex: 0 0 auto;
    border: 0;
    border-radius: 999px;
    color: #c2410c;
    font-weight: 900;
}

@media (max-width: 991.98px) {
    .tax-free-hero,
    .tax-free-guide-grid,
    .tax-free-grid,
    .tax-free-flow-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tax-free-hero {
        padding: 26px;
    }

    .tax-free-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .tax-free-page {
        padding-top: 16px;
    }

    .tax-free-shell {
        width: min(100% - 22px, 1180px);
    }

    .tax-free-hero,
    .tax-free-guide-grid,
    .tax-free-filter-grid,
    .tax-free-grid,
    .tax-free-flow-grid {
        grid-template-columns: 1fr;
    }

    .tax-free-filter-item.is-wide {
        grid-column: auto;
    }

    .tax-free-filter-item.is-action,
    .tax-free-cta,
    .tax-free-bottom,
    .tax-free-rating-row {
        flex-direction: column;
        align-items: stretch;
    }

    .tax-free-title {
        font-size: 34px;
    }

    .tax-free-panel,
    .tax-free-flow,
    .tax-free-cta {
        padding: 18px;
    }
}
