.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ================================
   FrameWatch Elementor Theme CSS
   Dark industrial public landing style
================================ */

/* Page-level reset */
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #04070f;
}

/* Force Elementor page to full width */
.elementor,
.elementor-section,
.elementor-container,
.elementor-widget-wrap,
.elementor-widget-container {
  max-width: none !important;
}

/* Main FrameWatch wrapper */
.framewatch-page,
.fw-landing {
  --fw-bg-1: #04070f;
  --fw-bg-2: #050914;
  --fw-bg-3: #060b17;

  --fw-surface: rgba(12, 20, 38, 0.84);
  --fw-surface-strong: rgba(12, 20, 38, 0.96);

  --fw-border: rgba(34, 211, 238, 0.18);
  --fw-border-strong: rgba(34, 211, 238, 0.36);

  --fw-text: #ffffff;
  --fw-body: #cbd5e1;
  --fw-muted: #94a3b8;
  --fw-dim: #64748b;

  --fw-cyan: #22d3ee;
  --fw-cyan-strong: #67e8f9;
  --fw-amber: #f59e0b;
  --fw-emerald: #10b981;
  --fw-rose: #fb7185;

  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 100vh;
  color: var(--fw-body);
  background:
    radial-gradient(circle at 18% 4%, rgba(34, 211, 238, 0.16), transparent 34rem),
    radial-gradient(circle at 88% 18%, rgba(59, 130, 246, 0.13), transparent 32rem),
    linear-gradient(180deg, var(--fw-bg-1), var(--fw-bg-2) 42%, var(--fw-bg-3));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow: hidden;
}

/* General typography */
.framewatch-page h1,
.framewatch-page h2,
.framewatch-page h3,
.fw-landing h1,
.fw-landing h2,
.fw-landing h3 {
  color: var(--fw-text);
  font-weight: 900;
  line-height: 1.05;
  margin-top: 0;
}

.framewatch-page h1,
.fw-landing h1 {
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  line-height: 0.97;
  letter-spacing: -0.04em;
}

.framewatch-page h2,
.fw-landing h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -0.03em;
}

.framewatch-page h3,
.fw-landing h3 {
  font-size: 1.35rem;
}

.framewatch-page p,
.fw-landing p {
  color: var(--fw-body);
  font-size: 1rem;
}

.framewatch-page strong,
.fw-landing strong {
  color: var(--fw-text);
}

/* Main content shell */
.fw-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* Sections */
.fw-section {
  padding: 72px 0;
}

.fw-section-tight {
  padding-top: 28px;
}

.fw-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.fw-section-kicker,
.fw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--fw-cyan-strong);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.fw-eyebrow::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--fw-cyan);
  opacity: 0.85;
}

/* Header / nav */
.fw-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(34, 211, 238, 0.12);
  background: rgba(4, 7, 15, 0.82);
  backdrop-filter: blur(16px);
}

.fw-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.fw-logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--fw-text);
  font-weight: 800;
  text-decoration: none;
}

.fw-logo-mark {
  width: 38px;
  height: 38px;
  border: 1px solid var(--fw-border-strong);
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: var(--fw-cyan-strong);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.16), rgba(12, 20, 38, 0.78)),
    #0c1426;
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
}

.fw-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.fw-logo-text span:first-child {
  color: var(--fw-text);
  font-size: 1.03rem;
}

.fw-logo-text span:last-child {
  margin-top: 3px;
  color: var(--fw-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

.fw-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.fw-nav a {
  color: var(--fw-muted);
  font-size: 0.92rem;
  font-weight: 650;
  text-decoration: none;
  transition: color 180ms ease;
}

.fw-nav a:hover {
  color: var(--fw-cyan-strong);
}

/* Buttons */
.fw-btn,
.framewatch-page .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.93rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.fw-btn:hover,
.framewatch-page .elementor-button:hover {
  transform: translateY(-1px);
}

.fw-btn-primary,
.framewatch-page .elementor-button {
  color: #031018 !important;
  background: linear-gradient(135deg, var(--fw-cyan), var(--fw-cyan-strong)) !important;
  border-color: rgba(103, 232, 249, 0.65) !important;
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.2);
}

.fw-btn-primary:hover,
.framewatch-page .elementor-button:hover {
  box-shadow: 0 0 34px rgba(34, 211, 238, 0.32);
}

.fw-btn-secondary {
  color: var(--fw-text) !important;
  background: rgba(12, 20, 38, 0.76) !important;
  border-color: rgba(148, 163, 184, 0.22) !important;
}

.fw-btn-secondary:hover {
  color: var(--fw-cyan-strong) !important;
  border-color: var(--fw-border-strong) !important;
}

.fw-btn-ghost {
  color: var(--fw-muted) !important;
  background: rgba(4, 7, 15, 0.35) !important;
  border-color: rgba(148, 163, 184, 0.18) !important;
}

.fw-btn-ghost:hover {
  color: var(--fw-text) !important;
  border-color: rgba(245, 158, 11, 0.38) !important;
}

/* Hero */
.fw-hero {
  position: relative;
  padding: 92px 0 54px;
}

.fw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 7, 15, 0.96) 0%, rgba(4, 7, 15, 0.72) 48%, rgba(4, 7, 15, 0.38) 100%),
    radial-gradient(circle at 74% 34%, rgba(34, 211, 238, 0.14), transparent 25rem);
  pointer-events: none;
}

.fw-hero > * {
  position: relative;
  z-index: 2;
}

.fw-hero-copy {
  max-width: 735px;
  margin: 24px 0 0;
  color: var(--fw-body);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.fw-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

/* Cards and panels */
.fw-card,
.fw-panel,
.fw-mode,
.fw-proof-card,
.fw-control,
.framewatch-page .elementor-widget-container.fw-card {
  border: 1px solid var(--fw-border);
  border-radius: 22px;
  background: var(--fw-surface);
  padding: 24px;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.fw-card:hover,
.fw-panel:hover,
.fw-mode:hover,
.fw-proof-card:hover,
.fw-control:hover {
  transform: translateY(-2px);
  border-color: var(--fw-border-strong);
  background: rgba(12, 20, 38, 0.94);
}

.fw-card-label {
  color: var(--fw-cyan-strong);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.fw-card-detail {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  color: var(--fw-muted);
  font-size: 0.9rem;
  font-weight: 650;
}

/* Grid helpers */
.fw-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.fw-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fw-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Workflow strip */
.fw-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.fw-flow-item {
  position: relative;
  border: 1px solid var(--fw-border);
  border-radius: 18px;
  background: rgba(12, 20, 38, 0.66);
  padding: 17px 16px;
  min-height: 112px;
}

.fw-flow-item::after {
  content: "→";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(34, 211, 238, 0.5);
  font-weight: 900;
}

.fw-flow-item:last-child::after {
  display: none;
}

.fw-flow-item span {
  display: block;
  color: var(--fw-dim);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fw-flow-item strong {
  display: block;
  margin-top: 8px;
  color: var(--fw-text);
  font-size: 1rem;
}

.fw-flow-item p {
  margin: 7px 0 0;
  color: var(--fw-muted);
  font-size: 0.86rem;
}

/* Pills / status labels */
.fw-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.fw-pill-cyan {
  color: var(--fw-cyan-strong);
  background: rgba(34, 211, 238, 0.08);
  border-color: rgba(34, 211, 238, 0.24);
}

.fw-pill-amber {
  color: #fbbf24;
  background: rgba(245, 158, 11, 0.08);
  border-color: rgba(245, 158, 11, 0.24);
}

.fw-pill-emerald {
  color: #34d399;
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.24);
}

.fw-pill-rose {
  color: #fda4af;
  background: rgba(251, 113, 133, 0.08);
  border-color: rgba(251, 113, 133, 0.24);
}

/* Tables / app-like rows */
.fw-table {
  border: 1px solid rgba(148, 163, 184, 0.13);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(4, 7, 15, 0.28);
}

.fw-table-row {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr auto;
  gap: 12px;
  padding: 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
  align-items: center;
}

.fw-table-row:last-child {
  border-bottom: 0;
}

.fw-table-row span {
  color: var(--fw-muted);
  font-size: 0.82rem;
}

.fw-table-row strong {
  color: var(--fw-text);
  font-size: 0.86rem;
}

/* CTA band */
.fw-cta-band {
  border: 1px solid var(--fw-border-strong);
  border-radius: 28px;
  background:
    radial-gradient(circle at 16% 18%, rgba(34, 211, 238, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(12, 20, 38, 0.98), rgba(4, 7, 15, 0.98));
  padding: clamp(28px, 5vw, 54px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

/* Footer */
.fw-footer {
  border-top: 1px solid rgba(34, 211, 238, 0.12);
  padding: 28px 0;
  color: var(--fw-dim);
  font-size: 0.9rem;
}

.fw-footer a {
  color: var(--fw-muted);
  text-decoration: none;
}

.fw-footer a:hover {
  color: var(--fw-cyan-strong);
}

/* Mobile */
@media (max-width: 980px) {
  .fw-nav {
    display: none;
  }

  .fw-grid-2,
  .fw-grid-3,
  .fw-grid-4,
  .fw-flow {
    grid-template-columns: 1fr;
  }

  .fw-flow-item::after {
    content: "↓";
    right: 22px;
    top: auto;
    bottom: -18px;
    transform: none;
  }

  .fw-flow-item:last-child::after {
    display: none;
  }

  .fw-cta-band {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .fw-shell {
    width: min(100% - 28px, 1180px);
  }

  .fw-header-inner {
    min-height: 68px;
  }

  .fw-logo-text span:last-child {
    display: none;
  }

  .fw-hero {
    padding: 54px 0 42px;
  }

  .framewatch-page h1,
  .fw-landing h1 {
    font-size: clamp(2.35rem, 13vw, 4rem);
  }

  .fw-hero-actions .fw-btn {
    width: 100%;
  }

  .fw-section {
    padding: 54px 0;
  }

  .fw-table-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}/* End custom CSS */