/* DM Sans faces are declared in templates/base.html so font preload URLs match @font-face src. */

:root {
      --bg:     #07080d;
      --bg2:    #0e1218;
      --card:   #141920;
      --card2:  #1a212c;
      --text:   #eef2fb;
      --muted:  #8b96ab;
      --accent: #ff6900;
      --accent2: #ff8533;
      --accent-dim: rgba(255,105,0,0.12);
      --danger: #c75c6e;
      --border: rgba(139, 150, 171, 0.22);
      --site-header-h: 64px;
      --grid:   #2a3d55;
      --glow:   rgba(255, 105, 0, 0.18);
      --radius: 12px;
      --mono:   ui-monospace, "Cascadia Mono", "Segoe UI Mono", monospace;
      --display: "DM Sans", system-ui, sans-serif;
    }

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

    html {
      background: #07080d;
    }

    body {
      font-family: 'DM Sans', 'Segoe UI', system-ui, sans-serif;
      background:
        radial-gradient(ellipse 90% 55% at 50% -8%, var(--glow), transparent 58%),
        linear-gradient(145deg, #0c121a 0%, #07080d 50%, #050608 100%);
      background-attachment: fixed;
      color: var(--text);
      line-height: 1.7;
      font-size: 1rem;
      min-height: 100vh;
    }

    /* Blueprint grid + ice-blue orb — same look as _preview-hybrids/index.html (ex-a) */
    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      opacity: 0.5;
      background-image:
        linear-gradient(var(--grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--grid) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
      -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
    }

    body::after {
      content: "";
      position: fixed;
      width: min(720px, 90vw);
      height: min(720px, 90vw);
      top: -8rem;
      right: -10rem;
      border-radius: 50%;
      background: rgb(255, 105, 0);
      opacity: 0.16;
      filter: blur(140px);
      pointer-events: none;
      z-index: 0;
      animation: site-orb-drift 12s ease-in-out infinite;
    }

    @keyframes site-orb-drift {
      0%, 100% { transform: translate(0, 0) scale(1); }
      50% { transform: translate(-40px, 30px) scale(1.08); }
    }

    body > * { position: relative; z-index: 1; }

    @media (max-width: 767px) {
      body { background-attachment: scroll; }
    }

    @media (prefers-reduced-motion: reduce) {
      body::after { animation: none; }
    }

    a { color: var(--accent); text-decoration: none; }
    a:hover { text-decoration: underline; }

    /* ── Site header — NetFusion-style bar: subtle tint left → deep black, centered nav, CTA + search ── */
    /*
      Blur + gradient live on .site-header__bg (sibling behind content), not on <header>.
      backdrop-filter on header makes fixed descendants use the header as their containing block,
      so the mobile drawer got ~0 height (top:64px + bottom:0 inside a 64px-tall box).
    */
    header.site-header {
      position: sticky;
      top: 0;
      left: auto;
      z-index: 100;
      min-height: var(--site-header-h);
      padding: 0 clamp(1rem, 3vw, 2rem);
      display: flex;
      align-items: center;
      border-bottom: 1px solid rgba(61, 158, 255, 0.18);
      background: rgba(7, 8, 13, 0.92);
    }
    .site-header__bg {
      position: absolute;
      inset: 0;
      z-index: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(61, 158, 255, 0.16) 0%, rgba(61, 158, 255, 0.05) 28%, rgba(7, 8, 13, 0.97) 55%, #07080d 100%);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    /* backdrop-filter + fixed nav drawer = blurred menu text on WebKit/mobile (GPU compositing bug) */
    @media (max-width: 767px) {
      .site-header__bg {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
    }
    .site-header__inner {
      position: relative;
      z-index: 1;
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      align-items: center;
      width: 100%;
      max-width: 100%;
      gap: 1rem;
      min-height: var(--site-header-h);
    }
    header.site-header nav.site-nav-main {
      flex: 1;
      min-width: 0;
      display: flex;
      align-items: stretch;
      gap: 0;
      flex-wrap: nowrap;
      justify-content: center;
    }
    .site-header__tail {
      display: flex;
      align-items: center;
      gap: 0.65rem;
      flex-shrink: 0;
      margin-left: auto;
    }
    .site-header__actions {
      display: flex;
      align-items: center;
      gap: 0.65rem;
    }
    .site-header__cta {
      display: inline-flex;
      align-items: center;
      gap: 0.4rem;
      padding: 0.48rem 1.15rem;
      border: 1px solid var(--accent);
      border-radius: 999px;
      box-shadow: 0 0 18px rgba(61, 158, 255, 0.25);
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff !important;
      text-decoration: none !important;
      white-space: nowrap;
    }
    .site-header__cta:hover {
      border-color: var(--accent);
      color: #fff !important;
      text-decoration: none !important;
    }
    .site-header__search {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(255, 255, 255, 0.45);
      border-radius: 50%;
      color: #fff !important;
      text-decoration: none !important;
      flex-shrink: 0;
    }
    .site-header__search:hover {
      border-color: var(--accent);
      color: #fff !important;
      text-decoration: none !important;
    }
    .site-header__search svg {
      display: block;
    }

    .site-logo-link {
      display: inline-flex;
      align-items: center;
      flex-shrink: 0;
      margin-right: auto;
      line-height: 0;
      max-width: min(220px, 46vw);
    }
    .site-logo-link:hover { opacity: 0.88; text-decoration: none; }

    .site-logo {
      display: block;
      height: clamp(26px, 7vw, 38px);
      width: auto;
      max-width: 100%;
      object-fit: contain;
      object-position: left center;
    }

    /* Hamburger — hidden on desktop */
    .nav-toggle {
      display: none;
      position: relative;
      z-index: 220;
      width: 44px;
      height: 44px;
      padding: 0;
      margin: 0;
      border: 1px solid var(--border);
      border-radius: 8px;
      background: var(--card2);
      cursor: pointer;
      flex-shrink: 0;
      align-items: center;
      justify-content: center;
      transition: background 0.15s, border-color 0.15s;
    }
    .nav-toggle:hover {
      background: var(--card);
      border-color: rgba(61,158,255,0.35);
    }
    .nav-toggle:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
    }
    .nav-toggle-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 5px;
      width: 20px;
      pointer-events: none;
    }
    .nav-toggle-bar {
      display: block;
      height: 2px;
      width: 100%;
      background: var(--text);
      border-radius: 1px;
      transition: transform 0.2s, opacity 0.2s;
    }
    .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
      transform: translateY(7px) rotate(45deg);
    }
    .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
      opacity: 0;
    }
    .nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
      transform: translateY(-7px) rotate(-45deg);
    }

    .site-nav-backdrop {
      display: none;
      position: fixed;
      inset: 0;
      top: var(--site-header-h);
      z-index: 140;
      background: rgba(0,0,0,0.55);
      backdrop-filter: blur(2px);
    }
    @media (max-width: 767px) {
      .site-nav-backdrop {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
    }
    .site-nav-backdrop.is-visible {
      display: block;
    }

    header.site-header nav.site-nav-main > a.nav-root-link {
      font-size: 0.82rem;
      font-weight: 700;
      color: #f0f2f6;
      padding: 0 0.85rem;
      min-height: var(--site-header-h);
      display: flex;
      align-items: center;
      border-bottom: 2px solid transparent;
      transition: color 0.15s, border-color 0.15s;
    }
    header.site-header nav.site-nav-main > a.nav-root-link:hover {
      color: var(--text);
      text-decoration: none;
      border-bottom-color: var(--accent);
    }

    header.site-header nav.site-nav-main a {
      text-decoration: none;
    }

    .nav-dropdown { position: relative; }
    .nav-dropdown-trigger {
      font-size: 0.82rem;
      font-weight: 700;
      color: #f0f2f6;
      padding: 0 0.85rem;
      min-height: var(--site-header-h);
      display: inline-flex;
      align-items: center;
      gap: 0.25rem;
      border-bottom: 2px solid transparent;
      cursor: pointer;
      transition: color 0.15s, border-color 0.15s;
      background: none;
      border-left: none;
      border-right: none;
      border-top: none;
      font-family: inherit;
    }
    .nav-dropdown-trigger:hover,
    .nav-dropdown:focus-within .nav-dropdown-trigger {
      color: var(--text);
      border-bottom-color: var(--accent);
    }
    .nav-dropdown-panel {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 14rem;
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 0.35rem 0;
      box-shadow: 0 10px 28px rgba(0,0,0,0.4);
      z-index: 300;
    }
    .nav-dropdown:hover .nav-dropdown-panel,
    .nav-dropdown:focus-within .nav-dropdown-panel {
      display: block;
    }
    .nav-dropdown-panel a {
      display: block;
      padding: 0.5rem 1rem;
      font-size: 0.82rem;
      color: var(--muted);
      height: auto;
      border-bottom: none;
      white-space: nowrap;
    }
    .nav-dropdown-panel a:hover {
      color: var(--text);
      background: var(--card2);
      text-decoration: none;
    }

    /* ── Main ── */
    main {
      max-width: var(--max);
      margin: 0 auto;
      padding: 3rem 1.5rem 5rem;
    }
    body.post-page main {
      max-width: var(--blog-max, var(--max));
    }

    /* ── Footer ── */
    footer.site-footer {
      border-top: 1px solid var(--border);
      text-align: left;
      padding: 2.4rem 1.5rem 1.4rem;
      max-width: var(--max);
      margin: 0 auto;
      font-size: 0.9rem;
      color: var(--muted);
    }
    .foot-grid {
      display: grid;
      gap: 1.5rem;
      grid-template-columns: 1fr;
    }
    @media (min-width: 760px) {
      .foot-grid { grid-template-columns: 1.4fr 1fr 1fr; }
      .site-footer--no-explore .foot-grid { grid-template-columns: 1.4fr 1fr; }
    }
    .foot-name {
      font-weight: 800;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #fff;
      text-decoration: none;
    }
    .foot-name span { color: var(--accent); }
    .foot-name:hover { text-decoration: none; opacity: 0.92; }
    .foot-tag {
      color: var(--muted);
      font-size: 0.9rem;
      margin-top: 0.45rem;
      max-width: 22rem;
      line-height: 1.55;
    }
    .foot-h {
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 0.55rem;
      font-weight: 700;
    }
    .foot-nav {
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
    }
    .foot-nav a { color: #c5cedd; }
    .foot-nav a:hover { color: #fff; }
    .foot-bottom {
      margin-top: 1.6rem;
      padding-top: 1rem;
      border-top: 1px solid var(--border);
      font-size: 0.8rem;
      color: var(--muted);
    }

    /* ── Utilities ── */
    .card {
      background: var(--card);
      border-radius: 10px;
      padding: 1.5rem 1.75rem;
      border: 1px solid var(--border);
    }

    .badge {
      display: inline-block;
      padding: 0.15rem 0.55rem;
      border-radius: 99px;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.04em;
      text-transform: uppercase;
    }
    .badge-green { background: rgba(52,211,153,0.15); color: #34d399; }
    .badge-gray  { background: rgba(139,144,154,0.15); color: var(--muted); }

    body.nav-open {
      overflow: hidden;
    }
    /*
      Drawer lives inside .site-header__inner (z-index:1). Backdrop is a sibling at z-index:140,
      so it was painting ON TOP of the drawer — menu looked blurred (especially below the header bar).
      When open, lift inner above the dim layer (140); nav-toggle already uses z-index 220 inside inner.
    */
    body.nav-open .site-header__inner {
      z-index: 200;
    }

    @media (max-width: 767px) {
      .nav-toggle {
        display: inline-flex;
      }

      header.site-header nav.site-nav-main {
        position: fixed;
        top: var(--site-header-h);
        right: 0;
        bottom: auto;
        width: min(20rem, 92vw);
        max-width: 100%;
        height: calc(100dvh - var(--site-header-h));
        max-height: calc(100vh - var(--site-header-h));
        margin: 0;
        padding: 0.75rem 0 1.5rem;
        flex: none;
        min-width: unset;
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 0;
        background: var(--card);
        border-left: 1px solid var(--border);
        box-shadow: -8px 0 32px rgba(0,0,0,0.35);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        scrollbar-width: thin;
        scrollbar-color: rgba(139,144,154,0.35) transparent;
        z-index: 10000;
        isolation: isolate;
        filter: none;
        backdrop-filter: none;
        -webkit-font-smoothing: antialiased;
        transform: translateX(100%);
        visibility: hidden;
        pointer-events: none;
        transition: transform 0.25s ease, visibility 0.25s;
      }
      header.site-header nav.site-nav-main::-webkit-scrollbar {
        width: 5px;
      }
      header.site-header nav.site-nav-main::-webkit-scrollbar-track {
        background: transparent;
      }
      header.site-header nav.site-nav-main::-webkit-scrollbar-thumb {
        background: rgba(139,144,154,0.35);
        border-radius: 5px;
      }
      header.site-header nav.site-nav-main.is-open {
        transform: translateX(0);
        visibility: visible;
        pointer-events: auto;
      }

      header.site-header nav.site-nav-main > a.nav-root-link {
        width: 100%;
        min-height: 48px;
        padding: 0 1.15rem;
        border-bottom: 1px solid var(--border);
        font-size: 0.92rem;
      }
      header.site-header nav.site-nav-main > a.nav-root-link:hover {
        border-bottom-color: var(--border);
        background: var(--card2);
      }

      .nav-dropdown {
        width: 100%;
        border-bottom: 1px solid var(--border);
      }
      .nav-dropdown-trigger {
        width: 100%;
        min-height: 48px;
        padding: 0 1.15rem;
        justify-content: space-between;
        font-size: 0.92rem;
        border-bottom: none;
      }
      .nav-dropdown:hover .nav-dropdown-trigger,
      .nav-dropdown:focus-within .nav-dropdown-trigger {
        border-bottom-color: transparent;
      }
      /* Accordion children in drawer — tap parent to open */
      .nav-dropdown-panel {
        display: none !important;
        position: static;
        min-width: 0;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 0 0.35rem 0;
        background: transparent;
      }
      .nav-dropdown.is-open .nav-dropdown-panel {
        display: block !important;
      }
      .nav-dropdown-panel a {
        white-space: normal;
        padding: 0.5rem 1.15rem 0.5rem 2rem;
        font-size: 0.88rem;
        border-radius: 0;
      }
      .nav-dropdown-panel a:hover {
        background: var(--card2);
      }
    }

    @media (max-width: 640px) {
      header.site-header {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      .site-header__inner {
        gap: 0.5rem;
      }
      .site-header__cta {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
        font-size: 0.65rem;
        letter-spacing: 0.06em;
      }
    }

    /* FAQ accordions — single-column dark panel style */
    .faq-accordion {
      margin: 1.5rem 0 2rem;
      background: #0b0d12;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 12px;
      padding: 1.25rem 1.25rem 0.75rem;
      box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    }
    .faq-accordion__kicker {
      display: inline-block;
      font-size: 0.68rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--accent);
      border: 1px solid rgba(61, 158, 255, 0.35);
      border-radius: 6px;
      padding: 0.18rem 0.55rem;
      margin-bottom: 0.85rem;
    }
    .faq-accordion__title {
      font-size: 1.125rem !important;
      line-height: 1.3 !important;
      letter-spacing: -0.01em !important;
      color: #f2f4f8 !important;
      margin: 0 0 1rem !important;
      padding: 0 !important;
      border: none !important;
      font-weight: 700 !important;
    }
    /* Individual FAQ rows */
    .faq-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 0;
      background: transparent;
      border-radius: 0;
      margin-bottom: 0;
      overflow: visible;
      box-shadow: none;
    }
    .faq-item:last-child { border-bottom: none; }
    .faq-item summary.faq-q {
      list-style: none;
      cursor: pointer;
      padding: 0.85rem 2rem 0.85rem 0;
      font-size: 0.95rem;
      font-weight: 600;
      color: #e6eaf2;
      position: relative;
      user-select: none;
      transition: color 0.15s;
    }
    .faq-item summary.faq-q::-webkit-details-marker { display: none; }
    .faq-item summary.faq-q::after {
      content: "›";
      position: absolute;
      right: 0.25rem;
      top: 50%;
      transform: translateY(-50%);
      color: #96a0b2;
      font-size: 1.3rem;
      line-height: 1;
      transition: transform 0.2s;
    }
    .faq-item[open] summary.faq-q::after {
      transform: translateY(-50%) rotate(90deg);
    }
    .faq-item summary.faq-q:hover { color: #fff; }
    .faq-item summary.faq-q:focus-visible {
      outline: 2px solid var(--accent);
      outline-offset: 2px;
      border-radius: 3px;
    }
    .faq-item .faq-a {
      padding: 0 2rem 1rem 0;
      font-size: 0.92rem;
      line-height: 1.7;
      color: #adb5c3;
      border-top: none;
    }
    .faq-item .faq-a p { margin: 0 0 0.65rem; }
    .faq-item .faq-a p:last-child { margin-bottom: 0; }

    /* ── Hybrid marketing pages (About, then other hybrids) ── */
    .hybrid-page .page-hero { max-width: none; margin-bottom: 2rem; }
    .hybrid-page section { margin-bottom: 2.6rem; }
    .hybrid-page .kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.35rem;
      font-family: var(--mono);
      font-size: 0.78rem;
      letter-spacing: 0.04em;
      padding: 0.28rem 0.7rem;
      border-radius: 999px;
      border: 1px solid rgba(61, 158, 255, 0.35);
      background: rgba(61, 158, 255, 0.08);
      color: #cfe6ff;
      margin-bottom: 1rem;
    }
    .hybrid-page .kicker .p {
      color: var(--accent);
      animation: delta-pulse 2.4s ease-in-out infinite;
    }
    @keyframes delta-pulse {
      0%, 100% { filter: drop-shadow(0 0 0 rgba(61,158,255,0)); }
      50% { filter: drop-shadow(0 0 8px rgba(61,158,255,0.9)); }
    }
    .hybrid-page h1 {
      font-family: var(--display);
      font-size: clamp(2.35rem, 6.2vw, 4.15rem);
      line-height: 0.98;
      letter-spacing: -0.045em;
      font-weight: 700;
      margin-bottom: 1rem;
      text-wrap: balance;
    }
    .hybrid-page .hl {
      color: var(--accent2);
      text-shadow: 0 0 28px rgba(61, 158, 255, 0.45);
    }
    .hybrid-page .lede {
      font-size: 1.12rem;
      color: #c9d3e4;
      max-width: min(42rem, 100%);
      margin-bottom: 1.4rem;
    }
    .hybrid-page .btns { display: flex; flex-wrap: wrap; gap: 0.7rem; }
    .hybrid-page .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.78rem 1.3rem;
      border-radius: 10px;
      font-weight: 700;
      font-size: 0.92rem;
      text-decoration: none !important;
      border: 1px solid transparent;
      cursor: pointer;
      font-family: inherit;
    }
    .hybrid-page .btn-ice {
      background: linear-gradient(180deg, #5eb4ff, var(--accent));
      color: #041018 !important;
      box-shadow: 0 8px 28px rgba(61, 158, 255, 0.38);
      transition: transform 0.15s, filter 0.15s, box-shadow 0.15s;
    }
    .hybrid-page .btn-ice:hover {
      transform: translateY(-2px);
      box-shadow: 0 12px 36px rgba(61, 158, 255, 0.5);
      filter: brightness(1.08);
      text-decoration: none;
    }
    .hybrid-page .btn-ghost {
      border-color: var(--border);
      color: #fff !important;
      background: rgba(255,255,255,0.04);
    }
    .hybrid-page .btn-ghost:hover {
      border-color: var(--accent);
      background: rgba(61, 158, 255, 0.08);
      text-decoration: none;
    }
    .hybrid-page .sec-title {
      font-family: var(--display);
      font-size: clamp(1.45rem, 3vw, 2rem);
      letter-spacing: -0.045em;
      font-weight: 700;
      margin: 0 0 1.15rem;
    }
    .hybrid-page .grid2 {
      display: grid;
      gap: 1.1rem;
      grid-template-columns: 1fr;
    }
    @media (min-width: 860px) {
      .hybrid-page .grid2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    .hybrid-page .card {
      border: 1px solid var(--border);
      border-radius: 14px;
      background: linear-gradient(180deg, rgba(22, 30, 42, 0.92), rgba(12, 16, 22, 0.92));
      padding: 1.1rem;
      box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
      transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
    }
    .hybrid-page .card:hover {
      transform: translateY(-4px);
      border-color: rgba(61, 158, 255, 0.55);
      box-shadow: 0 18px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(61, 158, 255, 0.2);
    }
    .hybrid-page a.card { text-decoration: none; color: inherit; display: block; }
    .hybrid-page .home-stats {
      display: grid;
      gap: 0.85rem;
      grid-template-columns: 1fr 1fr;
      margin: 0 auto 2.6rem;
    }
    @media (min-width: 900px) {
      .hybrid-page .home-stats { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    }
    .hybrid-page .home-stats div {
      background: var(--card);
      border: 1px solid var(--border);
      border-radius: var(--radius);
      padding: 1rem 1.1rem;
    }
    .hybrid-page .home-stats strong {
      display: block;
      color: var(--accent);
      font-size: 1.35rem;
      letter-spacing: -0.02em;
    }
    .hybrid-page .home-stats strong.addr-full {
      font-size: 1.05rem;
      line-height: 1.25;
      letter-spacing: -0.01em;
    }
    .hybrid-page .home-stats span {
      display: block;
      margin-top: 0.25rem;
      color: var(--muted);
      font-size: 0.85rem;
    }
    .hybrid-page .card h3 { margin: 0 0 0.4rem; font-size: 1.08rem; color: var(--text); }
    .hybrid-page .card p { color: #a8b3c4; font-size: 0.94rem; }
    .hybrid-page .card ul { margin: 0.55rem 0 0 1.1rem; color: #c5cedd; font-size: 0.9rem; }
    .hybrid-page .prices { display: grid; gap: 0.85rem; grid-template-columns: 1fr; }
    @media (min-width: 860px) {
      .hybrid-page .prices { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    .hybrid-page .price {
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 1.2rem 1rem;
      background: rgba(20, 25, 32, 0.9);
    }
    .hybrid-page .price.feat {
      border-color: var(--accent);
      background: rgba(61, 158, 255, 0.08);
      box-shadow: 0 0 0 1px rgba(61, 158, 255, 0.45), 0 18px 50px rgba(61, 158, 255, 0.18);
    }
    .hybrid-page .price-tag {
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--accent);
      margin: 0 0 0.35rem;
    }
    .hybrid-page .price h3 { margin: 0; font-size: 1.08rem; color: var(--text); }
    .hybrid-page .price > p { color: var(--muted); font-size: 0.92rem; margin: 0; }
    .hybrid-page .price .amt {
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: -0.03em;
      margin: 0.3rem 0;
    }
    .hybrid-page .price .amt span {
      font-size: 0.9rem;
      font-weight: 600;
      color: var(--muted);
    }
    .hybrid-page .price ul { margin: 0.6rem 0 0 1.1rem; color: #c5cedd; font-size: 0.9rem; }
    .hybrid-page .price li { margin: 0.25rem 0; }
    .hybrid-page .steps { list-style: none; display: grid; gap: 0.85rem; }
    .hybrid-page .steps li {
      display: grid;
      grid-template-columns: auto 1fr;
      gap: 1rem;
      padding: 1.05rem 1.15rem;
      border: 1px solid var(--border);
      border-left: 3px solid var(--accent);
      border-radius: var(--radius);
      background: linear-gradient(90deg, rgba(61, 158, 255, 0.1), rgba(20, 25, 32, 0.7));
    }
    .hybrid-page .steps .n {
      font-family: var(--mono);
      color: var(--accent);
      font-weight: 600;
      padding-top: 0.15rem;
    }
    .hybrid-page .steps strong { display: block; margin-bottom: 0.2rem; color: var(--text); }
    .hybrid-page .steps p { color: var(--muted); font-size: 0.92rem; margin: 0; }
    .hybrid-page .cta-band {
      text-align: center;
      margin-top: 2.5rem;
      padding: 2.8rem 1.4rem;
      border-radius: 16px;
      border: 1px solid rgba(61, 158, 255, 0.32);
      background: radial-gradient(ellipse 70% 80% at 50% 0%, rgba(61, 158, 255, 0.14), transparent 60%), rgba(20, 25, 32, 0.8);
      box-shadow: 0 20px 60px rgba(61, 158, 255, 0.12);
    }
    .hybrid-page .cta-band h2 {
      font-family: var(--display);
      font-size: clamp(1.4rem, 3vw, 1.9rem);
      letter-spacing: -0.045em;
      font-weight: 700;
      margin-bottom: 0.55rem;
    }
    .hybrid-page .cta-band p {
      color: var(--muted);
      max-width: 38rem;
      margin: 0 auto 1.1rem;
    }
    @media (prefers-reduced-motion: reduce) {
      .hybrid-page .kicker .p { animation: none; }
    }

    .hybrid-page .contact-grid {
      display: grid;
      gap: 1.4rem;
      grid-template-columns: 1fr;
    }
    @media (min-width: 800px) {
      .hybrid-page .contact-grid { grid-template-columns: 0.9fr 1.2fr; }
    }
    .hybrid-page .info-row { margin-bottom: 1rem; }
    .hybrid-page .info-row .lbl {
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
      font-weight: 700;
    }
    .hybrid-page .info-row .val { font-size: 0.98rem; color: var(--text); }
    .hybrid-page .form-card {
      border: 1px solid var(--border);
      border-radius: 14px;
      background: rgba(20, 25, 32, 0.9);
      padding: 1.25rem;
    }
    .hybrid-page .form-card label {
      display: block;
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: var(--muted);
      margin: 0.85rem 0 0.35rem;
    }
    .hybrid-page .form-card label:first-child { margin-top: 0; }
    .hybrid-page .form-card input,
    .hybrid-page .form-card textarea {
      width: 100%;
      padding: 0.7rem 0.85rem;
      border-radius: 8px;
      border: 1px solid rgba(139, 150, 171, 0.35);
      background: #07080d;
      color: #fff;
      font-size: 1rem;
      font-family: inherit;
    }
    .hybrid-page .form-card input:focus,
    .hybrid-page .form-card textarea:focus {
      outline: none;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(61, 158, 255, 0.22);
    }
    .hybrid-page .form-card textarea { min-height: 120px; resize: vertical; }
    .hybrid-page .form-card .btn { margin-top: 1rem; width: 100%; }
    .hybrid-page .captcha-wrap { margin-top: 1rem; }
    .hybrid-page .hp-field {
      position: absolute;
      left: -10000px;
      width: 1px;
      height: 1px;
      overflow: hidden;
    }
    .hybrid-page .form-card .note {
      font-size: 0.8rem;
      color: var(--muted);
      margin-top: 0.75rem;
    }
    .hybrid-page .map-frame {
      margin-top: 2rem;
      border-radius: 14px;
      overflow: hidden;
      border: 1px solid var(--border);
      aspect-ratio: 16 / 9;
      min-height: 220px;
      background: var(--card);
    }
    .hybrid-page .map-frame iframe { width: 100%; height: 100%; border: 0; }
    .hybrid-page .alert {
      padding: 0.9rem 1.1rem;
      border-radius: 8px;
      font-size: 0.9rem;
      margin-bottom: 1rem;
    }
    .hybrid-page .alert-success {
      background: rgba(52, 211, 153, 0.12);
      color: #34d399;
      border: 1px solid rgba(52, 211, 153, 0.25);
    }
    .hybrid-page .alert-error {
      background: rgba(199, 92, 110, 0.12);
      color: var(--danger);
      border: 1px solid rgba(199, 92, 110, 0.25);
    }

    .hybrid-page .sec-sub { color: var(--muted); margin: 0 0 1.3rem; max-width: none; }
    .hybrid-page .sec-sub a { color: var(--accent); }
    .hybrid-page .related-note { margin-top: 1.1rem; }
    .hybrid-page .sec-sub + .city-group-kicker { margin-top: 1.4rem; }
    .hybrid-page .city-grid + .city-group-kicker { margin-top: 1.6rem; }
    .hybrid-page .card h3 a { color: inherit; text-decoration: none; }
    .hybrid-page .card h3 a:hover { color: var(--accent); }
    .hybrid-page .city-grid {
      display: grid;
      gap: 0.55rem;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (min-width: 720px) {
      .hybrid-page .city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    @media (min-width: 980px) {
      .hybrid-page .city-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    }
    .hybrid-page .city-grid a {
      display: block;
      padding: 0.7rem 0.85rem;
      border: 1px solid var(--border);
      border-radius: 10px;
      background: rgba(20, 25, 32, 0.9);
      color: var(--text);
      text-decoration: none;
      font-size: 0.88rem;
      font-weight: 600;
    }
    .hybrid-page .city-grid a:hover { border-color: var(--accent); color: #fff; }
    .hybrid-page .grid3 {
      display: grid;
      gap: 1.1rem;
      grid-template-columns: 1fr;
    }
    @media (min-width: 860px) {
      .hybrid-page .grid3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    }
    .hybrid-page .art {
      border-radius: 12px;
      overflow: hidden;
      border: 1px solid var(--border);
      margin-bottom: 0.9rem;
      background: #10151c;
      transition: border-color 0.2s, transform 0.2s;
    }
    .hybrid-page .art svg { display: block; width: 100%; height: auto; }
    .hybrid-page .art img { display: block; width: 100%; height: auto; }
    .hybrid-page button.art {
      display: block;
      width: 100%;
      padding: 0;
      font: inherit;
      color: inherit;
      cursor: zoom-in;
      text-align: left;
    }
    .hybrid-page .art-zoom { position: relative; }
    .hybrid-page .art-zoom::after {
      content: "Click to enlarge";
      position: absolute;
      right: 0.55rem;
      bottom: 0.55rem;
      font-family: var(--mono);
      font-size: 0.62rem;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      font-weight: 700;
      color: #041018;
      background: rgba(94, 180, 255, 0.92);
      border-radius: 999px;
      padding: 0.28rem 0.55rem;
      pointer-events: none;
    }
    body > .zoom-box {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 400;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      background: rgba(4, 8, 14, 0.88);
      cursor: zoom-out;
    }
    body > .zoom-box[hidden] { display: none; }
    .zoom-box img {
      max-width: min(1100px, 100%);
      max-height: calc(100vh - 3rem);
      width: auto;
      height: auto;
      border-radius: 12px;
      border: 1px solid rgba(61, 158, 255, 0.35);
      box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
      cursor: default;
    }
    .zoom-close {
      position: absolute;
      top: 1rem;
      right: 1rem;
      border: 1px solid var(--border);
      background: rgba(20, 25, 32, 0.95);
      color: #e8edf6;
      border-radius: 999px;
      padding: 0.45rem 0.85rem;
      font-family: var(--mono);
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 700;
      cursor: pointer;
    }
    .hybrid-page .proof-rank {
      font-family: var(--mono);
      font-size: 0.72rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      font-weight: 700;
      color: var(--accent);
      margin: 0 0 0.35rem;
    }
    .hybrid-page .card:hover .art {
      border-color: rgba(61, 158, 255, 0.55);
      transform: translateY(-2px);
    }
    .hybrid-page .hero-cine {
      display: grid;
      gap: 2rem;
      align-items: start;
      margin: 0.4rem 0 2.6rem;
    }
    @media (min-width: 980px) {
      .hybrid-page .hero-cine { grid-template-columns: 1.05fr 1fr; gap: 2.6rem; }
    }
    .hybrid-page .hero-cine .lede { max-width: 36rem; }
    .hybrid-page .tool-shell {
      position: relative;
      border-radius: 18px;
      padding: 1px;
      background: linear-gradient(160deg, rgba(94, 180, 255, 0.85), rgba(61, 158, 255, 0.15) 40%, rgba(255,255,255,0.08));
      box-shadow:
        0 0 0 1px rgba(61, 158, 255, 0.2),
        0 24px 70px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(61, 158, 255, 0.18);
    }
    .hybrid-page .tool-shell__in {
      border-radius: 17px;
      background: rgba(8, 12, 18, 0.96);
      overflow: hidden;
    }
    .hybrid-page .tool-chrome {
      display: flex;
      align-items: center;
      gap: 0.45rem;
      padding: 0.75rem 0.95rem;
      background: rgba(14, 20, 28, 0.95);
      border-bottom: 1px solid rgba(61, 158, 255, 0.18);
    }
    .hybrid-page .tool-chrome .dot { width: 9px; height: 9px; border-radius: 50%; }
    .hybrid-page .tool-url {
      flex: 1;
      font-family: var(--mono);
      font-size: 0.7rem;
      color: var(--muted);
      background: #07080d;
      border: 1px solid rgba(61, 158, 255, 0.22);
      border-radius: 999px;
      padding: 0.28rem 0.75rem;
      margin-left: 0.4rem;
    }
    .hybrid-page .tool {
      border: none;
      background: transparent;
      box-shadow: none;
      padding: 1.15rem 1.15rem 1.25rem;
    }
    .hybrid-page .tool label {
      display: block;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 0.06em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 0.4rem;
    }
    .hybrid-page .tool input {
      width: 100%;
      padding: 0.75rem 0.9rem;
      border-radius: 8px;
      border: 1px solid rgba(139, 150, 171, 0.35);
      background: #07080d;
      color: #fff;
      font-size: 1rem;
      font-family: inherit;
    }
    .hybrid-page .tool input:focus {
      outline: none;
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(61, 158, 255, 0.22);
    }
    .hybrid-page .tool-actions { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 0.85rem; }
    .hybrid-page .tool .note,
    .hybrid-page .lst-status {
      font-size: 0.8rem;
      color: var(--muted);
      margin-top: 0.65rem;
      min-height: 1.2em;
    }
    .hybrid-page .lst-status--ok { color: #9ad8b8; }
    .hybrid-page .lst-status--err { color: #e8b4bc; line-height: 1.55; }
    .hybrid-page .ticker-wrap {
      overflow: hidden;
      mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
      margin: 0 0 2.4rem;
    }
    .hybrid-page .ticker {
      display: flex;
      gap: 1.4rem;
      width: max-content;
      font-family: var(--mono);
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #7f8ca3;
      animation: ticker 28s linear infinite;
    }
    .hybrid-page .ticker span { white-space: nowrap; }
    .hybrid-page .ticker b { color: var(--accent2); font-weight: 600; }
    @keyframes ticker {
      from { transform: translateX(0); }
      to { transform: translateX(-50%); }
    }
    @media (prefers-reduced-motion: reduce) {
      .hybrid-page .ticker { animation: none; }
    }
    .hybrid-home-faqs[hidden] { display: none; }

    .hybrid-page .faq {
      border: 1px solid var(--border);
      border-radius: 16px;
      background: rgba(12, 16, 22, 0.88);
      padding: 0.4rem 1.15rem 0.85rem;
    }
    .hybrid-page .faq details {
      border-bottom: 1px solid var(--border);
      padding: 0.15rem 0;
    }
    .hybrid-page .faq details:last-child { border-bottom: none; }
    .hybrid-page .faq summary {
      list-style: none;
      cursor: pointer;
      font-weight: 600;
      padding: 0.85rem 1.4rem 0.85rem 0;
      position: relative;
    }
    .hybrid-page .faq summary::-webkit-details-marker { display: none; }
    .hybrid-page .faq summary::after {
      content: "›";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: var(--muted);
      font-size: 1.25rem;
    }
    .hybrid-page .faq details[open] summary::after {
      transform: translateY(-50%) rotate(90deg);
    }
    .hybrid-page .faq p {
      color: var(--muted);
      font-size: 0.92rem;
      margin: 0 0 0.9rem;
      max-width: none;
    }
    .hybrid-page .cta-band .btns { justify-content: center; }
