/*
Theme Name: Search Zapper Premium
Theme URI: https://search-zapper.com/
Author: OpenAI
Author URI: https://openai.com/
Description: A premium, enterprise-grade conversion theme for Search Zapper: search-result suppression, removal review, reputation cleanup, and authority-building services. Includes a custom homepage, Customizer content controls, lead capture, and structured-data SEO.
Version: 2.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: search-zapper-premium
Tags: custom-background, custom-logo, custom-menu, featured-images, one-column, responsive-layout, translation-ready
*/

:root {
    --sz-bg: #05070d;
    --sz-bg-2: #080d19;
    --sz-panel: rgba(255, 255, 255, 0.072);
    --sz-panel-strong: rgba(255, 255, 255, 0.12);
    --sz-line: rgba(255, 255, 255, 0.16);
    --sz-line-soft: rgba(255, 255, 255, 0.09);
    --sz-text: #f6f8ff;
    --sz-muted: #a8b1c7;
    --sz-muted-2: #7f8aa1;
    --sz-cyan: #24e7ff;
    --sz-cyan-2: #49a8ff;
    --sz-lime: #a6ff6a;
    --sz-violet: #8e72ff;
    --sz-orange: #ffb25f;
    --sz-danger: #ff627a;
    --sz-radius-sm: 12px;
    --sz-radius: 22px;
    --sz-radius-lg: 34px;
    --sz-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
    --sz-shadow-soft: 0 18px 50px rgba(0, 0, 0, 0.24);
    --sz-max: 1180px;
    --sz-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at top left, rgba(36, 231, 255, 0.14), transparent 30rem),
        radial-gradient(circle at 88% 8%, rgba(142, 114, 255, 0.18), transparent 34rem),
        linear-gradient(180deg, var(--sz-bg), #070a12 42%, #05070d 100%);
    color: var(--sz-text);
    font-family: var(--sz-font);
    line-height: 1.55;
    overflow-x: hidden;
}

body.admin-bar .site-header {
    top: 32px;
}

img,
svg,
video {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: var(--sz-cyan);
}

button,
input,
textarea,
select {
    font: inherit;
}

::selection {
    background: rgba(36, 231, 255, 0.34);
    color: #ffffff;
}

.screen-reader-text,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    top: 1rem;
    left: 1rem;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    border-radius: 999px;
    background: #ffffff;
    color: #05070d;
}

.site-shell {
    position: relative;
    overflow: hidden;
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -1;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.55;
}

.site-shell::before {
    width: 22rem;
    height: 22rem;
    left: -9rem;
    top: 22rem;
    background: rgba(36, 231, 255, 0.18);
}

.site-shell::after {
    width: 28rem;
    height: 28rem;
    right: -13rem;
    bottom: 16rem;
    background: rgba(166, 255, 106, 0.10);
}

.wrap {
    width: min(100% - 2rem, var(--sz-max));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.85rem 0;
    background: rgba(5, 7, 13, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: max-content;
}

.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border: 1px solid rgba(36, 231, 255, 0.32);
    border-radius: 0.95rem;
    background: linear-gradient(135deg, rgba(36, 231, 255, 0.20), rgba(142, 114, 255, 0.18));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.20), 0 16px 36px rgba(36, 231, 255, 0.09);
}

.brand-mark svg {
    width: 1.28rem;
    height: 1.28rem;
    fill: none;
    stroke: var(--sz-cyan);
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-text strong {
    font-size: 1.02rem;
    letter-spacing: -0.02em;
}

.brand-text span {
    margin-top: 0.32rem;
    color: var(--sz-muted-2);
    font-size: 0.72rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nav-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
    border: 1px solid var(--sz-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
    display: block;
    width: 1rem;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle span {
    position: relative;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: "";
    position: absolute;
    left: 0;
}

.menu-toggle span::before {
    transform: translateY(-6px);
}

.menu-toggle span::after {
    transform: translateY(6px);
}

.menu-toggle[aria-expanded="true"] span {
    background: transparent;
}

.menu-toggle[aria-expanded="true"] span::before {
    transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span::after {
    transform: rotate(-45deg);
}

.primary-nav ul,
.nav-menu {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 2.6rem;
    padding: 0.2rem 0.8rem;
    color: var(--sz-muted);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 650;
}

.primary-nav a:hover,
.primary-nav .current-menu-item > a {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.7rem;
    padding: 0.35rem 1rem;
    color: #05070d;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--sz-cyan), var(--sz-lime));
    box-shadow: 0 15px 32px rgba(36, 231, 255, 0.16);
    font-size: 0.9rem;
    font-weight: 850;
}

.header-cta:hover {
    color: #05070d;
    transform: translateY(-1px);
}

.hero {
    position: relative;
    padding: 6.8rem 0 4.2rem;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.78fr);
    gap: 3.2rem;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.4rem 0.7rem;
    color: #dffbff;
    border: 1px solid rgba(36, 231, 255, 0.22);
    border-radius: 999px;
    background: rgba(36, 231, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
    font-size: 0.82rem;
    font-weight: 750;
    letter-spacing: 0.01em;
}

.eyebrow::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--sz-lime);
    box-shadow: 0 0 18px rgba(166, 255, 106, 0.78);
}

.hero h1,
.section-heading h2,
.entry-title {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.065em;
    line-height: 0.96;
}

.hero h1 {
    max-width: 12ch;
    margin-top: 1.2rem;
    font-size: clamp(3.2rem, 9vw, 6.55rem);
}

.gradient-text {
    color: transparent;
    background: linear-gradient(90deg, #ffffff, var(--sz-cyan) 42%, var(--sz-lime));
    -webkit-background-clip: text;
    background-clip: text;
}

.hero-lede {
    max-width: 43rem;
    margin: 1.35rem 0 0;
    color: #cdd5e8;
    font-size: clamp(1.08rem, 1.65vw, 1.28rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin-top: 2rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.25rem;
    padding: 0.65rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 850;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.btn svg {
    width: 1rem;
    height: 1rem;
}

.btn-primary {
    color: #041017;
    background: linear-gradient(135deg, var(--sz-cyan), var(--sz-lime));
    border-color: transparent;
    box-shadow: 0 18px 46px rgba(36, 231, 255, 0.18);
}

.btn-primary:hover {
    color: #041017;
    transform: translateY(-2px);
    box-shadow: 0 20px 54px rgba(36, 231, 255, 0.24);
}

.btn-secondary {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
}

.btn-secondary:hover {
    color: #ffffff;
    border-color: rgba(36, 231, 255, 0.34);
    background: rgba(255, 255, 255, 0.10);
    transform: translateY(-2px);
}

.hero-assurance {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
    padding: 0;
    margin: 1.7rem 0 0;
    color: var(--sz-muted);
    list-style: none;
    font-size: 0.94rem;
}

.hero-assurance li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.hero-assurance li::before {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--sz-cyan);
}

.hero-visual {
    position: relative;
}

.search-card {
    position: relative;
    overflow: hidden;
    padding: 1.05rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--sz-radius-lg);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
        rgba(5, 7, 13, 0.62);
    box-shadow: var(--sz-shadow);
    backdrop-filter: blur(20px);
}

.search-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 16% 18%, rgba(36, 231, 255, 0.18), transparent 15rem), radial-gradient(circle at 85% 0%, rgba(166, 255, 106, 0.14), transparent 16rem);
}

.browser-bar {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1.1rem;
    background: rgba(0, 0, 0, 0.22);
}

.dots {
    display: inline-flex;
    gap: 0.32rem;
}

.dot {
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
}

.url-pill {
    flex: 1;
    min-width: 0;
    padding: 0.45rem 0.7rem;
    overflow: hidden;
    color: #dae4ff;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.83rem;
}

.results-stack {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.85rem;
    padding: 1.05rem 0.15rem 0.2rem;
}

.result-row {
    position: relative;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.result-row.good {
    border-color: rgba(166, 255, 106, 0.28);
    background: linear-gradient(90deg, rgba(166, 255, 106, 0.12), rgba(255, 255, 255, 0.06));
}

.result-row.warning {
    opacity: 0.58;
    filter: grayscale(0.4);
}

.result-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--sz-muted-2);
    font-size: 0.75rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.result-title {
    margin: 0.35rem 0 0.28rem;
    color: #ffffff;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.result-copy {
    margin: 0;
    color: var(--sz-muted);
    font-size: 0.9rem;
}

.zap-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    padding: 0.28rem 0.48rem;
    color: #031014;
    border-radius: 999px;
    background: var(--sz-lime);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.floating-panel {
    position: absolute;
    right: -1.1rem;
    bottom: 2.2rem;
    z-index: 3;
    max-width: 15rem;
    padding: 1rem;
    border: 1px solid rgba(36, 231, 255, 0.26);
    border-radius: 1.3rem;
    background: rgba(5, 10, 20, 0.82);
    box-shadow: var(--sz-shadow-soft);
    backdrop-filter: blur(16px);
}

.floating-panel strong {
    display: block;
    margin-bottom: 0.25rem;
    color: #ffffff;
}

.floating-panel span {
    display: block;
    color: var(--sz-muted);
    font-size: 0.86rem;
}

.metrics-strip {
    padding: 0 0 3rem;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.metric {
    padding: 1.15rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.055);
}

.metric strong {
    display: block;
    color: #ffffff;
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    line-height: 1;
    letter-spacing: -0.04em;
}

.metric span {
    display: block;
    margin-top: 0.45rem;
    color: var(--sz-muted);
    font-size: 0.9rem;
}

.section {
    padding: 5.8rem 0;
}

.section.compact {
    padding: 4.2rem 0;
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(260px, 0.44fr);
    gap: 2.2rem;
    align-items: end;
    margin-bottom: 2rem;
}

.section-heading.center {
    display: block;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.kicker {
    display: inline-flex;
    margin-bottom: 0.85rem;
    color: var(--sz-cyan);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-heading h2,
.entry-title {
    font-size: clamp(2.35rem, 5vw, 4.65rem);
}

.section-heading p {
    margin: 0;
    color: var(--sz-muted);
    font-size: 1.03rem;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.card {
    position: relative;
    overflow: hidden;
    padding: 1.45rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
    box-shadow: 0 18px 52px rgba(0, 0, 0, 0.16);
}

.card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    background: radial-gradient(circle at 20% 0%, rgba(36, 231, 255, 0.13), transparent 16rem);
    transition: opacity 220ms ease;
}

.card:hover::before {
    opacity: 1;
}

.icon-box {
    display: grid;
    place-items: center;
    width: 2.9rem;
    height: 2.9rem;
    margin-bottom: 1.15rem;
    color: var(--sz-cyan);
    border: 1px solid rgba(36, 231, 255, 0.22);
    border-radius: 1rem;
    background: rgba(36, 231, 255, 0.075);
}

.icon-box svg {
    width: 1.35rem;
    height: 1.35rem;
}

.card h3 {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 1.18rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.card p {
    position: relative;
    margin: 0.75rem 0 0;
    color: var(--sz-muted);
}

.card ul,
.clean-list {
    position: relative;
    display: grid;
    gap: 0.55rem;
    padding: 0;
    margin: 1rem 0 0;
    color: #dbe3f7;
    list-style: none;
    font-size: 0.94rem;
}

.card li,
.clean-list li {
    display: flex;
    gap: 0.55rem;
}

.card li::before,
.clean-list li::before {
    content: "";
    flex: 0 0 auto;
    width: 0.42rem;
    height: 0.42rem;
    margin-top: 0.52rem;
    border-radius: 50%;
    background: var(--sz-lime);
}

.feature-band {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
}

.band-panel {
    padding: clamp(1.4rem, 4vw, 2.2rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--sz-radius-lg);
    background:
        radial-gradient(circle at 0% 0%, rgba(36, 231, 255, 0.16), transparent 22rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
    box-shadow: var(--sz-shadow-soft);
}

.band-panel h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.band-panel p {
    margin: 1rem 0 0;
    color: var(--sz-muted);
}

.audit-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.audit-item {
    display: flex;
    gap: 0.85rem;
    padding: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.055);
}

.audit-item strong {
    display: block;
    color: #ffffff;
}

.audit-item span {
    display: block;
    color: var(--sz-muted);
    font-size: 0.92rem;
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    counter-reset: steps;
}

.step {
    position: relative;
    min-height: 17rem;
    padding: 1.3rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.055);
    counter-increment: steps;
}

.step::before {
    content: "0" counter(steps);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 1.1rem;
    color: #071018;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sz-cyan), var(--sz-lime));
    font-size: 0.84rem;
    font-weight: 950;
}

.step h3 {
    margin: 0;
    color: #ffffff;
    letter-spacing: -0.03em;
}

.step p {
    margin: 0.65rem 0 0;
    color: var(--sz-muted);
    font-size: 0.95rem;
}

.proof-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.6fr);
    gap: 1rem;
}

.proof-card {
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--sz-radius-lg);
    background:
        linear-gradient(135deg, rgba(36, 231, 255, 0.10), rgba(142, 114, 255, 0.075)),
        rgba(255, 255, 255, 0.05);
    box-shadow: var(--sz-shadow-soft);
}

.proof-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1;
    letter-spacing: -0.055em;
}

.proof-card p {
    margin: 1rem 0 0;
    color: #cdd5e8;
}

.quote-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: clamp(1.35rem, 3vw, 2rem);
    border: 1px solid rgba(166, 255, 106, 0.20);
    border-radius: var(--sz-radius-lg);
    background: rgba(166, 255, 106, 0.065);
}

.quote-card blockquote {
    margin: 0;
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.35;
    letter-spacing: -0.03em;
}

.quote-card cite {
    color: var(--sz-muted);
    font-style: normal;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.package {
    display: flex;
    flex-direction: column;
    padding: 1.45rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.055);
}

.package.featured {
    border-color: rgba(36, 231, 255, 0.32);
    background:
        radial-gradient(circle at 50% 0%, rgba(36, 231, 255, 0.15), transparent 18rem),
        rgba(255, 255, 255, 0.075);
    box-shadow: 0 22px 70px rgba(36, 231, 255, 0.10);
}

.package-label {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.3rem 0.55rem;
    color: #071018;
    border-radius: 999px;
    background: var(--sz-lime);
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.package h3 {
    margin: 0.9rem 0 0;
    color: #ffffff;
    font-size: 1.45rem;
    letter-spacing: -0.04em;
}

.package p {
    margin: 0.7rem 0 0;
    color: var(--sz-muted);
}

.package .clean-list {
    margin-bottom: 1.25rem;
}

.package .btn {
    margin-top: auto;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.faq-item {
    padding: 1.25rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.052);
}

.faq-item h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.03rem;
    letter-spacing: -0.025em;
}

.faq-item p {
    margin: 0.65rem 0 0;
    color: var(--sz-muted);
}

.cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.55fr);
    gap: 1.3rem;
    align-items: stretch;
    padding: clamp(1.1rem, 2.6vw, 1.5rem);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--sz-radius-lg);
    background:
        radial-gradient(circle at 0% 0%, rgba(36, 231, 255, 0.18), transparent 22rem),
        radial-gradient(circle at 100% 100%, rgba(166, 255, 106, 0.13), transparent 18rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.045));
    box-shadow: var(--sz-shadow);
}

.cta-copy {
    padding: clamp(1.2rem, 3vw, 2rem);
}

.cta-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.65rem);
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.cta-copy p {
    max-width: 40rem;
    margin: 1rem 0 0;
    color: #cdd5e8;
    font-size: 1.05rem;
}

.contact-form {
    padding: 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: calc(var(--sz-radius-lg) - 0.55rem);
    background: rgba(2, 6, 12, 0.58);
}

.form-grid {
    display: grid;
    gap: 0.75rem;
}

.form-field {
    display: grid;
    gap: 0.35rem;
}

.form-field label {
    color: #dce5f7;
    font-size: 0.82rem;
    font-weight: 800;
}

.form-field input,
.form-field textarea,
.form-field select {
    width: 100%;
    min-height: 3.1rem;
    padding: 0.75rem 0.85rem;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0.95rem;
    outline: none;
    background: rgba(255, 255, 255, 0.07);
}

.form-field textarea {
    min-height: 7.5rem;
    resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
    border-color: rgba(36, 231, 255, 0.55);
    box-shadow: 0 0 0 4px rgba(36, 231, 255, 0.12);
}

.form-note {
    margin: 0.85rem 0 0;
    color: var(--sz-muted-2);
    font-size: 0.82rem;
}

.form-status {
    margin-bottom: 0.8rem;
    padding: 0.8rem 0.9rem;
    border-radius: 0.95rem;
    font-size: 0.92rem;
    font-weight: 750;
}

.form-status.success {
    color: #06120b;
    background: rgba(166, 255, 106, 0.95);
}

.form-status.error {
    color: #ffffff;
    background: rgba(255, 98, 122, 0.38);
    border: 1px solid rgba(255, 98, 122, 0.44);
}

.hp-field {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.site-footer {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(0, 0, 0, 0.16);
}

.footer-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
}

.footer-copy {
    color: var(--sz-muted-2);
    font-size: 0.9rem;
}

.footer-links,
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.95rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links a,
.footer-menu a {
    color: var(--sz-muted);
    font-size: 0.9rem;
    font-weight: 650;
}

.footer-links a:hover,
.footer-menu a:hover {
    color: var(--sz-cyan);
}

.entry-hero {
    padding: 5rem 0 2rem;
}

.content-area {
    padding: 2rem 0 5rem;
}

.entry-content,
.entry-summary {
    max-width: 780px;
    color: #d7deed;
}

.entry-content a {
    color: var(--sz-cyan);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
    color: #ffffff;
    letter-spacing: -0.03em;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.post-card {
    padding: 1.25rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.055);
}

.post-card h2 {
    margin: 0;
    font-size: 1.22rem;
    letter-spacing: -0.035em;
}

.post-card p {
    color: var(--sz-muted);
}

.post-card .btn {
    min-height: 2.7rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.9rem;
}

.pagination {
    margin-top: 2rem;
}

.nav-links {
    display: flex;
    gap: 0.5rem;
}

.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.4rem;
    min-height: 2.4rem;
    padding: 0.4rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: 999px;
    color: var(--sz-muted);
}

.page-numbers.current,
.page-numbers:hover {
    color: #061018;
    background: var(--sz-cyan);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 550ms ease, transform 550ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1024px) {
    .hero-grid,
    .section-heading,
    .feature-band,
    .proof-grid,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        max-width: 13ch;
    }

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

    .cards-grid,
    .pricing-grid,
    .posts-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .floating-panel {
        right: 1rem;
    }
}

@media (max-width: 820px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .menu-toggle {
        display: inline-flex;
    }

    .primary-nav {
        position: absolute;
        left: 1rem;
        right: 1rem;
        top: calc(100% + 0.75rem);
        display: none;
        padding: 0.7rem;
        border: 1px solid var(--sz-line-soft);
        border-radius: 1.25rem;
        background: rgba(5, 7, 13, 0.96);
        box-shadow: var(--sz-shadow-soft);
    }

    .primary-nav.is-open {
        display: block;
    }

    .primary-nav ul,
    .nav-menu {
        display: grid;
        gap: 0.2rem;
    }

    .primary-nav a {
        display: flex;
        width: 100%;
        justify-content: flex-start;
    }

    .header-cta {
        display: none;
    }

    .hero {
        padding-top: 4.7rem;
    }

    .hero-grid {
        gap: 2rem;
    }

    .faq-grid,
    .footer-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .wrap {
        width: min(100% - 1.1rem, var(--sz-max));
    }

    .brand-text span {
        display: none;
    }

    .hero h1 {
        font-size: clamp(3rem, 15vw, 4.3rem);
    }

    .hero-actions,
    .hero-actions .btn,
    .contact-form .btn {
        width: 100%;
    }

    .metrics-grid,
    .cards-grid,
    .step-grid,
    .pricing-grid,
    .posts-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 4.2rem 0;
    }

    .floating-panel {
        position: static;
        max-width: none;
        margin: 0.8rem 0 0;
    }

    .search-card {
        border-radius: 1.5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}

/* =================================================================
   ENTERPRISE UPGRADE v2 — Search Zapper
   Adds: utility bar, trust strip, stats, comparison, security,
   industries, testimonials, FAQ accordion, insights, mega footer.
   Refines: reveal logic (no invisible hero), buttons, header,
   focus states, and overall premium polish.
   ================================================================= */

:root {
    --sz-teal: #2bd4c0;
    --sz-ring: rgba(36, 231, 255, 0.55);
    --sz-card-2: rgba(255, 255, 255, 0.04);
    --sz-hairline: linear-gradient(90deg, transparent, rgba(36, 231, 255, 0.45), rgba(166, 255, 106, 0.35), transparent);
    --sz-gap: clamp(1.4rem, 4vw, 5.8rem);
}

/* Solid dark base so the canvas is never a bare white area
   (the body gradient sits on top of this). */
html {
    background-color: var(--sz-bg);
}

body {
    background-color: var(--sz-bg);
}

/* ---- Reveal: visible by default; only hidden when JS is present
   so the hero (and everything) can never get stuck invisible. ---- */
.reveal {
    opacity: 1;
    transform: none;
}

html.js .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms cubic-bezier(0.22, 1, 0.36, 1), transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

html.js .reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Hero content is above the fold — always render instantly. */
.hero .reveal,
.hero-copy,
.hero-visual {
    opacity: 1 !important;
    transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
    html.js .reveal {
        opacity: 1;
        transform: none;
    }
}

/* ---- Sharper, accessible focus ring everywhere ---- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
summary:focus-visible,
.btn:focus-visible {
    outline: 2px solid var(--sz-cyan);
    outline-offset: 3px;
    border-radius: 6px;
}

/* ---- Utility / announcement bar above the header ---- */
.utility-bar {
    position: relative;
    z-index: 1001;
    font-size: 0.8rem;
    color: var(--sz-muted);
    background: rgba(3, 5, 10, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
}

.utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 2.5rem;
    padding: 0.35rem 0;
}

.utility-left {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.utility-left::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--sz-lime);
    box-shadow: 0 0 14px rgba(166, 255, 106, 0.8);
}

.utility-right {
    display: inline-flex;
    align-items: center;
    gap: 1.4rem;
}

.utility-right a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--sz-muted);
    font-weight: 600;
}

.utility-right a:hover {
    color: #fff;
}

.utility-right svg {
    width: 0.95rem;
    height: 0.95rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
}

@media (max-width: 720px) {
    .utility-right .util-hide-sm {
        display: none;
    }
}

/* ---- Header refinements ---- */
.site-header {
    transition: background 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.site-header.is-scrolled {
    background: rgba(4, 6, 11, 0.92);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42);
}

.brand-mark {
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.brand:hover .brand-mark {
    transform: translateY(-1px) rotate(-4deg);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 18px 40px rgba(36, 231, 255, 0.22);
}

/* ---- Trust line directly under the hero CTAs ---- */
.hero-trust {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    margin-top: 1.5rem;
    padding: 0.5rem 0.85rem;
    color: var(--sz-muted);
    border: 1px solid var(--sz-line-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 0.84rem;
    font-weight: 600;
}

.hero-trust svg {
    width: 1rem;
    height: 1rem;
    stroke: var(--sz-lime);
    fill: none;
    stroke-width: 2;
}

/* ---- Generic section intro tweaks ---- */
.section-rule {
    height: 1px;
    margin: 0 auto;
    background: var(--sz-hairline);
    opacity: 0.6;
}

/* ---- Trusted-by logo strip ---- */
.trust-strip {
    padding: 2.6rem 0 0.6rem;
}

.trust-strip p {
    margin: 0 0 1.3rem;
    color: var(--sz-muted-2);
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    align-items: center;
}

.logo-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.9rem 1rem;
    color: #c7d0e4;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius-sm);
    background: rgba(255, 255, 255, 0.035);
    font-weight: 800;
    letter-spacing: -0.02em;
    opacity: 0.78;
    transition: opacity 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.logo-chip:hover {
    opacity: 1;
    transform: translateY(-2px);
    border-color: rgba(36, 231, 255, 0.28);
}

.logo-chip svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: var(--sz-cyan);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

@media (max-width: 860px) {
    .logo-row {
        grid-template-columns: repeat(3, 1fr);
    }
    .logo-chip:nth-child(4),
    .logo-chip:nth-child(5) {
        display: none;
    }
}

/* ---- Stats / credibility band ---- */
.stats-band {
    padding: 1.4rem 0 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding: 1.6rem;
    border: 1px solid var(--sz-line);
    border-radius: var(--sz-radius-lg);
    background:
        radial-gradient(circle at 0% 0%, rgba(36, 231, 255, 0.10), transparent 24rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
    box-shadow: var(--sz-shadow-soft);
}

.stat {
    text-align: center;
    padding: 0.6rem 0.8rem;
    border-right: 1px solid var(--sz-line-soft);
}

.stat:last-child {
    border-right: 0;
}

.stat .stat-num {
    display: block;
    color: #fff;
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.05em;
    background: linear-gradient(90deg, #fff, var(--sz-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat .stat-label {
    display: block;
    margin-top: 0.6rem;
    color: var(--sz-muted);
    font-size: 0.9rem;
    line-height: 1.35;
}

.stats-note {
    margin: 0.9rem 0 0;
    color: var(--sz-muted-2);
    text-align: center;
    font-size: 0.78rem;
}

@media (max-width: 760px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem 1rem;
    }
    .stat {
        border-right: 0;
        border-bottom: 1px solid var(--sz-line-soft);
        padding-bottom: 1rem;
    }
    .stat:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
}

/* ---- Comparison table ---- */
.compare-card {
    overflow: hidden;
    border: 1px solid var(--sz-line);
    border-radius: var(--sz-radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: var(--sz-shadow-soft);
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.96rem;
}

.compare-table th,
.compare-table td {
    padding: 1.05rem 1.25rem;
    text-align: left;
    border-bottom: 1px solid var(--sz-line-soft);
    vertical-align: middle;
}

.compare-table thead th {
    color: var(--sz-muted-2);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
}

.compare-table thead th.col-us {
    color: #051018;
    background: linear-gradient(135deg, var(--sz-cyan), var(--sz-lime));
}

.compare-table tbody th {
    font-weight: 650;
    color: #e6ebf7;
}

.compare-table td {
    text-align: center;
    width: 22%;
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
    border-bottom: 0;
}

.compare-table .col-us {
    background: rgba(36, 231, 255, 0.06);
}

.cmark,
.xmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
}

.cmark {
    color: #06120b;
    background: var(--sz-lime);
}

.xmark {
    color: var(--sz-muted-2);
    border: 1px solid var(--sz-line);
    background: rgba(255, 255, 255, 0.03);
}

.cmark svg,
.xmark svg {
    width: 0.95rem;
    height: 0.95rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.compare-partial {
    color: var(--sz-muted);
    font-size: 0.85rem;
    font-weight: 700;
}

@media (max-width: 720px) {
    .compare-table th,
    .compare-table td {
        padding: 0.8rem 0.6rem;
        font-size: 0.84rem;
    }
    .compare-table thead th {
        font-size: 0.62rem;
        letter-spacing: 0.04em;
    }
}

/* ---- Security & confidentiality ---- */
.secure-band {
    position: relative;
    overflow: hidden;
    padding: clamp(1.6rem, 4vw, 2.6rem);
    border: 1px solid rgba(36, 231, 255, 0.18);
    border-radius: var(--sz-radius-lg);
    background:
        radial-gradient(circle at 100% 0%, rgba(36, 231, 255, 0.12), transparent 26rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.secure-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(1.4rem, 4vw, 3rem);
    align-items: center;
}

.secure-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.9rem;
}

.secure-item {
    padding: 1.05rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.04);
}

.secure-item .icon-box {
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 0.85rem;
}

.secure-item .icon-box svg {
    width: 1.1rem;
    height: 1.1rem;
}

.secure-item strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.secure-item span {
    display: block;
    margin-top: 0.35rem;
    color: var(--sz-muted);
    font-size: 0.88rem;
}

@media (max-width: 860px) {
    .secure-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .secure-features {
        grid-template-columns: 1fr;
    }
}

/* ---- Industries ---- */
.industry-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.85rem;
}

.industry {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.1rem 1.2rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.04);
    transition: border-color 200ms ease, transform 200ms ease, background 200ms ease;
}

.industry:hover {
    transform: translateY(-2px);
    border-color: rgba(36, 231, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.industry .icon-box {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    flex: 0 0 auto;
}

.industry .icon-box svg {
    width: 1.15rem;
    height: 1.15rem;
}

.industry strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.industry span {
    display: block;
    margin-top: 0.2rem;
    color: var(--sz-muted);
    font-size: 0.84rem;
}

@media (max-width: 860px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 520px) {
    .industry-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Testimonials ---- */
.testi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.testi {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    padding: 1.5rem;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.16);
}

.testi-stars {
    display: inline-flex;
    gap: 0.15rem;
    color: var(--sz-lime);
}

.testi-stars svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.testi blockquote {
    margin: 0;
    color: #eef2fb;
    font-size: 1.02rem;
    line-height: 1.5;
    letter-spacing: -0.01em;
}

.testi figcaption {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: auto;
}

.testi-avatar {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    flex: 0 0 auto;
    color: #051018;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sz-cyan), var(--sz-violet));
    font-weight: 900;
    font-size: 0.9rem;
}

.testi cite {
    font-style: normal;
}

.testi cite strong {
    display: block;
    color: #fff;
    font-size: 0.92rem;
}

.testi cite span {
    display: block;
    color: var(--sz-muted-2);
    font-size: 0.82rem;
}

@media (max-width: 900px) {
    .testi-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- FAQ accordion (native <details>) ---- */
details.faq-item {
    padding: 0;
    cursor: pointer;
}

details.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.2rem 1.3rem;
    list-style: none;
    color: #fff;
    font-size: 1.03rem;
    font-weight: 750;
    letter-spacing: -0.02em;
}

details.faq-item summary::-webkit-details-marker {
    display: none;
}

details.faq-item summary::after {
    content: "";
    flex: 0 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid var(--sz-cyan);
    border-bottom: 2px solid var(--sz-cyan);
    transform: rotate(45deg);
    transition: transform 220ms ease;
}

details.faq-item[open] summary::after {
    transform: rotate(-135deg);
}

details.faq-item .faq-body {
    padding: 0 1.3rem 1.25rem;
}

details.faq-item .faq-body p {
    margin: 0;
    color: var(--sz-muted);
}

/* ---- Insights / blog teaser ---- */
.insight-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--sz-line-soft);
    border-radius: var(--sz-radius);
    background: rgba(255, 255, 255, 0.045);
    transition: transform 200ms ease, border-color 200ms ease;
}

.insight-card:hover {
    transform: translateY(-3px);
    border-color: rgba(36, 231, 255, 0.28);
}

.insight-tag {
    align-self: flex-start;
    margin: 1.2rem 1.2rem 0;
    padding: 0.25rem 0.6rem;
    color: var(--sz-cyan);
    border: 1px solid rgba(36, 231, 255, 0.28);
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.insight-card h3 {
    margin: 0.9rem 1.2rem 0;
    color: #fff;
    font-size: 1.12rem;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.insight-card p {
    margin: 0.6rem 1.2rem 1.2rem;
    color: var(--sz-muted);
    font-size: 0.92rem;
}

.insight-card .insight-more {
    margin: auto 1.2rem 1.2rem;
    color: var(--sz-cyan);
    font-weight: 750;
    font-size: 0.9rem;
}

/* ---- Mega footer ---- */
.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    gap: 2rem;
    padding-bottom: 2.4rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--sz-line-soft);
}

.footer-about {
    max-width: 22rem;
}

.footer-about .brand {
    margin-bottom: 1rem;
}

.footer-about p {
    color: var(--sz-muted);
    font-size: 0.92rem;
    line-height: 1.55;
}

.footer-col h4 {
    margin: 0.3rem 0 1rem;
    color: var(--sz-muted-2);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.footer-col ul {
    display: grid;
    gap: 0.7rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-col a {
    color: var(--sz-muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.footer-col a:hover {
    color: var(--sz-cyan);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.footer-compliance {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.1rem;
    color: var(--sz-muted-2);
    font-size: 0.8rem;
}

.footer-compliance span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-compliance svg {
    width: 0.9rem;
    height: 0.9rem;
    fill: none;
    stroke: var(--sz-lime);
    stroke-width: 2;
}

@media (max-width: 860px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .footer-about {
        grid-column: 1 / -1;
    }
}

@media (max-width: 520px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* ---- Section heading: allow a centered intro variant to breathe ---- */
.section-heading.center p {
    margin-left: auto;
    margin-right: auto;
}
