/*
Theme Name: FPV TAC Elementor
Theme URI: https://fpv-tac.com/
Author: FPV-TAC / Codex
Description: Elementor-editable theme shell for the FPV-TAC homepage and global visual system.
Version: 1.1.0
Text Domain: fpv-tac-elementor
*/

    :root {
      color-scheme: dark;
      --bg: #090b0c;
      --bg-2: #0e1113;
      --panel: #111416;
      --panel-2: #171a1d;
      --line: rgba(255, 255, 255, .12);
      --line-soft: rgba(255, 255, 255, .07);
      --text: #f4f1ea;
      --muted: #a5abb2;
      --dim: #6f767d;
      --red: #e2382d;
      --red-dark: #8e241f;
      --max: 1360px;
    }

    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      overflow-x: hidden;
      background:
        linear-gradient(90deg, rgba(226, 56, 45, .052) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
        var(--bg);
      background-size: 80px 80px;
      color: var(--text);
      font-family: "Space Grotesk", Arial, sans-serif;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background:
        radial-gradient(circle at 12% 0%, rgba(226, 56, 45, .18), transparent 30%),
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, .06), transparent 26%),
        linear-gradient(180deg, rgba(9, 11, 12, .2), #090b0c 78%);
    }

    a {
      color: inherit;
      text-decoration: none;
    }

    img {
      display: block;
      max-width: 100%;
      height: auto;
    }

    .shell {
      width: min(var(--max), calc(100% - 48px));
      margin: 0 auto;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 20;
      border-bottom: 1px solid var(--line-soft);
      background: rgba(9, 11, 12, .82);
      backdrop-filter: blur(18px);
    }

    .nav-inner {
      min-height: 74px;
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 28px;
      align-items: center;
    }

    .brand {
      display: inline-grid;
      gap: 3px;
    }

    .brand-mark {
      font-family: Michroma, Arial, sans-serif;
      font-size: 30px;
      line-height: 1;
      letter-spacing: 0;
    }

    .brand-mark span {
      color: var(--red);
    }

    .brand-sub {
      color: var(--dim);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 2.2px;
      text-transform: uppercase;
    }

    .nav-links {
      display: flex;
      justify-content: center;
      gap: 22px;
      color: var(--muted);
      font-size: 13px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.4px;
    }

    .nav-links a {
      position: relative;
      padding: 9px 0;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: var(--red);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .28s cubic-bezier(.16, 1, .3, 1);
    }

    .nav-links a:hover::after {
      transform: scaleX(1);
    }

    .nav-cta,
    .btn {
      display: inline-flex;
      min-height: 46px;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(226, 56, 45, .68);
      background: var(--red);
      color: #fff;
      padding: 0 18px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.7px;
      text-transform: uppercase;
      transition: transform .28s cubic-bezier(.16, 1, .3, 1), background .28s cubic-bezier(.16, 1, .3, 1), border-color .28s cubic-bezier(.16, 1, .3, 1);
    }

    .btn.secondary {
      background: transparent;
      color: var(--text);
      border-color: var(--line);
    }

    .nav-cta:hover,
    .btn:hover {
      transform: translateY(-2px);
      background: #f04439;
    }

    .btn.secondary:hover {
      background: rgba(255, 255, 255, .055);
      border-color: rgba(255, 255, 255, .26);
    }

    .hero {
      position: relative;
      overflow: hidden;
      min-height: clamp(760px, 88dvh, 940px);
      display: grid;
      align-items: stretch;
      border-bottom: 1px solid var(--line-soft);
    }

    .hero-media {
      position: absolute;
      inset: 0;
      z-index: -2;
      background:
        linear-gradient(90deg, rgba(9, 11, 12, .97) 0%, rgba(9, 11, 12, .74) 43%, rgba(9, 11, 12, .24) 78%),
        linear-gradient(180deg, rgba(9, 11, 12, .16), #090b0c 94%),
        url("https://fpv-tac.com/wp-content/uploads/2026/05/fpv-tac-v3-hero-bg-backup.png") center / cover no-repeat;
    }

    .hero-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(90deg, rgba(226, 56, 45, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
      background-size: 80px 80px;
      mask-image: linear-gradient(90deg, #000, transparent 82%);
    }

    .hero-inner {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(420px, .68fr);
      gap: 44px;
      align-items: center;
      padding: 64px 0 46px;
    }

    .eyebrow {
      margin: 0 0 18px;
      color: var(--red);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 4.5px;
      text-transform: uppercase;
    }

    h1,
    h2,
    h3,
    p {
      margin-top: 0;
    }

    h1 {
      max-width: 850px;
      margin-bottom: 24px;
      font-family: "Saira Condensed", Arial, sans-serif;
      font-size: clamp(54px, 8.6vw, 126px);
      line-height: .82;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .hero-copy {
      max-width: 660px;
      margin-bottom: 30px;
      color: var(--muted);
      font-size: 18px;
      line-height: 1.65;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 34px;
    }

    .proof-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
      max-width: 780px;
    }

    .proof {
      min-height: 92px;
      padding: 16px;
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(10, 12, 13, .62);
    }

    .proof strong {
      display: block;
      margin-bottom: 8px;
      font-family: "Saira Condensed", Arial, sans-serif;
      color: var(--text);
      font-size: 31px;
      line-height: .92;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .proof span {
      color: var(--dim);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-transform: uppercase;
    }

    .hero-panel {
      align-self: center;
      border: 1px solid var(--line);
      background: rgba(12, 14, 15, .72);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    }

    .selector {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      border-bottom: 1px solid var(--line);
    }

    .selector button {
      min-height: 54px;
      border: 0;
      border-right: 1px solid var(--line);
      background: transparent;
      color: var(--muted);
      font-family: inherit;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.8px;
      cursor: pointer;
      text-transform: uppercase;
    }

    .selector button:last-child {
      border-right: 0;
    }

    .selector button.active {
      background: var(--red);
      color: #fff;
    }

    .selected-platform {
      display: grid;
      min-height: 360px;
      padding: 24px;
      align-items: end;
      background:
        radial-gradient(circle at 48% 38%, rgba(226, 56, 45, .18), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, .035), transparent);
    }

    .selected-platform img {
      width: min(100%, 560px);
      margin: 0 auto;
      filter: drop-shadow(0 26px 42px rgba(0, 0, 0, .58));
      transition: transform .4s cubic-bezier(.16, 1, .3, 1), opacity .24s ease;
    }

    .selected-platform:hover img {
      transform: translateY(-5px);
    }

    .platform-text {
      border-top: 1px solid var(--line);
      padding: 20px 24px 24px;
    }

    .platform-text h2 {
      margin-bottom: 8px;
      font-family: "Saira Condensed", Arial, sans-serif;
      font-size: 34px;
      line-height: 1;
      text-transform: uppercase;
    }

    .platform-text p {
      margin: 0;
      color: var(--muted);
      line-height: 1.55;
    }

    section {
      padding: 88px 0;
    }

    .section-head {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
      gap: 44px;
      align-items: end;
      margin-bottom: 34px;
    }

    .section-head h2 {
      margin-bottom: 0;
      font-family: "Saira Condensed", Arial, sans-serif;
      font-size: clamp(42px, 6vw, 76px);
      line-height: .88;
      text-transform: uppercase;
    }

    .section-head p {
      margin-bottom: 0;
      color: var(--muted);
      line-height: 1.65;
    }

    .split-feature {
      display: grid;
      grid-template-columns: 1.06fr .94fr;
      gap: 18px;
      align-items: stretch;
    }

    .media-frame {
      overflow: hidden;
      border: 1px solid var(--line);
      background: var(--panel);
      min-height: 430px;
    }

    .media-frame img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform .7s cubic-bezier(.16, 1, .3, 1);
    }

    .media-frame:hover img {
      transform: scale(1.035);
    }

    .technical-frame,
    .product-range-frame,
    .architecture-frame {
      position: relative;
      display: grid;
      place-items: center;
      background:
        linear-gradient(90deg, rgba(226, 56, 45, .06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .04) 1px, transparent 1px),
        linear-gradient(145deg, #111416, #090b0c);
      background-size: 58px 58px, 58px 58px, auto;
    }

    .technical-frame::before,
    .product-range-frame::before,
    .architecture-frame::before {
      content: "";
      position: absolute;
      inset: 28px;
      border: 1px solid rgba(255, 255, 255, .1);
      pointer-events: none;
    }

    .technical-frame::after {
      content: "";
      position: absolute;
      left: 44px;
      top: 52px;
      width: 38%;
      height: 2px;
      background: var(--red);
      box-shadow: 0 64px 0 rgba(226, 56, 45, .45), 0 128px 0 rgba(226, 56, 45, .25);
    }

    .technical-product {
      width: min(72%, 620px);
      height: auto !important;
      object-fit: contain !important;
      filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .62));
    }

    .product-range-frame {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      padding: 54px;
    }

    .product-range-frame img {
      width: 100%;
      height: auto !important;
      object-fit: contain !important;
      filter: drop-shadow(0 18px 22px rgba(0, 0, 0, .58));
      transform: none !important;
    }

    .architecture-frame {
      min-height: 430px;
      padding: 46px;
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: repeat(4, 1fr);
    }

    .node {
      z-index: 1;
      min-width: 150px;
      border: 1px solid var(--line);
      border-top: 4px solid var(--red);
      background: #121517;
      padding: 15px 16px;
      color: var(--text);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.5px;
      text-align: center;
      text-transform: uppercase;
    }

    .architecture-frame::after {
      content: "";
      position: absolute;
      inset: 50% 70px auto 70px;
      height: 2px;
      background: rgba(226, 56, 45, .75);
      box-shadow: 0 -110px 0 rgba(255, 255, 255, .08), 0 110px 0 rgba(255, 255, 255, .08);
    }

    .home { grid-column: 1 / 3; grid-row: 2; }
    .cat { grid-column: 3 / 5; grid-row: 1; }
    .product { grid-column: 5 / 7; grid-row: 2; }
    .faq-node { grid-column: 2 / 4; grid-row: 4; }
    .inquiry-node { grid-column: 4 / 6; grid-row: 4; }

    .copy-panel {
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
      padding: 30px;
    }

    .copy-panel h3,
    .card h3,
    .faq h3 {
      margin-bottom: 12px;
      font-family: "Saira Condensed", Arial, sans-serif;
      font-size: 32px;
      line-height: .96;
      text-transform: uppercase;
    }

    .copy-panel p,
    .card p,
    .faq p {
      color: var(--muted);
      line-height: 1.62;
    }

    .spec-list {
      display: grid;
      gap: 0;
      margin-top: 22px;
      border-top: 1px solid var(--line);
    }

    .spec-row {
      display: grid;
      grid-template-columns: 150px 1fr;
      gap: 20px;
      padding: 15px 0;
      border-bottom: 1px solid var(--line-soft);
    }

    .spec-row span:first-child {
      color: var(--dim);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 1.8px;
      text-transform: uppercase;
    }

    .spec-row span:last-child {
      color: var(--text);
    }

    .product-grid {
      display: grid;
      grid-template-columns: 1.08fr .92fr .92fr;
      gap: 16px;
    }

    .card {
      position: relative;
      overflow: hidden;
      border: 1px solid var(--line);
      background: var(--panel);
      transition: transform .32s cubic-bezier(.16, 1, .3, 1), border-color .32s cubic-bezier(.16, 1, .3, 1);
    }

    .card:hover {
      transform: translateY(-4px);
      border-color: rgba(226, 56, 45, .62);
    }

    .product-card {
      min-height: 420px;
      display: grid;
      grid-template-rows: auto 1fr auto;
    }

    .product-card.large {
      grid-row: span 2;
    }

    .tag-row {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      padding: 16px;
      border-bottom: 1px solid var(--line-soft);
    }

    .tag {
      border: 1px solid rgba(226, 56, 45, .58);
      color: var(--red);
      padding: 6px 8px;
      font-size: 10px;
      font-weight: 800;
      letter-spacing: 1.8px;
      text-transform: uppercase;
    }

    .product-image {
      display: grid;
      min-height: 214px;
      place-items: center;
      padding: 22px;
      background:
        radial-gradient(circle at center, rgba(226, 56, 45, .12), transparent 42%),
        linear-gradient(90deg, rgba(226, 56, 45, .06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
      background-size: auto, 48px 48px, 48px 48px;
    }

    .product-image img {
      max-height: 230px;
      object-fit: contain;
      filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .52));
    }

    .product-card.large .product-image {
      min-height: 455px;
    }

    .product-card.large .product-image img {
      max-height: 390px;
    }

    .card-body {
      padding: 20px;
    }

    .card-body a {
      display: inline-flex;
      margin-top: 8px;
      color: var(--red);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.6px;
      text-transform: uppercase;
    }

    .config-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
    }

    .config-item {
      min-height: 250px;
      padding: 24px;
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(17, 20, 22, .78);
    }

    .config-item small {
      display: block;
      margin-bottom: 36px;
      color: var(--red);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: 2.2px;
      text-transform: uppercase;
    }

    .scenario-grid {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 18px;
    }

    .scenario-stack {
      display: grid;
      gap: 18px;
    }

    .scenario {
      min-height: 220px;
      padding: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(145deg, rgba(255, 255, 255, .036), rgba(255, 255, 255, .01));
    }

    .workflow {
      display: grid;
      grid-template-columns: repeat(5, minmax(0, 1fr));
      border-top: 1px solid var(--line);
      border-left: 1px solid var(--line);
    }

    .step {
      min-height: 240px;
      padding: 24px;
      border-right: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
      background: rgba(17, 20, 22, .8);
    }

    .step strong {
      display: block;
      margin-bottom: 52px;
      color: var(--red);
      font-family: "Saira Condensed", Arial, sans-serif;
      font-size: 36px;
      line-height: 1;
    }

    .seo-map {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
    }

    .link-map {
      border: 1px solid var(--line);
      background: var(--panel);
    }

    .map-row {
      display: grid;
      grid-template-columns: 190px 1fr;
      gap: 20px;
      min-height: 76px;
      align-items: center;
      padding: 16px 20px;
      border-top: 1px solid var(--line-soft);
    }

    .map-row:first-child {
      border-top: 0;
    }

    .map-row strong {
      color: var(--red);
      font-size: 12px;
      letter-spacing: 1.8px;
      text-transform: uppercase;
    }

    .map-row span {
      color: var(--muted);
      line-height: 1.5;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
    }

    .faq {
      border: 1px solid var(--line);
      background: rgba(17, 20, 22, .82);
      padding: 24px;
    }

    .inquiry {
      padding-bottom: 110px;
    }

    .inquiry-box {
      display: grid;
      grid-template-columns: .84fr 1.16fr;
      gap: 0;
      border: 1px solid rgba(226, 56, 45, .5);
      background:
        linear-gradient(135deg, rgba(226, 56, 45, .12), transparent 36%),
        var(--panel);
    }

    .inquiry-copy {
      padding: 34px;
      border-right: 1px solid var(--line);
    }

    .form {
      padding: 28px;
      display: grid;
      gap: 16px;
    }

    .field-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }

    label {
      display: grid;
      gap: 8px;
      color: var(--text);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 1.3px;
      text-transform: uppercase;
    }

    input,
    select,
    textarea {
      width: 100%;
      min-height: 48px;
      border: 1px solid var(--line);
      border-radius: 0;
      background: #0b0d0e;
      color: var(--text);
      padding: 12px 13px;
      font: inherit;
    }

    textarea {
      min-height: 124px;
      resize: vertical;
    }

    input:focus,
    select:focus,
    textarea:focus {
      outline: 1px solid var(--red);
      border-color: var(--red);
    }

    .footer {
      border-top: 1px solid var(--line);
      padding: 28px 0;
      color: var(--dim);
      font-size: 12px;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
      animation: reveal .72s cubic-bezier(.16, 1, .3, 1) forwards;
      animation-delay: var(--delay, 0ms);
    }

    @keyframes reveal {
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
      }
    }

    @media (max-width: 1080px) {
      .nav-inner,
      .hero-inner,
      .section-head,
      .split-feature,
      .scenario-grid,
      .seo-map,
      .inquiry-box {
        grid-template-columns: 1fr;
      }

      .nav-links {
        display: none;
      }

      .hero-inner {
        padding-top: 52px;
      }

      .hero-panel {
        max-width: 720px;
        align-self: start;
      }

      .product-grid {
        grid-template-columns: 1fr 1fr;
      }

      .product-card.large {
        grid-column: 1 / -1;
        grid-row: auto;
      }

      .config-grid,
      .workflow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .inquiry-copy {
        border-right: 0;
        border-bottom: 1px solid var(--line);
      }
    }

    @media (max-width: 720px) {
      html,
      body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
      }

      .shell {
        width: calc(100% - 32px);
        max-width: 560px;
      }

      section {
        padding: 62px 0;
      }

      .brand-mark {
        font-size: 25px;
      }

      .nav-cta {
        min-height: 42px;
        padding: 0 12px;
        width: 100%;
      }

      .hero {
        min-height: auto;
      }

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

      .shell.hero-inner {
        width: calc(100% - 32px);
        max-width: 560px;
      }

      h1 {
        font-size: clamp(38px, 11.8vw, 50px);
        line-height: .94;
        overflow-wrap: anywhere;
      }

      .eyebrow {
        font-size: 10px;
        letter-spacing: 3px;
        overflow-wrap: anywhere;
      }

      .hero-copy {
        max-width: min(100%, 31ch);
        font-size: 16px;
        overflow-wrap: anywhere;
      }

      .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
      }

      .hero-actions .btn,
      .form .btn {
        width: 100%;
        max-width: 100%;
        white-space: normal;
        text-align: center;
      }

      .proof-grid,
      .product-grid,
      .config-grid,
      .workflow,
      .faq-grid,
      .field-grid {
        grid-template-columns: 1fr;
      }

      .selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .selector button {
        min-width: 0;
      }

      .selected-platform {
        min-height: 330px;
      }

      .spec-row,
      .map-row {
        grid-template-columns: 1fr;
        gap: 8px;
      }
    }

/* Elementor-editable homepage layer */
.elementor .fpv-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(9, 11, 12, .88);
  backdrop-filter: blur(18px);
}

.elementor .fpv-nav .elementor-container,
.elementor .fpv-hero .elementor-container,
.elementor .fpv-section .elementor-container,
.elementor .fpv-inquiry .elementor-container {
  width: min(var(--max), calc(100% - 48px));
  max-width: var(--max);
  margin: 0 auto;
}

.elementor .fpv-nav .elementor-container {
  min-height: 74px;
  align-items: center;
}

.fpv-logo .elementor-heading-title {
  font-family: Michroma, Arial, sans-serif;
  color: var(--text);
  font-size: 30px;
  letter-spacing: 0;
}

.fpv-logo .elementor-heading-title span {
  color: var(--red);
}

.fpv-subline .elementor-heading-title,
.fpv-eyebrow .elementor-heading-title,
.fpv-meta .elementor-heading-title {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.fpv-subline .elementor-heading-title {
  color: var(--dim);
  font-size: 10px;
  letter-spacing: 2.2px;
}

.fpv-nav-links {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.fpv-nav-links a {
  margin: 0 12px;
}

.elementor .fpv-hero {
  overflow: hidden;
  min-height: clamp(760px, 88dvh, 940px);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(9, 11, 12, .97) 0%, rgba(9, 11, 12, .76) 43%, rgba(9, 11, 12, .28) 78%),
    linear-gradient(180deg, rgba(9, 11, 12, .12), #090b0c 94%),
    url("https://fpv-tac.com/wp-content/uploads/2026/05/fpv-tac-v3-hero-bg-backup.png") center / cover no-repeat;
}

.elementor .fpv-hero .elementor-container {
  min-height: clamp(760px, 88dvh, 940px);
  align-items: center;
  gap: 44px;
}

.fpv-h1 .elementor-heading-title {
  max-width: 820px;
  font-family: "Saira Condensed", Arial, sans-serif;
  color: var(--text);
  font-size: clamp(54px, 8vw, 118px);
  line-height: .86;
  letter-spacing: 0;
  text-transform: uppercase;
}

.fpv-lead,
.fpv-text {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.fpv-lead {
  max-width: 650px;
}

.fpv-button .elementor-button {
  min-height: 46px;
  border: 1px solid rgba(226, 56, 45, .68);
  border-radius: 0;
  background: var(--red);
  color: #fff;
  padding: 14px 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.fpv-button-secondary .elementor-button {
  border-color: var(--line);
  background: transparent;
}

.fpv-proof,
.fpv-product-panel,
.fpv-info-card,
.fpv-option-card,
.fpv-step,
.fpv-faq-card,
.fpv-form-panel {
  border: 1px solid var(--line);
  background: rgba(17, 20, 22, .78);
}

.fpv-proof .elementor-heading-title,
.fpv-card-title .elementor-heading-title {
  font-family: "Saira Condensed", Arial, sans-serif;
  color: var(--text);
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}

.fpv-proof-label .elementor-heading-title {
  color: var(--dim);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.fpv-product-panel {
  padding: 22px;
  background:
    radial-gradient(circle at 50% 40%, rgba(226, 56, 45, .16), transparent 38%),
    rgba(12, 14, 15, .72);
}

.fpv-product-panel img,
.fpv-product-card img {
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, .62));
}

.elementor .fpv-section {
  padding: 88px 0;
  background:
    linear-gradient(90deg, rgba(226, 56, 45, .032) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, .026) 1px, transparent 1px),
    var(--bg);
  background-size: 80px 80px;
}

.fpv-section-title .elementor-heading-title {
  font-family: "Saira Condensed", Arial, sans-serif;
  color: var(--text);
  font-size: clamp(42px, 6vw, 76px);
  line-height: .9;
  text-transform: uppercase;
}

.fpv-info-card,
.fpv-option-card,
.fpv-step,
.fpv-faq-card {
  min-height: 220px;
  padding: 24px;
}

.fpv-product-card {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 18px;
  min-height: 260px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.fpv-product-card img {
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}

.fpv-product-card .elementor-image-box-title,
.fpv-option-card .elementor-heading-title,
.fpv-step .elementor-heading-title,
.fpv-faq-card .elementor-heading-title {
  font-family: "Saira Condensed", Arial, sans-serif;
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
}

.fpv-product-card .elementor-image-box-description,
.fpv-option-card p,
.fpv-step p,
.fpv-faq-card p {
  color: var(--muted);
  line-height: 1.6;
}

.elementor .fpv-inquiry {
  padding: 88px 0 110px;
  background: var(--bg);
}

.elementor .fpv-section .elementor-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 42px;
  align-items: start;
}

.elementor .fpv-section .elementor-column,
.elementor .fpv-inquiry .elementor-column {
  width: auto !important;
  min-width: 0;
}

.elementor .fpv-section .elementor-widget-wrap {
  align-content: start;
  gap: 18px;
}

.elementor .fpv-inquiry .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
  gap: 54px;
  align-items: start;
}

.fpv-form-panel {
  border-color: rgba(226, 56, 45, .5);
  padding: 30px;
  width: 100%;
  box-sizing: border-box;
}

.fpv-form-panel label {
  display: block;
  margin: 0 0 14px;
}

.fpv-form-panel input,
.fpv-form-panel select,
.fpv-form-panel textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #0b0d0e;
  color: var(--text);
  padding: 12px 13px;
}

.fpv-form-panel textarea {
  min-height: 124px;
}

.fpv-form-panel .btn {
  width: 100%;
  justify-content: center;
}

@media (max-width: 720px) {
  .elementor .fpv-nav .elementor-container,
  .elementor .fpv-hero .elementor-container,
  .elementor .fpv-section .elementor-container,
  .elementor .fpv-inquiry .elementor-container {
    width: calc(100% - 32px);
  }

  .fpv-nav-links {
    display: none;
  }

  .elementor .fpv-hero,
  .elementor .fpv-hero .elementor-container {
    min-height: auto;
  }

  .elementor .fpv-hero {
    padding: 76px 0 52px;
  }

  .fpv-h1 .elementor-heading-title {
    font-size: clamp(38px, 11.8vw, 50px);
    line-height: .94;
  }

  .fpv-lead,
  .fpv-text {
    max-width: 31ch;
    font-size: 16px;
  }

  .elementor .fpv-section .elementor-container,
  .elementor .fpv-inquiry .elementor-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .fpv-product-card {
    min-height: 210px;
  }

  .fpv-product-card img {
    max-height: 200px;
  }
}
  
