/* Turbo Premium theme - screenshot-style marketing layout */

:root {
    --tp-text: #16304a;
    --tp-muted: #667085;
    --tp-blue: #4dbdeb;
    --tp-blue-2: #3eaedc;
    --tp-blue-dark: #268fbe;
    --tp-border: #e6edf3;
    --tp-soft: #f7fbfd;
    --tp-card: #ffffff;
    --tp-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
    --tp-radius: 24px;
}

html,
body {
    background: #f5f8fb;
    color: var(--tp-text);
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
    line-height: 1.6;
    padding-top: 88px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wrapper-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
}

.premium-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 88px;
    padding: 16px 0;
}

.brand-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent !important;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

.brand-link:hover,
.brand-link:focus,
.brand-link:active {
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-mark img,
.brand-mark svg {
    max-height: 40px;
    width: auto;
}

.brand-mark .tp-brand-logo {
    display: block;
    width: 58px;
    height: 34px;
    max-height: none;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-name {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.desktop-nav .main-nav,
.desktop-nav .login-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-nav .main-nav>li,
.desktop-nav .login-nav>li {
    float: none;
}

.desktop-nav .main-nav>li>a,
.desktop-nav .login-nav>li>a,
.lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    color: #22324a;
    font-size: 14px;
    font-weight: 600;
}

.desktop-nav .main-nav>li>a:hover,
.desktop-nav .main-nav>li>a:focus,
.desktop-nav .login-nav>li>a:hover,
.desktop-nav .login-nav>li>a:focus,
.lang-toggle:hover,
.lang-toggle:focus {
    color: var(--tp-blue-dark);
    background: rgba(77, 189, 235, 0.10);
}

.desktop-nav .main-nav>li.active>a {
    color: var(--tp-blue-dark);
    background: rgba(77, 189, 235, 0.14);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-ctas {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.header-cta:hover,
.header-cta:focus {
    color: #fff;
    transform: translateY(-1px);
}

.header-cta-green {
    background: linear-gradient(135deg, #4dbdeb, #3eaedc);
    box-shadow: 0 10px 22px rgba(77, 189, 235, 0.20);
}

.header-cta-red {
    background: linear-gradient(135deg, #ff7a59, #ff5f6d);
    box-shadow: 0 10px 22px rgba(255, 95, 109, 0.18);
}

.lang-menu {
    position: relative;
}

.lang-toggle {
    gap: 8px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.header-actions .dropdown-menu {
    margin-top: 10px;
    border-radius: 16px;
    border: 1px solid #e9eef5;
    box-shadow: var(--tp-shadow);
}

.header-actions .dropdown-menu>li>a:hover,
.header-actions .dropdown-menu>li>a:focus {
    background: rgba(77, 189, 235, 0.10);
    color: var(--tp-blue-dark);
}

.tp-subnav {
    position: sticky;
    top: 88px;
    z-index: 1195;
    margin-top: -1px;
    overflow: visible;
    background: linear-gradient(90deg, #4dbdeb 0%, #268fbe 100%);
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 24px rgba(77, 189, 235, 0.14);
}

.tp-subnav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-height: 54px;
    width: auto;
    min-width: 0;
    overflow: visible;
    white-space: nowrap;
}

.tp-subnav-item {
    position: relative;
    flex: 0 0 auto;
}

.tp-subnav-row a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 0 4px;
    min-height: 48px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.01em;
    opacity: 0.95;
    transition: opacity 160ms ease, transform 160ms ease;
}

.tp-subnav-trigger {
    position: relative;
    z-index: 2;
}

.tp-subnav-trigger .fa-angle-down,
.tp-subnav-trigger .fa-angle-up {
    font-size: 10px;
    margin-left: 2px;
    transition: transform 160ms ease;
}

.tp-subnav-item:hover .tp-subnav-trigger .fa-angle-down:before,
.tp-subnav-item:focus-within .tp-subnav-trigger .fa-angle-down:before {
    content: "\f106";
}

.tp-subnav-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 270px;
    padding: 0 0 10px;
    background: rgba(45, 155, 214, 0.98);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 18px 32px rgba(15, 23, 42, 0.16);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    z-index: 5;
}

.tp-subnav-dropdown a {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.tp-subnav-dropdown a:first-child {
    border-top: 0;
}

.tp-subnav-dropdown a:hover,
.tp-subnav-dropdown a:focus {
    background: rgba(255, 255, 255, 0.10);
    opacity: 1;
    transform: none;
}

.tp-subnav-dropdown {
    pointer-events: auto;
}

.tp-subnav-mobile-toggle {
    display: none;
}

.tp-subnav-scroll {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
}

.tp-subnav-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    line-height: 1;
    cursor: pointer;
    transition: background 160ms ease, opacity 160ms ease;
}

.tp-subnav-arrow:hover,
.tp-subnav-arrow:focus {
    background: rgba(255, 255, 255, 0.28);
    outline: none;
}

.tp-subnav-arrow.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.tp-subnav.has-scroll-arrows .tp-subnav-arrow {
    display: inline-flex;
}

.tp-subnav-item.is-open .tp-subnav-dropdown,
.tp-subnav-item:hover .tp-subnav-dropdown,
.tp-subnav-item:focus-within .tp-subnav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.tp-subnav-row a i.fa {
    font-size: 13px;
    opacity: 0.95;
}

.tp-subnav-row a i.fa-angle-down {
    font-size: 11px;
    opacity: 0.8;
}

.tp-subnav-row a:hover,
.tp-subnav-row a:focus {
    color: #fff;
    opacity: 1;
    transform: translateY(-1px);
}

.desktop-nav .login-nav>li>a.signin {
    color: #fff;
    background: linear-gradient(135deg, #4dbdeb, #3eaedc);
    box-shadow: 0 10px 22px rgba(77, 189, 235, 0.22);
}

.desktop-nav .login-nav>li>a.signup {
    color: #fff;
    background: linear-gradient(135deg, #ff7a59, #ff5f6d);
    box-shadow: 0 10px 22px rgba(255, 95, 109, 0.18);
}

.desktop-nav .login-nav>li>a:hover,
.desktop-nav .login-nav>li>a:focus {
    color: #fff;
    transform: translateY(-1px);
}

.start-mobile-nav {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: min(90vw, 340px);
    height: 100%;
    padding: 20px 16px;
    background: #fff;
    border-right: 1px solid #e6edf3;
    box-shadow: 18px 0 50px rgba(15, 23, 42, 0.16);
    transform: translateX(-105%);
    transition: transform 220ms ease;
}

body.open-nav .mobile-nav {
    display: block;
    transform: translateX(0);
}

.mobile-nav .main-nav,
.mobile-nav .login-nav {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.mobile-nav .main-nav>li,
.mobile-nav .login-nav>li {
    float: none;
    margin-bottom: 10px;
}

.mobile-nav .main-nav>li>a,
.mobile-nav .login-nav>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 14px;
    border-radius: 14px;
    color: #22324a;
    border: 1px solid #e8eef5;
    background: #f8fbfd;
}

.mobile-nav .login-nav>li>a.signup,
.mobile-nav .login-nav>li>a.signin {
    color: #fff;
    border: 0;
}

.mobile-nav .login-nav>li>a.signin {
    background: linear-gradient(135deg, #4dbdeb, #3eaedc);
}

.mobile-nav .login-nav>li>a.signup {
    background: linear-gradient(135deg, #ff7a59, #ff5f6d);
}

.mobile-nav .submenu {
    display: none;
    padding-left: 10px;
}

.mobile-nav .submenu .submenu-nav {
    margin-top: 10px;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    background:
        radial-gradient(circle at 18% 16%, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px) 0 0 / 18px 18px,
        linear-gradient(135deg, #4dbdeb 0%, #268fbe 46%, #1d79b6 100%);
    position: relative;
    padding: 72px 0 78px;
    min-height: 760px;
}

.hero-bg::before,
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-bg::before {
    background:
        radial-gradient(circle at 10% 82%, rgba(255, 255, 255, 0.08), transparent 18%),
        radial-gradient(circle at 92% 22%, rgba(255, 255, 255, 0.10), transparent 20%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 30%);
    opacity: 0.9;
}

.hero-bg::after {
    background: radial-gradient(circle at 50% 100%, rgba(17, 85, 145, 0.22), transparent 34%);
}

.hero-panel {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}

#headturbo-wrap {
    margin-top: 0 !important;
}

.hero-copy-centered {
    max-width: 980px;
    margin: 0 auto;
}

.hero-copy-centered,
.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.28);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.hero-eyebrow i {
    color: #fcd34d;
}

.hero-panel h1 {
    margin: 28px 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(42px, 5.2vw, 74px);
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #fff;
}

.hero-panel h2 {
    max-width: 920px;
    margin: 22px auto 0;
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
}

.turboform {
    max-width: 940px;
    margin: 34px auto 0;
}

.turboform .review {
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.10);
}

.hero-addon {
    background: #fff;
    border: 0;
    color: #667085;
    font-size: 20px;
    padding-left: 22px;
    padding-right: 10px;
}

.turboform .form-control {
    height: 74px;
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #111827;
    font-size: 18px;
    padding-left: 8px;
}

.turboform .form-control::placeholder {
    color: #98a2b3;
}

.btn-review,
#review-btn {
    min-width: 214px;
    height: 74px;
    border: 0;
    border-radius: 0;
    color: #fff;
    background: linear-gradient(135deg, #4dbdeb, #268fbe);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.btn-review:hover,
.btn-review:focus,
#review-btn:hover,
#review-btn:focus {
    color: #fff;
    transform: translateY(-1px);
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 860px;
    margin: 34px auto 0;
}

.hero-analytics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 920px;
    margin: 30px auto 0;
}

.analytics-card {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
    text-align: left;
}

.analytics-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.analytics-head span {
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 600;
}

.analytics-head strong {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.analytics-track {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    overflow: hidden;
}

.analytics-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    animation: analyticsGrow 1.25s ease forwards;
}

.analytics-bar-primary {
    --analytics-width: 94%;
    background: linear-gradient(90deg, #fff5ab, #facc15);
}

.analytics-bar-performance {
    --analytics-width: 88%;
    background: linear-gradient(90deg, #dcfce7, #4ade80);
    animation-delay: 90ms;
}

.analytics-bar-seo {
    --analytics-width: 94%;
    background: linear-gradient(90deg, #e0f2fe, #38bdf8);
    animation-delay: 160ms;
}

.analytics-bar-security {
    --analytics-width: 100%;
    background: linear-gradient(90deg, #ffe4e6, #fb7185);
    animation-delay: 230ms;
}

@keyframes analyticsGrow {
    from {
        width: 0;
    }

    to {
        width: var(--analytics-width);
    }
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

.hero-feature-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: #3eaedc;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    font-size: 22px;
}

.hero-feature strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.hero-feature span {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
}

.top-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.top-link a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.95);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.top-link a:hover,
.top-link a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.feature-section {
    margin-top: -34px;
    padding-bottom: 18px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-height: 320px;
    padding: 28px 26px;
    background: #fff;
    border: 1px solid var(--tp-border);
    border-radius: 18px;
    box-shadow: var(--tp-shadow);
}

.feature-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 28px;
    margin-bottom: 16px;
}

.feature-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.03em;
}

.feature-card p {
    margin: 0;
    color: var(--tp-muted);
    line-height: 1.8;
}

.feature-card-green .feature-icon {
    color: #4dbdeb;
    background: rgba(77, 189, 235, 0.14);
}

.feature-card-green h3 {
    color: #268fbe;
}

.feature-card-blue .feature-icon {
    color: #2f7de1;
    background: rgba(47, 125, 225, 0.12);
}

.feature-card-blue h3 {
    color: #2471dd;
}

.feature-card-purple .feature-icon {
    color: #8b5cf6;
    background: rgba(139, 92, 246, 0.12);
}

.feature-card-purple h3 {
    color: #8b5cf6;
}

.feature-card-orange .feature-icon {
    color: #fb923c;
    background: rgba(251, 146, 60, 0.12);
}

.feature-card-orange h3 {
    color: #fb7a00;
}

.recent-section {
    padding: 28px 0 60px;
    background: #fff;
}

.latest-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
}

.latest-heading h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    color: #0f172a;
}

.heading-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #3eaedc;
    background: rgba(77, 189, 235, 0.14);
}

.sites-block {
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 18px;
    border: 1px solid #e8eef5;
    background: #fff;
    box-shadow: var(--tp-shadow);
}

.sites-block .caption {
    padding: 14px 16px 10px;
}

.sites-block .caption a {
    color: #0f172a;
    font-size: 18px;
    font-weight: 700;
}

.sites-block .details {
    padding: 12px 16px 16px;
    border-top: 1px solid #eef2f6;
}

.sites-block .details>span {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    color: var(--tp-muted);
    font-size: 12px;
}

.sites-block img {
    width: 100%;
    display: block;
}

.recentStrong {
    display: block;
    color: #0f172a;
    font-weight: 700;
}

.pageTitle {
    margin: 0;
    padding: 0;
    color: #0f172a;
    text-align: left;
}

.page-block {
    background: #fff;
    padding: 22px 0 28px;
    margin-bottom: 24px;
    border-bottom: 1px solid #edf2f7;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.page-block .container {
    position: relative;
    z-index: 2;
}

.tp-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tp-breadcrumbs a,
.tp-breadcrumbs span {
    color: #0f172a;
    text-decoration: none;
}

.tp-breadcrumbs a {
    opacity: 0.85;
}

.tp-breadcrumbs a:hover,
.tp-breadcrumbs a:focus {
    color: var(--tp-blue-dark);
    opacity: 1;
}

.tp-breadcrumbs span {
    opacity: 0.55;
}

.page-title-underline {
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #4dbdeb 0%, #268fbe 100%);
}

.tp-related-tools {
    margin-top: 26px;
    padding: 20px;
    border: 1px solid #e7eef5;
    border-radius: 22px;
    background: #f9fbfd;
    box-shadow: var(--tp-shadow);
}

.tp-related-tools-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.tp-related-tools-heading {
    display: flex;
    align-items: center;
    min-width: 0;
}

.tp-related-tools-kicker {
    margin: 0 0 6px;
    color: var(--tp-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.tp-related-tools-title {
    margin: 0;
    color: #0f172a;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.tp-related-tools-count {
    color: var(--tp-muted);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.tp-related-tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tp-related-tool-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e6edf3;
    color: #16304a;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tp-related-tool-card:hover,
.tp-related-tool-card:focus {
    transform: translateY(-2px);
    border-color: rgba(77, 189, 235, 0.35);
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.tp-related-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(77, 189, 235, 0.16), rgba(38, 143, 190, 0.14));
    color: var(--tp-blue-dark);
    font-size: 20px;
    overflow: hidden;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.tp-related-tool-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.tp-related-tool-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 991px) {
    .tp-related-tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tp-related-tools {
        padding: 16px;
        border-radius: 18px;
    }

    .tp-related-tools-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .tp-related-tools-heading {
        width: 100%;
    }

    .tp-related-tools-title {
        font-size: 20px;
    }

    .tp-related-tools-grid {
        grid-template-columns: 1fr;
    }

    .tp-related-tool-card {
        min-height: 58px;
        padding: 12px 14px;
    }
}

/* Domain report layout */
.tp-domain-report {
    padding-top: 34px;
    padding-bottom: 56px;
}

.tp-domain-layout {
    display: flex;
    align-items: flex-start;
    min-height: 620px;
}

.tp-domain-sidebar,
.tp-domain-content {
    float: none;
    min-width: 0;
}

.tp-domain-sidebar {
    position: sticky;
    top: 112px;
    align-self: flex-start;
}

.tp-domain-report #scroll-menu,
.tp-domain-report #scroll-menu.affix,
.tp-domain-report #scroll-menu.affix-top,
.tp-domain-report #scroll-menu.affix-bottom {
    position: static !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
}

.tp-domain-report #scroll-nav {
    margin: 0;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #e2ebf2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.tp-domain-report #scroll-nav > li {
    float: none;
    width: 100%;
    margin: 0 0 5px;
}

.tp-domain-report #scroll-nav > li:last-child {
    margin-bottom: 0;
}

.tp-domain-report #scroll-nav > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 46px;
    padding: 0 12px;
    border-radius: 11px;
    color: #23405d;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    transition: color 160ms ease, background 160ms ease;
}

.tp-domain-report #scroll-nav > li > a:hover,
.tp-domain-report #scroll-nav > li > a:focus {
    color: #147dab;
    background: #eef8fc;
}

.tp-domain-report #scroll-nav > li.active > a {
    color: #fff;
    background: linear-gradient(135deg, #43b4e2 0%, #268fbe 100%);
    box-shadow: 0 8px 18px rgba(38, 143, 190, 0.2);
}

.tp-domain-report .scroll-icon {
    display: inline-flex;
    justify-content: center;
    width: 22px;
    flex: 0 0 22px;
}

.tp-domain-report .scroll-text {
    flex: 1;
    min-width: 0;
}

.tp-domain-report .scroll-arrow {
    margin-left: 8px;
    opacity: 0.65;
}

.tp-domain-content {
    padding-bottom: 30px;
}

.tp-domain-content > .xd_top_box:first-child {
    margin-top: 0 !important;
}

.tp-domain-content .reviewBox {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.tp-domain-content .seoBox {
    max-width: 100%;
}

.tp-report-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 150px;
    margin: 24px 0 14px;
    padding: 24px 32px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 20%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(120deg, #174c70 0%, #268fbe 56%, #4dbdeb 100%);
    box-shadow: 0 16px 34px rgba(77, 189, 235, 0.18);
}

.tp-report-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    opacity: 0.35;
    pointer-events: none;
}

.tp-report-hero-copy,
.tp-report-hero-icon {
    position: relative;
    z-index: 1;
}

.tp-report-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.tp-report-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.tp-report-hero p {
    max-width: 820px;
    margin: 0 0 3px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    line-height: 1.42;
}

.tp-report-hero-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 102px;
    width: 102px;
    height: 102px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.14);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.tp-report-hero-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.tp-report-main-link {
    display: none;
}

.page-block .tp-report-hero {
    margin: 0;
}

.tp-domain-layout::before,
.tp-domain-layout::after {
    display: none;
}

@media (max-width: 991px) {
    .tp-domain-report {
        padding-top: 24px;
        padding-bottom: 44px;
    }

    .tp-domain-layout {
        display: block;
        min-height: 0;
    }

    .tp-domain-sidebar,
    .tp-domain-content {
        width: 100%;
    }

    .tp-domain-sidebar {
        position: static;
        top: auto;
    }

    .tp-domain-report #scroll-menu,
    .tp-domain-report #scroll-menu.affix,
    .tp-domain-report #scroll-menu.affix-top,
    .tp-domain-report #scroll-menu.affix-bottom {
        position: static !important;
        top: auto !important;
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .tp-domain-report #scroll-nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px;
    }

    .tp-domain-report #scroll-nav > li {
        margin: 0;
    }

    .tp-report-hero {
        margin-top: 18px;
        padding: 22px 24px;
        gap: 18px;
    }

    .tp-report-hero h1 {
        font-size: 26px;
    }

    .tp-report-hero p {
        font-size: 13px;
    }

    .tp-report-hero-icon {
        flex-basis: 86px;
        width: 86px;
        height: 86px;
    }

    .tp-report-hero-icon img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .tp-domain-report {
        padding-top: 18px;
        padding-bottom: 36px;
    }

    .tp-domain-report #scroll-nav {
        grid-template-columns: 1fr;
        padding: 8px;
        border-radius: 15px;
    }

    .tp-domain-report #scroll-nav > li > a {
        min-height: 44px;
    }

    .tp-domain-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tp-domain-content .reviewBox {
        display: flex;
        flex-direction: column;
    }

    .tp-domain-content .reviewBox .input-container,
    .tp-domain-content .reviewBox .input-group-btn,
    .tp-domain-content .reviewBox .url-lg {
        display: block;
        width: 100%;
    }

    .tp-domain-content .reviewBox .reviewIn {
        border-radius: 10px 10px 0 0;
    }

    .tp-domain-content .reviewBox .url-lg {
        min-height: 48px;
        border-radius: 0 0 10px 10px;
    }

    .tp-report-hero {
        flex-direction: column;
        align-items: flex-start;
        min-height: 0;
        margin: 14px 0 12px;
        padding: 20px;
    }

    .tp-report-badge {
        min-height: 30px;
        font-size: 11px;
    }

    .tp-report-hero h1 {
        font-size: 24px;
    }

    .tp-report-hero p {
        font-size: 13px;
        line-height: 1.45;
    }

    .tp-report-hero-icon {
        align-self: flex-end;
        flex-basis: 72px;
        width: 72px;
        height: 72px;
        margin-top: -8px;
    }

    .tp-report-hero-icon img {
        width: 42px;
        height: 42px;
    }
}

/* Contact page */
.tp-contact-page {
    position: relative;
    margin-top: -24px;
    padding: 0 0 76px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 10%, rgba(77, 189, 235, 0.13), transparent 24%),
        radial-gradient(circle at 92% 82%, rgba(255, 115, 76, 0.08), transparent 23%),
        #f5f8fb;
}

.tp-contact-intro {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.tp-contact-kicker,
.tp-contact-form-head > span {
    display: inline-block;
    margin-bottom: 10px;
    color: #1687b8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.tp-contact-intro h1 {
    margin: 0;
    color: #0f172a;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.tp-contact-intro p {
    max-width: 620px;
    margin: 18px auto 0;
    color: #667085;
    font-size: 17px;
    line-height: 1.7;
}

.tp-contact-alerts {
    max-width: 1120px;
    margin: 0 auto 20px;
}

.tp-contact-alerts .alert {
    border: 0;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.tp-contact-shell {
    display: grid;
    grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.45fr);
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #e4edf4;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.11);
}

.tp-contact-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 46px 38px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 100% 0, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(145deg, #168ebf 0%, #226da8 100%);
}

.tp-contact-panel::after {
    content: '';
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 270px;
    height: 270px;
    border: 38px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.tp-contact-panel-copy,
.tp-contact-details,
.tp-contact-panel-note {
    position: relative;
    z-index: 1;
}

.tp-contact-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 26px;
    border-radius: 17px;
    color: #176f9d;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.tp-contact-panel-icon .fa {
    font-size: 20px;
}

.tp-contact-panel h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.tp-contact-panel-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
}

.tp-contact-details {
    display: grid;
    gap: 22px;
    margin-top: 42px;
}

.tp-contact-detail {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.tp-contact-detail > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.tp-contact-detail div {
    min-width: 0;
}

.tp-contact-detail small {
    display: block;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tp-contact-detail a,
.tp-contact-detail strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.tp-contact-panel-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: auto;
    padding-top: 42px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    line-height: 1.5;
}

.tp-contact-panel-note .fa {
    margin-top: 3px;
}

.tp-contact-form-card {
    min-width: 0;
    padding: 46px 50px 50px;
}

.tp-contact-form-head {
    margin-bottom: 30px;
}

.tp-contact-form-head h2 {
    margin: 0;
    color: #0f172a;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.035em;
}

.tp-contact-form-head p {
    margin: 9px 0 0;
    color: #667085;
    font-size: 14px;
}

.tp-contact-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.tp-contact-form-card .form-group {
    margin-bottom: 20px;
}

.tp-contact-form-card label {
    margin-bottom: 8px;
    color: #243b53;
    font-size: 13px;
    font-weight: 700;
}

.tp-contact-input {
    position: relative;
}

.tp-contact-input > .fa {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 2;
    color: #4aaed7;
    font-size: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.tp-contact-form-card .form-control {
    width: 100%;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #dbe6ee;
    border-radius: 13px;
    color: #16304a;
    background: #f9fbfd;
    box-shadow: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.tp-contact-input .form-control {
    padding-left: 45px;
}

.tp-contact-form-card .form-control:focus {
    border-color: #4dbdeb;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(77, 189, 235, 0.13);
}

.tp-contact-form-card .tp-contact-message {
    min-height: 150px;
    height: auto;
    padding: 15px 16px;
    line-height: 1.6;
    resize: vertical;
}

.tp-contact-form-card .help-block {
    margin: 5px 0 0;
    color: #d64545;
    font-size: 12px;
}

.tp-contact-captcha {
    margin: 4px 0 22px;
    max-width: 100%;
    overflow: visible;
}

.tp-contact-captcha .captchaCode {
    max-width: 100%;
}

.tp-contact-captcha .captchaCode > label {
    display: block;
    margin-bottom: 8px;
    color: #243b53;
    font-size: 13px;
    font-weight: 700;
}

.tp-contact-captcha #capImg {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
    border: 1px solid #dbe6ee;
    border-radius: 10px;
}

.tp-contact-captcha .phpCap {
    display: table;
    width: min(100%, 360px);
}

.tp-contact-captcha .phpCap .form-control {
    display: table-cell;
    height: 48px;
    padding: 0 14px;
    border-radius: 11px 0 0 11px;
}

.tp-contact-captcha .reloadCap {
    display: table-cell;
    width: 50px;
    border-color: #dbe6ee;
    border-radius: 0 11px 11px 0;
    color: #fff;
    background: #2d9dcc;
    cursor: pointer;
}

.tp-contact-captcha .g-recaptcha {
    max-width: 100%;
}

.tp-captcha-error {
    margin-top: 8px;
    color: #d64545;
    font-size: 12px;
    font-weight: 600;
}

.tp-contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 54px;
    padding: 0 24px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #42b5e3 0%, #238dbd 100%);
    box-shadow: 0 14px 28px rgba(35, 141, 189, 0.25);
    font-size: 14px;
    font-weight: 800;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.tp-contact-submit:hover,
.tp-contact-submit:focus {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(35, 141, 189, 0.3);
}

.tp-contact-ad {
    max-width: 1120px;
    margin: 34px auto 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .tp-contact-page {
        padding: 0 0 60px;
    }

    .tp-contact-shell {
        grid-template-columns: 1fr;
        max-width: 760px;
    }

    .tp-contact-panel {
        padding: 36px 32px;
    }

    .tp-contact-panel-note {
        margin-top: 30px;
        padding-top: 0;
    }

    .tp-contact-form-card {
        padding: 38px 32px 42px;
    }
}

@media (max-width: 767px) {
    .tp-contact-page {
        padding: 0 0 48px;
    }

    .tp-contact-intro {
        margin-bottom: 26px;
        text-align: left;
    }

    .tp-contact-intro h1 {
        font-size: 36px;
    }

    .tp-contact-intro p {
        margin-top: 14px;
        font-size: 15px;
    }

    .tp-contact-shell {
        border-radius: 20px;
    }

    .tp-contact-panel,
    .tp-contact-form-card {
        padding: 28px 20px;
    }

    .tp-contact-panel h2,
    .tp-contact-form-head h2 {
        font-size: 26px;
    }

    .tp-contact-details {
        margin-top: 30px;
    }

    .tp-contact-fields {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .tp-contact-submit {
        width: 100%;
    }

    .tp-contact-captcha .g-recaptcha {
        width: 304px;
        max-width: 100%;
        transform-origin: left top;
    }
}

footer {
    background: #BFE6E5;
    color: #cbd5e1;
    padding: 48px 0 30px;
}

.tp-footer {
    background: #5a88b3;
    color: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 40px 0 26px;
}

.tp-footer a {
    color: inherit;
}

.tp-footer-top {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 42px;
    align-items: start;
}

.tp-footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.tp-footer-logo-mark img,
.tp-footer-logo-mark svg {
    max-height: 38px;
    width: auto;
}

.tp-footer-logo-text {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.tp-footer-block {
    margin-bottom: 22px;
}

.tp-footer-block h3,
.tp-footer-column h3,
.tp-footer-panel h3 {
    margin: 0 0 12px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
}

.tp-footer-block p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.75;
    white-space: pre-line;
}

.tp-footer-language {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-weight: 600;
}

.tp-footer-language i {
    color: #ffffff;
}

.tp-footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.tp-footer-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tp-footer-column li {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
}

.tp-footer-column li a {
    color: rgba(255, 255, 255, 0.9);
    transition: color 160ms ease, transform 160ms ease;
}

.tp-footer-column li a:hover,
.tp-footer-column li a:focus {
    color: #16304a;
}

.tp-footer-panels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.tp-footer-panel {
    min-height: 182px;
    padding: 28px 26px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 28px rgba(17, 68, 92, 0.12);
}

.tp-footer-apps {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.tp-footer-app-icon,
.tp-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    background: #ffffff;
    color: #16304a;
    font-size: 20px;
    box-shadow: 0 10px 18px rgba(22, 48, 74, 0.12);
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.tp-footer-app-icon:hover,
.tp-footer-app-icon:focus,
.tp-footer-socials a:hover,
.tp-footer-socials a:focus {
    color: #ffffff;
    background: #16304a;
    transform: translateY(-2px);
    box-shadow: 0 14px 22px rgba(22, 48, 74, 0.18);
}

.tp-footer-subscribe {
    display: flex;
    align-items: center;
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.96);
}

.tp-footer-subscribe input {
    flex: 1 1 auto;
    min-width: 0;
    height: 48px;
    border: 0;
    padding: 0 16px;
    color: #16304a;
    box-shadow: none;
}

.tp-footer-subscribe input::placeholder {
    color: #9bb1c3;
}

.tp-footer-subscribe button {
    flex: 0 0 auto;
    height: 48px;
    padding: 0 22px;
    border: 0;
    background: #16304a;
    color: #fff;
    font-weight: 700;
}

.tp-footer-socials {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
}

.tp-footer-bottom {
    margin-top: 18px;
    text-align: center;
}

.tp-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
}

.footer-title,
.footer-about p,
.contact-info p,
.navigation li,
.copyright p {
    color: inherit;
}

.footer-title {
    margin: 0 0 16px;
}

.footer-about,
.contact-info,
.navigation {
    margin-bottom: 20px;
}

.loginme .modal-content {
    border-radius: 12px;
}

/* Mobile nav / hero responsiveness */
@media (max-width: 1199px) {
    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-features,
    .hero-analytics {
        grid-template-columns: 1fr;
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 72px;
    }

    .premium-header {
        min-height: 72px;
    }

    .tp-subnav {
        top: 72px;
    }

    .desktop-nav {
        display: none;
    }

    .start-mobile-nav {
        display: inline-flex;
    }

    .header-ctas {
        gap: 10px;
    }

    .header-cta {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    .hero-panel h1 {
        font-size: clamp(34px, 7vw, 52px);
    }

    .turboform .review {
        flex-direction: column;
    }

    .turboform .form-control,
    .btn-review,
    #review-btn {
        width: 100%;
        border-radius: 0;
    }

    .hero-addon {
        justify-content: center;
        border-radius: 18px 18px 0 0;
    }

    .feature-section {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .tp-subnav {
        top: 72px;
        overflow: visible !important;
    }

    .tp-subnav-mobile-toggle {
        display: flex !important;
        width: calc(100% - 24px) !important;
        margin: 0 12px !important;
    }

    .tp-subnav-row {
        display: none !important;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .brand-copy {
        display: none;
    }

    .header-ctas {
        display: none;
    }

    .hero-bg {
        padding: 46px 0 54px;
    }

    .hero-panel {
        padding: 0 12px;
    }

    .hero-eyebrow {
        font-size: 12px;
    }

    .hero-features {
        gap: 14px;
    }

    .hero-feature {
        justify-content: center;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: auto;
    }

    .latest-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobile-nav {
        width: min(94vw, 320px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tp-subnav {
        overflow: visible !important;
        padding: 0 !important;
    }

    .tp-subnav-mobile-toggle {
        display: none !important;
    }

    .tp-subnav-row {
        display: flex !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        overflow-x: auto;
        overflow-y: visible;
        white-space: nowrap;
    }

    .tp-subnav-item {
        position: relative;
        flex: 0 0 auto;
        width: auto !important;
    }

    .tp-subnav-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 270px;
        padding: 0 0 10px;
        opacity: 0;
        visibility: hidden;
        max-height: none;
        transform: translateY(10px);
        pointer-events: auto;
        display: block;
    }

    .tp-subnav-item.is-open .tp-subnav-dropdown,
    .tp-subnav-item:hover .tp-subnav-dropdown,
    .tp-subnav-item:focus-within .tp-subnav-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Premium homepage overrides */
.hero-section {
    position: relative;
}

.hero-bg {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px) 0 0 / 18px 18px,
        linear-gradient(135deg, #4dbdeb 0%, #268fbe 48%, #1d79b6 100%);
    padding: 70px 0 78px;
}

.hero-bg::before,
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-bg::before {
    background:
        radial-gradient(circle at 8% 86%, rgba(255, 255, 255, 0.10), transparent 12%),
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.12), transparent 14%),
        radial-gradient(circle at 74% 74%, rgba(255, 255, 255, 0.06), transparent 16%);
    opacity: 0.9;
}

.hero-bg::after {
    background: linear-gradient(180deg, rgba(13, 93, 145, 0.12), transparent 30%, rgba(10, 71, 116, 0.18));
}

.hero-panel {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
    gap: 42px;
    align-items: center;
}

.hero-copy {
    text-align: center;
}

.hero-copy-centered {
    max-width: 980px;
    margin: 0 auto;
}

.hero-copy h1 {
    margin: 20px 0 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(44px, 5.8vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    color: #fff;
}

.hero-copy h2 {
    max-width: 860px;
    margin: 22px auto 0;
    font-size: clamp(18px, 1.9vw, 22px);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.94);
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hero-eyebrow i {
    color: #fcd34d;
}

.turboform {
    max-width: 940px;
    margin: 34px auto 0;
}

.hero-addon {
    background: #fff;
    border: 0;
    color: #667085;
    font-size: 19px;
    padding-left: 22px;
    padding-right: 10px;
}

.turboform .review {
    display: flex;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.10);
}

.turboform .form-control {
    height: 76px;
    border: 0;
    box-shadow: none;
    background: #fff;
    color: #101828;
    font-size: 18px;
}

.btn-review,
#review-btn {
    min-width: 220px;
    height: 76px;
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #3eaedc, #3eaedc);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 34px auto 0;
}

.hero-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
}

.hero-feature-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #17b66f;
    font-size: 21px;
}

.hero-feature strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.hero-feature span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.90);
}

.hero-analytics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 920px;
    margin: 30px auto 0;
}

.analytics-card {
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(8px);
}

.analytics-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.analytics-head span {
    color: rgba(255, 255, 255, 0.94);
    font-size: 14px;
    font-weight: 600;
}

.analytics-head strong {
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.analytics-track {
    width: 100%;
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    overflow: hidden;
}

.analytics-bar {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    animation: analyticsGrow 1.25s ease forwards;
}

.analytics-bar-primary {
    --analytics-width: 94%;
    background: linear-gradient(90deg, #fff5ab, #facc15);
}

.analytics-bar-performance {
    --analytics-width: 88%;
    background: linear-gradient(90deg, #dcfce7, #4ade80);
    animation-delay: 90ms;
}

.analytics-bar-seo {
    --analytics-width: 94%;
    background: linear-gradient(90deg, #e0f2fe, #38bdf8);
    animation-delay: 160ms;
}

.analytics-bar-security {
    --analytics-width: 100%;
    background: linear-gradient(90deg, #ffe4e6, #fb7185);
    animation-delay: 230ms;
}

@keyframes analyticsGrow {
    from {
        width: 0;
    }

    to {
        width: var(--analytics-width);
    }
}

.top-link {
    justify-content: center;
}

.feature-section {
    padding: 34px 0 18px;
    background: #f5f8fb;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.feature-card {
    min-height: 320px;
    padding: 28px 26px;
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.feature-icon {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 28px;
    margin-bottom: 16px;
}

.feature-card h3 {
    margin: 0 0 10px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.feature-card p {
    margin: 0;
    color: var(--tp-muted);
    line-height: 1.8;
}

.recent-section {
    padding: 30px 0 62px;
    background: #fff;
}

.latest-heading {
    margin-bottom: 20px;
}

.latest-heading h4 {
    color: #0f172a;
}

.heading-icon {
    color: #3eaedc;
    background: rgba(31, 184, 116, 0.10);
}

.sites-block {
    border-radius: 18px;
}

@media (max-width: 1199px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        max-width: 520px;
        margin: 0 auto;
    }

    .feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .hero-copy h1 {
        font-size: clamp(36px, 7vw, 56px);
    }

    .hero-features {
        grid-template-columns: 1fr;
        max-width: 640px;
    }

    .turboform .review {
        flex-direction: column;
    }

    .hero-addon {
        justify-content: center;
        border-radius: 18px 18px 0 0;
    }

    .turboform .form-control,
    .btn-review,
    #review-btn {
        width: 100%;
        border-radius: 0;
    }

    .header-ctas {
        display: none;
    }

    .feature-section {
        padding-top: 24px;
    }
}

@media (max-width: 767px) {
    .hero-bg {
        padding: 44px 0 54px;
        min-height: auto;
    }

    .hero-panel {
        padding: 0 10px;
    }

    .hero-dashboard {
        padding: 20px;
    }

    .hero-dashboard-header strong {
        font-size: 34px;
    }

    .feature-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        min-height: auto;
    }
}

/* Final overrides: remove the oversized blank hero spacing and keep the layout compact */
body {
    padding-top: 88px !important;
}

.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    overflow: hidden;
    padding: 44px 0 54px !important;
    min-height: 0 !important;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px) 0 0 / 18px 18px,
        linear-gradient(135deg, #4dbdeb 0%, #268fbe 48%, #1d79b6 100%) !important;
}

.hero-bg::before,
.hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.hero-bg::before {
    background:
        radial-gradient(circle at 8% 86%, rgba(255, 255, 255, 0.10), transparent 12%),
        radial-gradient(circle at 92% 18%, rgba(255, 255, 255, 0.12), transparent 14%),
        radial-gradient(circle at 74% 74%, rgba(255, 255, 255, 0.06), transparent 16%);
    opacity: 0.9;
}

.hero-bg::after {
    background: linear-gradient(180deg, rgba(8, 97, 83, 0.12), transparent 30%, rgba(6, 80, 68, 0.18));
}

.hero-panel {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 0 !important;
    text-align: center;
    color: #fff;
}

.hero-copy-centered {
    max-width: 980px;
    margin: 0 auto;
}

.hero-copy-centered,
.hero-copy {
    position: relative;
    z-index: 2;
}

.feature-section {
    margin-top: 0;
    padding-top: 32px;
}

.recent-section {
    padding-top: 30px;
}

@media (max-width: 991px) {
    body {
        padding-top: 72px !important;
    }

    .hero-bg {
        padding: 36px 0 44px !important;
    }

    .hero-panel h1,
    .hero-copy h1 {
        font-size: clamp(34px, 7vw, 52px);
    }
}

@media (max-width: 767px) {
    .hero-bg {
        padding: 34px 0 40px !important;
    }

    .hero-panel {
        padding: 0 12px;
    }

    .turboform {
        margin-top: 24px;
    }

    .hero-analytics {
        margin-top: 20px;
    }
}

/* Simple homepage hero, aligned with the default layout */
.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-bg {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px !important;
    min-height: 0 !important;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.24), transparent 46%),
        linear-gradient(180deg, #2fb56f 0%, #23a35f 100%) !important;
}

.texture-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.18;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 100%) 0 0 / 80px 80px,
        linear-gradient(60deg, rgba(255, 255, 255, 0.10) 0 1px, transparent 1px 100%) 0 0 / 80px 80px;
    pointer-events: none;
}

.hero-panel {
    position: relative;
    z-index: 1;
    max-width: 940px;
    margin: 0 auto;
    padding-top: 0 !important;
    text-align: center;
    color: #fff;
}

.hero-copy-centered {
    max-width: 860px;
    margin: 0 auto;
}

.hero-copy-centered,
.hero-copy {
    position: relative;
    z-index: 2;
}

.hero-panel h1,
.hero-copy h1 {
    margin: 0;
    font-size: clamp(42px, 5.6vw, 72px);
    line-height: 1.04;
    color: #fff;
}

.hero-panel h2,
.hero-copy h2 {
    max-width: 820px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(17px, 1.8vw, 20px);
    line-height: 1.65;
}

.turboform {
    margin-top: 30px;
    max-width: 720px;
}

.turboform .review {
    border: 0;
    box-shadow: 0 18px 36px rgba(0, 72, 35, 0.14);
}

.hero-addon {
    background: #fff;
    color: #7b8794;
}

.turboform .form-control {
    color: #10233a;
}

.btn-review,
#review-btn {
    background: linear-gradient(135deg, #4dbdeb, #268fbe);
}

.top-link {
    margin-top: 22px;
}

.top-link a {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.18);
}

.top-link a:hover,
.top-link a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.18);
}

.bg-grey-color {
    background: #f7fbf8;
    padding: 40px 0;
}

.featured-green {
    display: flex;
    gap: 20px;
}

.featured-green li {
    flex: 1;
    background: #fff;
    border-color: #e0eee4;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.featured-green .circleBox {
    background: rgba(77, 189, 235, 0.14);
    color: #4dbdeb;
}

.featured-green h4 {
    color: #16304a;
}

.featured-green p {
    color: #5c6f62;
}

.latest-heading h4 {
    color: #163a2b;
}

.heading-icon {
    color: #4dbdeb;
    background: rgba(77, 189, 235, 0.14);
}

.btn-primary {
    background: linear-gradient(135deg, #4dbdeb, #268fbe);
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #2f9fd0, #268fbe);
    border-color: transparent;
}

@media (max-width: 991px) {
    .hero-bg {
        padding: 100px 0 76px !important;
    }

    .hero-panel h1,
    .hero-copy h1 {
        font-size: clamp(34px, 7vw, 52px);
    }

    .featured-green {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .hero-bg {
        padding: 72px 0 60px !important;
    }

    .hero-panel h2,
    .hero-copy h2 {
        font-size: 16px;
    }

    .turboform .review {
        flex-direction: column;
    }

    .turboform .form-control,
    .btn-review,
    #review-btn {
        width: 100%;
        border-radius: 0;
    }

    .hero-addon {
        border-radius: 18px 18px 0 0;
        justify-content: center;
    }
}

/* Dashboard section below hero */
.tp-dashboard {
    padding: 28px 0 68px;
    background: #f6f9fb;
}

.tp-search-shell {
    margin-top: -26px;
    padding: 26px;
    background: #fff;
    border: 1px solid #e5edf4;
    border-radius: 26px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
}

.tp-search-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.tp-kicker {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #10a37f;
}

.tp-search-head h2 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.tp-search-meta {
    font-size: 14px;
    font-weight: 600;
    color: #5f6c7b;
}

.tp-search-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 60px;
    padding: 0 18px;
    border-radius: 18px;
    border: 1px solid #dbe7ee;
    background: linear-gradient(180deg, #fff, #fafdff);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.tp-search-bar i.fa {
    color: #3eaedc;
    font-size: 16px;
}

.tp-search-bar input {
    flex: 1;
    width: 100%;
    height: 58px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #0f172a;
    font-size: 16px;
}

.tp-search-bar input::placeholder {
    color: #98a2b3;
}

.tp-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.tp-tools-page .tp-category-tabs {
    margin-top: 32px;
}

.tp-category-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #dce7ee;
    border-radius: 999px;
    background: #fff;
    color: #27415a;
    font-size: 14px;
    font-weight: 600;
    transition: transform 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tp-category-chip i.fa {
    font-size: 13px;
}

.tp-category-chip:hover,
.tp-category-chip:focus {
    transform: translateY(-1px);
    border-color: rgba(77, 189, 235, 0.35);
    box-shadow: 0 10px 22px rgba(77, 189, 235, 0.12);
}

.tp-category-chip.active {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(135deg, #4dbdeb, #268fbe);
    box-shadow: 0 14px 24px rgba(77, 189, 235, 0.22);
}

.tp-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(300px, 1fr);
    gap: 24px;
    margin-top: 26px;
    align-items: start;
}

.tp-dashboard-main {
    min-width: 0;
}

.tp-tool-section {
    margin-bottom: 26px;
}

.tp-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.tp-section-head h3,
.tp-sidebar-head h3 {
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.tp-tool-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
}

.tp-tool-card {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid #e5edf4;
    background: #fff;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.04);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tp-tool-card:hover,
.tp-tool-card:focus {
    transform: translateY(-2px);
    border-color: rgba(77, 189, 235, 0.35);
    box-shadow: 0 16px 34px rgba(77, 189, 235, 0.12);
}

.tp-tool-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(77, 189, 235, 0.12), rgba(38, 143, 190, 0.08));
    flex: 0 0 auto;
    box-shadow: inset 0 0 0 1px rgba(77, 189, 235, 0.14);
    overflow: hidden;
}

.tp-tool-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 8px;
}

.tp-tool-name {
    color: #16304a;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.tp-dashboard-sidebar {
    min-width: 0;
    position: sticky;
    top: 118px;
    align-self: start;
}

.tp-sidebar-card {
    padding: 22px;
    border-radius: 24px;
    border: 1px solid #e5edf4;
    background: #fff;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
    position: relative;
}

.tp-tool-page-sidebar > * + * {
    margin-top: 24px;
}

.tp-sidebar-head {
    margin-bottom: 16px;
}

.tp-recent-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tp-recent-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 18px;
    border: 1px solid #edf2f7;
    background: linear-gradient(180deg, #fff, #fbfdff);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.03);
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.tp-recent-item:hover,
.tp-recent-item:focus {
    transform: translateY(-1px);
    border-color: rgba(77, 189, 235, 0.35);
    box-shadow: 0 12px 24px rgba(77, 189, 235, 0.10);
}

.tp-recent-favicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    background: #f4f8fb;
    flex: 0 0 auto;
    overflow: hidden;
}

.tp-recent-favicon img {
    width: 18px;
    height: 18px;
}

.tp-recent-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    gap: 2px;
    flex: 1 1 auto;
}

.tp-recent-copy strong {
    color: #4dbdeb;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 160ms ease;
}

.tp-recent-item:hover .tp-recent-copy strong,
.tp-recent-item:focus .tp-recent-copy strong {
    color: #268fbe;
}

.tp-recent-meta {
    color: #4b5563;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
}

.tp-recent-sep {
    color: #9aa4b2;
    padding: 0 10px;
}

.tp-recent-empty,
.tp-no-results {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 4px;
    color: #5f6c7b;
}

.tp-no-results {
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 180px;
}

.tp-no-results strong,
.tp-recent-empty strong {
    color: #0f172a;
    font-size: 16px;
}

.tp-dashboard-main .tp-tool-section[data-section="all"] {
    display: none;
}

@media (max-width: 1199px) {
    .tp-dashboard-grid {
        grid-template-columns: 1fr;
    }

    .tp-dashboard-sidebar {
        position: relative;
        top: auto;
    }

    .tp-sidebar-card {
        position: static;
    }
}

@media (max-width: 767px) {
    .tp-recent-item {
        padding: 10px 12px;
    }

    .tp-recent-copy strong {
        font-size: 12px;
    }

    .tp-recent-meta {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    .tp-search-shell {
        padding: 22px;
        margin-top: -20px;
    }

    .tp-search-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .tp-tool-grid {
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    }
}

@media (max-width: 767px) {
    .tp-dashboard {
        padding: 20px 0 54px;
    }

    .tp-search-shell {
        padding: 18px;
        margin-top: -14px;
        border-radius: 20px;
    }

    .tp-search-bar {
        min-height: 54px;
        padding: 0 14px;
    }

    .tp-search-bar input {
        height: 52px;
        font-size: 15px;
    }

    .tp-category-chip {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
    }

    .tp-tool-grid {
        grid-template-columns: 1fr;
    }

    .tp-tool-card {
        min-height: 76px;
        padding: 14px 16px;
    }

    .tp-sidebar-card {
        padding: 18px;
        border-radius: 20px;
    }
}

/* Default-theme hero override */
.headturbo {
    position: relative;
    overflow: hidden;
    padding: 120px 0 90px;
    background: #f8f9fb !important;
}

.headturbo-wrap {
    position: relative;
}

.headturbo .texture-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.15;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px) 0 0 / 20px 20px,
        radial-gradient(circle at 72% 32%, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px) 0 0 / 22px 22px;
}

.headturbo-content {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin: 0 auto;
    animation: heroFadeUp 700ms ease-out both;
}

.headturbo h1 {
    margin: 0 0 15px;
    color: #222;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.headturbo h2 {
    margin: 0 0 25px;
    color: #666;
    font-size: 18px;
}

.turboform {
    max-width: 720px;
    margin: 0 auto;
}

.turboform .review {
    display: flex;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.turboform .form-control {
    height: 56px;
    border-radius: 999px 0 0 999px;
    border: 1px solid #e4e8ee;
    box-shadow: none;
    padding-left: 22px;
    padding-right: 18px;
    font-size: 16px;
}

.hero-addon {
    display: none;
}

#review-btn,
.btn-green {
    height: 56px;
    border-radius: 0 999px 999px 0;
    background: #4dbdeb !important;
    border: 0;
    color: #fff !important;
    font-weight: 700;
    padding: 0 28px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

#review-btn:hover,
#review-btn:focus,
.btn-green:hover,
.btn-green:focus {
    background: #2f9fd0 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(77, 189, 235, 0.22);
}

.top-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0;
    animation: heroFadeUp 700ms ease-out 180ms both;
}

.top-link a {
    color: #666;
    transition: color 160ms ease, transform 160ms ease;
}

.top-link a:hover,
.top-link a:focus {
    color: #4dbdeb;
    transform: translateY(-1px);
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .headturbo {
        padding: 100px 0 78px;
    }

    .headturbo h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .headturbo {
        padding: 84px 0 60px;
    }

    .headturbo h1 {
        font-size: 30px;
    }

    .headturbo h2 {
        font-size: 16px;
    }

    .turboform .review {
        flex-direction: column;
        border-radius: 20px;
    }

    .turboform .form-control,
    #review-btn,
    .btn-green {
        width: 100%;
        border-radius: 0;
    }

    .turboform .form-control {
        height: 58px;
        border-radius: 20px 20px 0 0;
        padding-left: 18px;
    }

    #review-btn,
    .btn-green {
        height: 58px;
        border-radius: 0 0 20px 20px;
    }
}

/* Turbo Premium hero - isolated from legacy JS */
.tp-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, #f8f9fb 0%, #edf7f0 45%, #f8f9fb 100%);
    background-size: 180% 180%;
    padding: 0;
    animation: heroBgFlow 14s ease-in-out infinite;
}

.tp-hero-wrap {
    position: relative;
    padding: 120px 0 90px;
}

.tp-stock-chart {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.9;
}

.tp-stock-chart svg {
    position: absolute;
    right: -140px;
    top: 45%;
    width: min(1460px, 100vw);
    height: 580px;
    transform: translateY(-42%);
}

.tp-stock-line {
    fill: none;
    stroke: url(#tpLineGlow);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2800;
    stroke-dashoffset: 2800;
    filter: drop-shadow(0 0 12px rgba(77, 189, 235, 0.28));
    animation: stockLineLoop 4s ease-in-out infinite;
}

.tp-stock-dot {
    fill: #f4f2f5;
    stroke: #4dbdeb;
    stroke-width: 5;
    opacity: 1;
    filter: none;
    animation: none;
}

.tp-stock-dot-secondary {
    animation: none;
}

.tp-stock-dot-third {
    animation: none;
}

.tp-hero-wrap::before,
.tp-hero-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.tp-hero-wrap::before {
    opacity: 0.9;
    background:
        radial-gradient(circle at 12% 18%, rgba(77, 189, 235, 0.22) 0 1px, transparent 1px) 0 0 / 20px 20px,
        radial-gradient(circle at 82% 24%, rgba(77, 189, 235, 0.18) 0 1px, transparent 1px) 0 0 / 26px 26px,
        radial-gradient(circle at 26% 72%, rgba(77, 189, 235, 0.14) 0 1px, transparent 1px) 0 0 / 30px 30px;
    animation: heroMeshDrift 18s linear infinite;
}

.tp-hero-wrap::after {
    opacity: 0.55;
    background:
        linear-gradient(120deg, transparent 0 46%, rgba(77, 189, 235, 0.22) 47%, transparent 48%),
        linear-gradient(60deg, transparent 0 44%, rgba(77, 189, 235, 0.18) 45%, transparent 46%);
    background-size: 180px 180px, 220px 220px;
    background-position: 0 0, 40px 80px;
    animation: heroLineShift 14s linear infinite;
}

.tp-hero::before,
.tp-hero::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.tp-hero::before {
    width: 520px;
    height: 520px;
    left: -180px;
    top: -220px;
    background: radial-gradient(circle, rgba(77, 189, 235, 0.20) 0%, rgba(77, 189, 235, 0.07) 42%, transparent 72%);
    animation: heroFloat 9s ease-in-out infinite;
}

.tp-hero::after {
    width: 420px;
    height: 420px;
    right: -140px;
    top: -140px;
    background: radial-gradient(circle, rgba(77, 189, 235, 0.16) 0%, rgba(77, 189, 235, 0.05) 44%, transparent 72%);
    animation: heroFloat 11s ease-in-out infinite reverse;
}

.tp-hero-content {
    max-width: 820px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    animation: heroFadeUp 700ms ease-out both;
}

.tp-hero h1 {
    margin: 0 0 15px;
    color: #222;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.03em;
    animation: heroTitleIn 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.tp-hero h2 {
    margin: 0 0 25px;
    color: #666;
    font-size: 18px;
    animation: heroFadeUp 780ms ease-out 120ms both;
}

.tp-hero .turboform {
    max-width: 720px;
    margin: 0 auto;
    animation: heroFadeUp 780ms ease-out 220ms both;
}

.tp-hero .review {
    display: flex;
    align-items: stretch;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.tp-hero .form-control {
    flex: 1 1 auto;
    min-width: 0;
    height: 56px;
    border-radius: 999px 0 0 999px;
    border: 1px solid #e4e8ee;
    box-shadow: none;
    padding-left: 22px;
    padding-right: 18px;
    font-size: 16px;
}

.tp-hero .hero-addon {
    display: none;
}

.tp-hero .input-group-btn {
    width: auto;
}

.tp-hero #review-btn,
.tp-hero .btn-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    min-width: 220px;
    height: 56px;
    border-radius: 0 999px 999px 0;
    background: #4dbdeb !important;
    border: 0;
    color: #fff !important;
    font-weight: 700;
    padding: 0 28px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tp-hero #review-btn:hover,
.tp-hero #review-btn:focus,
.tp-hero .btn-green:hover,
.tp-hero .btn-green:focus {
    background: #2f9fd0 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(77, 189, 235, 0.22);
}

.tp-hero .top-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0 0;
    animation: heroFadeUp 700ms ease-out 180ms both;
}

.tp-hero .top-link a {
    color: #666;
    transition: color 160ms ease, transform 160ms ease;
}

.tp-hero .top-link a:hover,
.tp-hero .top-link a:focus {
    color: #4dbdeb;
    transform: translateY(-1px);
}

.tp-hero-links {
    animation: heroFadeUp 780ms ease-out 320ms both;
}

@keyframes heroTitleIn {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.98);
        letter-spacing: -0.08em;
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        letter-spacing: -0.03em;
    }
}

@keyframes heroFloat {

    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(0, 20px, 0);
    }
}

@keyframes stockLineLoop {
    0% {
        stroke-dashoffset: 2800;
        opacity: 0.35;
    }

    45% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    70% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: -2800;
        opacity: 0.35;
    }
}

@keyframes stockDotPulse {

    0%,
    100% {
        opacity: 0.45;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@keyframes heroBgFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes heroMeshDrift {
    from {
        background-position: 0 0, 0 0, 0 0;
    }

    to {
        background-position: 160px 120px, -120px 80px, 100px -140px;
    }
}

@keyframes heroLineShift {
    from {
        background-position: 0 0, 40px 80px;
    }

    to {
        background-position: 180px 140px, 220px 220px;
    }
}

@media (max-width: 991px) {
    .tp-hero-wrap {
        padding: 100px 0 78px;
    }

    .tp-stock-chart svg {
        right: -96px;
        width: min(1180px, 110vw);
        height: 480px;
        transform: translateY(-36%);
    }

    .tp-subnav-row {
        gap: 4px;
        padding: 0 2px;
    }

    .tp-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .tp-hero-wrap {
        padding: 84px 0 60px;
    }

    .tp-stock-chart {
        opacity: 0.72;
    }

    .tp-stock-chart svg {
        right: -74px;
        width: min(980px, 126vw);
        height: 360px;
        transform: translateY(-30%);
    }

    .tp-subnav {
        overflow: visible !important;
    }

    .tp-subnav-row {
        justify-content: flex-start;
        gap: 8px;
        overflow-x: hidden;
        overflow-y: visible;
        white-space: normal;
    }

    .tp-subnav-row a {
        min-height: 48px;
        font-size: 12px;
        padding: 0 2px;
    }

    .tp-hero-wrap::before {
        opacity: 0.38;
        background-size: 18px 18px, 20px 20px, 22px 22px;
    }

    .tp-hero-wrap::after {
        opacity: 0.22;
        background-size: 140px 140px, 160px 160px;
    }

    .tp-hero::before {
        width: 340px;
        height: 340px;
        left: -160px;
        top: -180px;
    }

    .tp-hero::after {
        width: 280px;
        height: 280px;
        right: -120px;
        top: -120px;
    }

    .tp-hero h1 {
        font-size: 30px;
    }

    .tp-hero h2 {
        font-size: 16px;
    }

    .tp-hero .turboform .review {
        flex-direction: column;
        border-radius: 20px;
    }

    .tp-hero .turboform .form-control,
    .tp-hero #review-btn,
    .tp-hero .btn-green {
        width: 100%;
        border-radius: 0;
    }

    .tp-hero .turboform .form-control {
        height: 58px;
        border-radius: 20px 20px 0 0;
        padding-left: 18px;
    }

    .tp-hero #review-btn,
    .tp-hero .btn-green {
        height: 58px;
        border-radius: 0 0 20px 20px;
        min-width: 100%;
    }
}

/* Final responsive cleanup */
.mobile-nav {
    z-index: 1300;
    overflow-y: auto;
}

body.open-nav {
    overflow: hidden;
}

.tp-tool-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tp-recent-copy,
.tp-tool-name,
.tp-search-meta span,
.tp-subnav-dropdown a,
.desktop-nav .main-nav>li>a,
.desktop-nav .login-nav>li>a {
    overflow-wrap: anywhere;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .premium-header {
        gap: 14px;
    }

    .desktop-nav {
        gap: 10px;
    }

    .desktop-nav .main-nav,
    .desktop-nav .login-nav {
        gap: 2px;
    }

    .desktop-nav .main-nav>li>a,
    .desktop-nav .login-nav>li>a,
    .lang-toggle {
        padding: 0 10px;
        font-size: 13px;
    }

    .header-cta {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
    }

    .tp-subnav-row {
        justify-content: flex-start;
        gap: 12px;
        overflow-x: auto;
        padding-bottom: 2px;
    }

    .tp-subnav-row a {
        font-size: 13px;
        padding: 0 3px;
    }

    .tp-dashboard-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
    }

    .tp-tool-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body {
        padding-top: 74px;
    }

    .wrapper-header {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .premium-header {
        min-height: 74px;
        padding: 12px 0;
        gap: 12px;
    }

    .brand-copy {
        display: flex;
    }

    .brand-name {
        font-size: 20px;
    }

    .brand-mark img,
    .brand-mark svg {
        max-height: 34px;
    }

    .brand-mark .tp-brand-logo {
        width: 52px;
        height: 30px;
        max-height: none;
    }

    .start-mobile-nav {
        margin-left: auto;
    }

    .tp-subnav {
        top: 74px;
        overflow: visible !important;
        padding: 0 !important;
    }

    .tp-subnav .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .tp-subnav-mobile-toggle {
        display: none !important;
        width: calc(100% - 24px) !important;
        margin: 0 12px !important;
        min-height: 52px !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 16px;
        border: 0;
        border-radius: 16px;
        background: linear-gradient(180deg, #3898cf 0%, #2a8fc8 100%);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
        position: relative;
        z-index: 5;
    }

    .tp-subnav-mobile-toggle span {
        flex: 1;
        text-align: left;
    }

    .tp-subnav-mobile-toggle .fa-bars,
    .tp-subnav-mobile-toggle .fa-angle-down {
        font-size: 14px;
        opacity: 0.95;
    }

    .tp-subnav-row {
        display: flex !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
        overflow-x: auto;
        overflow-y: visible;
        white-space: nowrap;
    }

    .tp-subnav-item {
        position: relative;
        flex: 0 0 auto;
        width: auto !important;
    }

    .tp-subnav-trigger {
        min-height: 46px;
    }

    .tp-subnav-dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        min-width: 270px;
        padding: 0 0 10px;
        background: rgba(45, 155, 214, 0.98);
        border-radius: 14px;
        box-shadow: 0 18px 32px rgba(15, 23, 42, 0.16);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
        z-index: 5;
        display: block;
    }

    .tp-subnav-item.is-open .tp-subnav-dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .tp-hero-wrap {
        padding: 92px 0 72px;
    }

    .tp-hero-content {
        max-width: 760px;
        margin: 0 auto;
    }

    .tp-hero h1 {
        font-size: 38px;
        line-height: 1.08;
    }

    .tp-hero h2 {
        font-size: 18px;
        line-height: 1.6;
    }

    .tp-hero .turboform {
        max-width: 720px;
    }

    .tp-hero .review {
        display: flex;
        flex-direction: column;
        border-radius: 22px;
    }

    .tp-hero .input-group-btn {
        display: block;
        width: 100%;
    }

    .tp-hero .form-control {
        height: 64px;
        padding: 0 18px;
        font-size: 17px;
        border-radius: 22px 22px 0 0;
    }

    .tp-hero #review-btn,
    .tp-hero .btn-green {
        width: 100%;
        min-width: 100%;
        height: 62px;
        border-radius: 0 0 22px 22px;
    }

    .tp-stock-chart {
        opacity: 0.72;
    }

    .tp-dashboard {
        padding: 34px 0 48px;
    }

    .tp-search-shell,
    .tp-sidebar-card {
        border-radius: 22px;
    }

    .tp-dashboard-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tp-dashboard-sidebar {
        position: static;
        order: 2;
    }

    .tp-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .tp-search-head {
        flex-direction: column;
        align-items: flex-start;
    }

    footer {
        padding: 40px 0 24px;
    }

    .right-border,
    .left-border {
        border: 0 !important;
    }

    .tp-footer-top {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tp-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .tp-footer-panels {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 68px;
    }

    .premium-header {
        min-height: 68px;
        padding: 10px 0;
    }

    .brand-link {
        gap: 5px;
        min-width: 0;
    }

    .brand-mark .tp-brand-logo {
        width: 46px;
        height: 27px;
    }

    .brand-copy {
        min-width: 0;
    }

    .brand-name {
        font-size: 18px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 190px;
    }

    .tp-subnav {
        top: 68px;
    }

    .tp-subnav-row {
        gap: 8px;
        padding-right: 8px;
    }

    .tp-subnav-row a {
        font-size: 13px;
    }

    .tp-subnav-dropdown a {
        min-height: 42px;
        font-size: 13px;
        padding: 0 14px;
    }

    .tp-hero-wrap {
        padding: 74px 0 54px;
    }

    .tp-hero-content {
        text-align: left;
    }

    .tp-hero h1 {
        font-size: 30px;
    }

    .tp-hero h2 {
        font-size: 16px;
        margin-top: 14px;
    }

    .tp-hero .turboform {
        margin-top: 24px;
    }

    .tp-hero .form-control {
        height: 58px;
        font-size: 16px;
    }

    .tp-hero #review-btn,
    .tp-hero .btn-green {
        height: 56px;
        font-size: 16px;
    }

    .tp-hero .top-link {
        justify-content: flex-start;
        gap: 8px;
    }

    .tp-hero .top-link a {
        min-height: 34px;
        padding: 0 12px;
        font-size: 12px;
    }

    .tp-stock-chart svg {
        right: -140px;
        width: min(980px, 140vw);
        height: 340px;
    }

    .tp-search-shell {
        padding: 20px 16px;
    }

    .tp-search-bar {
        min-height: 56px;
    }

    .tp-search-bar input {
        font-size: 15px;
    }

    .tp-category-tabs {
        gap: 10px;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 2px;
    }

    .tp-category-chip {
        flex: 0 0 auto;
    }

    .tp-tool-grid {
        grid-template-columns: 1fr;
    }

    .tp-tool-card {
        min-height: 90px;
        padding: 18px 16px;
    }

    .tp-tool-icon {
        width: 54px;
        height: 54px;
    }

    .tp-tool-name {
        font-size: 15px;
    }

    .tp-sidebar-card {
        padding: 18px 16px;
    }

    .tp-recent-item {
        align-items: flex-start;
    }

    .tp-recent-copy strong {
        display: block;
        font-size: 14px;
        line-height: 1.5;
    }

    .tp-recent-meta {
        display: block;
        font-size: 12px;
        line-height: 1.5;
    }

    footer .col-md-6,
    footer .col-sm-6,
    footer .col-sm-12 {
        width: 100%;
        float: none;
    }

    .footer-about,
    .contact-info,
    .navigation {
        margin-bottom: 24px;
    }

    .copyright {
        text-align: left;
    }

    .tp-footer {
        padding: 34px 0 22px;
    }

    .tp-footer-logo {
        margin-bottom: 18px;
    }

    .tp-footer-logo-text {
        font-size: 20px;
    }

    .tp-footer-links {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .tp-footer-panel {
        min-height: auto;
        padding: 22px 18px;
    }

    .tp-footer-subscribe {
        flex-direction: column;
        align-items: stretch;
    }

    .tp-footer-subscribe input,
    .tp-footer-subscribe button {
        width: 100%;
    }

    .tp-footer-socials {
        flex-wrap: wrap;
    }

    .tp-footer-bottom {
        margin-top: 16px;
        text-align: left;
    }
}

/* Mobile reactivity for subnav */
@media (max-width: 991px) {
    .tp-subnav {
        overflow: visible !important;
        padding: 10px 0 12px !important;
    }

    .tp-subnav-mobile-toggle {
        width: calc(100% - 24px) !important;
        margin: 0 12px !important;
        min-height: 52px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 0 16px;
        border: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
        position: relative;
        z-index: 5;
    }

    .tp-subnav-mobile-toggle span {
        flex: 1;
        text-align: left;
    }

    .tp-subnav-mobile-toggle .fa-bars,
    .tp-subnav-mobile-toggle .fa-angle-down {
        font-size: 14px;
        opacity: 0.95;
    }

    .tp-subnav-row {
        display: none !important;
        width: calc(100% - 24px) !important;
        margin: 10px 12px 0 !important;
        padding: 10px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 8px !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        white-space: normal !important;
    }

    .tp-subnav.tp-subnav-mobile-open .tp-subnav-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        animation: tpSubnavFadeDown 220ms ease;
    }

    .tp-subnav-item {
        position: relative;
        flex: 0 0 auto;
        width: 100% !important;
    }

    .tp-subnav-trigger {
        width: 100% !important;
        min-height: 48px !important;
        padding: 0 14px !important;
        justify-content: space-between !important;
        border-radius: 14px !important;
        background: rgba(255, 255, 255, 0.10) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
    }

    .tp-subnav-dropdown {
        position: static !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 8px 0 0 !important;
        padding: 8px 0 !important;
        background: linear-gradient(180deg, #3898cf 0%, #2a8fc8 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
        border-radius: 14px !important;
        box-shadow: 0 16px 30px rgba(15, 23, 42, 0.18) !important;
        overflow: hidden !important;
        opacity: 0;
        visibility: hidden;
        max-height: 0;
        transform: none !important;
        pointer-events: none;
        transition: opacity 180ms ease, max-height 240ms ease, visibility 180ms ease;
        z-index: 20;
        display: block !important;
    }

    .tp-subnav-item.is-open .tp-subnav-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: 560px !important;
        transform: none !important;
        pointer-events: auto !important;
    }

    .tp-subnav-item.is-open .tp-subnav-trigger .fa-angle-down:before {
        content: "\f106";
    }

    .tp-subnav-dropdown a {
        display: flex !important;
        width: 100% !important;
        min-height: 46px;
        padding: 0 18px;
        font-size: 14px;
        font-weight: 600;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
    }

    .tp-subnav-dropdown a:first-child {
        border-top: 0;
    }

    .tp-subnav-dropdown a:hover,
    .tp-subnav-dropdown a:focus {
        background: rgba(255, 255, 255, 0.08);
    }

    .tp-subnav-row a i.fa {
        flex: 0 0 auto;
    }

    @keyframes tpSubnavFadeDown {
        from {
            opacity: 0;
            transform: translateY(-6px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Keep tool pages inside the viewport and prevent page-level horizontal drift. */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.main-content,
.wrapper-header,
.tp-subnav,
.page-block {
    width: 100%;
    max-width: 100%;
}

.main-content {
    margin-left: 0;
    margin-right: 0;
}

.main-content img,
.main-content svg,
.main-content iframe,
.main-content input,
.main-content textarea,
.main-content select {
    max-width: 100%;
}

.main-content .row {
    max-width: calc(100% + 30px);
}

/* Desktop subnav belongs directly below the fixed primary navbar. */
@media (min-width: 992px) {
    .tp-subnav {
        position: relative;
        top: auto;
        margin-top: 0;
    }
}

/* Phone-only subnav. Tablet, laptop and desktop rules remain unchanged. */
@media (max-width: 767px) {
    .tp-subnav,
    .tp-subnav *,
    .tp-subnav *::before,
    .tp-subnav *::after {
        box-sizing: border-box;
    }

    .tp-subnav {
        position: relative !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        padding: 10px 12px 12px !important;
        overflow: visible !important;
    }

    .tp-subnav > .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }

    .tp-subnav-mobile-toggle {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        min-height: 50px !important;
        margin: 0 !important;
        padding: 0 16px !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.14);
        color: #fff;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
    }

    .tp-subnav-row {
        display: none !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 10px 0 0 !important;
        padding: 10px !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
        overflow: hidden !important;
        white-space: normal !important;
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 16px;
        background: linear-gradient(180deg, #359ed2 0%, #2588bd 100%);
        box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2);
    }

    .tp-subnav.tp-subnav-mobile-open .tp-subnav-row {
        display: flex !important;
        animation: tpPhoneSubnavOpen 220ms ease both;
    }

    .tp-subnav-item,
    .tp-subnav-trigger,
    .tp-subnav-dropdown,
    .tp-subnav-dropdown a {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
    }

    .tp-subnav-trigger {
        min-height: 48px !important;
        padding: 0 14px !important;
        justify-content: flex-start !important;
        gap: 10px !important;
        border-radius: 12px !important;
        background: rgba(255, 255, 255, 0.1) !important;
    }

    .tp-subnav-trigger span {
        flex: 1;
        min-width: 0;
        text-align: left;
        white-space: normal;
    }

    .tp-subnav-dropdown {
        position: static !important;
        margin: 8px 0 0 !important;
        padding: 6px !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: #237fae !important;
    }

    .tp-subnav-dropdown a {
        min-height: 44px !important;
        padding: 10px 14px !important;
        white-space: normal !important;
        overflow-wrap: anywhere;
        border-radius: 8px;
    }

    @keyframes tpPhoneSubnavOpen {
        from {
            opacity: 0;
            transform: translateY(-8px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* Keep the domain report navigation visible while its report is in view. */
@media (min-width: 768px) {
    .tp-subnav-scroll {
        width: 100%;
        gap: 8px;
        min-width: 0;
    }

    .tp-subnav-row {
        flex: 1 1 auto;
        max-width: 100%;
        overflow-x: auto !important;
        overflow-y: visible;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .tp-subnav-row::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .tp-subnav-dropdown {
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1305;
    }
}

@media (max-width: 767px) {
    .tp-subnav-scroll {
        display: block;
        width: 100%;
    }

    .tp-subnav-arrow {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .tp-domain-layout {
        overflow: visible !important;
    }

    .tp-domain-sidebar {
        position: sticky !important;
        top: 112px !important;
        height: max-content;
        align-self: flex-start !important;
        z-index: 20;
    }
}

/* SEO tool pages: wider content area with balanced sidebar spacing. */
.main-container {
    width: calc(100% - 32px);
    max-width: 1460px;
}

.main-container > .row > .main-index {
    width: 76%;
    padding: 28px 32px 36px;
}

.main-container > .row > .col-md-3.top40 {
    width: 24%;
}

@media (max-width: 991px) {
    .main-container {
        width: calc(100% - 24px);
        margin-top: 36px;
    }

    .main-container > .row > .main-index,
    .main-container > .row > .col-md-3.top40 {
        width: 100%;
    }

    .main-container > .row > .main-index {
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .main-container {
        width: calc(100% - 20px);
        margin-top: 24px;
    }

    .main-container > .row > .main-index {
        padding: 20px 16px 28px;
    }
}
