/*
Theme Name: Real AI Automation
*/

/* voter-io css  */
 :root {
      --bg: #031226;
      --bg-raised: #071c38;
      --bg-raised-2: #0a2340;
      --accent: #00b4d8;
      --accent-soft: rgba(0, 180, 216, .14);
      --accent-line: rgba(0, 180, 216, .28);
    }

    .text-accent {
      color: var(--accent) !important;
    }

    .bg-raised {
      background: var(--bg-raised) !important;
    }

    .bg-raised-2 {
      background: var(--bg-raised-2) !important;
    }

    .border-accent {
      border-color: var(--accent-line) !important;
    }

    .bg-accent-soft {
      background: var(--accent-soft) !important;
    }

    .text-muted-soft {
      color: rgba(255, 255, 255, .64) !important;
    }

    .grid-veil {
      position: fixed;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background-image:
        linear-gradient(rgba(0, 180, 216, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 180, 216, .05) 1px, transparent 1px);
      background-size: 64px 64px;
      mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 30%, transparent 75%);
    }

    .kicker-dot::before {
      content: "";
      display: inline-block;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 4px var(--accent-soft);
      margin-right: 8px;
      animation: pulse-dot 2.2s ease-in-out infinite;
    }

    @keyframes pulse-dot {

      0%,
      100% {
        box-shadow: 0 0 0 4px var(--accent-soft);
      }

      50% {
        box-shadow: 0 0 0 8px transparent;
      }
    }

#tier-matrix {
    border-top: 2px solid #fff;
}
    .signal-cta-btn {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, var(--bg-raised-2), var(--bg-raised) 70%);
      border: 1px solid var(--accent-line);
      position: relative;
    }

    .signal-cta-btn::after {
      content: "";
      position: absolute;
      inset: -1px;
      border-radius: 50%;
      border: 1px solid var(--accent-line);
      animation: ring-grow 2.6s ease-out infinite;
    }

    @keyframes ring-grow {
      0% {
        transform: scale(1);
        opacity: .9;
      }

      100% {
        transform: scale(1.35);
        opacity: 0;
      }
    }

    .signal-cta-btn:hover {
      border-color: var(--accent);
      box-shadow: 0 0 0 1px var(--accent-line), 0 0 40px var(--accent-soft);
    }

    .radar-frame {
      max-width: 440px;
    }

    .radar-sweep {
      transform-origin: 230px 230px;
      animation: sweep 6s linear infinite;
    }

    @keyframes sweep {
      from {
        transform: rotate(0);
      }

      to {
        transform: rotate(360deg);
      }
    }

    .node {
      animation: ping-node 3.6s ease-in-out infinite;
    }

    .node.n2 {
      animation-delay: .6s;
    }

    .node.n3 {
      animation-delay: 1.3s;
    }

    .node.n4 {
      animation-delay: 2s;
    }

    .node.n5 {
      animation-delay: 2.6s;
    }

    @keyframes ping-node {

      0%,
      100% {
        opacity: .35;
        r: 3;
      }

      50% {
        opacity: 1;
        r: 5;
      }
    }

    .table-signal thead th {
      background: var(--bg-raised-2);
      border-color: var(--accent-line) !important;
      font-family: 'Space Grotesk', sans-serif;
    }

    .table-signal td,
    .table-signal th {
      border-color: rgba(255, 255, 255, .08) !important;
      vertical-align: top;
    }

    .table-signal tbody tr:hover td {
      background: rgba(0, 180, 216, .04);
    }

    .fee-tag {
      font-family: 'IBM Plex Mono', monospace;
      color: var(--accent);
    }

    .quote-mark-lg {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 4rem;
      color: var(--accent);
      line-height: .5;
    }

    .matrix-card {
      background: var(--bg-raised);
      border: 1px solid var(--accent-line);
      border-radius: 14px;
    }

    .modal-content.signal-modal {
      background: var(--bg-raised);
      border: 1px solid var(--accent-line);
    }

    .form-control.signal-input {
      background: var(--bg);
      border: 1px solid var(--accent-line);
      color: #fff;
    }

    .form-control.signal-input:focus {
      background: var(--bg);
      border-color: var(--accent);
      color: #fff;
      box-shadow: 0 0 0 .2rem var(--accent-soft);
    }

    .btn-signal {
      background: var(--accent);
      color: var(--bg);
      font-weight: 600;
      border: none;
    }

    .btn-signal:hover {
     background: #fff;
		color:var( --accent);
    }

    .btn-close-white {
      filter: invert(1) grayscale(100%) brightness(200%);
    }

    .ls-lg {
      letter-spacing: .14em;
    }

    .ls-md {
      letter-spacing: .12em;
    }

    .ls-sm {
      letter-spacing: .04em;
    }

    .cta-lh {
      line-height: 1.35;
    }

    .max-w-190 {
      max-width: 190px;
    }

    .max-w-680 {
      max-width: 680px;
    }

    .max-w-820 {
      max-width: 820px;
    }

    .lh-quote {
      line-height: 1.5;
    }

    .icon-circle-52 {
      width: 52px;
      height: 52px;
    }

    .strategist-bg {
      background: linear-gradient(180deg, rgba(0, 180, 216, .05), transparent);
    }

    .border-dashed {
      border-style: dashed !important;
    }

.down-pdf{
	max-width:400px;
}

.compliance-main-content{
	max-width:800px;
	margin: 0 auto 20px;
	text-align:center;
}


/* Compaign Ai Css  */
  /* ============ CITIZEN ENVOY INTRO SECTION ============ */
    .citizen-envoy-intro {
      background-color: #031226;
      color: #ffffff;
      padding: 96px 24px 80px;
      position: relative;
    }

    .citizen-envoy-intro__wrap {
      max-width: 1300px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 40px;
      align-items: center;
    }

    .citizen-envoy-intro__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 12.5px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #00b4d8;
      margin-bottom: 24px;
    }

    .citizen-envoy-intro__eyebrow-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #00b4d8;
      box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.14);
      animation: citizen-envoy-pulse 2.2s ease-in-out infinite;
    }

    @keyframes citizen-envoy-pulse {

      0%,
      100% {
        box-shadow: 0 0 0 4px rgba(0, 180, 216, 0.14);
      }

      50% {
        box-shadow: 0 0 0 8px transparent;
      }
    }

    .citizen-envoy-intro__title {
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.14;
      font-weight: 700;
      margin: 0 0 24px;
      letter-spacing: -0.01em;
    }

    .citizen-envoy-intro__title-accent {
      color: #00b4d8;
    }

    .citizen-envoy-intro__lede {
      font-size: 16.5px;
      line-height: 1.7;
      color: rgba(255, 255, 255, 0.72);
      margin: 0 0 18px;
      
    }

    .citizen-envoy-intro__lede strong {
      color: #ffffff;
    }

    .citizen-envoy-intro__cta-btn {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
      padding: 15px 28px;
      background-color: #00b4d8;
      color: #031226;
      border: none;
      border-radius: 999px;
      font-size: 14.5px;
      font-weight: 700;
      letter-spacing: 0.02em;
      cursor: pointer;
    }

    .citizen-envoy-intro__cta-btn:hover {
      background-color: #33c2e0;
    }

    .citizen-envoy-intro__cta-arrow {
      font-size: 16px;
    }

    /* ---- mock chat panel visual ---- */
    .citizen-envoy-intro__chat-panel {
      background-color: #071c38;
      border: 1px solid rgba(0, 180, 216, 0.28);
      border-radius: 18px;
      padding: 22px;
    }

    .citizen-envoy-intro__chat-header {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-bottom: 16px;
      margin-bottom: 16px;
      border-bottom: 1px solid rgba(0, 180, 216, 0.2);
      font-size: 13px;
      color: rgba(255, 255, 255, 0.55);
    }

    .citizen-envoy-intro__chat-dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #00b4d8;
    }

    .citizen-envoy-intro__chat-row {
      display: flex;
      margin-bottom: 14px;
    }

    .citizen-envoy-intro__chat-row--voter {
      justify-content: flex-end;
    }

    .citizen-envoy-intro__chat-bubble {
      max-width: 82%;
      padding: 12px 16px;
      border-radius: 14px;
      font-size: 13.5px;
      line-height: 1.5;
    }

    .citizen-envoy-intro__chat-bubble--agent {
      background-color: rgba(0, 180, 216, 0.12);
      border: 1px solid rgba(0, 180, 216, 0.28);
      color: #ffffff;
      border-bottom-left-radius: 4px;
    }

    .citizen-envoy-intro__chat-bubble--voter {
      background-color: #0a2340;
      color: rgba(255, 255, 255, 0.85);
      border-bottom-right-radius: 4px;
    }

    .citizen-envoy-intro__chat-source {
      display: block;
      margin-top: 8px;
      font-size: 11px;
      color: #00b4d8;
      letter-spacing: 0.02em;
    }

    /* ============ CITIZEN ENVOY LEAD BUBBLE (popup) ============ */
    .citizen-envoy-lead-bubble {
      position: fixed;
      inset: 0;
      background-color: rgba(3, 18, 38, 0.82);
      display: none;
      align-items: flex-end;
      justify-content: center;
      padding: 24px;
      z-index: 80;
    }

    .citizen-envoy-lead-bubble.is-open {
      display: flex;
    }

    .citizen-envoy-lead-bubble__card {
      background-color: #071c38;
      border: 1px solid rgba(0, 180, 216, 0.32);
      border-radius: 20px 20px 6px 20px;
      max-width: 380px;
      width: 100%;
      padding: 26px 26px 24px;
      margin-bottom: 8vh;
      position: relative;
    }

    .citizen-envoy-lead-bubble__tail {
      position: absolute;
      bottom: -10px;
      right: 26px;
      width: 20px;
      height: 20px;
      background-color: #071c38;
      border-right: 1px solid rgba(0, 180, 216, 0.32);
      border-bottom: 1px solid rgba(0, 180, 216, 0.32);
      transform: rotate(45deg);
    }

    .citizen-envoy-lead-bubble__close {
      position: absolute;
      top: 14px;
      right: 16px;
      background: none;
      border: none;
      color: rgba(255, 255, 255, 0.5);
      font-size: 20px;
      cursor: pointer;
      line-height: 1;
    }

    .citizen-envoy-lead-bubble__eyebrow {
      font-size: 11px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #00b4d8;
      margin-bottom: 10px;
    }

    .citizen-envoy-lead-bubble__title {
      font-size: 19px;
      font-weight: 700;
      color: #ffffff;
      margin: 0 0 10px;
    }

    .citizen-envoy-lead-bubble__copy {
      font-size: 13.5px;
      line-height: 1.55;
      color: rgba(255, 255, 255, 0.65);
      margin: 0 0 20px;
    }

    .citizen-envoy-lead-bubble__field {
      margin-bottom: 14px;
    }

    .citizen-envoy-lead-bubble__label {
      display: block;
      font-size: 11.5px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.45);
      margin-bottom: 6px;
    }

    .citizen-envoy-lead-bubble__input {
      width: 100%;
      background-color: #031226;
      border: 1px solid rgba(0, 180, 216, 0.3);
      border-radius: 8px;
      padding: 12px 14px;
      color: #ffffff;
      font-size: 14.5px;
      outline: none;
      box-sizing: border-box;
    }

    .citizen-envoy-lead-bubble__input:focus {
      border-color: #00b4d8;
    }

    .citizen-envoy-lead-bubble__submit {
      width: 100%;
      background-color: #00b4d8;
      color: #031226;
      border: none;
      border-radius: 8px;
      padding: 13px 14px;
      font-weight: 700;
      font-size: 14.5px;
      cursor: pointer;
    }

    .citizen-envoy-lead-bubble__submit:hover {
      background-color: #33c2e0;
    }

    .citizen-envoy-lead-bubble__success {
      display: none;
      text-align: center;
    }

    .citizen-envoy-lead-bubble__success.is-visible {
      display: block;
    }

    .citizen-envoy-lead-bubble__success-icon {
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background-color: rgba(0, 180, 216, 0.14);
      border: 1px solid rgba(0, 180, 216, 0.32);
      color: #00b4d8;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 14px;
      font-size: 20px;
    }

    /* ============ CITIZEN ENVOY PRICING SECTION ============ */
    .citizen-envoy-pricing {
      background-color: #031226;
      color: #ffffff;
      padding: 80px 24px 100px;
      border-top: 1px solid rgba(0, 180, 216, 0.2);
    }

    .citizen-envoy-pricing__wrap {
      max-width: 1300px;
      margin: 0 auto;
    }

    .citizen-envoy-pricing__eyebrow {
      font-size: 12px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #00b4d8;
      margin-bottom: 14px;
		text-align:center;
    }

    .citizen-envoy-pricing__title {
      font-size: clamp(24px, 3vw, 32px);
      font-weight: 700;
      margin: 0 auto 14px;
      max-width: 640px;
      line-height: 1.2;
		text-align:center;
    }

    .citizen-envoy-pricing__lede {
      font-size: 15.5px;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.65);
      max-width: 640px;
      margin: 0 auto 40px;
		text-align:center;
    }

    .citizen-envoy-pricing__table-shell {
      border: 1px solid rgba(0, 180, 216, 0.28);
      border-radius: 16px;
      overflow-x: auto;
      background-color: #071c38;
    }

    .citizen-envoy-pricing__table {
      width: 100%;
      border-collapse: collapse;
      min-width: 640px;
    }

    .citizen-envoy-pricing__table thead th {
      text-align: left;
      padding: 22px 24px;
      background-color: #0a2340;
      border-bottom: 1px solid rgba(0, 180, 216, 0.28);
      font-size: 16px;
      font-weight: 700;
    }

    .citizen-envoy-pricing__table thead th:first-child {
      color: rgba(255, 255, 255, 0.45);
      font-size: 12px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      font-weight: 600;
    }

    .citizen-envoy-pricing__fee {
      display: block;
      margin-top: 6px;
      color: #00b4d8;
      font-size: 19px;
      font-weight: 700;
    }

    .citizen-envoy-pricing__table tbody td {
      padding: 18px 24px;
      font-size: 14px;
      line-height: 1.5;
      color: rgba(255, 255, 255, 0.68);
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      vertical-align: top;
    }

    .citizen-envoy-pricing__table tbody td:first-child {
      color: #ffffff;
      font-size: 12.5px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      width: 24%;
    }

    .citizen-envoy-pricing__table tbody tr:last-child td {
      border-bottom: none;
    }

    .citizen-envoy-pricing__table tbody tr:hover td {
      background-color: rgba(0, 180, 216, 0.05);
    }

    .citizen-envoy-pricing__note {
      margin-top: 32px;
      padding: 24px 26px;
      background-color: rgba(0, 180, 216, 0.08);
      border-left: 3px solid #00b4d8;
      border-radius: 0 12px 12px 0;
    }

    .citizen-envoy-pricing__note-text {
      margin: 0;
      font-size: 14.5px;
      line-height: 1.65;
      color: rgba(255, 255, 255, 0.78);
    }

    .citizen-envoy-pricing__note-text strong {
      color: #ffffff;
    }

    @media (max-width:820px) {
      .citizen-envoy-intro__wrap {
        grid-template-columns: 1fr;
      }
    }
 