
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { background: #0c0e10; font-family: 'Raleway', sans-serif; }
    .ft { background: #0c0e10; width: 100%; }
    .ft-body { display: grid; grid-template-columns: 1fr 1.4fr 1fr 1fr; max-width: 1140px; margin: 0 auto; padding: 52px 60px 40px; gap: 40px; }
    .ft-col { display: flex; flex-direction: column; align-items: center; text-align: center; }
    .ft-col-left { align-items: flex-start; text-align: left; }
    .ft-logo-wrap { margin-bottom: 20px; }
    .ft-logo { display: block; width: 52px; height: auto; }
    .ft-tagline { font-size: 13px; font-weight: 400; color: #c8d8e0; line-height: 1.85; text-align: left; }
    .ft-head { font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #00b8d9; margin-bottom: 18px; }
    .ft-menu { list-style: none; width: 100%; }
    .ft-menu > li { margin-bottom: 2px; }
    .ft-item { display: flex; align-items: center; justify-content: space-between; padding: 4px 0; gap: 6px; }
    .ft-item > a { font-size: 13px; font-weight: 400; color: #c8d8e0; text-decoration: none; transition: color .15s; flex: 1; }
    .ft-item > a:hover { color: #fff; }
    .ft-arrow { font-size: 9px; color: #00b8d9; transition: transform .2s; flex-shrink: 0; line-height: 1; padding: 2px 4px; cursor: pointer; user-select: none; }
    .ft-arrow.open { transform: rotate(90deg); }
    .ft-sub { list-style: none; padding-left: 14px; border-left: 1px solid #1a2e3a; margin: 4px 0 8px; display: none; }
    .ft-sub.open { display: block; }
    .ft-sub > li { margin-bottom: 2px; }
    .ft-sub-item { display: flex; align-items: center; justify-content: space-between; padding: 3px 0; gap: 6px; }
    .ft-sub-item > a { font-size: 11.5px; font-weight: 300; color: #8aaabb; text-decoration: none; transition: color .15s; flex: 1; }
    .ft-sub-item > a:hover { color: #c8d8e0; }
    .ft-sub-arrow { font-size: 8px; color: #00b8d9; transition: transform .2s; flex-shrink: 0; padding: 2px 4px; cursor: pointer; user-select: none; }
    .ft-sub-arrow.open { transform: rotate(90deg); }
    .ft-subsub { list-style: none; padding-left: 12px; border-left: 1px solid #112030; margin: 3px 0 6px; display: none; }
    .ft-subsub.open { display: block; }
    .ft-subsub li a { font-size: 10.5px; font-weight: 300; color: #607888; text-decoration: none; transition: color .15s; display: block; padding: 2px 0; }
    .ft-subsub li a:hover { color: #aac8d8; }
    .ft-link { font-size: 13px; font-weight: 400; color: #c8d8e0; text-decoration: none; transition: color .15s; display: block; padding: 4px 0; }
    .ft-link:hover { color: #fff; }
    .ft-contact { width: 100%; }
    .ft-crow { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; }
    .ft-cico { width: 32px; height: 32px; flex-shrink: 0; border: 1px solid #0e2333; border-radius: 7px; display: flex; align-items: center; justify-content: center; background: #0a1520; }
    .ft-cico svg { width: 14px; height: 14px; fill: #00b8d9; }
    .ft-ctxt { font-size: 13px; font-weight: 400; color: #c8d8e0; line-height: 1.75; text-align: left; }
    .ft-ctxt a { color: #c8d8e0; text-decoration: none; transition: color .15s; }
    .ft-ctxt a:hover { color: #fff; }
    .ft-social { width: 100%; }
    .ft-srow { margin-bottom: 10px; }
    .ft-srow a { display: flex; align-items: center; gap: 11px; text-decoration: none; }
    .ft-sico { width: 34px; height: 34px; flex-shrink: 0; border: 1px solid #0e2333; border-radius: 8px; display: flex; align-items: center; justify-content: center; background: #0a1520; transition: border-color .15s, background .15s; }
    .ft-srow a:hover .ft-sico { border-color: #00b8d9; background: #0d2535; }
    .ft-sico svg { width: 14px; height: 14px; fill: #00b8d9; }
    .ft-slbl { font-size: 13px; font-weight: 400; color: #c8d8e0; transition: color .15s; }
    .ft-srow a:hover .ft-slbl { color: #fff; }
    .ft-divider { max-width: 1140px; margin: 0 auto; border: none; border-top: 1px solid #131c22; }
    .ft-bases { max-width: 1140px; margin: 0 auto; padding: 13px 60px; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid #0f161c; }
    .ft-blbl { font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: #00b8d9; white-space: nowrap; flex-shrink: 0; }
    .ft-blist { display: flex; flex-wrap: wrap; align-items: center; }
    .ft-b { font-size: 11px; font-weight: 300; color: #6a7e8a; white-space: nowrap; transition: color .15s; cursor: default; }
    .ft-b:hover { color: #b0bec5; }
    .ft-sep { color: #2a3a42; margin: 0 8px; font-size: 10px; }
    .ft-bottom { max-width: 1140px; margin: 0 auto; padding: 0 60px; height: 48px; position: relative; display: flex; align-items: center; }
    .ft-copy { font-size: 12px; font-weight: 300; color: #4a5e6a; white-space: nowrap; position: absolute; left: 60px; top: 50%; transform: translateY(-50%); }
    .ft-blinks { display: flex; gap: 26px; position: absolute; right: 60px; top: 50%; transform: translateY(-50%); }
    .ft-blinks a { font-size: 12px; font-weight: 300; color: #4a5e6a; text-decoration: none; transition: color .15s; white-space: nowrap; }
    .ft-blinks a:hover { color: #00b8d9; }

    /* ── RESPONSIVO ── */
    @media (max-width: 1024px) {
      .ft-body { grid-template-columns: 1fr 1fr; padding: 40px 40px 30px; gap: 36px; }
    }

    @media (max-width: 768px) {
      .ft-body { grid-template-columns: 1fr 1fr; padding: 36px 24px 28px; gap: 28px; }
      .ft-col { align-items: flex-start; text-align: left; }
      .ft-bases { padding: 12px 24px; flex-wrap: wrap; gap: 10px; }
      .ft-bottom { padding: 14px 24px; height: auto; position: relative; flex-direction: column; align-items: flex-start; gap: 8px; }
      .ft-copy { position: static; transform: none; }
      .ft-blinks { position: static; transform: none; }
    }

    @media (max-width: 480px) {
      .ft-body { grid-template-columns: 1fr; padding: 32px 20px 24px; gap: 28px; }
      .ft-logo { width: 44px; }
      .ft-tagline { font-size: 12px; }
      .ft-head { font-size: 9px; }
      .ft-item > a, .ft-link { font-size: 14px; }
      .ft-sub-item > a { font-size: 12px; }
      .ft-subsub li a { font-size: 11px; }
      .ft-ctxt { font-size: 12px; }
      .ft-slbl { font-size: 13px; }
      .ft-bases { padding: 12px 20px; }
      .ft-blbl { font-size: 8px; }
      .ft-b { font-size: 11px; }
      .ft-bottom { padding: 14px 20px; flex-direction: column; align-items: flex-start; gap: 8px; }
      .ft-copy { position: static; transform: none; font-size: 11px; }
      .ft-blinks { position: static; transform: none; gap: 16px; }
      .ft-blinks a { font-size: 11px; }
      .ft-col { align-items: flex-start; text-align: left; }
    }
  