:root {
    --qvx-bg: #04070d;
    --qvx-bg-soft: #07111b;
    --qvx-panel: rgba(255, 255, 255, 0.07);
    --qvx-panel-strong: rgba(7, 17, 27, 0.94);
    --qvx-text: #f7fbff;
    --qvx-muted: #a9b8ca;
    --qvx-soft: #dce9f7;
    --qvx-cyan: #38d9ff;
    --qvx-green: #64f4ac;
    --qvx-violet: #a78bfa;
    --qvx-amber: #ffd166;
    --qvx-danger: #ff6b8a;
    --qvx-border: rgba(255, 255, 255, 0.13);
    --qvx-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
    --qvx-max: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background:
        linear-gradient(135deg, rgba(56, 217, 255, 0.11), transparent 28%),
        linear-gradient(225deg, rgba(100, 244, 172, 0.08), transparent 30%),
        linear-gradient(180deg, #04070d 0%, #08101a 45%, #04070d 100%);
    color: var(--qvx-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    letter-spacing: 0;
}

body.menu-open {
    overflow: hidden;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

button {
    cursor: pointer;
}

.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 {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 10000;
    width: auto;
    height: auto;
    padding: 10px 14px;
    clip: auto;
    border-radius: 8px;
    background: var(--qvx-green);
    color: #031015;
    font-weight: 800;
}

.qvx-container {
    width: min(100% - 40px, var(--qvx-max));
    margin-inline: auto;
}

.qvx-container.narrow {
    width: min(100% - 40px, 860px);
}

.qvx-section {
    padding: 92px 0;
}

.alt-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        rgba(255, 255, 255, 0.015);
    border-block: 1px solid rgba(255, 255, 255, 0.06);
}

h1,
h2,
h3,
p,
figure,
blockquote {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--qvx-text);
    line-height: 1.05;
    letter-spacing: 0;
}

h1 {
    max-width: 820px;
    margin-bottom: 24px;
    font-size: 4rem;
}

h2 {
    margin-bottom: 16px;
    font-size: 2.35rem;
}

h3 {
    margin-bottom: 10px;
    font-size: 1.17rem;
}

p {
    color: var(--qvx-muted);
}

.site-main {
    min-height: 60vh;
}

.qvx-svg {
    width: 1.12em;
    height: 1.12em;
    flex: 0 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(4, 7, 13, 0.86);
    backdrop-filter: blur(18px);
}

.top-strip {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.035);
}

.top-strip__inner {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--qvx-soft);
    font-size: 0.88rem;
}

.top-strip a {
    color: var(--qvx-green);
    font-weight: 800;
    white-space: nowrap;
}

.nav-shell {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 18px;
}

.site-logo {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.site-logo img {
    width: 178px;
    max-height: 50px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(56, 217, 255, 0.22));
}

.site-logo--footer img {
    width: 210px;
    max-height: 64px;
}

.site-logo__mark {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--qvx-cyan), var(--qvx-green));
    color: #031015;
    font-weight: 950;
}

.site-logo__text {
    font-size: 1.16rem;
    font-weight: 950;
}

.site-nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    min-width: 0;
}

.primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-width: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.primary-menu li {
    position: relative;
}

.primary-menu a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 8px;
    color: var(--qvx-muted);
    font-size: 0.94rem;
    font-weight: 800;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.primary-menu a:hover,
.primary-menu a:focus-visible,
.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a {
    background: rgba(255, 255, 255, 0.08);
    color: var(--qvx-text);
}

.primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 920;
    display: grid;
    min-width: 248px;
    padding: 10px;
    margin: 0;
    list-style: none;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: var(--qvx-panel-strong);
    box-shadow: var(--qvx-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.primary-menu li:hover > .sub-menu,
.primary-menu li:focus-within > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.primary-menu .sub-menu a {
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    white-space: normal;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--qvx-text);
}

.qvx-btn,
.mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.qvx-btn--primary,
.mobile-menu-cta {
    background: linear-gradient(135deg, var(--qvx-cyan), var(--qvx-green));
    color: #031015;
    box-shadow: 0 18px 46px rgba(56, 217, 255, 0.2);
}

.qvx-btn--secondary,
.qvx-btn--nav {
    border-color: rgba(100, 244, 172, 0.28);
    background: rgba(255, 255, 255, 0.065);
    color: var(--qvx-text);
}

.qvx-btn--small {
    min-height: 42px;
    padding: 0 14px;
    border-color: rgba(56, 217, 255, 0.24);
    background: rgba(56, 217, 255, 0.09);
    color: var(--qvx-soft);
    font-size: 0.92rem;
}

.qvx-btn:hover,
.qvx-btn:focus-visible,
.mobile-menu-cta:hover,
.mobile-menu-cta:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 22px 58px rgba(56, 217, 255, 0.22);
}

.mobile-menu-cta {
    display: none;
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 108px 0 74px;
}

.hero-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.75) 48%, transparent 100%);
    pointer-events: none;
}

.hero-grid,
.split-grid,
.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 54px;
    align-items: center;
}

.split-grid--top {
    align-items: start;
}

.hero-copy,
.page-hero__copy,
.content-panel {
    min-width: 0;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    color: var(--qvx-green);
    font-size: 0.8rem;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-copy p,
.page-hero p,
.section-heading p,
.content-panel p {
    max-width: 700px;
    font-size: 1.08rem;
}

.hero-actions,
.cta-actions,
.section-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 28px;
}

.section-actions {
    justify-content: center;
}

.trust-row,
.mini-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.trust-row {
    margin-top: 28px;
}

.trust-row span,
.mini-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: var(--qvx-soft);
    font-size: 0.86rem;
    font-weight: 750;
}

.dashboard-card {
    position: relative;
    min-width: 0;
}

.visual-card,
.glass-card,
.service-card,
.stat-card,
.process-step,
.case-card,
.stack-card,
.training-card,
.testimonial-card,
.portfolio-card,
.post-card,
.contact-form-panel,
.contact-info,
.cta-panel {
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        var(--qvx-panel);
    box-shadow: var(--qvx-shadow);
    backdrop-filter: blur(16px);
}

.visual-card {
    overflow: hidden;
    padding: 12px;
}

.visual-card img,
.visual-fallback {
    width: 100%;
    aspect-ratio: 1.38 / 1;
    border-radius: 8px;
    object-fit: cover;
}

.visual-fallback {
    display: grid;
    place-items: center;
    min-height: 280px;
    border: 1px solid rgba(56, 217, 255, 0.2);
    background:
        linear-gradient(135deg, rgba(56, 217, 255, 0.2), transparent 48%),
        linear-gradient(225deg, rgba(255, 209, 102, 0.12), transparent 42%),
        rgba(255, 255, 255, 0.04);
    color: var(--qvx-soft);
    font-weight: 950;
    text-align: center;
}

.dashboard-card .visual-card {
    background: rgba(255, 255, 255, 0.06);
}

.metric-card {
    position: absolute;
    z-index: 2;
    display: grid;
    gap: 4px;
    min-width: 142px;
    padding: 14px;
    border: 1px solid rgba(100, 244, 172, 0.3);
    border-radius: 8px;
    background: rgba(4, 10, 18, 0.9);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
}

.metric-card strong {
    color: var(--qvx-green);
    font-size: 1.4rem;
    line-height: 1;
}

.metric-card span {
    color: var(--qvx-muted);
    font-size: 0.84rem;
    font-weight: 700;
}

.metric-card--one {
    top: 12%;
    right: -12px;
}

.metric-card--two {
    bottom: 13%;
    left: -12px;
}

.stats-section {
    padding: 24px 0 54px;
}

.stats-grid,
.service-grid,
.advantage-grid,
.feature-grid,
.case-grid,
.stack-grid,
.training-grid,
.testimonial-grid,
.portfolio-grid,
.post-grid,
.social-grid,
.content-category-grid,
.offer-grid,
.pricing-grid,
.service-detail-grid,
.case-detail-grid {
    display: grid;
    gap: 18px;
}

.stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.advantage-grid,
.feature-grid,
.case-grid,
.portfolio-grid,
.post-grid,
.social-grid,
.offer-grid,
.service-detail-grid,
.case-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stack-grid,
.training-grid,
.testimonial-grid,
.content-category-grid,
.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat-card,
.service-card,
.glass-card,
.process-step,
.case-card,
.stack-card,
.training-card,
.growth-card,
.content-category-card,
.offer-card,
.pricing-card,
.testimonial-card,
.post-card,
.contact-info {
    min-width: 0;
    padding: 26px;
}

.stat-card strong {
    display: block;
    margin-top: 18px;
    color: var(--qvx-text);
    font-size: 2rem;
    line-height: 1;
}

.stat-card p {
    margin: 8px 0 0;
}

.icon-badge {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid rgba(56, 217, 255, 0.22);
    border-radius: 8px;
    background: rgba(56, 217, 255, 0.09);
    color: var(--qvx-cyan);
}

.icon-badge .qvx-svg {
    width: 22px;
    height: 22px;
}

.section-heading {
    max-width: 790px;
    margin: 0 auto 44px;
    text-align: center;
}

.section-heading--left {
    margin-left: 0;
    text-align: left;
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card__top,
.case-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.service-card__top > span:last-child,
.case-card__header > span:last-child,
.portfolio-card__body > span,
.post-meta {
    color: var(--qvx-green);
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
}

.service-card p {
    flex: 1 1 auto;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 18px;
    color: var(--qvx-green);
    font-weight: 900;
}

.text-link .qvx-svg {
    width: 1em;
    height: 1em;
}

.process-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.process-step {
    min-height: 184px;
}

.process-step > span {
    display: inline-flex;
    margin-bottom: 16px;
    color: var(--qvx-amber);
    font-size: 1.35rem;
    font-weight: 950;
}

.case-card {
    display: grid;
    gap: 18px;
}

.case-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.case-card h3 {
    font-size: 1.35rem;
}

.case-field strong {
    display: block;
    margin-bottom: 6px;
    color: var(--qvx-soft);
}

.case-field p {
    margin-bottom: 0;
}

.clean-list {
    display: grid;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.clean-list li,
.check-grid span,
.training-list span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--qvx-soft);
}

.clean-list .qvx-svg,
.check-grid .qvx-svg,
.training-list .qvx-svg {
    margin-top: 2px;
    color: var(--qvx-green);
}

.stack-card h3 {
    color: var(--qvx-cyan);
}

.growth-card,
.content-category-card,
.offer-card,
.pricing-card {
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        var(--qvx-panel);
    box-shadow: var(--qvx-shadow);
    backdrop-filter: blur(16px);
    min-width: 0;
    padding: 26px;
}

.social-grid {
    margin-bottom: 18px;
}

.qvx-premium-bento {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 82px 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0)),
        radial-gradient(circle at 14% 18%, rgba(56, 217, 255, 0.12), transparent 28rem),
        radial-gradient(circle at 82% 16%, rgba(100, 244, 172, 0.09), transparent 24rem),
        rgba(255, 255, 255, 0.012);
    border-block: 1px solid rgba(255, 255, 255, 0.075);
}

.qvx-premium-bento::before,
.qvx-premium-bento::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    pointer-events: none;
}

.qvx-premium-bento::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: radial-gradient(circle at 50% 40%, #000 0%, rgba(0, 0, 0, 0.72) 42%, transparent 78%);
}

.qvx-premium-bento::after {
    opacity: 0.28;
    background:
        repeating-radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 4px),
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.08) 45%, transparent 68%);
    mix-blend-mode: screen;
}

.bento-ambient {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.bento-glow {
    position: absolute;
    width: 34vw;
    max-width: 520px;
    min-width: 260px;
    aspect-ratio: 1;
    border-radius: 999px;
    filter: blur(46px);
    opacity: 0.36;
    transform: translate3d(0, 0, 0);
}

.bento-glow--one {
    top: 8%;
    left: 4%;
    background: rgba(56, 217, 255, 0.36);
}

.bento-glow--two {
    right: 7%;
    bottom: 10%;
    background: rgba(100, 244, 172, 0.28);
}

.bento-glow--three {
    top: 32%;
    left: 52%;
    background: rgba(255, 209, 102, 0.14);
}

.bento-heading {
    max-width: 860px;
    margin: 0 0 42px;
}

.bento-heading h2 {
    max-width: 820px;
    margin-bottom: 18px;
    font-size: 2.9rem;
    font-weight: 950;
    line-height: 1;
}

.bento-heading p {
    max-width: 680px;
    font-size: 1.08rem;
}

.premium-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(238px, auto);
    gap: 18px;
    align-items: stretch;
}

.premium-bento-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 238px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045) 48%, rgba(255, 255, 255, 0.075)),
        radial-gradient(circle at 18% 0%, rgba(56, 217, 255, 0.14), transparent 34%),
        rgba(5, 12, 20, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.14),
        inset 0 -52px 90px rgba(255, 255, 255, 0.025),
        0 24px 70px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(20px);
    transform: translate3d(0, 0, 0);
    transition: transform 0.34s ease, border-color 0.34s ease, box-shadow 0.34s ease, background-position 0.5s ease;
}

.premium-bento-card::before,
.premium-bento-card::after {
    position: absolute;
    pointer-events: none;
    content: "";
}

.premium-bento-card::before {
    inset: 0;
    opacity: 0;
    background:
        radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 30%), rgba(100, 244, 172, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(56, 217, 255, 0.1), transparent 52%);
    transition: opacity 0.32s ease;
}

.premium-bento-card::after {
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--qvx-cyan), var(--qvx-green), transparent);
    opacity: 0.64;
    transform: scaleX(0.42);
    transform-origin: left;
    transition: transform 0.34s ease, opacity 0.34s ease;
}

.premium-bento-card--feature {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 430px;
}

.premium-bento-card--tall {
    grid-row: span 2;
    min-height: 430px;
}

.premium-bento-card--compact {
    min-height: 250px;
}

.premium-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 24px;
}

.card-label {
    display: inline-flex;
    min-height: 30px;
    align-items: center;
    padding: 6px 9px;
    border: 1px solid rgba(100, 244, 172, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.065);
    color: var(--qvx-green);
    font-size: 0.72rem;
    font-weight: 950;
    text-transform: uppercase;
}

.premium-icon-wrap {
    position: relative;
    display: inline-grid;
    width: 62px;
    height: 62px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(56, 217, 255, 0.16), rgba(100, 244, 172, 0.1)),
        rgba(255, 255, 255, 0.08);
    color: var(--qvx-soft);
    box-shadow: 0 16px 42px rgba(56, 217, 255, 0.15);
    transition: transform 0.34s ease, box-shadow 0.34s ease, color 0.34s ease;
}

.premium-icon-wrap::before {
    position: absolute;
    inset: -14px;
    z-index: -1;
    border-radius: 18px;
    background: radial-gradient(circle, rgba(56, 217, 255, 0.32), transparent 66%);
    content: "";
    opacity: 0.74;
    filter: blur(10px);
}

.premium-icon-wrap .qvx-svg {
    width: 28px;
    height: 28px;
    stroke-width: 1.9;
}

.premium-bento-card h3 {
    position: relative;
    z-index: 2;
    max-width: 620px;
    margin-bottom: 12px;
    font-size: 1.36rem;
    font-weight: 920;
    line-height: 1.12;
}

.premium-bento-card--feature h3 {
    font-size: 2.1rem;
}

.premium-bento-card p {
    position: relative;
    z-index: 2;
    max-width: 590px;
    color: rgba(220, 233, 247, 0.76);
}

.card-sheen {
    position: absolute;
    inset: 1px;
    border-radius: 8px;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.18), transparent 24%, transparent 64%, rgba(100, 244, 172, 0.08));
    opacity: 0.42;
    pointer-events: none;
}

.bento-proof-strip {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.bento-proof-strip span,
.bento-mini-dashboard span {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.065);
}

.bento-proof-strip span {
    padding: 8px 10px;
    color: var(--qvx-soft);
    font-size: 0.84rem;
    font-weight: 800;
}

.bento-mini-dashboard {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
    margin: 20px 0;
}

.bento-mini-dashboard span {
    display: block;
    height: 44px;
}

.bento-mini-dashboard span:nth-child(1) {
    width: 82%;
}

.bento-mini-dashboard span:nth-child(2) {
    width: 96%;
}

.bento-mini-dashboard span:nth-child(3) {
    width: 68%;
}

.bento-card-cta {
    position: relative;
    z-index: 2;
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: var(--qvx-green);
    font-weight: 950;
}

.bento-card-cta .qvx-svg {
    transition: transform 0.24s ease;
}

.premium-bento-card:hover {
    border-color: rgba(100, 244, 172, 0.38);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 34px 90px rgba(0, 0, 0, 0.44),
        0 0 0 1px rgba(56, 217, 255, 0.08);
    transform: translate3d(0, -7px, 0);
}

.premium-bento-card:hover::before {
    opacity: 1;
}

.premium-bento-card:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.premium-bento-card:hover .premium-icon-wrap {
    color: #ffffff;
    box-shadow: 0 22px 54px rgba(56, 217, 255, 0.24);
    transform: translate3d(0, -5px, 0);
}

.premium-bento-card:hover .bento-card-cta .qvx-svg {
    transform: translate3d(5px, 0, 0);
}

.premium-category-grid {
    margin-top: 18px;
}

.bento-conversion-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 22px;
    padding: 34px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(56, 217, 255, 0.14), transparent 46%),
        linear-gradient(225deg, rgba(100, 244, 172, 0.13), transparent 44%),
        rgba(255, 255, 255, 0.07);
    box-shadow: var(--qvx-shadow);
    backdrop-filter: blur(18px);
}

.bento-conversion-cta::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    opacity: 0.52;
    transform: translateX(-55%);
    animation: qvxSoftSweep 8s ease-in-out infinite;
}

.bento-conversion-cta > * {
    position: relative;
    z-index: 2;
}

.bento-conversion-cta h3 {
    max-width: 720px;
    margin-bottom: 10px;
    font-size: 1.9rem;
    font-weight: 950;
}

.bento-conversion-cta p {
    max-width: 680px;
    margin-bottom: 0;
}

.bento-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

@keyframes qvxSoftSweep {
    0%,
    45% {
        transform: translateX(-62%);
    }
    70%,
    100% {
        transform: translateX(62%);
    }
}

.content-category-card .qvx-svg,
.training-card .qvx-svg {
    margin-bottom: 14px;
    color: var(--qvx-green);
}

.offer-card {
    display: grid;
    gap: 14px;
}

.offer-card > strong,
.pricing-card h3 {
    color: var(--qvx-green);
}

.pricing-card {
    display: grid;
    align-content: start;
    gap: 12px;
}

.mockup-panel {
    overflow: hidden;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.065);
    box-shadow: var(--qvx-shadow);
}

.mockup-bar {
    display: flex;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--qvx-border);
    background: rgba(0, 0, 0, 0.18);
}

.mockup-bar span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--qvx-green);
}

.mockup-bar span:nth-child(2) {
    background: var(--qvx-amber);
}

.mockup-bar span:nth-child(3) {
    background: var(--qvx-cyan);
}

.mockup-screen {
    display: grid;
    grid-template-columns: 92px 1fr;
    min-height: 320px;
}

.mockup-sidebar {
    background:
        linear-gradient(180deg, rgba(56, 217, 255, 0.14), rgba(100, 244, 172, 0.08)),
        rgba(255, 255, 255, 0.04);
}

.mockup-content {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 28px;
}

.mockup-content strong {
    color: var(--qvx-text);
    font-size: 1.35rem;
}

.mockup-content span {
    min-height: 38px;
    padding: 8px 11px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    color: var(--qvx-soft);
    background: rgba(255, 255, 255, 0.055);
}

.training-band {
    background:
        linear-gradient(135deg, rgba(56, 217, 255, 0.1), transparent 42%),
        linear-gradient(225deg, rgba(255, 209, 102, 0.08), transparent 36%),
        rgba(255, 255, 255, 0.02);
    border-block: 1px solid rgba(255, 255, 255, 0.08);
}

.training-list,
.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.training-list span,
.check-grid span {
    min-height: 52px;
    padding: 13px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    font-weight: 800;
}

.training-card {
    min-height: 112px;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    min-height: 280px;
    margin: 0;
}

.stars {
    margin-bottom: 16px;
    color: var(--qvx-amber);
    letter-spacing: 0;
}

.testimonial-card blockquote {
    flex: 1 1 auto;
    margin-bottom: 22px;
    color: var(--qvx-soft);
}

.testimonial-card figcaption {
    display: grid;
    gap: 2px;
}

.testimonial-card figcaption span {
    color: var(--qvx-muted);
}

.portfolio-card {
    overflow: hidden;
}

.portfolio-card .visual-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.portfolio-card .visual-card img,
.portfolio-card .visual-fallback {
    border-radius: 0;
}

.portfolio-card__body {
    padding: 24px;
}

.portfolio-card__body h2,
.post-card h2 {
    margin-top: 8px;
    font-size: 1.35rem;
}

.post-card h2 a:hover {
    color: var(--qvx-green);
}

.page-hero {
    padding-top: 102px;
    padding-bottom: 74px;
}

.content-body {
    max-width: 880px;
}

.content-body h2 {
    margin-top: 34px;
    font-size: 1.7rem;
}

.content-body a {
    color: var(--qvx-green);
    font-weight: 800;
}

.dynamic-content-section {
    padding-top: 26px;
}

.dynamic-content {
    width: min(100%, 980px);
    padding: clamp(24px, 4vw, 42px);
}

.dynamic-content > :first-child {
    margin-top: 0;
}

.dynamic-content > :last-child {
    margin-bottom: 0;
}

.content-body :where(p, ul, ol) {
    color: var(--qvx-soft);
    font-size: 1.02rem;
    line-height: 1.78;
}

.content-body :where(h2, h3, h4, h5, h6) {
    color: var(--qvx-text);
    line-height: 1.12;
}

.content-body h3 {
    margin-top: 28px;
    font-size: 1.32rem;
}

.content-body h4 {
    margin-top: 22px;
    font-size: 1.08rem;
}

.content-body ul,
.content-body ol {
    padding-left: 1.25rem;
}

.content-body li + li {
    margin-top: 0.45rem;
}

.content-body li::marker {
    color: var(--qvx-green);
}

.content-body figure,
.content-body .wp-block-image {
    margin: 28px 0;
}

.content-body img {
    max-width: 100%;
    height: auto;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    box-shadow: var(--qvx-shadow);
}

.content-body figcaption,
.content-body .wp-caption-text {
    margin-top: 9px;
    color: var(--qvx-muted);
    font-size: 0.9rem;
}

.content-body .wp-block-gallery,
.content-body .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    padding-left: 0;
    list-style: none;
}

.content-body .wp-block-gallery figure,
.content-body .blocks-gallery-item {
    margin: 0;
}

.content-body .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 28px 0;
}

.content-body .wp-block-column {
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.content-body blockquote {
    margin: 28px 0;
    padding: 22px 24px;
    border-left: 4px solid var(--qvx-green);
    border-radius: 8px;
    background: rgba(86, 242, 173, 0.08);
    color: var(--qvx-text);
}

.content-body blockquote p {
    color: var(--qvx-text);
    font-weight: 750;
}

.content-body table {
    display: block;
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    border-spacing: 0;
}

.content-body :where(th, td) {
    padding: 13px 15px;
    border-bottom: 1px solid var(--qvx-border);
    text-align: left;
}

.content-body th {
    color: var(--qvx-text);
    background: rgba(255, 255, 255, 0.08);
}

.content-body pre,
.content-body code {
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.34);
    color: var(--qvx-cyan);
}

.content-body pre {
    overflow-x: auto;
    padding: 18px;
}

.content-body code {
    padding: 0.16rem 0.38rem;
}

.content-body .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--qvx-green), var(--qvx-cyan));
    color: #03121d;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(84, 242, 173, 0.18);
}

.testimonial-person {
    display: flex;
    align-items: center;
    gap: 12px;
}

.testimonial-avatar {
    display: inline-grid;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(84, 242, 173, 0.3);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(84, 242, 173, 0.22), rgba(56, 217, 255, 0.18));
    color: var(--qvx-text);
    font-weight: 900;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    object-fit: cover;
    box-shadow: none;
}

.team-role {
    margin: -4px 0 12px;
    color: var(--qvx-green);
    font-weight: 850;
}

.legal-copy p {
    margin-bottom: 18px;
}

.contact-grid {
    align-items: start;
}

.contact-form-panel {
    padding: 28px;
}

.qvx-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.qvx-form--single {
    grid-template-columns: 1fr;
}

.qvx-form label {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.qvx-form label span {
    color: var(--qvx-soft);
    font-weight: 850;
}

.qvx-form input,
.qvx-form select,
.qvx-form textarea,
.search-form input[type="search"] {
    width: 100%;
    min-height: 52px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(3, 8, 15, 0.88);
    color: var(--qvx-text);
    padding: 0 14px;
    outline: none;
}

.qvx-form textarea {
    min-height: 150px;
    padding-top: 14px;
    resize: vertical;
}

.qvx-form input:focus,
.qvx-form select:focus,
.qvx-form textarea:focus,
.search-form input[type="search"]:focus {
    border-color: rgba(100, 244, 172, 0.72);
    box-shadow: 0 0 0 3px rgba(100, 244, 172, 0.12);
}

.form-wide {
    grid-column: 1 / -1;
}

.contact-info {
    display: grid;
    gap: 14px;
}

.contact-info a,
.contact-info span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--qvx-soft);
    overflow-wrap: anywhere;
}

.contact-info a:hover {
    color: var(--qvx-green);
}

.form-status {
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 8px;
    font-weight: 850;
}

.form-status--success {
    border: 1px solid rgba(100, 244, 172, 0.34);
    background: rgba(100, 244, 172, 0.12);
    color: #d9ffee;
}

.form-status--error {
    border: 1px solid rgba(255, 107, 138, 0.32);
    background: rgba(255, 107, 138, 0.12);
    color: #ffd8e1;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    overflow: hidden;
}

.faq-item summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--qvx-text);
    font-weight: 900;
}

.faq-item p {
    padding: 0 20px 20px;
    margin: 0;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 42px;
    background:
        linear-gradient(135deg, rgba(56, 217, 255, 0.13), transparent 55%),
        linear-gradient(225deg, rgba(100, 244, 172, 0.1), transparent 46%),
        rgba(255, 255, 255, 0.065);
}

.cta-panel h2 {
    max-width: 700px;
}

.cta-panel p {
    max-width: 720px;
    margin-bottom: 0;
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 820;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 15px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--qvx-green), var(--qvx-cyan));
    color: #031015;
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(56, 217, 255, 0.24);
}

.site-footer {
    padding: 74px 0 30px;
    border-top: 1px solid var(--qvx-border);
    background:
        linear-gradient(180deg, rgba(4, 7, 13, 0.92), rgba(4, 7, 13, 0.98)),
        #04070d;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.75fr 1fr 1.05fr;
    gap: 34px;
}

.footer-brand p {
    max-width: 430px;
    margin-top: 18px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.footer-social a {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    color: var(--qvx-green);
    background: rgba(255, 255, 255, 0.045);
}

.footer-column {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-column h2 {
    margin-bottom: 6px;
    font-size: 1rem;
}

.footer-column a,
.footer-column span {
    color: var(--qvx-muted);
}

.footer-column a:hover {
    color: var(--qvx-green);
}

.footer-contact a,
.footer-contact span {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px 24px;
    padding-top: 26px;
    margin-top: 42px;
    border-top: 1px solid var(--qvx-border);
}

.footer-bottom p {
    margin: 0;
    color: var(--qvx-muted);
}

.footer-bottom a:hover {
    color: var(--qvx-green);
}

.search-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.search-form label {
    flex: 1 1 260px;
}

.search-form .search-submit {
    min-height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--qvx-cyan), var(--qvx-green));
    color: #031015;
    font-weight: 900;
}

.pagination-wrap {
    grid-column: 1 / -1;
    margin-top: 20px;
}

.nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nav-links a,
.nav-links span {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 13px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
}

.nav-links .current {
    color: #031015;
    background: var(--qvx-green);
}

:focus-visible {
    outline: 2px solid var(--qvx-green);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: no-preference) {
    .reveal-up {
        animation: qvxReveal 0.62s ease both;
    }

    .service-card:hover,
    .glass-card:hover,
    .case-card:hover,
    .portfolio-card:hover,
    .post-card:hover,
    .training-card:hover,
    .stack-card:hover {
        transform: translateY(-4px);
        border-color: rgba(100, 244, 172, 0.3);
    }

    .service-card,
    .glass-card,
    .case-card,
    .portfolio-card,
    .post-card,
    .training-card,
    .stack-card {
        transition: transform 0.22s ease, border-color 0.22s ease;
    }
}

@keyframes qvxReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1160px) {
    .qvx-btn--nav {
        display: none;
    }

    .primary-menu a {
        padding-inline: 10px;
        font-size: 0.9rem;
    }

    .process-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    h1 {
        font-size: 3.15rem;
    }

    h2 {
        font-size: 2rem;
    }

    .nav-shell {
        justify-content: space-between;
    }

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

    .site-nav {
        position: fixed;
        inset: 112px 16px auto 16px;
        z-index: 940;
        display: none;
        max-height: calc(100vh - 132px);
        overflow-y: auto;
        justify-content: stretch;
        padding: 16px;
        border: 1px solid var(--qvx-border);
        border-radius: 8px;
        background: rgba(4, 7, 13, 0.98);
        box-shadow: var(--qvx-shadow);
    }

    body.menu-open .site-nav {
        display: grid;
        gap: 14px;
    }

    .primary-menu {
        display: grid;
        justify-content: stretch;
        gap: 6px;
        width: 100%;
    }

    .primary-menu a {
        justify-content: flex-start;
        width: 100%;
        padding: 0 12px;
        white-space: normal;
    }

    .primary-menu .sub-menu {
        position: static;
        display: grid;
        min-width: 0;
        margin: 4px 0 6px 14px;
        padding: 6px;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        background: rgba(255, 255, 255, 0.04);
    }

    .mobile-menu-cta {
        display: inline-flex;
        width: 100%;
    }

    .hero-grid,
    .split-grid,
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .stats-grid,
    .service-grid,
    .advantage-grid,
    .feature-grid,
    .case-grid,
    .stack-grid,
    .training-grid,
    .testimonial-grid,
    .portfolio-grid,
    .post-grid,
    .social-grid,
    .content-category-grid,
    .offer-grid,
    .pricing-grid,
    .service-detail-grid,
    .case-detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .premium-bento-card--feature,
    .premium-bento-card--tall {
        grid-column: auto;
        grid-row: auto;
        min-height: 300px;
    }

    .bento-conversion-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .bento-cta-actions {
        justify-content: flex-start;
    }

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

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .qvx-container,
    .qvx-container.narrow {
        width: min(100% - 28px, var(--qvx-max));
    }

    .top-strip__inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 8px 0;
        gap: 4px;
    }

    .site-nav {
        top: 136px;
        max-height: calc(100vh - 156px);
    }

    .qvx-section {
        padding: 68px 0;
    }

    .hero-section {
        padding: 76px 0 54px;
    }

    .page-hero {
        padding-top: 72px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 2.35rem;
    }

    h2 {
        font-size: 1.72rem;
    }

    .hero-copy p,
    .page-hero p,
    .section-heading p,
    .content-panel p {
        font-size: 1rem;
    }

    .stats-grid,
    .service-grid,
    .advantage-grid,
    .feature-grid,
    .case-grid,
    .stack-grid,
    .training-grid,
    .testimonial-grid,
    .portfolio-grid,
    .post-grid,
    .social-grid,
    .content-category-grid,
    .offer-grid,
    .pricing-grid,
    .service-detail-grid,
    .case-detail-grid,
    .premium-bento-grid,
    .process-track,
    .training-list,
    .check-grid {
        grid-template-columns: 1fr;
    }

    .qvx-premium-bento {
        padding: 76px 0;
    }

    .bento-heading h2 {
        font-size: 2rem;
    }

    .premium-bento-card,
    .premium-bento-card--feature,
    .premium-bento-card--tall {
        min-height: auto;
        padding: 22px;
    }

    .premium-bento-card--feature h3 {
        font-size: 1.55rem;
    }

    .premium-icon-wrap {
        width: 54px;
        height: 54px;
    }

    .bento-conversion-cta {
        padding: 24px;
    }

    .bento-conversion-cta h3 {
        font-size: 1.42rem;
    }

    .bento-cta-actions,
    .bento-cta-actions .qvx-btn {
        width: 100%;
    }

    .mockup-screen {
        grid-template-columns: 1fr;
    }

    .mockup-sidebar {
        min-height: 54px;
    }

    .qvx-form {
        grid-template-columns: 1fr;
    }

    .form-wide {
        grid-column: auto;
    }

    .metric-card {
        position: static;
        margin-top: 12px;
    }

    .dashboard-card {
        display: grid;
        gap: 12px;
    }

    .hero-actions,
    .cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .qvx-btn,
    .cta-actions .qvx-btn {
        width: 100%;
    }

    .cta-panel,
    .contact-form-panel,
    .stat-card,
    .service-card,
    .glass-card,
    .process-step,
    .case-card,
    .stack-card,
    .training-card,
    .growth-card,
    .content-category-card,
    .offer-card,
    .pricing-card,
    .testimonial-card,
    .post-card,
    .contact-info {
        padding: 22px;
    }

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

    .footer-bottom {
        flex-direction: column;
    }

    .floating-whatsapp {
        right: 14px;
        bottom: 14px;
    }
}

@media (max-width: 420px) {
    .site-logo img {
        width: 150px;
    }

    .nav-shell {
        min-height: 68px;
        gap: 10px;
    }

    .site-nav {
        inset-inline: 10px;
    }

    h1 {
        font-size: 2.05rem;
    }

    .qvx-btn,
    .mobile-menu-cta {
        min-height: 46px;
        padding-inline: 14px;
    }

    .floating-whatsapp span {
        display: none;
    }
}

.qvx-hp {
    position: absolute !important;
    inset: 0 auto auto 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

h1,
h2,
h3,
.site-nav,
.qvx-btn {
    font-family: Sora, Poppins, Inter, ui-sans-serif, system-ui, sans-serif;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero-section {
    position: relative;
    isolation: isolate;
    background:
        linear-gradient(120deg, rgba(56, 217, 255, 0.12), rgba(167, 139, 250, 0.10) 42%, rgba(100, 244, 172, 0.08)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.trust-row {
    flex-wrap: wrap;
}

.service-card,
.case-card,
.offer-card,
.testimonial-card,
.post-card,
.glass-card {
    border-color: rgba(105, 216, 255, 0.18);
}

.service-card:hover,
.case-card:hover,
.offer-card:hover,
.post-card:hover {
    border-color: rgba(100, 244, 172, 0.34);
    box-shadow: 0 28px 80px rgba(56, 217, 255, 0.12), 0 10px 36px rgba(167, 139, 250, 0.08);
    transform: translateY(-4px);
}

.team-photo {
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid var(--qvx-border);
}

.team-photo img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Final professional visual system */
:root {
    --qvx-bg: #06101b;
    --qvx-bg-soft: #0a1725;
    --qvx-panel: rgba(255, 255, 255, 0.075);
    --qvx-panel-strong: rgba(7, 15, 26, 0.96);
    --qvx-text: #f5fbff;
    --qvx-muted: #aebdd0;
    --qvx-soft: #dcecff;
    --qvx-cyan: #32d8ff;
    --qvx-green: #54f2ad;
    --qvx-violet: #a98bff;
    --qvx-amber: #ffd166;
    --qvx-border: rgba(190, 224, 255, 0.15);
    --qvx-shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
    --qvx-max: 1440px;
}

body {
    background:
        linear-gradient(135deg, rgba(50, 216, 255, 0.12), transparent 34%),
        linear-gradient(225deg, rgba(84, 242, 173, 0.08), transparent 36%),
        linear-gradient(180deg, #06101b 0%, #081828 46%, #050b14 100%);
}

.qvx-container {
    width: min(100% - 72px, var(--qvx-max));
}

h1 {
    max-width: 760px;
    font-size: clamp(3rem, 3.25vw, 4.35rem);
    line-height: 1.04;
}

h2 {
    font-size: clamp(2rem, 2.2vw, 3rem);
    line-height: 1.08;
}

h3 {
    line-height: 1.2;
}

p {
    font-size: 1rem;
}

.site-header {
    background: rgba(5, 12, 22, 0.84);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
}

.top-strip {
    background: rgba(255, 255, 255, 0.04);
}

.nav-shell {
    min-height: 74px;
}

.primary-menu {
    gap: 4px;
}

.primary-menu a {
    min-height: 40px;
    padding-inline: 13px;
    font-size: 0.88rem;
}

.primary-menu .sub-menu {
    min-width: 270px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(50, 216, 255, 0.10), rgba(169, 139, 255, 0.07)),
        rgba(5, 12, 22, 0.98);
}

.qvx-btn,
.mobile-menu-cta {
    min-height: 52px;
    padding-inline: 22px;
    border-radius: 8px;
    font-size: 0.95rem;
}

.qvx-btn--primary,
.mobile-menu-cta {
    background: linear-gradient(135deg, #3be7ff 0%, #54f2ad 100%);
    box-shadow: 0 18px 42px rgba(50, 216, 255, 0.22);
}

.qvx-btn--secondary,
.qvx-btn--nav {
    border-color: rgba(190, 224, 255, 0.2);
    background: rgba(255, 255, 255, 0.07);
}

.hero-section {
    display: flex;
    min-height: calc(100vh - 112px);
    align-items: center;
    padding: 78px 0 64px;
    background:
        linear-gradient(115deg, rgba(50, 216, 255, 0.11), transparent 34%),
        linear-gradient(245deg, rgba(169, 139, 255, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(84, 242, 173, 0.05), rgba(255, 255, 255, 0));
}

.hero-grid-bg {
    background-size: 40px 40px;
    opacity: 0.68;
}

.hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.88fr);
    gap: clamp(42px, 5vw, 86px);
}

.hero-copy {
    padding-top: 10px;
}

.hero-copy .eyebrow {
    margin-bottom: 18px;
    color: var(--qvx-green);
}

.hero-copy p {
    max-width: 690px;
    color: #c1d0df;
    font-size: clamp(1.02rem, 1.05vw, 1.2rem);
    line-height: 1.65;
}

.hero-actions {
    margin-top: 30px;
}

.trust-row {
    max-width: 760px;
    margin-top: 26px;
}

.trust-row span,
.mini-tags span {
    border-color: rgba(190, 224, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    color: #d8e8f6;
}

.hero-product-visual {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding: 18px;
    border: 1px solid rgba(190, 224, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(50, 216, 255, 0.15), rgba(169, 139, 255, 0.10)),
        rgba(255, 255, 255, 0.06);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
}

.hero-product-visual::before {
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(190, 224, 255, 0.13);
    border-radius: 8px;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
}

.hero-product-visual__top,
.hero-product-visual__body {
    position: relative;
    z-index: 1;
}

.hero-product-visual__top {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    border: 1px solid rgba(190, 224, 255, 0.14);
    border-radius: 8px;
    background: rgba(4, 10, 18, 0.72);
}

.hero-product-visual__top span {
    color: var(--qvx-soft);
    font-size: 0.82rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-product-visual__top div {
    display: flex;
    gap: 7px;
}

.hero-product-visual__top i {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: var(--qvx-green);
}

.hero-product-visual__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    padding: 22px;
}

.hero-kpi,
.hero-chart,
.hero-system-list {
    border: 1px solid rgba(190, 224, 255, 0.15);
    border-radius: 8px;
    background: rgba(5, 12, 22, 0.82);
}

.hero-kpi {
    display: grid;
    gap: 6px;
    min-height: 132px;
    padding: 18px;
}

.hero-kpi span {
    color: var(--qvx-muted);
    font-size: 0.78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.hero-kpi strong {
    color: var(--qvx-text);
    font-size: 1.65rem;
    line-height: 1;
}

.hero-kpi small {
    color: var(--qvx-muted);
    font-size: 0.9rem;
}

.hero-kpi--blue {
    box-shadow: inset 0 0 0 1px rgba(50, 216, 255, 0.10);
}

.hero-kpi--green {
    box-shadow: inset 0 0 0 1px rgba(84, 242, 173, 0.10);
}

.hero-chart {
    grid-column: 1 / -1;
    display: flex;
    min-height: 176px;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    padding: 28px;
    background:
        linear-gradient(180deg, rgba(50, 216, 255, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(5, 12, 22, 0.86);
}

.hero-chart span {
    width: 100%;
    max-width: 34px;
    border-radius: 8px 8px 3px 3px;
    background: linear-gradient(180deg, var(--qvx-green), var(--qvx-cyan));
    box-shadow: 0 0 22px rgba(50, 216, 255, 0.22);
}

.hero-system-list {
    grid-column: 1 / -1;
    display: grid;
    gap: 12px;
    padding: 18px;
}

.hero-system-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #dcecff;
    font-weight: 750;
}

.hero-system-list .qvx-svg {
    color: var(--qvx-green);
}

.stats-section {
    padding: 40px 0 70px;
}

.stat-card,
.service-card,
.glass-card,
.process-step,
.case-card,
.stack-card,
.training-card,
.growth-card,
.content-category-card,
.offer-card,
.pricing-card,
.testimonial-card,
.post-card,
.contact-info,
.contact-form-panel,
.portfolio-card,
.cta-panel {
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
        rgba(7, 16, 28, 0.72);
}

.stat-card,
.service-card,
.case-card,
.offer-card,
.post-card,
.testimonial-card {
    min-height: 100%;
}

.service-card,
.case-card,
.offer-card,
.post-card {
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover,
.case-card:hover,
.offer-card:hover,
.post-card:hover {
    border-color: rgba(84, 242, 173, 0.38);
    box-shadow: 0 26px 74px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(84, 242, 173, 0.08);
}

.section-heading {
    margin-bottom: 42px;
}

.section-heading h2 {
    max-width: 820px;
    margin-inline: auto;
}

.section-heading--left h2 {
    margin-inline: 0;
}

.process-track {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.process-step {
    min-height: 210px;
}

.visual-card {
    border-radius: 8px;
}

.visual-card img,
.visual-fallback,
.team-photo {
    border-radius: 8px;
}

.floating-whatsapp {
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(50, 216, 255, 0.24);
}

.qvx-form input,
.qvx-form select,
.qvx-form textarea {
    border-radius: 8px;
}

@media (max-width: 1280px) {
    .hero-grid {
        grid-template-columns: minmax(0, 0.92fr) minmax(390px, 0.86fr);
        gap: 46px;
    }

    .process-track {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .qvx-container,
    .qvx-container.narrow {
        width: min(100% - 40px, var(--qvx-max));
    }

    h1 {
        font-size: clamp(2.45rem, 8vw, 3.45rem);
    }

    .hero-section {
        min-height: auto;
        padding: 70px 0 56px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-product-visual {
        min-height: 430px;
    }

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

@media (max-width: 720px) {
    .qvx-container,
    .qvx-container.narrow {
        width: min(100% - 28px, var(--qvx-max));
    }

    h1 {
        font-size: clamp(2.15rem, 11vw, 2.8rem);
    }

    .hero-product-visual {
        min-height: auto;
        padding: 12px;
    }

    .hero-product-visual::before {
        inset: 12px;
    }

    .hero-product-visual__body {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .hero-chart,
    .hero-system-list {
        grid-column: auto;
    }

    .hero-chart {
        min-height: 150px;
        gap: 9px;
        padding: 20px;
    }

    .trust-row span {
        width: 100%;
    }

    .process-track {
        grid-template-columns: 1fr;
    }
}

/* Social brand section layout fix */
.qvx-premium-bento {
    padding: 82px 0;
}

.qvx-premium-bento::before {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), #000 28%, #000 78%, rgba(0, 0, 0, 0.45));
}

.bento-heading {
    max-width: 900px;
    margin: 0 0 34px;
}

.bento-heading h2 {
    max-width: 860px;
    font-size: clamp(2rem, 2.55vw, 3rem);
    line-height: 1.08;
}

.bento-heading p {
    max-width: 760px;
}

.premium-bento-grid {
    grid-auto-rows: minmax(205px, auto);
    gap: 16px;
}

.premium-bento-card {
    min-height: 210px;
    justify-content: flex-start;
    padding: 26px;
}

.premium-bento-card--feature,
.premium-bento-card--tall {
    min-height: 430px;
}

.premium-bento-card--compact {
    min-height: 220px;
}

.premium-card-top {
    margin-bottom: 24px;
}

.premium-bento-card h3 {
    max-width: 600px;
    margin-bottom: 14px;
}

.premium-bento-card--feature h3 {
    font-size: clamp(1.8rem, 2.2vw, 2.45rem);
}

.premium-bento-card p {
    margin-bottom: 0;
}

.bento-proof-strip {
    margin-top: 28px;
}

.bento-mini-dashboard {
    margin: 28px 0 0;
}

.bento-mini-dashboard span {
    height: 36px;
}

.bento-card-cta {
    margin-top: 18px;
    padding-top: 0;
}

.premium-category-grid {
    margin-top: 16px;
}

.content-category-card.premium-bento-card--compact .premium-card-top {
    margin-bottom: 18px;
}

.content-category-card.premium-bento-card--compact h3 {
    font-size: 1.12rem;
}

.bento-conversion-cta {
    margin-top: 18px;
}

@media (max-width: 980px) {
    .qvx-premium-bento {
        padding: 70px 0;
    }

    .premium-bento-card--feature,
    .premium-bento-card--tall {
        min-height: 320px;
    }
}

@media (max-width: 720px) {
    .qvx-premium-bento {
        padding: 58px 0;
    }

    .bento-heading {
        margin-bottom: 24px;
    }

    .premium-bento-grid {
        gap: 14px;
    }

    .premium-bento-card,
    .premium-bento-card--feature,
    .premium-bento-card--tall,
    .premium-bento-card--compact {
        min-height: auto;
        padding: 22px;
    }

    .bento-card-cta {
        margin-top: 10px;
        padding-top: 8px;
    }

    .bento-mini-dashboard {
        margin-top: 18px;
    }
}

/* Replace unfinished decorative bars with real content points */
.bento-mini-dashboard {
    gap: 10px;
    margin: 22px 0 0;
}

.bento-mini-dashboard span,
.bento-mini-dashboard span:nth-child(1),
.bento-mini-dashboard span:nth-child(2),
.bento-mini-dashboard span:nth-child(3) {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 0;
    gap: 3px;
    padding: 12px 14px;
}

.bento-mini-dashboard strong {
    color: var(--qvx-soft);
    font-size: 0.9rem;
    line-height: 1.25;
}

.bento-mini-dashboard small {
    color: var(--qvx-muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.premium-bento-card--feature,
.premium-bento-card--tall {
    min-height: 380px;
}

.premium-bento-card--feature .bento-card-cta,
.premium-bento-card--tall .bento-card-cta {
    margin-top: 22px;
    padding-top: 0;
}

@media (max-width: 980px) {
    .premium-bento-card--feature,
    .premium-bento-card--tall {
        min-height: 300px;
    }
}

/* Final social brand card system: compact, balanced, and content-led */
.qvx-premium-bento .premium-bento-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: auto;
    align-items: stretch;
    gap: 18px;
}

.qvx-premium-bento .premium-bento-card,
.qvx-premium-bento .premium-bento-card--feature,
.qvx-premium-bento .premium-bento-card--tall,
.qvx-premium-bento .premium-bento-card--compact {
    grid-column: auto;
    grid-row: auto;
    min-height: 0;
    height: auto;
    padding: 28px;
}

.qvx-premium-bento .premium-card-top {
    margin-bottom: 20px;
}

.qvx-premium-bento .premium-icon-wrap {
    width: 58px;
    height: 58px;
}

.qvx-premium-bento .premium-bento-card h3,
.qvx-premium-bento .premium-bento-card--feature h3 {
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(1.35rem, 1.35vw, 1.7rem);
    line-height: 1.12;
}

.qvx-premium-bento .premium-bento-card p,
.qvx-premium-bento .premium-bento-card--feature p {
    max-width: none;
    font-size: 1rem;
    line-height: 1.55;
}

.qvx-premium-bento .bento-proof-strip {
    gap: 8px;
    margin-top: 18px;
}

.qvx-premium-bento .bento-proof-strip span {
    padding: 8px 10px;
    font-size: 0.82rem;
}

.qvx-premium-bento .bento-card-cta,
.qvx-premium-bento .premium-bento-card--feature .bento-card-cta,
.qvx-premium-bento .premium-bento-card--tall .bento-card-cta {
    margin-top: 20px;
    padding-top: 0;
}

.qvx-premium-bento .bento-mini-dashboard {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 0;
}

.qvx-premium-bento .bento-mini-dashboard span,
.qvx-premium-bento .bento-mini-dashboard span:nth-child(1),
.qvx-premium-bento .bento-mini-dashboard span:nth-child(2),
.qvx-premium-bento .bento-mini-dashboard span:nth-child(3) {
    width: auto;
    min-height: 0;
    padding: 8px 10px;
}

.qvx-premium-bento .bento-mini-dashboard small {
    display: none;
}

@media (max-width: 1180px) {
    .qvx-premium-bento .premium-bento-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .qvx-premium-bento .premium-bento-grid {
        grid-template-columns: 1fr;
    }

    .qvx-premium-bento .premium-bento-card,
    .qvx-premium-bento .premium-bento-card--feature,
    .qvx-premium-bento .premium-bento-card--tall,
    .qvx-premium-bento .premium-bento-card--compact {
        padding: 22px;
    }

    .qvx-premium-bento .premium-bento-card h3,
    .qvx-premium-bento .premium-bento-card--feature h3 {
        font-size: 1.45rem;
    }
}

/* Production polish: fixed header, real-photo cards, stronger legal pages, and compact process rows */
body {
    padding-top: 118px;
}

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1800;
    background: rgba(4, 8, 15, 0.9);
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(20px);
}

.hero-section {
    display: block;
    min-height: auto;
    align-items: stretch;
    padding: clamp(46px, 5vw, 68px) 0 74px;
}

.page-hero {
    padding-top: 56px;
    padding-bottom: 64px;
}

.card-media {
    overflow: hidden;
    margin: -1px -1px 20px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.card-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    filter: saturate(1.04) contrast(1.03);
    transition: transform 0.4s ease, filter 0.4s ease;
}

.service-card:hover .card-media img,
.case-card:hover .card-media img,
.offer-card:hover .card-media img,
.post-card:hover .card-media img,
.premium-bento-card:hover .card-media img {
    transform: scale(1.045);
    filter: saturate(1.12) contrast(1.05);
}

.hero-photo-card {
    position: relative;
}

.hero-photo-card::after,
.visual-card::after,
.card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.visual-card,
.card-media {
    position: relative;
}

.hero-photo-card::after,
.visual-card::after {
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(56, 217, 255, 0.14), transparent 38%),
        linear-gradient(225deg, rgba(100, 244, 172, 0.12), transparent 46%);
    mix-blend-mode: screen;
}

.founder-portrait-card::after {
    background:
        linear-gradient(180deg, transparent 42%, rgba(5, 10, 18, 0.48) 100%),
        linear-gradient(135deg, rgba(56, 217, 255, 0.1), transparent 38%),
        linear-gradient(225deg, rgba(100, 244, 172, 0.08), transparent 46%);
    mix-blend-mode: normal;
}

.bento-card__media {
    margin-top: 6px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.bento-card__media img {
    aspect-ratio: 16 / 9;
}

.post-card__media img {
    aspect-ratio: 16 / 9;
}

.training-showcase {
    display: grid;
    gap: 18px;
}

.screen-list-card {
    padding: 26px;
}

.process-track--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.legal-copy {
    display: grid;
    gap: 18px;
    padding: 34px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.03)),
        rgba(7, 16, 28, 0.72);
    box-shadow: var(--qvx-shadow);
}

.legal-copy h2 {
    margin: 0;
    color: var(--qvx-soft);
    font-size: 1.18rem;
}

.legal-copy p {
    margin: 0;
}

@media (max-width: 980px) {
    body {
        padding-top: 80px;
    }

    .top-strip {
        display: none;
    }

    .site-nav {
        inset: 84px 16px auto 16px;
        max-height: calc(100vh - 104px);
    }

    .hero-section {
        padding-top: 42px;
    }

    .page-hero {
        padding-top: 44px;
        padding-bottom: 58px;
    }

    .process-track--compact {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.menu-open .site-nav {
        z-index: 2000;
        background: #050c16 !important;
        backdrop-filter: blur(22px);
    }

    body.menu-open .primary-menu .sub-menu {
        display: none;
    }

    body.menu-open .primary-menu .submenu-open > .sub-menu {
        display: grid;
    }

    body.menu-open .primary-menu .menu-item-has-children > a {
        justify-content: space-between;
        gap: 12px;
    }

    body.menu-open .primary-menu .menu-item-has-children > a::after {
        content: "+";
        color: var(--qvx-green);
        font-weight: 950;
    }

    body.menu-open .primary-menu .menu-item-has-children.submenu-open > a::after {
        content: "-";
    }
}

@media (max-width: 720px) {
    .process-track--compact {
        grid-template-columns: 1fr;
    }

    .bento-glow--three {
        display: none;
    }

    .legal-copy {
        padding: 22px;
    }

    .card-media {
        margin-bottom: 18px;
    }
}

@media (max-width: 600px) {
    body {
        padding-top: 76px;
    }

    .nav-shell {
        min-height: 68px;
        gap: 10px;
    }

    .site-logo img {
        width: 150px;
    }

    .nav-toggle {
        display: inline-flex !important;
        position: relative;
        z-index: 1902;
        flex: 0 0 46px;
        margin-left: auto;
        border-color: rgba(56, 217, 255, 0.34);
        background: rgba(56, 217, 255, 0.13);
    }

    .qvx-btn--nav {
        display: none !important;
    }

    .site-nav {
        inset: 80px 10px auto 10px;
        max-height: calc(100vh - 96px);
    }

    .hero-section {
        padding-top: 30px;
    }

    .page-hero {
        padding-top: 34px;
    }

    h1,
    .hero-section h1,
    .page-hero h1 {
        font-size: clamp(2.14rem, 9.2vw, 2.32rem);
        line-height: 1.08;
    }

    .hero-copy p {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-actions {
        margin-top: 22px;
    }

    .floating-whatsapp span {
        display: none;
    }
}

@media (max-width: 420px) {
    body {
        padding-top: 76px;
    }

    .site-nav {
        inset: 80px 10px auto 10px;
        max-height: calc(100vh - 96px);
    }

    .hero-section {
        padding-top: 30px;
    }

    .page-hero {
        padding-top: 34px;
    }

    h1,
    .hero-section h1,
    .page-hero h1 {
        font-size: clamp(2.14rem, 9.2vw, 2.32rem);
        line-height: 1.08;
    }

    .hero-copy p {
        font-size: 0.98rem;
        line-height: 1.55;
    }

    .hero-actions {
        margin-top: 22px;
    }

}

@media (max-width: 600px) {
    html,
    body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .site-header {
        width: 100%;
        max-width: 100vw;
    }

    .site-header .qvx-container.nav-shell {
        width: 100%;
        max-width: 100%;
        padding-inline: 14px;
    }

    .site-logo {
        max-width: calc(100% - 62px);
    }

    .site-logo img {
        width: min(150px, 100%);
    }

    .nav-toggle {
        margin-left: auto;
    }

    .qvx-container,
    .qvx-container.narrow {
        width: 100%;
        max-width: 100%;
        padding-inline: 14px;
    }

    .hero-grid,
    .split-grid,
    .contact-grid,
    .stats-grid,
    .service-grid,
    .advantage-grid,
    .feature-grid,
    .case-grid,
    .stack-grid,
    .training-grid,
    .testimonial-grid,
    .portfolio-grid,
    .post-grid,
    .social-grid,
    .content-category-grid,
    .offer-grid,
    .pricing-grid,
    .service-detail-grid,
    .case-detail-grid,
    .premium-bento-grid,
    .process-track,
    .training-list,
    .check-grid {
        width: 100%;
        min-width: 0;
    }

    .hero-copy,
    .page-hero__copy,
    .content-panel,
    .dynamic-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    h1,
    .hero-section h1,
    .page-hero h1 {
        max-width: 100%;
        font-size: clamp(1.86rem, 8.4vw, 2.12rem);
        line-height: 1.1;
        overflow-wrap: break-word;
    }

    .hero-copy p,
    .page-hero p,
    .section-heading p,
    .content-panel p,
    .content-body p {
        max-width: 100%;
        overflow-wrap: break-word;
    }

    .eyebrow,
    .hero-badges span,
    .trust-row span,
    .mini-tags span {
        max-width: 100%;
        white-space: normal;
    }

    .hero-actions .qvx-btn,
    .cta-actions .qvx-btn,
    .section-actions .qvx-btn {
        width: 100%;
        min-width: 0;
    }

    .visual-card,
    .card-media,
    .hero-photo-card,
    .dynamic-content {
        max-width: 100%;
    }

    .dynamic-content {
        padding: 22px 18px;
    }
}

/* Qovixa Tech 1.2 strategic refinement */
:root {
    --qvx-bg: #060b12;
    --qvx-bg-soft: #0a141f;
    --qvx-panel: rgba(255, 255, 255, 0.068);
    --qvx-panel-strong: rgba(8, 16, 25, 0.96);
    --qvx-text: #f7fbff;
    --qvx-muted: #acb8c7;
    --qvx-soft: #e1edf7;
    --qvx-cyan: #37d7f5;
    --qvx-green: #6ee7b7;
    --qvx-violet: #8db7ff;
    --qvx-amber: #f2c46d;
    --qvx-border: rgba(218, 235, 255, 0.14);
    --qvx-shadow: 0 22px 58px rgba(0, 0, 0, 0.32);
}

body {
    background:
        linear-gradient(135deg, rgba(55, 215, 245, 0.09), transparent 36%),
        linear-gradient(225deg, rgba(110, 231, 183, 0.065), transparent 38%),
        linear-gradient(180deg, #060b12 0%, #0b1420 46%, #050910 100%);
}

.hero-section {
    background:
        linear-gradient(120deg, rgba(55, 215, 245, 0.105), rgba(141, 183, 255, 0.045) 42%, rgba(110, 231, 183, 0.07)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.024), rgba(255, 255, 255, 0));
}

.section-heading {
    max-width: 860px;
}

.section-heading p,
.content-panel p,
.hero-copy p,
.page-hero p {
    color: #bdc9d8;
}

.service-card h3,
.case-card h3,
.portfolio-card h2,
.secondary-service-card h3 {
    letter-spacing: 0;
}

.service-card p,
.case-card p,
.portfolio-card p,
.secondary-service-card p {
    line-height: 1.58;
}

.trust-row {
    max-width: 820px;
}

.trust-row span,
.mini-tags span {
    min-height: 32px;
    padding: 7px 10px;
    font-size: 0.82rem;
}

.founder-section {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
        rgba(255, 255, 255, 0.006);
}

.founder-grid {
    display: grid;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
    gap: 54px;
    align-items: center;
}

.founder-grid--home {
    grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.58fr);
    align-items: stretch;
}

.founder-media {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.founder-portrait-card img {
    aspect-ratio: 0.94 / 1;
    object-position: center 12%;
    filter: contrast(1.05) saturate(0.96);
    transform: scaleX(-1);
    transform-origin: center;
}

.founder-profile-card {
    padding: 24px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(55, 215, 245, 0.1), rgba(110, 231, 183, 0.05)),
        rgba(8, 16, 25, 0.78);
    box-shadow: var(--qvx-shadow);
}

.founder-profile-card .eyebrow {
    margin-bottom: 10px;
}

.founder-profile-card h3 {
    margin-bottom: 8px;
    font-size: clamp(1.35rem, 1.5vw, 1.7rem);
}

.founder-profile-card p {
    margin-bottom: 0;
}

.founder-name {
    margin: -6px 0 6px;
    color: var(--qvx-text);
    font-size: 1.42rem;
    line-height: 1.18;
}

.founder-role-line {
    color: var(--qvx-green);
    font-weight: 850;
}

.founder-copy--about .founder-role-line,
.founder-highlight-card .founder-role-line,
.founder-profile-card--home .founder-role-line {
    margin-bottom: 14px;
}

.founder-profile-card--home {
    display: grid;
    align-content: center;
    gap: 16px;
}

.founder-home-list {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.founder-home-list span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--qvx-soft);
    font-weight: 800;
}

.founder-home-list .qvx-svg {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--qvx-green);
}

.founder-copy h2 {
    max-width: 760px;
}

.founder-proof-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.founder-proof-grid span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--qvx-soft);
    font-weight: 800;
}

.founder-proof-grid .qvx-svg {
    color: var(--qvx-green);
}

.founder-section--about {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(55, 215, 245, 0.08), transparent 42%),
        linear-gradient(225deg, rgba(110, 231, 183, 0.06), transparent 38%),
        rgba(255, 255, 255, 0.01);
}

.founder-section--about::before {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 52px 52px;
    content: "";
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 86%);
    pointer-events: none;
}

.founder-grid--about {
    position: relative;
    z-index: 1;
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.04fr);
    align-items: start;
}

.founder-media--about {
    position: sticky;
    top: 150px;
}

.founder-portrait-card--about {
    padding: 14px;
    border-color: rgba(218, 235, 255, 0.2);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
        rgba(8, 16, 25, 0.76);
}

.founder-portrait-card--about img {
    aspect-ratio: 0.78 / 1;
    object-position: center 12%;
    filter: contrast(1.06) saturate(0.96);
}

.founder-highlight-card {
    background:
        linear-gradient(145deg, rgba(55, 215, 245, 0.12), rgba(110, 231, 183, 0.08)),
        rgba(8, 16, 25, 0.9);
}

.founder-highlight-card > p {
    margin-bottom: 14px;
    color: var(--qvx-soft);
    font-weight: 850;
}

.founder-copy--about {
    padding: clamp(26px, 3vw, 42px);
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.032)),
        rgba(7, 15, 24, 0.76);
    box-shadow: var(--qvx-shadow);
    backdrop-filter: blur(16px);
}

.founder-copy--about h2 {
    max-width: 780px;
    margin-bottom: 22px;
}

.founder-copy--about p {
    max-width: 860px;
    margin-bottom: 16px;
}

.founder-expertise-list,
.founder-specialization-list {
    display: grid;
    gap: 10px;
}

.founder-expertise-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 18px 0 24px;
}

.founder-specialization-list span,
.founder-expertise-list span {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 9px;
    border: 1px solid rgba(218, 235, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.052);
    color: var(--qvx-soft);
    font-weight: 820;
    line-height: 1.42;
}

.founder-expertise-list span {
    padding: 12px 13px;
}

.founder-specialization-list span {
    padding: 11px 12px;
    font-size: 0.92rem;
}

.founder-specialization-list .qvx-svg,
.founder-expertise-list .qvx-svg {
    margin-top: 2px;
    color: var(--qvx-green);
}

.founder-quote {
    position: relative;
    margin: 26px 0 0;
    padding: 22px 24px;
    border: 1px solid rgba(110, 231, 183, 0.22);
    border-left: 3px solid var(--qvx-green);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(110, 231, 183, 0.09), rgba(55, 215, 245, 0.045)),
        rgba(255, 255, 255, 0.045);
    color: var(--qvx-soft);
    font-size: clamp(1.02rem, 1.05vw, 1.16rem);
    font-weight: 750;
    line-height: 1.6;
}

.founder-copy--about .hero-actions {
    margin-top: 26px;
}

.secondary-service-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.secondary-service-card {
    display: grid;
    min-width: 0;
    align-content: start;
    gap: 16px;
    padding: 22px;
    border: 1px solid var(--qvx-border);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.026)),
        rgba(7, 15, 24, 0.7);
}

.secondary-service-card h3 {
    margin-bottom: 8px;
    font-size: 1rem;
}

.secondary-service-card p {
    margin-bottom: 0;
    font-size: 0.92rem;
}

.secondary-service-card .text-link {
    margin-top: 14px;
    font-size: 0.9rem;
}

.portfolio-proof-list {
    display: grid;
    gap: 8px;
    margin: 18px 0;
}

.portfolio-proof-list p {
    margin-bottom: 0;
    color: #c2cedd;
    font-size: 0.94rem;
}

.portfolio-proof-list strong,
.case-field strong,
.case-detail-grid strong {
    color: var(--qvx-soft);
}

.case-detail-grid .case-card {
    align-content: start;
}

.lead-system-section .contact-form-panel h3 {
    font-size: clamp(1.45rem, 1.7vw, 2rem);
}

.qvx-form input::placeholder,
.qvx-form textarea::placeholder {
    color: rgba(225, 237, 247, 0.55);
}

.qvx-btn--primary:hover,
.mobile-menu-cta:hover {
    box-shadow: 0 18px 44px rgba(110, 231, 183, 0.2), 0 0 0 1px rgba(110, 231, 183, 0.18);
}

.qvx-btn--secondary:hover,
.qvx-btn--nav:hover,
.qvx-btn--small:hover {
    border-color: rgba(110, 231, 183, 0.4);
}

@media (max-width: 1180px) {
    .secondary-service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .founder-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .founder-media--about {
        position: static;
    }

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

@media (max-width: 720px) {
    .founder-proof-grid,
    .founder-expertise-list,
    .secondary-service-grid {
        grid-template-columns: 1fr;
    }

    .founder-profile-card,
    .founder-copy--about,
    .secondary-service-card {
        padding: 20px;
    }

    .founder-portrait-card img,
    .founder-portrait-card--about img {
        aspect-ratio: 0.82 / 1;
        object-position: center 12%;
    }

    .founder-quote {
        padding: 18px;
    }

    .service-card,
    .case-card,
    .portfolio-card,
    .testimonial-card,
    .post-card,
    .contact-form-panel,
    .cta-panel {
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    }
}

/* Final header/navigation override for production uploads */
.site-header .nav-shell {
    display: flex;
    min-height: 74px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-header .site-logo {
    flex: 0 0 auto;
    max-width: 190px;
}

.site-header .site-logo img {
    width: min(190px, 100%);
    max-width: 190px;
    max-height: 54px;
}

.site-header .site-nav {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
}

.site-header .primary-menu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1.45vw, 22px);
    width: auto;
    min-width: 0;
}

.site-header .primary-menu > li {
    flex: 0 0 auto;
}

.site-header .primary-menu > li > a {
    min-height: 44px;
    padding-inline: 0;
    font-size: 0.9rem;
    white-space: nowrap;
}

.site-header .qvx-btn--nav {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 154px;
    max-width: 186px;
    min-height: 46px;
    padding-inline: 16px;
    white-space: nowrap;
}

.site-header .qvx-btn--nav span {
    white-space: nowrap;
}

.site-header .nav-toggle,
.site-header .mobile-menu-cta {
    display: none;
}

@media (max-width: 1120px) and (min-width: 1025px) {
    .site-header .nav-shell {
        gap: 18px;
    }

    .site-header .site-logo {
        max-width: 178px;
    }

    .site-header .site-logo img {
        width: min(178px, 100%);
    }

    .site-header .primary-menu {
        gap: 12px;
    }

    .site-header .primary-menu > li > a {
        font-size: 0.84rem;
    }

    .site-header .qvx-btn--nav {
        min-width: 148px;
        max-width: 164px;
        padding-inline: 14px;
        font-size: 0.86rem;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 74px;
    }

    .site-header .top-strip {
        display: none;
    }

    .site-header .nav-shell {
        min-height: 74px;
        gap: 16px;
    }

    .site-header .site-logo {
        max-width: calc(100% - 64px);
    }

    .site-header .site-logo img {
        width: min(170px, 100%);
    }

    .site-header .qvx-btn--nav {
        display: none;
    }

    .site-header .nav-toggle {
        display: inline-flex;
        position: relative;
        z-index: 1902;
        flex: 0 0 46px;
        margin-left: auto;
    }

    .site-header .site-nav {
        position: fixed;
        inset: 82px 16px auto 16px;
        z-index: 1900;
        display: none;
        max-height: calc(100vh - 98px);
        overflow-y: auto;
        justify-content: stretch;
        padding: 16px;
        border: 1px solid var(--qvx-border);
        border-radius: 8px;
        background: rgba(4, 7, 13, 0.98);
        box-shadow: var(--qvx-shadow);
        backdrop-filter: blur(22px);
    }

    body.menu-open .site-header .site-nav {
        display: grid;
        gap: 14px;
    }

    .site-header .primary-menu {
        display: grid;
        width: 100%;
        justify-content: stretch;
        gap: 6px;
    }

    .site-header .primary-menu > li {
        width: 100%;
    }

    .site-header .primary-menu > li > a {
        justify-content: flex-start;
        width: 100%;
        min-height: 46px;
        padding-inline: 12px;
        font-size: 0.96rem;
        white-space: normal;
    }

    .site-header .mobile-menu-cta {
        display: inline-flex;
        width: 100%;
        min-width: 0;
        max-width: none;
    }
}

@media (max-width: 600px) {
    .site-header .nav-shell {
        min-height: 72px;
        padding-inline: 14px;
    }

    .site-header .site-logo img {
        width: min(150px, 100%);
    }

    .site-header .site-nav {
        inset: 78px 10px auto 10px;
        max-height: calc(100vh - 92px);
    }
}

/* Production stabilization: keep the existing dark-tech identity while locking header, dropdown, and mobile menu behavior. */
@media (min-width: 1025px) {
    .site-header .nav-shell {
        gap: 20px;
    }

    .site-header .site-nav {
        align-items: center;
    }

    .site-header .primary-menu {
        gap: 14px;
    }

    .site-header .primary-menu > li > a {
        padding-inline: 0;
        line-height: 1;
    }

    .site-header .primary-menu > .menu-item-has-children > .sub-menu {
        left: 50%;
        width: min(560px, calc(100vw - 48px));
        min-width: 520px;
        max-height: 520px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        padding: 12px;
        overflow-y: auto;
        transform: translate(-50%, 8px);
    }

    .site-header .primary-menu > .menu-item-has-children:hover > .sub-menu,
    .site-header .primary-menu > .menu-item-has-children:focus-within > .sub-menu {
        transform: translate(-50%, 0);
    }

    .site-header .primary-menu .sub-menu a {
        min-height: 44px;
        padding: 0 12px;
        border-radius: 8px;
        font-size: 0.9rem;
        line-height: 1.25;
        white-space: normal;
    }
}

@media (max-width: 1180px) and (min-width: 1025px) {
    .site-header .site-logo {
        max-width: 166px;
    }

    .site-header .site-logo img {
        width: min(166px, 100%);
    }

    .site-header .primary-menu {
        gap: 10px;
    }

    .site-header .primary-menu > li > a {
        font-size: 0.82rem;
    }

    .site-header .qvx-btn--nav {
        min-width: 142px;
        max-width: 152px;
        min-height: 44px;
        padding-inline: 12px;
        font-size: 0.82rem;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 0 !important;
    }

    .site-header .primary-menu .sub-menu {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        max-height: none;
        margin: 4px 0 8px;
        padding: 8px;
        border-color: rgba(255, 255, 255, 0.09);
        background: rgba(255, 255, 255, 0.045);
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    body.menu-open .site-header .primary-menu .submenu-open > .sub-menu {
        display: grid;
        gap: 4px;
    }

    .site-header .primary-menu .sub-menu a {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.92rem;
    }

    body.menu-open .site-header .primary-menu .menu-item-has-children > a {
        justify-content: space-between;
        gap: 12px;
    }

    body.menu-open .site-header .primary-menu .menu-item-has-children > a::after {
        content: "+";
        color: var(--qvx-green);
        font-weight: 950;
    }

    body.menu-open .site-header .primary-menu .menu-item-has-children.submenu-open > a::after {
        content: "-";
    }
}

@media (max-width: 420px) {
    .site-header .site-logo img {
        width: min(136px, 100%);
    }

    .site-header .nav-toggle {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }
}
