/* Contact — nexvork.ai (prefix ct-) */

.ct-hero { overflow: hidden; }
.ct-hero .container { z-index: 1; }
.ct-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.ct-hero-grid > * { min-width: 0; }
.ct-hero .nx-hero-title { max-width: 15ch; }
.ct-hero .nx-hero-lead { margin-bottom: 30px; max-width: 580px; }
.ct-orb-1 { width: 520px; height: 520px; top: -200px; left: -180px; }
.ct-orb-2 { width: 560px; height: 560px; bottom: -260px; right: -200px; }

.ct-hero-visual { position: relative; }
.ct-hero-console { max-width: 560px; margin-left: auto; position: relative; z-index: 1; }
.ct-hero-console .nx-console-body { padding: 18px 18px 20px; }
.ct-chip { position: absolute; right: 18px; bottom: -16px; z-index: 3; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: var(--glass); border: 1px solid var(--line-2); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: 0.76rem; font-weight: 600; color: var(--text); box-shadow: var(--shadow-md); white-space: nowrap; }
.ct-chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--nx-wa); box-shadow: 0 0 10px var(--nx-wa); flex-shrink: 0; }

.ct-story-phone { width: 300px; }
.ct-story-win { max-width: 560px; }
.ct-win-tag { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--nx-blue-2); margin-bottom: 12px; }
html[data-theme="light"] .ct-win-tag { color: var(--nx-purple); }
.ct-win-rows { margin-top: 10px; }
.ct-flow { justify-content: center; margin-bottom: 14px; }
.ct-import { display: grid; gap: 6px; }
.ct-import-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 9px 12px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); font-size: 0.8rem; color: var(--muted); }
.ct-import-row strong { color: var(--text); font-family: var(--font-mono); white-space: nowrap; }
.ct-import-row .ct-ok { color: var(--nx-emerald); }
.ct-stats { margin-top: clamp(56px, 8vw, 96px); }

.ct-bento { gap: 18px; }
.ct-bento .nx-card p { font-size: 0.93rem; }
.ct-inline-link { color: var(--nx-blue-2); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
html[data-theme="light"] .ct-inline-link { color: var(--nx-purple); }

.ct-office-visual { position: relative; }
.ct-office-win { max-width: 520px; margin: 0 auto; }
.ct-hours { display: grid; gap: 6px; }
.ct-hours-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 9px; background: var(--surface-2); border: 1px solid var(--line); font-size: 0.82rem; color: var(--muted); }
.ct-hours-row strong { font-family: var(--font-mono); font-size: 0.78rem; color: var(--nx-emerald); white-space: nowrap; }
.ct-hours-off strong { color: var(--nx-rose); }
.ct-addr { display: grid; gap: 4px; margin-top: 14px; padding: 12px; border-radius: 10px; background: var(--grad-soft); border: 1px solid rgba(130, 62, 157, 0.3); font-size: 0.8rem; line-height: 1.5; color: var(--muted); }
.ct-addr-label { font-weight: 600; color: var(--text); }
.ct-office-actions { margin-top: 14px; gap: 10px; }
.ct-office .nx-checks { margin-top: 4px; }

@media (max-width: 1100px) {
    .ct-hero-grid { grid-template-columns: 1fr; gap: 48px; }
    .ct-hero .nx-hero-title { max-width: none; }
    .ct-hero-console { margin: 0 auto; }
    .ct-chip { right: 0; }
}
@media (max-width: 900px) {
    .ct-story-phone { width: 280px; margin: 0 auto; }
}
@media (max-width: 640px) {
    .ct-chip { font-size: 0.7rem; padding: 7px 11px; bottom: -14px; right: 6px; white-space: normal; max-width: calc(100% - 12px); }
    .ct-hero-console .nx-console-body { padding: 14px; font-size: 0.7rem; }
    .ct-stats .nx-stat { padding: 24px 20px; }
    .ct-office-win .nx-kpis, .ct-story-win .nx-kpis { grid-template-columns: 1fr 1fr; }
    .ct-office-actions .nx-btn { width: 100%; }
}
@media (max-width: 400px) {
    .ct-hours-row, .ct-import-row { flex-direction: column; align-items: flex-start; gap: 2px; }
}

.ct-hero-console .nx-console-body { padding-bottom: 44px; }

